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 649742 - Problem loading extensions css
Problem loading extensions css
Status: RESOLVED DUPLICATE of bug 650971
Product: gnome-shell
Classification: Core
Component: extensions
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-05-08 15:58 UTC by Erick Perez Castellanos
Modified: 2011-05-27 13:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.91/3.0



Description Erick Perez Castellanos 2011-05-08 15:58:14 UTC
Hi:

I'm using Gnome-Shell 3.0.1 and using gnome-shell-extension-tool builded a sample extenion: the one that when you click on the panel show a Hello World!
And it is not loading the css, I mean I'm getting just the 'Hello World!' text with no border, and background-color and nothing else.

When I moved the extension completely to /usr/share/gnome-shell/extensions then it worked right.

Step to reproduce it
1.
$ gnome-shell-extension-tool --create-extension
name: sample-click
desc: sample click
uuid: default@default
2.
Gnome-Shell restarted, the extension was loaded and when clicking in the panel, it shows just the text without the css properties.
3.
Move the extension to /usr/share/gnome-shell/extensions
$ mv .local/share/gnome-shell/extensions/sample-click@dedault.sample.click /usr/share/gnome-shell/extensions/
4. 
Gnome-Shell restarted, the extension was loaded and when clicking in the panel, it shows the text and the box surrounding the text.
Comment 1 Erick Perez Castellanos 2011-05-27 13:30:10 UTC

*** This bug has been marked as a duplicate of bug 650971 ***