GNOME Bugzilla – Bug 689868
extensions in symlinked folders not loading
Last modified: 2012-12-08 07:54:06 UTC
gnome-shell is no longer loading extensions that live in a symlinked folder. Only extensions that are in a real directory are loaded.
Created attachment 231014 [details] [review] fileUtils: correctly determine file type for symbolic links Extensions in a folder that is a symbolic link do not get loaded, since the returned file type is unknown.
Review of attachment 231014 [details] [review]: ::: js/misc/fileUtils.js @@ +34,3 @@ } + dir.query_info_async('standard::type', Gio.FileQueryInfoFlags.NONE, We use the string name here, and the constant name above. Sigh. Can we use the string names everywhere?
Created attachment 231015 [details] [review] fileUtils: correctly determine file type for symbolic links Extensions in a folder that is a symbolic link do not get loaded, since the returned file type is unknown.
Review of attachment 231015 [details] [review]: Works for me.
Attachment 231015 [details] pushed as 16c0585 - fileUtils: correctly determine file type for symbolic links