QUOTE(Spooky Peanut @ 11/22/06, 08:05 AM) [snapback]253056[/snapback]
run "gconf-editor" at a command prompt, and scroll to
/apps/metacity/window_keybindings
GREAT THANKS! i will ad that to my list...and post it if anybody is interrested...
CODE
Maya 8.0 ubuntu 6.10 install
----------------------------------------------#convert rpm
apt-get install csh alien
for i in *.rpm; do sudo alien -cv $i; done
----------------------------------------------#symlink
sudo ln -s /usr/aw /aw
----------------------------------------------#install - !!IGNORE CHKCONFIG WARNING!!
sudo dpkg -i awcommon-server_9.5-2_i386.deb
sudo dpkg -i awcommon_9.5-2_i386.deb
sudo dpkg -i maya7-0_7.0-375_i386.deb
----------------------------------------------#install license
sudo cp aw.dat /var/flexlm
--------------------------------------------------------------------------------------CURSOR PROBLEM
add the line: MAYA_MMSET_DEFAULT_XCURSOR=1 in the /home/user/maya/7.0/Maya.env file
--------------------------------------------------------------------------------------MAYA BG COLOR
sudo gedit /usr/aw/maya8.0/app-defaults/MayaScheme
*basicBackground: #686873
Maya*Background: #686873
*textFieldBackground: #7F7F8C
--------------------------------------------------------------------------------------MAYA FONT ISSUE
sudo gedit /usr/aw/maya8.0/app-defaults/MayaScheme
extraLargeBoldLabelFont: --clean-medium-r-normal--16-------
largeBoldLabelFont: --clean-medium-r-normal--14-------
boldLabelFont: --clean-medium-r-normal--12-------
smallBoldLabelFont: --clean-medium-r-normal--12-------
tinyBoldLabelFont: --clean-medium-r-normal--8-------
plainLabelFont: --clean-medium-r-normal--12-------
smallPlainLabelFont: --clean-medium-r-normal--10-------
obliqueLabelFont: --clean-medium-i-normal--12-------
smallObliqueLabelFont: --clean-medium-i-normal--8-------
fixedWidthFont: --fixed-medium-r-normal--13-----*-iso8859-1
smallFixedWidthFont: --clean-medium-r-normal--12-------*