[arch-general] Gnome 3.8 and desktop background
Gnome 3.8 has now hit the official repos and it looks great. They only thing I can't seem to get to work is the desktop background. I try to set it to a nice image I have, but my desktop background remains a dull grey. The only place I see a change is in window overview mode. The only way to get the background on my ordinary desktop is to turn off "Have file manager handle the desktop" in Tweak Tool, but then I lose the icons from my desktop. Please tell me I'm not forced to chose the lesser of these evils and that there is something I've missed ;) /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus
Hi, Am 22.04.2013 10:49, schrieb Magnus Therning:
but then I lose the icons from my desktop.
I guess you are using some sort of an extension to get "icons on the desktop"? For me the update went smoothly. I can change the background within the settings just fine. Great work, guys! Best regards, Karol Babioch
Karol Babioch : # I guess you are using some sort of an extension to get "icons on the # desktop"? It's just the regular tweak tool. sudo pacman -S gnome-tweak-tool Click Desktop in the tweak list and switch on "Have file manager handle the desktop." But using the tweak tool to have the desktop icons gives me a blue background rather than grey, and I still have a blue background after I switch the feature off, so this seems like it may be an unrelated problem. ~Kyle http://kyle.tk/ -- "Kyle? ... She calls her cake, Kyle?" Out of This World, season 2 episode 21 - "The Amazing Evie"
Hi, Am 23.04.2013 00:06, schrieb Kyle:
It's just the regular tweak tool.
Oh, haven't realized that the tweak tool is capable of that. At least I haven't thought of that, given that I never actually used it. So, just ignore my previous question ;). Best regards, Karol Babioch
On Mon, Apr 22, 2013 at 11:51 PM, Karol Babioch <karol@babioch.de> wrote: [...]
I guess you are using some sort of an extension to get "icons on the desktop"?
That "sort of an extension" is nautilus' (imo annoying) property to create its "desktop window" when it's not already there. To set a desktop background there you need to tell gnome and nautilus instead of wmsetbg/feh/display what desktop background you wish. There seems to be a gconftool-2 way to do that properly [0]. cheers! mar77i [0] http://ubuntuforums.org/archive/index.php/t-244297.html
-----Mensaje original----- De: arch-general [mailto:arch-general-bounces@archlinux.org] En nombre de Martti Kühne Enviado el: martes, 23 de abril de 2013 13:39 Para: General Discussion about Arch Linux Asunto: Re: [arch-general] Gnome 3.8 and desktop background
On Mon, Apr 22, 2013 at 11:51 PM, Karol Babioch <karol@babioch.de> wrote: [...]
I guess you are using some sort of an extension to get "icons on the desktop"?
That "sort of an extension" is nautilus' (imo annoying) property to create its "desktop window" when it's not already there. To set a desktop background there you need to tell gnome and nautilus instead of wmsetbg/feh/display what desktop background you wish. There seems to be a gconftool-2 way to do that properly [0].
cheers! mar77i
I'm using the following script. I don't remember where I found it. I call it from a cron job. #!/usr/bin/bash # Script to rotate GNOME 3 wallpapers export $(xargs -n 1 -0 echo </proc/$(pidof gnome-session)/environ | grep -Z DBUS_SESSION_BUS_ADDRESS=) PICTUREDIR=/home/gleira/backgrounds/ NEWBACKGROUND="$(ls "$PICTUREDIR" | shuf -n1)" uri=file://"$PICTUREDIR$NEWBACKGROUND" GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.background picture-uri "$uri" GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.background picture-options "scaled" Regards, Guillermo
On Mon, 22 Apr 2013 10:49:24 +0200, Magnus Therning wrote:
Gnome 3.8 has now hit the official repos and it looks great. They only thing I can't seem to get to work is the desktop background. I try to set it to a nice image I have, but my desktop background remains a dull grey. The only place I see a change is in window overview mode. The only way to get the background on my ordinary desktop is to turn off "Have file manager handle the desktop" in Tweak Tool, but then I lose the icons from my desktop. Please tell me I'm not forced to chose the lesser of these evils and that there is something I've missed ;)
/M
You are using an old theme. Set up with the default theme and you'll get a background. Then try and find a theme that (a) works with 3.8 and (b) you like. -jh
On Tue, Apr 23, 2013 at 6:01 PM, Jonathan Hudson <jh+arch@daria.co.uk> wrote:
On Mon, 22 Apr 2013 10:49:24 +0200, Magnus Therning wrote:
Gnome 3.8 has now hit the official repos and it looks great. They only thing I can't seem to get to work is the desktop background. I try to set it to a nice image I have, but my desktop background remains a dull grey. The only place I see a change is in window overview mode. The only way to get the background on my ordinary desktop is to turn off "Have file manager handle the desktop" in Tweak Tool, but then I lose the icons from my desktop. Please tell me I'm not forced to chose the lesser of these evils and that there is something I've missed ;)
/M
You are using an old theme. Set up with the default theme and you'll get a background. Then try and find a theme that (a) works with 3.8 and (b) you like.
I'm currently using the theme Nokto-3.8[1] which claims to be working with 3.8 and [2] is a screenshot of when the file manager isn't handling the background, and [3] is when it is handling it. This is how it looks with all 3.8 themes I've tried (not that many I have to admit) and also with my old 3.6 theme. If this really is caused by the theme, where can I find a theme that *does* work? /M [1]: http://cbowman57.deviantart.com/art/Nokto-3-8-363805533 [2]: https://dl.dropboxusercontent.com/u/187401/without-fm.png [3]: https://dl.dropboxusercontent.com/u/187401/with-fm.png -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus
Hi,
I'm currently using the theme Nokto-3.8[1] which claims to be working with 3.8 and [2] is a screenshot of when the file manager isn't handling the background, and [3] is when it is handling it. This is how it looks with all 3.8 themes I've tried (not that many I have to admit) and also with my old 3.6 theme. If this really is caused by the theme, where can I find a theme that *does* work?
I had this issue also with the standard theme. It worked only with one background image, with other images including the standard blue stripes image I got only a blue background.. Did you try some other images? hth bjo -- xmpp bjo@schafweide.org bjo.nord-west.org | nord-west.org | freifunk-ol.de
On Wed, Apr 24, 2013 at 10:43 AM, Bjoern Franke <bjo@nord-west.org> wrote:
Hi,
I'm currently using the theme Nokto-3.8[1] which claims to be working with 3.8 and [2] is a screenshot of when the file manager isn't handling the background, and [3] is when it is handling it. This is how it looks with all 3.8 themes I've tried (not that many I have to admit) and also with my old 3.6 theme. If this really is caused by the theme, where can I find a theme that *does* work?
I had this issue also with the standard theme. It worked only with one background image, with other images including the standard blue stripes image I got only a blue background.. Did you try some other images?
It doesn't matter which of the shipped images, or even available colours I choose in the "Change Desktop Background" settings dialogue, the background remains grey no matter what. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus
participants (7)
-
Bjoern Franke
-
Guillermo Leira
-
Jonathan Hudson
-
Karol Babioch
-
Kyle
-
Magnus Therning
-
Martti Kühne