Skip to content

[CLOSED] Proper fix for "Show in OS" for Linux. #311

@core-ai-bot

Description

@core-ai-bot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions