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 659607 - Updates/fixes for two gnome-shell-extensions extensions
Updates/fixes for two gnome-shell-extensions extensions
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: 2011-09-20 15:36 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2011-10-03 16:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
alternative-status-menu: Remove gross hack (1.34 KB, patch)
2011-09-20 15:36 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review
workspace-indicator: Update and fix (1.96 KB, patch)
2011-09-20 15:36 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review
alternative-status-menu: Remove gross hack and update for 3.2 (1.63 KB, patch)
2011-09-29 16:44 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review
workspace-indicator: Update and fix (1.97 KB, patch)
2011-09-29 16:44 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review
Update for 3.2 (788 bytes, patch)
2011-09-29 16:44 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review

Description Jasper St. Pierre (not reading bugmail) 2011-09-20 15:36:47 UTC
Just some minor fixes to bring two extensions up to date and working.
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-09-20 15:36:49 UTC
Created attachment 197076 [details] [review]
alternative-status-menu: Remove gross hack

GNOME Shell git 543b29efe75e6073f03ba72580a66914b152f7fb fixed this.
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-09-20 15:36:53 UTC
Created attachment 197077 [details] [review]
workspace-indicator: Update and fix

s/STANDARD_TRAY_ICON_ORDER/STANDARD_STATUS_AREA_ORDER/

Make the indicator inherit from a Button, and use add_actor, per the changes in
GNOME Shell git ae00f86887e37a3f547d760a016473218fcfe8a7
Comment 3 Jasper St. Pierre (not reading bugmail) 2011-09-29 16:44:14 UTC
Created attachment 197785 [details] [review]
alternative-status-menu: Remove gross hack and update for 3.2

GNOME Shell git 543b29efe75e6073f03ba72580a66914b152f7fb fixed this.
Comment 4 Jasper St. Pierre (not reading bugmail) 2011-09-29 16:44:20 UTC
Created attachment 197786 [details] [review]
workspace-indicator: Update and fix

s/STANDARD_TRAY_ICON_ORDER/STANDARD_STATUS_AREA_ORDER/

Make the indicator inherit from a Button, and use add_actor, per the changes in
GNOME Shell git ae00f86887e37a3f547d760a016473218fcfe8a7
Comment 5 Jasper St. Pierre (not reading bugmail) 2011-09-29 16:44:25 UTC
Created attachment 197787 [details] [review]
Update for 3.2
Comment 6 Giovanni Campagna 2011-10-03 16:48:34 UTC
I'm sorry I didn't see this bug before, so I ended up fixing those bugs again while testing 3.2.0... except that I did it in a slightly different way for each extension.

I will probably remove the status menu hack before 3.2.1, but I would consider this fixed anyway for now.