You are not logged in.
Pages: 1
i have a little problem on bunsenlab helium when i change the wallpaper to my own picture
it works but if reboot the picture have disapear and i have the defauklt wallpaper.
i have try to put the pictures on the folder of the default wallper but it doesn't change anything i have search on the forum if someone have the same issue but i don't found anything relating this.
thank in advance for your answers;)
datetck
Last edited by datetck (2018-12-12 21:51:24)
Offline
Please post the contents of ~/.config/openbox/autostart, ~/.config/nitrogen/bg-saved.cfg and ~/.config/nitrogen/nitrogen.cfg (using "[ code ]" tags )
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
## Openbox autostart
## ====================
## When you login to your BunsenLabs Openbox session, this autostart script
## will be executed to set-up your environment and launch any applications
## you want to run at startup.
##
## Note: some programs, such as 'nm-applet' are run via XDG autostart.
## Run
## /usr/lib/x86_64-linux-gnu/openbox-xdg-autostart --list
## or
## /usr/lib/i386-linux-gnu/openbox-xdg-autostart --list
## to list any XDG autostarted programs.
##
## More information about this can be found at:
## http://openbox.org/wiki/Help:Autostart
##
## If you do something cool with your autostart script and you think others
## could benefit from your hack, please consider sharing it at:
## http://forums.bunsenlabs.org (registration required)
##
### SETTINGS START
## Turn on/off system beep.
xset b off
## Set keyboard settings - 250 ms delay and 25 cps (characters per second) repeat rate.
## Adjust the values according to your preferances.
xset r rate 250 25
## Add keyboard mapping.
#xmodmap -e "keysym Insert = Multi_key"
## Disable CapsLock
#setxkbmap -option ctrl:nocaps
# alternative: use as compose key
#setxkbmap -option compose:caps
# Alias Super key to Super+Space for single-key menu.
# See 'man xcape' for other possibilities.
xcape -e 'Super_L=Super_L|space'
### TOUCHPAD: comment out the next two entries if you don't have one
## Configure touchpad. See 'man synaptics' for more info.
## (Now might be using libinput instead of synaptics.)
synclient VertEdgeScroll=1 HorizEdgeScroll=1 TapButton1=1 2>/dev/null
## Disable touchpad while typing
syndaemon -i .5 -K -t -R -d &
### TOUCHPAD END
### SETTINGS END
## GNOME PolicyKit authentication
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
## Set a wallpaper
nitrogen --restore
## Compton
## NOTE: composition must be started before tint2
bl-compositor --start
## Start the tint2 session (the default tint2 will run if no sessions have been set)
bl-tint2-session
## Volume control for systray
pnmixer &
## Start the Conky session (the default conkyrc will run if no sessions have been set)
bl-conky-session --autostart &
## Start Clipboard manager
clipit &
## Start Thunar Daemon, if set as bl-file-manager
if [ "$(readlink -f $(which bl-file-manager))" = "$(which thunar)" ]
then
thunar --daemon &
fi
## bl-welcome - post-installation script, will not run in a live session and
## only runs once. Safe to remove.
(sleep 10; bl-welcome --firstrun) &
## bl-fortune - have the system come up with a little adage (not yet enabled)
#(sleep 120; bl-fortune) &
Offline
[xin_-1]
file=/usr/share/images/bunsen/wallpapers/default/BL-beam.png
mode=5
bgcolor=#001e44
[:0.0]
file=/home/ju/Pictures/wallpapers/bunsen/default/Farmers_Manual_2002.jpg
mode=5
bgcolor=#000000
Offline
[geometry]
posx=1060
posy=299
sizex=450
sizey=500
[nitrogen]
view=list
recurse=true
sort=alpha
icon_caps=false
dirs=/home/ju/Pictures/wallpapers;
Offline
all is here
Offline
thanks
Offline
## Set a wallpaper
nitrogen --restore
its maybe here the problem,no?
Offline
## Set a wallpaper nitrogen --restore
its maybe here the problem,no?
No, that just resets the last wallpaper used which should be stored in the bg-saved.cfg file.
You have two wallpapers listed in your bg-saved.cfg file which might be the problem.
Are you using two monitors, and if so, a separate wallpaper on each?
You must unlearn what you have learned.
-- yoda
Offline
Are you using two monitors
nope
Offline
its solved i have delete the older wallpaper and set the new on:
[xin_-1]
file=/usr/share/images/bunsen/wallpapers/default/BL-beam.png
mode=5
bgcolor=#001e44
[:0.0]
file=/home/ju/Pictures/wallpapers/bunsen/default/Farmers_Manual_2002.jpg
mode=5
bgcolor=#000000
it works thanks for your advices
Offline
You don't have the wallpapers directory set to the one you are using
file=/home/ju/Pictures/wallpapers/bunsen/default/Farmers_Manual_2002.jpg
Add the path to nitrogen.cfg:
dirs=/home/ju/Pictures/wallpapers;/home/ju/Pictures/wallpapers/bunsen/default;
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
ok
Offline
Are you using two monitors
nope
maybe you should just remove (not delete) ~/.config/nitrogen/bg-saved.cfg
then use nitrogen to select a wallpaper.
if that doesn't fix it, show us ~/.config/nitrogen/bg-saved.cfg again (the new one), and the output of
xrandr
Offline
now it works with no problems thanks
Offline
Change of nitrogen by oboinus, I also had to change xfce4-power-manager to mate-power-manager.
lenovo thinkpad t420s
Offline
that nitrogen version apparently had a problem with conky, the solution is only to change the option own_window_type 'desktop' to 'override'.
Offline
Hi there,
Not sure if it's better to reply here or to open a new thread (please let me know if the latter is better). I just want to leave my two cents.
I was having the issue that my original wallpaper (BL-beam.png) gets restore every time I reboot.
If I change it with menu > Preferences > Wallpaper, select the thumbnail I want and press Apply button, it stays during that session, but it's gone the next time I reboot.
I have tried different things suggested in several articles in this forum, but nothing worked.
Eventually I saw that the `~/.config/nitrogen/bg-saved.cfg` stores the wallpaper that is loaded at boot, so I changed the filename there and now it works.
Now that file looks like this: (there are two lines, I can fix the issue by changing the first path, to the default wallpaper, but I see the second path is to the one I choose in the Nitrogen dialog, so probably that's the one that should be used?)
[xin_-1]
file=/usr/share/images/bunsen/wallpapers/default/BL-beam-plain.png
mode=5
bgcolor=#001e44
[:0.0]
file=/home/msoutopico/Pictures/wallpapers/bunsen/1920x1080/powered_by_debian_by_nixiepro.png
mode=5
bgcolor=#000000
So my workaround works but still there's something wrong with the Nitrogen dialog where you can pick the thumbnail. Any changes there are not kept after reboot. In case something needs to be fixed...
Thanks.
Cheers, Manuel
Offline
Pages: 1