OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Dima202 on May 16, 2006, 06:19:16 am

Title: Icewm
Post by: Dima202 on May 16, 2006, 06:19:16 am
Hello,
I found it imposible to manually change the background. Has anyone made ipk of http://xvadmin.iclubhouse.org/ (http://xvadmin.iclubhouse.org/) or any other icewm configuration?

If some has, please post.

Thanks in advance!
Title: Icewm
Post by: law on May 16, 2006, 06:49:21 am
Quote
Hello,
I found it imposible to manually change the background. Has anyone made ipk of http://xvadmin.iclubhouse.org/ (http://xvadmin.iclubhouse.org/) or any other icewm configuration?

If some has, please post.

Thanks in advance!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127254\"][{POST_SNAPBACK}][/a][/div]


take a look at xsetroot command.

Code: [Select]
xsetroot -bitmap -f ~/.bgimage
Title: Icewm
Post by: desertrat on May 16, 2006, 07:47:29 am
Quote
I found it imposible to manually change the background.
The default icewm setup from the feed runs either the Rox desktop or Matchbox desktop, so you would have to edit the config for those.

I didn't like either of them so I edited /usr/bin/icewmsession to run /usr/bin/icewm-session. This will automatically run /usr/bin/icewmbg, which manages the desktop/background for icewm. Now you can edit ~/.icewm/preferences to set the background image.

Quote
Has anyone made ipk of http://xvadmin.iclubhouse.org/ (http://xvadmin.iclubhouse.org/) or any other icewm configuration?
Here are some config tools here:

https://www.oesf.org/forums/index.php?showt...=18283&hl=icewm (https://www.oesf.org/forums/index.php?showtopic=18283&hl=icewm)


-- cheers
Title: Icewm
Post by: Dima202 on May 16, 2006, 04:36:13 pm
-I don't think xsetroot command works with icewm

"I didn't like either of them so I edited /usr/bin/icewmsession to run /usr/bin/icewm-session. This will automatically run /usr/bin/icewmbg, which manages the desktop/background for icewm. Now you can edit ~/.icewm/preferences to set the background image."

-desertrat, can you please specify what exactly you edited? I don't understand these scripts, so please try to explain so I could understand.


Thank in advance everyone!
Title: Icewm
Post by: Dima202 on May 16, 2006, 10:06:20 pm
AHHAHA! Found it, on Desktop there is a Wallapaper folder. Just put in background image to that dir... Rename it to what is there right now... And restart icewm....
YOU HAVE CUSTOMER DESKTOP BACKGROUND!
-Update: Simple Yet Effective
Title: Icewm
Post by: desertrat on May 16, 2006, 10:32:52 pm
Quote
"I didn't like either of them so I edited /usr/bin/icewmsession to run /usr/bin/icewm-session. This will automatically run /usr/bin/icewmbg, which manages the desktop/background for icewm. Now you can edit ~/.icewm/preferences to set the background image."

-desertrat, can you please specify what exactly you edited? I don't understand these scripts, so please try to explain so I could understand.
1) Open up
Quote
/usr/bin/icewmsession

2) Near the top of the file, comment out both the "DESKTOP=..." lines so it looks like:
Code: [Select]
#DESKTOP=matchbox
#DESKTOP=rox

3) Go down near bottom of file, before the line "GCONF2_PID=`pidof gconfd-2`" insert
Code: [Select]
icewm-session 2>/dev/null >/dev/null
Save file, and enjoy.

-- cheers
Title: Icewm
Post by: igorekk on May 17, 2006, 08:55:58 am
Dima, use Rox :-)
And you bg will be changed by drag'n'drop.