Skip to content

Commit 9b00e5b

Browse files
committed
remove custom desktop file
1 parent 2cc35d9 commit 9b00e5b

4 files changed

Lines changed: 1 addition & 16 deletions

File tree

conf/org.gnome.Spotify.SearchProvider.desktop

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Shell Search Provider]
2-
DesktopId=org.gnome.Spotify.SearchProvider.desktop
2+
DesktopId=spotify.desktop
33
BusName=org.gnome.Spotify.SearchProvider
44
ObjectPath=/org/gnome/Spotify/SearchProvider
55
Version=2

install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ install -Dm 0755 spotify-search-provider.py "${LIBDIR}"/spotify-search-provider/
1212
# Search provider definition
1313
install -Dm 0644 conf/org.gnome.Spotify.SearchProvider.ini "${DATADIR}"/gnome-shell/search-providers/org.gnome.Spotify.SearchProvider.ini
1414

15-
# Desktop file (for having an icon)
16-
install -Dm 0644 conf/org.gnome.Spotify.SearchProvider.desktop "${DATADIR}"/applications/org.gnome.Spotify.SearchProvider.desktop
17-
1815
# DBus configuration (no-systemd)
1916
install -Dm 0644 conf/org.gnome.Spotify.SearchProvider.service.dbus "${DATADIR}"/dbus-1/services/org.gnome.Spotify.SearchProvider.service
2017

uninstall.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ rmdir "${LIBDIR}"/spotify-search-provider
1313
# Search provider definition
1414
rm "${DATADIR}"/gnome-shell/search-providers/org.gnome.Spotify.SearchProvider.ini
1515

16-
# Desktop file (for having an icon)
17-
rm "${DATADIR}"/applications/org.gnome.Spotify.SearchProvider.desktop
18-
1916
# DBus configuration (no-systemd)
2017
rm "${DATADIR}"/dbus-1/services/org.gnome.Spotify.SearchProvider.service
2118

0 commit comments

Comments
 (0)