diff options
author | Robert Tari <robert@tari.in> | 2021-01-24 03:38:44 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-01-27 17:10:40 +0100 |
commit | b85daf94830a3ca39d59237fdb07bc33ede1c450 (patch) | |
tree | 8d704b1d8614759da71fbe42dca737c0e2261142 /data/upstart | |
parent | 9b8fb0492c8c05630644d840aef520f3c6b17829 (diff) | |
download | ayatana-indicator-keyboard-b85daf94830a3ca39d59237fdb07bc33ede1c450.tar.gz ayatana-indicator-keyboard-b85daf94830a3ca39d59237fdb07bc33ede1c450.tar.bz2 ayatana-indicator-keyboard-b85daf94830a3ca39d59237fdb07bc33ede1c450.zip |
100% re-write of the keyboard indicator in plain C.
Diffstat (limited to 'data/upstart')
-rw-r--r-- | data/upstart/Makefile.am | 12 | ||||
-rw-r--r-- | data/upstart/ayatana-indicator-keyboard.desktop.in | 9 |
2 files changed, 0 insertions, 21 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am deleted file mode 100644 index c762a603..00000000 --- a/data/upstart/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -########################### -# Upstart XDG Override -########################### - -xdg_autostartdir = $(datadir)/upstart/xdg/autostart -xdg_autostart_DATA = ayatana-indicator-keyboard.desktop - -%.desktop: %.desktop.in - $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ - -EXTRA_DIST = ayatana-indicator-keyboard.desktop.in - diff --git a/data/upstart/ayatana-indicator-keyboard.desktop.in b/data/upstart/ayatana-indicator-keyboard.desktop.in deleted file mode 100644 index f20783be..00000000 --- a/data/upstart/ayatana-indicator-keyboard.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Ayatana Indicator Keyboard -Exec=@pkglibexecdir@/ayatana-indicator-keyboard-service -OnlyShowIn=Unity; -NoDisplay=true -StartupNotify=false -Terminal=false -Hidden=true |