View previous topic :: View next topic |
Author |
Message |
Steve S. Tux's lil' helper


Joined: 22 Sep 2005 Posts: 131
|
Posted: Fri May 25, 2018 5:30 pm Post subject: [SOLVED] Window Maker Background |
|
|
I'm back playing with Gentoo! I know y'all missed me...
How can I get the background working on Window Maker on this Gentoo box? I can get solid color, but no gradient and no image. I click on gradient and nothing happens.
I've installed window maker a couple of times, changed some use flags, nothing. What am I missing? I feel like it's something I haven't installed yet, or something.
I've got this gentoo running on an old pentium 4, hence running the light desktop of Window Maker. Also 'cause window maker is different from any desktop interface I've used. Running as root. Using only wifi. Posting from Firefox, so I've gotten a few other programs running, but haven't put a lot on here yet.
Any advise on getting this background up and running would be appreciated. Thanks!
Last edited by Steve S. on Sat May 26, 2018 4:28 pm; edited 3 times in total |
|
Back to top |
|
 |
Hund Tux's lil' helper


Joined: 18 Jul 2016 Posts: 132 Location: Sweden
|
Posted: Fri May 25, 2018 9:27 pm Post subject: |
|
|
Have you tried another tool like xsetroot, feh or Nitrogen? _________________ My corner of the web. |
|
Back to top |
|
 |
Steve S. Tux's lil' helper


Joined: 22 Sep 2005 Posts: 131
|
Posted: Sat May 26, 2018 4:05 pm Post subject: |
|
|
Hund wrote: | Have you tried another tool like xsetroot, feh or Nitrogen? |
Good call, Hund. feh for the win.
I tried to run it from terminal but that would just open another window. Fortunately Window Maker has a Run option and typing in feh --bg-fill /path/to/file with a jpg worked great.
Good call!  |
|
Back to top |
|
 |
Steve S. Tux's lil' helper


Joined: 22 Sep 2005 Posts: 131
|
Posted: Sat May 26, 2018 4:10 pm Post subject: |
|
|
Now I just need to get it to run this every time Window Maker starts...gonna play with .xinitrc and .xsession and see if I can get it to go...will post back. |
|
Back to top |
|
 |
Steve S. Tux's lil' helper


Joined: 22 Sep 2005 Posts: 131
|
Posted: Sat May 26, 2018 4:27 pm Post subject: |
|
|
Ok, got it to work at startx:
changed /root/.xinitrc to this:
Code: | exec feh --bg-fill /path/to/file &
exec wmaker |
and that kicked it! |
|
Back to top |
|
 |
Jaglover Watchman


Joined: 29 May 2005 Posts: 7799 Location: Saint Amant, Acadiana
|
|
Back to top |
|
 |
AJM Tux's lil' helper


Joined: 25 Sep 2002 Posts: 144 Location: Aberdeen, Scotland
|
Posted: Sat May 26, 2018 10:04 pm Post subject: |
|
|
WindowMaker has an autostart file for things like this (~/GNUstep/Library/WindowMaker/autostart ); make sure the file is executable and put an ampersand after each command within if it will take any appreciable amount of time to execute as WM will wait for the autostart file to be executed before starting up.
The Arch Linux wiki has a pretty good page on WindowMaker - it also describes a different way to set the background image(s).
Great choice of WM, but you really, really shouldn't be running as root - there's no need to anyway! |
|
Back to top |
|
 |
Steve S. Tux's lil' helper


Joined: 22 Sep 2005 Posts: 131
|
Posted: Sun May 27, 2018 7:11 pm Post subject: |
|
|
AJM wrote: | WindowMaker has an autostart file for things like this (~/GNUstep/Library/WindowMaker/autostart ); make sure the file is executable and put an ampersand after each command within if it will take any appreciable amount of time to execute as WM will wait for the autostart file to be executed before starting up.
The Arch Linux wiki has a pretty good page on WindowMaker - it also describes a different way to set the background image(s).! |
Thanks! Good stuff! |
|
Back to top |
|
 |
|