I still had to also add icewm-gnome as a startup-application.

Also: the command to overwrite icewm-gnome in the original report needs
some minor correction:

cat > /usr/bin/icewm-gnome << 'EOF'
#!/bin/sh
which icewm-experimental >/dev/null && exec icewm-experimental 
--client-id=$DESKTOP_AUTOSTART_ID
which icewm >/dev/null && exec icewm --client-id=$DESKTOP_AUTOSTART_ID
which icewm-lite >/dev/null && exec icewm-lite --client-id=$DESKTOP_AUTOSTART_ID
EOF

(the EOF in first line is 'quoted', and the variable name passed to
icewm-experimental is corrected.)

-- 
icewm in gnome environment does not work
https://bugs.launchpad.net/bugs/571704
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to