OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: zeroc87 on October 04, 2007, 11:49:32 am

Title: Icewm On Lenny
Post by: zeroc87 on October 04, 2007, 11:49:32 am
I installed icewm from lenny repository.How can I do to view all programs installed in the icewm menu??and is there a different between icevwm and icewm -experimental ?becasue I don't find the icewm -experimental that said Zdevil in another topic
Title: Icewm On Lenny
Post by: ZDevil on October 04, 2007, 12:02:57 pm
icewm-experimental: http://packages.debian.org/search?suite=de...wm+experimental (http://packages.debian.org/search?suite=default&section=all&arch=any&searchon=names&keywords=icewm+experimental)
The Debian package search engine is your friend.

Check out this nice review and simple how-to of Icewm (posted here again for convenience): http://www.osnews.com/story.php/7774/IceWM...-Window-Manager (http://www.osnews.com/story.php/7774/IceWM--The-Cool-Window-Manager)

And you can edit .icewm/preferences (the whole .icewm directory can be copied from /lib/share/icewm) and uncomment the "show help" line. Then you will get a big "Help" in the Icewm system menu (remember to bind it to F11 in .icewm/keys, super handy!) which gives you the whole Icewm manual. Cool stuff.

... My hands are always faster than my brain. Stupid guy ...
Title: Icewm On Lenny
Post by: zeroc87 on October 04, 2007, 01:31:58 pm
I installed icewm-experimental but start inly icewm normal
Title: Icewm On Lenny
Post by: ZDevil on October 04, 2007, 01:33:23 pm
How do you mean?

You can launch it by "icewm-session-experimental"
Title: Icewm On Lenny
Post by: zeroc87 on October 04, 2007, 01:54:13 pm
in icewm menu there is a bookmark to use icewm pr icewm-experimental.
Title: Icewm On Lenny
Post by: jpmatrix on October 07, 2007, 12:50:27 pm
apt-get install icewm-experimental   : ok

i had to add a .Xsession in /home/user with

#!/bin/sh
icewm-session


i'm looking to add all menus that were in xfce4 because i don't see all my applications

EDITED: all installed apps are there ! they are not in the root of the menu, but in menu/programs...
Title: Icewm On Lenny
Post by: zeroc87 on October 07, 2007, 01:20:51 pm
how you can see the programs in the menu?I installed icewm-experimental but I can't see programs,in menu I have only a notepad and the desktop chooser
Title: Icewm On Lenny
Post by: jpmatrix on October 07, 2007, 01:41:35 pm
Quote from: zeroc87
how you can see the programs in the menu?I installed icewm-experimental but I can't see programs,in menu I have only a notepad and the desktop chooser

i haven't done anything special except apt-get and adding an .Xsession file
all apps appeared in Debian/Programs/Applications...
Title: Icewm On Lenny
Post by: jpmatrix on October 07, 2007, 04:13:32 pm
help
i'm trying to add a "suspend" item to the icewm menu
the problem is that my normal user is not authorized to send apm commands... so how can i do that?

the menu line would be:
prog "Suspend" app apm --suspend

thanks in advance!
Title: Icewm On Lenny
Post by: dlj0 on October 07, 2007, 11:45:14 pm
Quote from: jpmatrix
help
i'm trying to add a "suspend" item to the icewm menu
the problem is that my normal user is not authorized to send apm commands... so how can i do that?

the menu line would be:
prog "Suspend" app apm --suspend

thanks in advance!

I see two ways, using sudo or suid'ing apm as root.  I never use sudo, so that would be something you'd have to try for yourself, and suid'ing root (chmod 4755)  is a security risk.