You are not logged in.
Pages: 1
Id like to put some other wallpapers together with the onces in /usr/share/backgrounds
How to..?
I just saw there is the same onces in /home/fric/images/wallpapers/shared/backgrounds???
So where should I put the ppictures to use as wallpaper?
Last edited by Tosick (2008-12-13 13:20:33)
Offline
Yes....try and error..is fun:)
sudo thunar /usr/share/backgrounds
and the thunar windows opens and youu paste the pictures you like.
Offline
Hi Tosick 
The default menu entry for Nitrogen is set to scan for image files sitting in ~/images/wallpapers. It scans recursively and so will find any images within any directories below this directory. Therefore you should be able to dump any wallpapers into your wallpapers directory, it is not necessary to put them in /usr/share/backgrounds, unless you want other users on your system to able to access them.
Hope this helps. 
Offline
Hi Tosick,
I often use photos that I have taken as backgrounds, and instead of moving one picture at a time to /usr/share/backgrounds or in ~/images/wallpapers, I have created a symbolic link to my photos directory in /usr/share/backgrounds. Since I'm the only user on this computer, it doesn't matter if the link is in /usr/share/backgrounds or in ~/images/wallpapers. So here's what I did:
sudo ln -s /mnt/data/photos/ /usr/share/backgrounds/
Note that since my Archlinux crash, I keep all my files in a separate ntfs partition that I call data, and only keep configuration file in my home directory. So in your case, just replace /mnt/data/photos/ by the directory you use to store your photos.
Alternatively, you can create a symbolic link to your photos and put it in ~/images/wallpapers as:
ln -s /path/to/your/photos/ ~/images/wallpapers
sudo is not necessary here for ~/images/wallpapers. In this case, other users would not have access to your photos as backgrounds.
Hope this helps,
Ghoti 
Many of life's failures are people who did not realize how close they were to success when they gave up.
Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time.
Thomas A. Edison
Offline
This is going to be real fun,
Thanks a lot to both of you.:D
Hmm.... you dont happens have an idee of I could get this nice little KDE-window with a slideshow on the screen aswell.
Yes I know that this is not in line with Openbox, but Id like to have both........;)
Offline
Hmm.... you dont happens have an idee of I could get this nice little KDE-window with a slideshow on the screen aswell.
Yes I know that this is not in line with Openbox, but Id like to have both........;)
Sorry I can't be of any help here, as I don't use KDE on any of my Linux installations.
Ghoti 
Many of life's failures are people who did not realize how close they were to success when they gave up.
Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time.
Thomas A. Edison
Offline
Hmm.... you dont happens have an idee of I could get this nice little KDE-window with a slideshow on the screen aswell.
Yes I know that this is not in line with Openbox, but Id like to have both........;)
Hello Tosick 
I have written a script which will turn a desktop into a slideshow. It is probably nothing like the KDE application, but I think it is more in-keeping with the minimalist Openbox way of doing things. See: http://crunchbanglinux.org/forums/topic … allpapers/
Offline
Thanks alot, corenominal.:)
This is going to be real fun.
As I got fired to day.:(
I need someting that will keep me happy.
.
Its better to young, healthy and rich, then tosick.:|
Offline
Sorry for being late to evaluate your script.
I had some errors. Perhaps you have remove the script.
sudo apt-get update && sudo apt-get install rotate-wallpaper
.........
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package rotate-wallpaper
hc@hc:~$
hc@hc:~$
Offline
This is going to be real fun.
As I got fired to day.:(
I need someting that will keep me happy.
I am really sorry to hear that.
Hopefully you will find a new and better job soon!
I had some errors. Perhaps you have remove the script.
Hmm, I am not too sure why you are having trouble, the package is definitely still available. If you continue to have problems, you can download it directly from: http://crunchbang.net/packages-8.10.xx/ … .2_all.deb
Hope this helps. 
Offline
The install of the deb-file went well.
So I enter :
rotate-wallpaper --path ~/images/serieA
and that seams also to go well.
But when I enter the
crontab -e
a end less amount of lines with one blue "~" is printed.
However I continue in an other window:
hc@hc:~$ */5 * * * * DISPLAY=:0.0 rotate-wallpaper -p ~/images/serieA
bash: network/5: is a directory
hc@hc:~$
Where is the misstakes?
Would you prefer to continue where the appl note is?
Offline
you can download it directly from: http://crunchbang.net/packages-8.10.xx/ … .2_all.deb
Im using 8.04.
Is this a problem?
Offline
Hmmm.....at least the first shift of wallpaper has happened.
So something has to be right.:)
Offline
But when I enter the
crontab -e
a end less amount of lines with one blue "~" is printed.
The blue ~ marks are Vim's way of showing non-existent lines, it is nothing to worry about. I am not sure a forum post is the best place to try and explain the workings of Vim, besides others have already done it far better than I could. If it helps, you can change the system EDITOR to nano by entering this terminal command:
export EDITOR=nanoAnd then create your crontab entry:
crontab -eHope this helps. 
Offline
The blue ~ marks are Vim's way of showing non-existent lines, it is nothing to worry about.
If it isnt a problem a remain with the terminal I know (better).
I enter:
crontab -e
rotate-wallpaper --path ~/images/serieA
E33: No previous substitute regular expression
Offline
No,i am sorry but my skill is not enough to make this work.
I try however something simular for Ubuntu, called "Wallpapoz".
Works nice....but not in #!8.04.
http://wallpapoz.akbarhome.com/
Do you think it can work?
How can I install missing Dependencies that is not found in the Package Manager?
Dependencies
-----------------------------------------------------------------------------
If you run modern distro (released in 2005 year and above) with default Gnome
desktop installed, your dependencies should already be fulfilled. It needs
PyGtk, Python Glade, PIL (Python Imaging Library), and optionally Python Gnome to function.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.