OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => X/Qt => Topic started by: bam on August 02, 2005, 04:40:35 am

Title: X-server
Post by: bam on August 02, 2005, 04:40:35 am
Cant seem to save the configuration, ie the bar goes on top not the bottom, and where do I get the applications that are "missing" off the right mouse click dialog? Like configurationa dn whatnot? And what "other" window manager is there for it?
Title: X-server
Post by: drnick on August 02, 2005, 12:40:03 pm
Quote
Cant seem to save the configuration, ie the bar goes on top not the bottom, and where do I get the applications that are "missing" off the right mouse click dialog? Like configurationa dn whatnot? And what "other" window manager is there for it?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=90463\")

Are you editing your .icewm file with vi?  If so are you saving the file? [a href=\"http://www.cs.rit.edu/~cslab/vi.html]http://www.cs.rit.edu/~cslab/vi.html[/url] has a list of vi commands.  To save and quit vi use the
Code: [Select]
:qw command.  I have used xfce4 under X/Qt debian.  I described the process on how to get it up and running in this thread https://www.oesf.org/forums/index.php?showtopic=13536 (https://www.oesf.org/forums/index.php?showtopic=13536)

Any window manager will do if its in the debian arm repositories. you can find the list of them using the
Code: [Select]
apt-cache search window manager in a terminal under debian.  You can also fill in the missing programs with a similar search using the apt-cache command.  you dont need to be root to use the apt-cache command.  but you will need to be root to install new programs via apt-get.

For example you can even install gnome but anything heavier than xfce4 will probably be unusable.

Good Luck