After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740318 - Classic style broken
Classic style broken
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-11-18 14:28 UTC by Florian Müllner
Modified: 2014-11-18 15:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
style: Inherit default stylesheet from resource (840 bytes, patch)
2014-11-18 14:28 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2014-11-18 14:28:55 UTC
See patch.

Alternatively we could also try the theme resource path when resolving relative imports, but not sure it's worth it if this is probably the only place where a mode stylesheet is used ...
Comment 1 Florian Müllner 2014-11-18 14:28:58 UTC
Created attachment 290911 [details] [review]
style: Inherit default stylesheet from resource

The default stylesheet has moved into a GResource, so we can no
longer address it with a relative path.
Comment 2 Carlos Soriano 2014-11-18 14:55:32 UTC
Review of attachment 290911 [details] [review]:

For what we need, that's really enough.
Comment 3 Florian Müllner 2014-11-18 15:08:38 UTC
Attachment 290911 [details] pushed as 0a0d273 - style: Inherit default stylesheet from resource