From 3ff76f7be816fc27291880a1ff7c9978ab837b3f Mon Sep 17 00:00:00 2001 From: Bernhard Gebetsberger Date: Sat, 4 Apr 2020 15:23:33 +0200 Subject: [PATCH] Change libunity desktop id --- src/Library.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Library.vala b/src/Library.vala index cccb08e..393372b 100644 --- a/src/Library.vala +++ b/src/Library.vala @@ -100,7 +100,7 @@ namespace Vocal { local_library_path = settings.library_location.replace ("~", GLib.Environment.get_home_dir ()); #if HAVE_LIBUNITY - launcher = Unity.LauncherEntry.get_for_desktop_id ("vocal.desktop"); + launcher = Unity.LauncherEntry.get_for_desktop_id ("com.github.needleandthread.vocal.desktop"); launcher.count = new_episode_count; #endif