Skip to content

Commit

Permalink
Merge #1968
Browse files Browse the repository at this point in the history
1968: Update the snapcraft launch object path r=wmww a=AlanGriffiths

To reflect recent changes to canonical/snapd#8699

Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
  • Loading branch information
bors[bot] and AlanGriffiths authored Mar 25, 2021
2 parents 6884074 + e26edd2 commit 516bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miral/open_desktop_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void miral::open_desktop_entry(std::string const& desktop_file)
Connection const connection{g_bus_get_sync(G_BUS_TYPE_SESSION, nullptr, nullptr)};

static char const* const dest = "io.snapcraft.Launcher";
static char const* const object_path = "/io/snapcraft/Launcher";
static char const* const object_path = "/io/snapcraft/PrivilegedDesktopLauncher";
static char const* const interface_name = "io.snapcraft.PrivilegedDesktopLauncher";
static char const* const method_name = "OpenDesktopEntry";
auto const id = extract_id(desktop_file);
Expand Down

0 comments on commit 516bd0b

Please sign in to comment.