Thanks, I found it.... Beautiful image....MeatHead wrote:Direct linking doesn't seem to work but if you follow this link and do a search for 'relapse' you'll find what you're looking for.
http://browse.deviantart.com/
Thanks, I found it.... Beautiful image....MeatHead wrote:Direct linking doesn't seem to work but if you follow this link and do a search for 'relapse' you'll find what you're looking for.
http://browse.deviantart.com/
Code: Select all
!menu.roundCorners:BottomLeft BottomRight
!toolbar.shaped: true
Code: Select all
su prof && opera
Code: Select all
su - prof && operaNo, that will change me to su shell and execute opera when I return. If you meant su - prof opera that just does the same as I posted above.yabbadabbadont wrote:You might try usinginstead and see if it helps.Code: Select all
su - prof && opera
you may consider sudo.Gentree wrote:No, that will change me to su shell and execute opera when I return. If you meant su - prof opera that just does the same as I posted above.yabbadabbadont wrote:You might try usinginstead and see if it helps.Code: Select all
su - prof && opera
Anyone know how to drive this damn thing ? Looks light the super-light weight approach extends to the doc as well.
Yes, you just need to figure how to make the program identify itself with diferent n when running more than one instance.jaanu141 wrote:Anybody knows how ta add the same program more than once into /.fluxbox/apps ?
Code: Select all
xprop |awk '/WM_CLASS/{print $3 $4}'thanks for you suggestions but what I dont get is this:revertex wrote:you may consider sudo.Gentree wrote:No, that will change me to su shell and execute opera when I return. If you meant su - prof opera that just does the same as I posted above.yabbadabbadont wrote:You might try usinginstead and see if it helps.Code: Select all
su - prof && opera
Anyone know how to drive this damn thing ? Looks light the super-light weight approach extends to the doc as well.
due to security restrictions root cannot access X (at least he wouldn't).
but with "sux" you can.
first of all emerge sux it's pretty small, and have a very few dependencies,
then run what-you-want issuing "sux -e progname", like "sux -e opera"
This should work, but sudo IMHO is a lot better, you can even setup a list of apps that your user can run as sudo.
cheers
Code: Select all
su prof -c operaCode: Select all
bash-3.00#su prof
prof@newsys /root $ opera
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
opera: cannot connect to X server :0.0
prof@newsys /root $
Code: Select all
su - prof -c operaI'm getting frustrated with trying to get the wallpaper trick to work. Here is that section of my menu file:zanzer7 wrote:Addition/tweak to the wallpaper section (supposing you used fbsetbg with esetroot before);It's really just a personal preference, but I like aterm much more than eterm (which you'll need an alternative to, unless you can settle with xterm), and didn't really ever use eterm anyways, so I was happy when I found out I could use the lightweight imageviewer feh (which ALSO has correct fileparsing of filenames with whitespace in them... I don't know if this is still a problem with fbsetbg, but Pwnz3r pointed this out on his site, so I thought I'd just add it here as well)... we NEED fluxbox tips/infoCode: Select all
root@z10n # emerge unmerge eterm root@z10n # emerge feh ...and recommendably: root@z10n # emerge aterm
The first (random) will set a random picture from ~/.fluxbox/backgrounds/ as background, and the second (wallpapers) will add all images in ~/.fluxbox/backgrounds/ to the menu, and when you click any one, it'll be set as background.Code: Select all
FILE: ~/.fluxbox/menu ... [submenu] (wallpapers) [exec] (random) {feh -r --bg-scale ~/.fluxbox/backgrounds/} [wallpapers] (~/.fluxbox/backgrounds/) {feh --bg-scale} [end] ...
Optionally you can make fluxbox load a random wallpaper when it's started (this is what I do):I MUST ADMIT that I don't really remember if the -r flag is right (as I'm not in linux atm), please do correct me if I'm wrong thoughCode: Select all
FILE: ~/.fluxbox/init ... session.screen0.rootCommand: feh -r --bg-scale ~/.fluxbox/backgrounds/ ...
=======
Still no enlightenment on the SETI issues with torsmo? :S
Code: Select all
[submenu] (Wallpapers)
[Wallpapers] (~/.fluxbox/backgrounds) {feh --bg-scale}
[end]
Thanks! I will try this out tomorrow... I figured it was something simple I was overlooking.feminista wrote:jlowe: [wallpapers] can't be capitalized, it's a special fluxbox keyword.
By the way, that tip rocks. I mean, fbsetbg is easy, but that's PAINFULLY easy.
Code: Select all
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# You can set your favourite wallpaper here if you don't want
# to do it from your style.
#
# bsetbg -f ~/pictures/wallpaper.png
# This sets a black background
#/usr/bin/bsetroot -solid black
# This shows the fluxbox-splash-screen
# fbsetbg -C /usr/share/fluxbox/splash.jpg
# Other examples. Check man xset for details.
#
# Turn off beeps:
# xset -b
#
# Increase the keyboard repeat-rate:
# xset r rate 195 35
#
# Your own fonts-dir:
# xset +fp /home/joshua/.font
#
# Your favourite mouse cursor:
# xsetroot -cursor_name right_ptr
#
# Change your keymap:
# xmodmap ~/.Xmodmap
# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
# idesk &
conky &
# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.
exec /usr/bin/fluxbox
# or if you want to keep a log:
# exec /usr/bin/fluxbox -log ~/.fluxbox/log

Code: Select all
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# You can set your favourite wallpaper here if you don't want
# to do it from your style.
#
# bsetbg -f ~/pictures/wallpaper.png
#
# This sets a black background
/usr/bin/bsetroot -solid black
# This shows the fluxbox-splash-screen
# fbsetbg -C /usr/share/fluxbox/splash.jpg
# Other examples. Check man xset for details.
#
# Turn off beeps:
xset -b
#
# Increase the keyboard repeat-rate:
xset r rate 250 30
#
# Your own fonts-dir:
# xset +fp /home/yoiks/.font
#
# Your favourite mouse cursor:
# xsetroot -cursor_name right_ptr
#
# Change your keymap:
# xmodmap ~/.Xmodmap
/usr/bin/fluxbox &
fluxpid=$!
# Give fluxbox a chance to startup and draw the root background
sleep 2
# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
gkrellm2 &
sleep 1
idesk &
sleep 1
adesklets
# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.
# exec /usr/bin/fluxbox
# or if you want to keep a log:
# exec /usr/bin/fluxbox -log ~/.fluxbox/log
wait $fluxpid
I tried this, but it still did not work. It doesn't make any sense that even if I put 'aterm &' in the startup file, nothing starts up with fluxbox. I'm not sure what the problem is, but seeing how this is a tips thread, I don't want to keep on about it.yabbadabbadont wrote:Conky probably needs the root window to already be created and painted. I found that starting fluxbox first, sleeping for two seconds, then starting everything else, then waiting on the fluxbox pid to end worked better.

Code: Select all
conky &