GNOME Bugzilla – Bug 677001
extensionUtils: Support subdirectories in getCurrentExtension
Last modified: 2012-05-29 18:36:47 UTC
A recently submitted gnome-shell extension made a hack to get around this. Let's give them what they wanted for the next edition of the Shell.
Created attachment 215158 [details] [review] extensionUtils: Support subdirectories in getCurrentExtension Some extensions may have complex layouts with multiple subdirectories. Currently, getCurrentExtension doesn't support this, as it uses a regex and assume's that the last path's component's parent is all that's needed. Fix this.
Review of attachment 215158 [details] [review]: Looks good
Attachment 215158 [details] pushed as 65d23fb - extensionUtils: Support subdirectories in getCurrentExtension