diff --git a/data/gnome-shell-extension-prefs.desktop.in.in b/data/gnome-shell-extension-prefs.desktop.in.in index 1b144c5bd..692048743 100644 --- a/data/gnome-shell-extension-prefs.desktop.in.in +++ b/data/gnome-shell-extension-prefs.desktop.in.in @@ -3,10 +3,6 @@ Type=Application Name=Shell Extensions Comment=Configure GNOME Shell Extensions Exec=@bindir@/gnome-shell-extension-prefs %u -X-GNOME-Bugzilla-Bugzilla=GNOME -X-GNOME-Bugzilla-Product=gnome-shell -X-GNOME-Bugzilla-Component=extensions -X-GNOME-Bugzilla-Version=@VERSION@ Categories=GNOME;GTK; OnlyShowIn=GNOME; NoDisplay=true diff --git a/data/meson.build b/data/meson.build index 88a61765f..ee4b1abbf 100644 --- a/data/meson.build +++ b/data/meson.build @@ -13,7 +13,6 @@ desktopconf = configuration_data() # We substitute in bindir so it works as an autostart # file when built in a non-system prefix desktopconf.set('bindir', bindir) -desktopconf.set('VERSION', meson.project_version()) desktopconf.set('systemd_hidden', have_systemd ? 'true' : 'false') foreach desktop_file : desktop_files diff --git a/data/org.gnome.Shell.desktop.in.in b/data/org.gnome.Shell.desktop.in.in index 1b46ef944..59d1cd2fe 100644 --- a/data/org.gnome.Shell.desktop.in.in +++ b/data/org.gnome.Shell.desktop.in.in @@ -3,10 +3,6 @@ Type=Application Name=GNOME Shell Comment=Window management and application launching Exec=@bindir@/gnome-shell -X-GNOME-Bugzilla-Bugzilla=GNOME -X-GNOME-Bugzilla-Product=gnome-shell -X-GNOME-Bugzilla-Component=general -X-GNOME-Bugzilla-Version=@VERSION@ Categories=GNOME;GTK;Core; OnlyShowIn=GNOME; NoDisplay=true