Re:icewm stuck with a config at .icewm/startup
Stefan Gruber <[email protected]> Wed, 1 Jun 2011 08:32:58 +0200 (CEST)
| Newsgroups | gmane.comp.window-managers.icewm.user |
|---|---|
| Message-ID | <9795434.336.1306909978527.JavaMail.root@WARSBL113.highway.telekom.at> |
Hi,
had the same issue with wbar; simplest way was to create a "shutdown"-script in your .icewm-directory, chmod it to executable ( x) and make it look like this:
!/bin/bash
(kill `ps ax | grep wbar | grep -v grep | awk '{print $1}'`)
OR the brutal way (take care, if you run jobs with nohup or daemons with your user they'll be killed)
!/bin/bash
killall -u $USER
Then you look in your personal preferences-file for this:
#
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
IceWM-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icewm-user