diff options
| -rw-r--r-- | tests/data/applications/bzr-handle-patch.desktop | 2 | ||||
| -rw-r--r-- | tests/data/applications/kde4/afile.desktop | 2 | ||||
| -rw-r--r-- | tests/data/applications/no-icon.desktop | 2 | ||||
| -rw-r--r-- | tests/data/applications/ubuntu-software-center.desktop | 2 | ||||
| -rw-r--r-- | tests/data/applications/ubuntuone-installer.desktop | 2 | ||||
| -rw-r--r-- | tests/data/applications/update-manager.desktop | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/applications/bzr-handle-patch.desktop b/tests/data/applications/bzr-handle-patch.desktop index 900e34d8d..2cc35de5e 100644 --- a/tests/data/applications/bzr-handle-patch.desktop +++ b/tests/data/applications/bzr-handle-patch.desktop @@ -2,7 +2,7 @@ Name=Bazaar Comment=Apply Bazaar Bundle Icon=bzr-icon-64 -Exec=bzr-handle-patch %f +Exec=/bin/true NoDisplay=true Terminal=false Type=Application diff --git a/tests/data/applications/kde4/afile.desktop b/tests/data/applications/kde4/afile.desktop index fa07d53e5..d368be5fe 100644 --- a/tests/data/applications/kde4/afile.desktop +++ b/tests/data/applications/kde4/afile.desktop @@ -6,7 +6,7 @@ X-AppInstall-Section=main Name=gedit GenericName=Text Editor Comment=Edit text files -Exec=gedit %U +Exec=/bin/true Terminal=false Type=Application StartupNotify=true diff --git a/tests/data/applications/no-icon.desktop b/tests/data/applications/no-icon.desktop index 4f2902fe2..6397c0229 100644 --- a/tests/data/applications/no-icon.desktop +++ b/tests/data/applications/no-icon.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Default Comment=Interactive viewer for a Default icon! -Exec=gedit +Exec=/bin/true Terminal=false Type=Application Categories=GTK;Science;Graphics; diff --git a/tests/data/applications/ubuntu-software-center.desktop b/tests/data/applications/ubuntu-software-center.desktop index e8f860e07..453b63c7f 100644 --- a/tests/data/applications/ubuntu-software-center.desktop +++ b/tests/data/applications/ubuntu-software-center.desktop @@ -2,7 +2,7 @@ Name=Ubuntu Software Center GenericName=Software Center Comment=Lets you choose from thousands of applications available for Ubuntu -Exec=/usr/bin/software-center %u +Exec=/bin/true Icon=softwarecenter Terminal=false Type=Application diff --git a/tests/data/applications/ubuntuone-installer.desktop b/tests/data/applications/ubuntuone-installer.desktop index 99c6a47b7..99c912954 100644 --- a/tests/data/applications/ubuntuone-installer.desktop +++ b/tests/data/applications/ubuntuone-installer.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Ubuntu One Comment=Configure and manage your Ubuntu One account -Exec=ubuntuone-installer +Exec=/bin/true Icon=ubuntuone-installer Terminal=false Type=Application diff --git a/tests/data/applications/update-manager.desktop b/tests/data/applications/update-manager.desktop index 5f9f3a64f..c03774be2 100644 --- a/tests/data/applications/update-manager.desktop +++ b/tests/data/applications/update-manager.desktop @@ -2,7 +2,7 @@ Name=Update Manager GenericName=Software Updates Comment=Show and install available updates -Exec=/usr/bin/update-manager +Exec=/bin/true Icon=update-manager Terminal=false Type=Application |
