summaryrefslogtreecommitdiff
diff options
authorStephen M. Webb <stephen.webb@canonical.com>2015-03-24 16:08:55 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-03-24 16:08:55 +0000
commitd18dac80647c859a8c5cf0653cc924ebc079f6a9 (patch)
tree23e8ed1a43d23b29892d10f865e97d6ecb09072c
parentb1842bea870ce27bbce1d3a20a975b4a54882ea3 (diff)
parent6122c12d5e02c04a783eef0ea5044f7c926dadbe (diff)
uses the new upstream .desktop file for D-Bus activated Nautilus instances Fixes: #1428837
Approved by: Christopher Townsend, PS Jenkins bot (bzr r3933)
-rw-r--r--tests/autopilot/unity/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/__init__.py b/tests/autopilot/unity/tests/__init__.py
index ff6a34a50..da114f955 100644
--- a/tests/autopilot/unity/tests/__init__.py
+++ b/tests/autopilot/unity/tests/__init__.py
@@ -249,7 +249,7 @@ class UnityTestCase(AutopilotTestCase):
def register_nautilus(self):
self.addCleanup(self.process_manager.unregister_known_application, "Nautilus")
- self.process_manager.register_known_application("Nautilus", "nautilus.desktop", "nautilus")
+ self.process_manager.register_known_application("Nautilus", "org.gnome.Nautilus.desktop", "nautilus")
def get_startup_notification_timestamp(self, bamf_window):
atom = display.Display().intern_atom('_NET_WM_USER_TIME')