Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 833094 Details for
Bug 1029554
When I set background pic it goes back to default image for new windows space and when I login
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add cinnamon support (working)
wallpapoz-0.6.2-CINNAMON.patch (text/plain), 2.09 KB, created by
leigh scott
on 2013-12-05 11:10:23 UTC
(
hide
)
Description:
add cinnamon support (working)
Filename:
MIME Type:
Creator:
leigh scott
Created:
2013-12-05 11:10:23 UTC
Size:
2.09 KB
patch
obsolete
>--- a/share/wallpapoz/lib/wallpapoz_system.py >+++ b/share/wallpapoz/lib/wallpapoz_system.py >@@ -117,6 +117,8 @@ class WallpapozSystem: > self.window_manager = 'XFCE4' > elif wm_name=='Marco': > self.window_manager = 'MATE' >+ elif wm_name=='Mutter (Muffin)': >+ self.window_manager = 'CINNAMON' > else: > try: > output = os.popen("gnome-session --version") >@@ -166,6 +168,9 @@ class WallpapozSystem: > elif self.window_manager == "MATE": > os.system('gsettings set org.mate.background picture-filename ' + wallpaper) > os.system('gsettings set org.mate.background picture-options ' + self.wallpaper_style) >+ elif self.window_manager == "CINNAMON": >+ os.system("gsettings set org.cinnamon.desktop.background picture-uri 'file://" + wallpaper + "'") >+ os.system("gsettings set org.cinnamon.desktop.background picture-options " + self.wallpaper_style) > elif self.window_manager == "XFCE4": > os.system("xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s " + > '"' + wallpaper + '"') >@@ -183,6 +188,8 @@ class WallpapozSystem: > return os.popen("gsettings get org.gnome.desktop.background picture-uri").read()[8:-2] > elif self.window_manager == "MATE": > return os.popen("gsettings get org.mate.background picture-filename").read()[:-1] >+ elif self.window_manager == "CINNAMON": >+ return os.popen("gsettings get org.cinnamon.desktop.background picture-uri").read()[8:-2] > elif self.window_manager == "XFCE4": > return os.popen("xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path").read()[:-1] > else: >--- a/src/daemon_wallpapoz >+++ b/src/daemon_wallpapoz >@@ -112,6 +112,7 @@ if __name__ == "__main__": > available_style['Gnome'] = { '3' : 'zoom', '2' : 'scaled', '1' : 'stretched', > '0' : 'centered', '4' : 'wallpaper' } > available_style['MATE'] = available_style['Gnome'] >+ available_style['CINNAMON'] = available_style['Gnome'] > available_style['Gnome3'] = available_style['Gnome'] > available_style['XFCE4'] = { '3' : '5', '2' : '4', '1' : '3', '0' : '1', > '4' : '2' }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1029554
:
829258
|
829439
|
829867
| 833094