The `X-GNOME-Bugzilla-*` entries were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and can be removed from all desktop files. The `X-GNOME-Settings-Panel` entry is also obsolete as far as I can tell and only these panels had it in their desktop file: notifications, sharing, sound and user-accounts. These entries can also be removed. After removing the `X-GNOME-Bugzilla-*` entries, the desktop files have no more variables in them. The meson `configure_file` step is therefor pointless—there are no variables to configure. As such the `*.desktop.in.in` files are renamed to `*.desktop.in` to reflect this and `meson.build` files are modified to remove `configure_file` step.
17 lines
834 B
Desktop File
17 lines
834 B
Desktop File
[Desktop Entry]
|
|
Name=Online Accounts
|
|
Comment=Connect to your online accounts and decide what to use them for
|
|
Exec=gnome-control-center online-accounts
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=org.gnome.Settings-online-accounts-symbolic
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;DesktopSettings;X-GNOME-Settings-Panel;X-GNOME-AccountSettings;
|
|
OnlyShowIn=GNOME;Unity;
|
|
# Translators: Search terms to find the Online Accounts panel.
|
|
# Do NOT translate or localize the semicolons!
|
|
# The list MUST also end with a semicolon!
|
|
# For ReadItLater and Pocket, see http://en.wikipedia.org/wiki/Pocket_(application)
|
|
Keywords=Google;Facebook;Twitter;Yahoo;Web;Online;Chat;Calendar;Mail;Contact;ownCloud;Kerberos;IMAP;SMTP;Pocket;ReadItLater;
|