Skip to content

Commit

Permalink
statusNotifierWatcher: return extension UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Feb 20, 2019
1 parent 7bd97d4 commit 9fe53c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statusNotifierWatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var StatusNotifierWatcher = new Lang.Class({
ProtocolVersion: function() {
// "The version of the protocol the StatusNotifierWatcher instance implements." [sic]
// in what syntax?
return "appindicatorsupport@rgcjonas.gmail.com (KDE; compatible; mostly) GNOME Shell/%s".format(ShellConfig.PACKAGE_VERSION);
return `${Extension.uuid} (KDE; compatible; mostly) GNOME Shell/${ShellConfig.PACKAGE_VERSION}`;
},

get RegisteredStatusNotifierItems() {
Expand Down

1 comment on commit 9fe53c4

@StanAngeloff
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to work in Gnome Shell 3.18. Any plans to transpile to the old syntax of string concatenation during a release?

Please sign in to comment.