-
Notifications
You must be signed in to change notification settings - Fork 3
/
ice_wm
31 lines (25 loc) · 872 Bytes
/
ice_wm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
IceWM
copy /usr/share/xsessions/e16-gnome.desktop to icewm-gnome.desktop
[Desktop Entry]
Encoding=UTF-8
Type=XSession
Name=IceWM-GNOME
Comment=This session starts GNOME using enlightenment (IceWM) as window manager
Comment[it]=Questo avvia GNOME usando Enlightenment (IceWM) come window manager
Exec=/usr/share/icewm/misc/start_icewm-gnome
Icon=icewm.xpm
create /usr/share/icewm/misc/start_icewm-gnome
test -x /usr/bin/gconftool-2 && gconftool-2 --set /desktop/gnome/session/required_components/windowmanager --type string icewm
WINDOW_MANAGER=icewm
export WINDOW_MANAGER
exec gnome-session
create /usr/share/applications/IceWM.desktop
[Desktop Entry]
Encoding=UTF-8
# The names/descriptions should really be better
Name=IceWM
Comment=This is the window manager IceWM
Comment[de]=Dies ist der Fenstermanager IceWM
Exec=/usr/bin/icewm
Icon=icewm.xpm
Type=Application