diff -Nru libunity-7.1.4+16.04.20180207/debian/changelog libunity-7.1.4+16.04.20180209.1/debian/changelog --- libunity-7.1.4+16.04.20180207/debian/changelog 2018-02-09 18:15:51.000000000 +0000 +++ libunity-7.1.4+16.04.20180209.1/debian/changelog 2018-02-09 18:15:52.000000000 +0000 @@ -1,9 +1,9 @@ -libunity (7.1.4+16.04.20180207-0ubuntu1) xenial; urgency=medium +libunity (7.1.4+16.04.20180209.1-0ubuntu1) xenial; urgency=medium * UnityLauncher: Prepend snap namespace to desktop file or desktop-id (LP: #1747814) - -- Marco Trevisan (Treviño) Wed, 07 Feb 2018 14:53:59 +0000 + -- Marco Trevisan (Treviño) Fri, 09 Feb 2018 15:48:43 +0000 libunity (7.1.4+16.04.20160701-0ubuntu1) xenial; urgency=medium diff -Nru libunity-7.1.4+16.04.20180207/src/unity-launcher.vala libunity-7.1.4+16.04.20180209.1/src/unity-launcher.vala --- libunity-7.1.4+16.04.20180207/src/unity-launcher.vala 2018-02-07 14:53:35.000000000 +0000 +++ libunity-7.1.4+16.04.20180209.1/src/unity-launcher.vala 2018-02-09 15:48:31.000000000 +0000 @@ -184,7 +184,7 @@ unowned string snap_path = Environment.get_variable ("SNAP"); unowned string snap_name = Environment.get_variable ("SNAP_NAME"); - if (snap_path != null && snap_path != null) + if (snap_path != null && snap_name != null) { debug (@"App is running into a snap container ($snap_name)"); string app = app_uri.substring (APP_PREFIX.length);