diff --git a/js/ui/components/autorunManager.js b/js/ui/components/autorunManager.js index f800db885..90a296161 100644 --- a/js/ui/components/autorunManager.js +++ b/js/ui/components/autorunManager.js @@ -313,6 +313,10 @@ const AutorunSource = new Lang.Class({ getIcon: function() { return this.mount.get_icon(); + }, + + _createPolicy: function() { + return new MessageTray.NotificationApplicationPolicy('org.gnome.Nautilus'); } });