diff -Nru ayatana-indicator-0.1/ayatana-indicator ayatana-indicator-0.1/ayatana-indicator --- ayatana-indicator-0.1/ayatana-indicator 2017-03-09 00:18:42.000000000 +0000 +++ ayatana-indicator-0.1/ayatana-indicator 2017-03-19 21:31:28.000000000 +0000 @@ -143,7 +143,7 @@ icon = self.get_app_icon(desktop_file) self.seen_apps.add((name,desktop_file,icon)) if str(app_path) == active: - name = '>>> ' + name + name = '>>> ' + str(name) xids = self.get_app_xids(app_path) if xids: num_windows = str(len(xids)) @@ -192,6 +192,7 @@ recent_submenu = self.add_submenu(self.app_menu, "recent apps", None) + print(self.seen_apps) for appname,deskt_file,icon in self.seen_apps: if not icon: icon = 'application-x-executable' diff -Nru ayatana-indicator-0.1/debian/changelog ayatana-indicator-0.1/debian/changelog --- ayatana-indicator-0.1/debian/changelog 2017-03-09 00:18:42.000000000 +0000 +++ ayatana-indicator-0.1/debian/changelog 2017-03-19 21:31:28.000000000 +0000 @@ -1,8 +1,8 @@ -ayatana-indicator (0.1-0~201703090018~ubuntu16.04.1) xenial; urgency=low +ayatana-indicator (0.1-0~201703192131~ubuntu16.04.1) xenial; urgency=low * Auto build. - -- Serg <1047481448@qq.com> Thu, 09 Mar 2017 00:18:42 +0000 + -- Serg <1047481448@qq.com> Sun, 19 Mar 2017 21:31:28 +0000 ayatana-indicator (0.1-1) unstable; urgency=low diff -Nru ayatana-indicator-0.1/debian/git-build-recipe.manifest ayatana-indicator-0.1/debian/git-build-recipe.manifest --- ayatana-indicator-0.1/debian/git-build-recipe.manifest 2017-03-09 00:18:42.000000000 +0000 +++ ayatana-indicator-0.1/debian/git-build-recipe.manifest 2017-03-19 21:31:28.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debupstream}-0~201703090018 -lp:ayatana-indicator git-commit:c36926944c4af5ec95171018cf715c73a3ed6107 +# git-build-recipe format 0.4 deb-version {debupstream}-0~201703192131 +lp:ayatana-indicator git-commit:37801f2bf237c62e1f5311597bef234af27aeec3