Hi i tested  Juve's script,but still no working  >_<~~

I add it as this.Am I adding this code into the wrong position?

GLXINFO='/usr/bin/glxinfo'
EXT_TFP='GLX_EXT_texture_from_pixmap'

COMPIZ_OPTIONS="--no-fbo --ignore-desktop-hints"


#added by Shoichi START
# WORKAROUND
#
# add this to your compiz startupscript (ususally /usr/bin/compiz)
# You have to add the code BEFORE compiz.real is executed.

# copy metacity custom shotcuts + commands
for i in `seq 1 12`
do
 METACITY_KB_CMD=`gconftool -g /apps/metacity/keybinding_commands/command_$i`
 METACITY_KB=`gconftool -g /apps/metacity/global_keybindings/run_command_$i`
 if [ "$METACITY_KB_CMD" != "disabled" ] && [ "$METACITY_KB_CMD" != "" ]
 then
  gconftool -s "/apps/compiz/general/allscreens/options/command"$i --type 
String "$METACITY_KB_CMD"
 fi
 if [ "$METACITY_KB" != "disabled" ] && [ "$METACITY_KB" != "" ]
 then
  gconftool -s "/apps/compiz/general/allscreens/options/run_command"$i"_key" 
--type String "$METACITY_KB"
 fi
done

# copy metacity desktop-count to compiz-hsize (fixes Cube bug)
METACITY_NUM_WORKSPACES=`gconftool -g /apps/metacity/general/num_workspaces`
gconftool -s /apps/compiz/general/screen0/options/hsize --type int 
$METACITY_NUM_WORKSPACES

# good luck !


# Check whether the GLX_EXT_texture_from_pixmap extension is available
in

-- 
Metacity Keyboard Shortcuts manually defined in gconf (not capplet) do not work 
with Compiz
https://bugs.launchpad.net/bugs/76965
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to