http://bugzilla.opensuse.org/show_bug.cgi?id=952288
Bug ID: 952288 Summary: Find a way to set Adwaita as systemwide icon theme when installing GNOME DE Classification: openSUSE Product: openSUSE Factory Version: 2015* Hardware: Other OS: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: GNOME Assignee: bnc-team-gnome@forge.provo.novell.com Reporter: zaitor@opensuse.org QA Contact: qa-bugs@suse.de Found By: --- Blocker: ---
As of today, any user installing GNOME as DE will still end up with
DMZ set as system cursor instead of Adwaita.
(do a grep X_MOUSE_CURSOR /etc/sysconfig/windowmanager on your boxes).
Now this is only noticed when users open up yast (and possibly odd 3'rd party apps)
It's rather visually unpleasing, and something we should look into fixing.
The easiest thing to do would probably be to add it to one of our branding packages, or even create a new one if needed.
Ideally we should offer a "system option" in tweak tool, but that will probably be a lot of work.
Patches/fixes welcome everyone.
http://bugzilla.opensuse.org/show_bug.cgi?id=952288
Bjørn Lie zaitor@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Find a way to set Adwaita |Find a way to set Adwaita |as systemwide icon theme |as systemwide cursor theme |when installing GNOME DE |when installing GNOME DE
http://bugzilla.opensuse.org/show_bug.cgi?id=952288 http://bugzilla.opensuse.org/show_bug.cgi?id=952288#c1
Atri Bhattacharya badshah400@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |badshah400@gmail.com
--- Comment #1 from Atri Bhattacharya badshah400@gmail.com --- Hi Bjorn! Love the suggestion. I think we might want to make this a part of the Adwaita theme (adwaita-icon-theme) itself. If this sounds okay, or if you suggest some other way, I will take it up.
http://bugzilla.opensuse.org/show_bug.cgi?id=952288 http://bugzilla.opensuse.org/show_bug.cgi?id=952288#c2
Dominique Leuenberger dimstar@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimstar@opensuse.org
--- Comment #2 from Dominique Leuenberger dimstar@opensuse.org --- Somebody best carefully check what implication this has when running yast inside a KDE session, andd XFCE session, LXDE, Englightenment, IceWM...
Yast basically uses the DMZ icon theme as it runs as root, not as user...
Considering that starting other tasks as root actually does not make them use DMZ, makes me believe that YaST is messing with the cursor on its own.
Is yast the ONLY app that uses DMZ?
http://bugzilla.opensuse.org/show_bug.cgi?id=952288 http://bugzilla.opensuse.org/show_bug.cgi?id=952288#c3
--- Comment #3 from Bjørn Lie zaitor@opensuse.org --- Yeah we can not use the adwaita package itself, as that can/may be used by a lot of others. It has to be a package only we "use". I never said this was an easy problem to solve. :-)
As for other apps, I have no clue, as I always set the default to "Adwaita" pretty quickly.
What would be interesting to check is - does yast have "wrong" icon also in KDE?
http://bugzilla.opensuse.org/show_bug.cgi?id=952288 http://bugzilla.opensuse.org/show_bug.cgi?id=952288#c4
Bjørn Lie zaitor@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |suseROCKS@bryen.com
--- Comment #4 from Bjørn Lie zaitor@opensuse.org --- *** Bug 752314 has been marked as a duplicate of this bug. ***
http://bugzilla.opensuse.org/show_bug.cgi?id=952288 http://bugzilla.opensuse.org/show_bug.cgi?id=952288#c5
--- Comment #5 from Atri Bhattacharya badshah400@gmail.com --- (In reply to Dominique Leuenberger from comment #2)
Somebody best carefully check what implication this has when running yast inside a KDE session, andd XFCE session, LXDE, Englightenment, IceWM...
Yast basically uses the DMZ icon theme as it runs as root, not as user...
Considering that starting other tasks as root actually does not make them use DMZ, makes me believe that YaST is messing with the cursor on its own.
Is yast the ONLY app that uses DMZ?
Pretty much all Qt apps also use the DMZ theme: tested with VLC, veusz, qt-settings and a few others. Don't worry, these others were promptly uninstalled ;)
http://bugzilla.opensuse.org/show_bug.cgi?id=952288 http://bugzilla.opensuse.org/show_bug.cgi?id=952288#c6
--- Comment #6 from Atri Bhattacharya badshah400@gmail.com --- (In reply to Atri Bhattacharya from comment #5)
(In reply to Dominique Leuenberger from comment #2)
Is yast the ONLY app that uses DMZ?
Pretty much all Qt apps also use the DMZ theme: tested with VLC, veusz, qt-settings and a few others. Don't worry, these others were promptly uninstalled ;)
To clarify, this was when testing Qt apps from inside a GNOME session [on openSUSE Tumbleweed (20151030) (x86_64)].
http://bugzilla.opensuse.org/show_bug.cgi?id=952288 http://bugzilla.opensuse.org/show_bug.cgi?id=952288#c7
Dominique Leuenberger dimstar@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?
--- Comment #7 from Dominique Leuenberger dimstar@opensuse.org --- Is that actually still valid on TW/GNOME/Wayland?
i have the feeling this vanished
http://bugzilla.opensuse.org/show_bug.cgi?id=952288 http://bugzilla.opensuse.org/show_bug.cgi?id=952288#c8
Bj�rn Lie bjorn.lie@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bjorn.lie@gmail.com Resolution|--- |FIXED Flags|needinfo? |
--- Comment #8 from Bj�rn Lie bjorn.lie@gmail.com --- (In reply to Dominique Leuenberger from comment #7)
Is that actually still valid on TW/GNOME/Wayland?
i have the feeling this vanished
Indeed this seems to be fixed. On a new install, x_mouse_cursor is unset - could it have been this easy?
bjolie@localhost:~> grep X_MOUSE_CURSOR /etc/sysconfig/windowmanager X_MOUSE_CURSOR="" bjolie@localhost:~>
I guess we can close this as fixed :D