icewm: statt rox pcmanfm als Desktop?

Posts: 57
spacepenguin
Joined: 24 Nov 2012
#1
Ist es möglich, unter icewm anstelle des rox Desktops pcmanfm als Desktop zu verwenden wie bei LXDE? Wenn ja wie?
Posts: 1,062
Dave
Joined: 20 Jan 2010
#2
Sorry I only know english enough to write, had to use google translate to read your question.
From my memory you should be able to start the lxde desktop by running the command lxdesktop. I would verify this in terminal but first you must turn off rox desktop. Menu --> Desktop --> Rox Pinboard on / off. Once it is turned off (no icons) you need to open a terminal and run lxdesktop.

If the lxde desktop apears you can make it permanent by editing ~/.icewm/startup to fit.
Control Center -> Desktop -> Edit icewm settings
Find and Comment out :
rox --pinboard*
and
login_background*

Then add :
lxdesktop &

save and close.

You will then need to set icewm as your default window manger (instead of rox-icewm) to prevent rox pinboard from starting. I am not sure why but rox pinboard is set to start 3 times in antix 12. once in ~/.xinitc (rox-icewm session), once in ~/.icewm/startup (icewm startup file) and once in the wallpaper scripting based on the session name (login_background if rox-* is detected). __{{emoticon}}__
Anyway to do
menu --> run
type: change-default-desktop
press: ok
type: your root password
press: ok
choose: icewm
press: ok
press: yes
then when X restarts login and you should see the lxde desktop in icewm
press
Posts: 57
spacepenguin
Joined: 24 Nov 2012
#3
Thanks a lot, I'll try this later this evening.