From eb53b2a54f763a4964bd734e452db9d75ae4c4f8 Mon Sep 17 00:00:00 2001 From: Leonhard <106322251+leolost2605@users.noreply.github.com> Date: Tue, 28 May 2024 19:52:40 +0200 Subject: [PATCH] Rm autostart (#536) --- data/autostart.desktop | 14 -------------- data/meson.build | 6 ------ 2 files changed, 20 deletions(-) delete mode 100644 data/autostart.desktop diff --git a/data/autostart.desktop b/data/autostart.desktop deleted file mode 100644 index 08949ac2..00000000 --- a/data/autostart.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Name=Wingpanel -Comment=Top panel that holds indicators and the applications menu -Exec=io.elementary.wingpanel -Icon=io.elementary.wingpanel -Terminal=false -Type=Application -Categories=Utility; -NoDisplay=true -X-GNOME-Autostart-Notify=false -X-GNOME-AutoRestart=true -X-GNOME-Autostart-enabled=true -X-GNOME-Autostart-Phase=Panel -OnlyShowIn=Pantheon; diff --git a/data/meson.build b/data/meson.build index 87fda003..a6a574b6 100644 --- a/data/meson.build +++ b/data/meson.build @@ -4,12 +4,6 @@ install_data( install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps') ) -install_data( - 'autostart.desktop', - rename: meson.project_name() + '.desktop', - install_dir: join_paths(get_option('sysconfdir'), 'xdg', 'autostart') -) - i18n.merge_file( input: 'wingpanel.desktop.in', output: meson.project_name() + '.desktop',