Wolvix Forums
August 01, 2010, 02:15:37 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Wolvix GNU/Linux 2.0.0 Beta2 is released
 
   Home   Help Search Login Register  
Pages: 1 [2]   Go Down
  Print  
Author Topic: icewm  (Read 3337 times)
phap
Contributor
Gamma Wolf
*****
Posts: 189



View Profile WWW
« Reply #15 on: April 10, 2009, 10:18:16 PM »

First check out if you have a 'menu' file in $HOME/.icewm
If not you should copy the folder /usr/share/icewm in $HOME/.icewm

Then to change the menu edit the $HOME/.icewm/menu file.
To change the wallpaper edit the $HOME/.icewmthemes/Nano Blu- 1.1/default.theme' file (line 403)
To get Wbar and other apps to start you have to create a file named 'startup' under $HOME/.icewm with this:

Code:
#!/bin/sh
wbar &
(yourapp1) &
(yourapp2) &

then make this file executable with this command:

Code:
$ chmod +x startup


Logged

Just relax...
brotherinbluejeans
Gamma Wolf
***
Posts: 170



View Profile
« Reply #16 on: April 11, 2009, 07:25:01 AM »

ok here's the new and improved menu and toolbar lists (attatched)
icons are now displayed for all apps on menu.
added links in menu to edit icewm prefs.

i have added these to the package but those of you who have already downloaded it might want to add the new menu to /usr/share/icewm/ and ~.icewm/
i put firefox, terminal, thunderbird and abiword as default into the toolbar. there is also an entry in the menu to edit this.

btw. (TIP:) in icewm the "run command" keyboard shortcut is win-key+spacebar instead of alt+f2 ... in case anyone was wondering.

ps.. it won't let me upload the file unless they have a recognized file extension... so i pegged .txt on the end of them. remove the .txt extension after downloading Grin

* menu.txt (6.55 KB - downloaded 71 times.)
* toolbar.txt (0.51 KB - downloaded 59 times.)
« Last Edit: April 11, 2009, 08:04:11 AM by brotherinbluejeans » Logged

asi es la vida.
OU812
Wolf Cub
*
Posts: 38


View Profile
« Reply #17 on: July 01, 2009, 11:07:50 PM »

I had a hard time finding resources on the web regarding icewm. So I started a thread at antix linux. I added as many tips as I could find from not only web pages, but also from other distros. I also found a few things out on my own. If you're interested, you can find the thread here:

http://antix.freeforums.org/icewm-t696.html

Thanks.

john
Logged
OU812
Wolf Cub
*
Posts: 38


View Profile
« Reply #18 on: August 20, 2009, 05:57:30 AM »

Here's a nice app that generates an icewm menu by using the .desktop entries. The layout is modeled after gnome. It is also fairly easy to customize. We're playing around with it in hopes of including it in a future antix release. If you'd like to see a customized verison of the script to see what it can do, pm me with your email and I'll send you our version.

http://www.box-look.org/content/show.php/icemenuyap2.py+?content=108208

john
Logged
marin
Delta Wolf
**
Posts: 64



View Profile
« Reply #19 on: December 10, 2009, 05:55:19 AM »

i've found two guis to configure Icewm. both are organized as an array of apps under the common launcher and use python:

icecc http://icecc.sourceforge.net/ is based on QT.
its themeable from the menu. the default icecc theme has an image with active areas. there is also a simple "control center" icecc theme.

the theme changer applet needs to be aware of your global icewm themes directory. open the icecc theme file you use in text editor. its in the
Code:
/usr/<local/>/share/icecc/themes
<depending on --prefix used at buildiing.>

find the appropriate [Tool] paragraph with the:
Code:
command = "icets"

and add the path to your global icewm theme folder
Code:
command = "icets /usr/share/icewm/themes"


while the icecc theme file is still open, find the:
Code:
command = "gvim ~/.icewm/preferences"
and change gvim to your editor.



Logged

P4  1.7 GHz,  1G RAM,  ATI 9550 RV350,  Wolvix2b2
marin
Delta Wolf
**
Posts: 64



View Profile
« Reply #20 on: December 10, 2009, 06:26:42 AM »

IceWMCP http://www.phrozensmoke.com/projects/icewmcp/ is based on GTK.

it has a lot of stuff but the menu editor plug-in doesn't save properly.

make sure to download also the IceWMCP-TrayIcon http://www.phrozensmoke.com/projects/icewmcp/modules/icewmcp-trayicon.php and add it to ~/.icewm/startup if you like:
Code:
(sleep 9 && IceWMCP-TrayIcon &) &

both guis are extendable and can also serve as general application launchers.

Logged

P4  1.7 GHz,  1G RAM,  ATI 9550 RV350,  Wolvix2b2
marin
Delta Wolf
**
Posts: 64



View Profile
« Reply #21 on: December 10, 2009, 06:40:00 AM »

some themes in icewm (1.3.5) that use the gradients can mess up the menu. the active item gets overwritten with the previous one.

possible workaround would be to exclude the menusel.xpm from the default.theme file
Code:
# Gradients="menubg.xpm menusel.xpm"
Gradients="menubg.xpm"

Logged

P4  1.7 GHz,  1G RAM,  ATI 9550 RV350,  Wolvix2b2
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!