|
From: Chistopher A. <chr...@we...> - 2002-10-27 19:29:00
|
On Sun, 27 Oct 2002, Thorsten Grothe wrote: > Hi all, > > I want to use the Rox-Desktop with the Icewm Windowmanager. I read the > Manual of the Rox filer and updated winoptions and icewm's preferences > file. > > 1. So to invoke the panel I do the following: rox --bottom=MyPanel > Rox starts with the panel under the icewm toolbar. Does anyone can tell me > how to disable that? I guess the easiest way would be to disable icewms > toolbar but I don't know how. Has anyone the same problem? In ~/.icewm/preferences: ShowTaskBar=0 I keep the IceWm task bar in AutoHide mode to switch windows and have the the ROX panel at the top of the screen > 2. I want to start rox automatically everytime I start icewm. Can anyone > tell me where I can set this command ? I tried to put an .Xinitrc in my > home dir. But that does not work. I am using RedHat 8.0 now. In earlier > times I used Suse and working with a local .Xinitrc makes no problems. > Is it different to RedHat? As already said, start icewm and rox in ~/.xsession #!/bin/sh rox -p Default -b default & exec icewm and make it executable. !!! This does not work, if you use an "Icewm" entry from the gdm menu. You have to use the Default entry (hope, there is one;-) -- Illiterate? Write today, for free help! Christopher Arndt [t] +49 (0)69-46994293 system administration [w] www.chrisarndt.de & linux training [e] chr...@we... |