You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by radorodopski Sunday Oct 19, 2014 at 22:53 GMT Originally opened as adobe#477
Proper fix for "Show in OS" for Linux.
Now using an IPC method call (FileManager1.ShowItems) to show the file (highlighted) in its directory.
Also updated the appshell.gyp file.
Using the new DBus bindings which are provided by the GLib library (requires libglib-2.0 version 2.26 and up), so this no longer requires the old binding library (libdbus-glib-1).
If for some reason the above solution fails, the fallback behavior is to just open the directory containing the file (without the file being highlighted). This is done by calling gtk_show_uri() on the file's parent directory.
Issue by radorodopski
Sunday Oct 19, 2014 at 22:53 GMT
Originally opened as adobe#477
Proper fix for "Show in OS" for Linux.
Now using an IPC method call (FileManager1.ShowItems) to show the file (highlighted) in its directory.
Also updated the appshell.gyp file.
Using the new DBus bindings which are provided by the GLib library (requires libglib-2.0 version 2.26 and up), so this no longer requires the old binding library (libdbus-glib-1).
If for some reason the above solution fails, the fallback behavior is to just open the directory containing the file (without the file being highlighted). This is done by calling gtk_show_uri() on the file's parent directory.
This is for https://trello.com/c/RF1ddQGK/898-linux-show-in-os-for-selected-file
radorodopski included the following code: https://github.com/adobe/brackets-shell/pull/477/commits
The text was updated successfully, but these errors were encountered: