From 269aa4c7df03e1e581c01866c91bcfa5524d6334 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 27 Aug 2024 14:43:59 +0200 Subject: Rewrite using C/CMake/Gtk4 and add some features/tweaks --- data/CMakeLists.txt | 31 + data/applications/ayatana-settings.desktop.in | 10 - data/ayatana-settings.8 | 43 + data/ayatana-settings.desktop.in | 9 + data/ayatana-settings.ui | 1017 +++++++++++++++++++ data/ayatana-settings.xml | 6 + data/ayatana-settings/ayatana-settings.glade | 1070 -------------------- .../scalable/apps/ayatana-settings.svg | 106 ++ .../categories/ayatana-settings-datetime.svg | 188 ++++ .../categories/ayatana-settings-notifications.svg | 49 + .../categories/ayatana-settings-session.svg | 94 ++ .../categories/ayatana-settings-datetime.svg | 331 ++++++ .../categories/ayatana-settings-notifications.svg | 69 ++ .../categories/ayatana-settings-session.svg | 325 ++++++ data/locale/.gitkeep | 0 data/man/man8/ayatana-settings.8 | 43 - 16 files changed, 2268 insertions(+), 1123 deletions(-) create mode 100644 data/CMakeLists.txt delete mode 100644 data/applications/ayatana-settings.desktop.in create mode 100644 data/ayatana-settings.8 create mode 100644 data/ayatana-settings.desktop.in create mode 100644 data/ayatana-settings.ui create mode 100644 data/ayatana-settings.xml delete mode 100644 data/ayatana-settings/ayatana-settings.glade create mode 100644 data/icons/ContrastHigh/scalable/apps/ayatana-settings.svg create mode 100644 data/icons/ContrastHigh/scalable/categories/ayatana-settings-datetime.svg create mode 100644 data/icons/ContrastHigh/scalable/categories/ayatana-settings-notifications.svg create mode 100644 data/icons/ContrastHigh/scalable/categories/ayatana-settings-session.svg create mode 100644 data/icons/hicolor/scalable/categories/ayatana-settings-datetime.svg create mode 100644 data/icons/hicolor/scalable/categories/ayatana-settings-notifications.svg create mode 100644 data/icons/hicolor/scalable/categories/ayatana-settings-session.svg delete mode 100644 data/locale/.gitkeep delete mode 100644 data/man/man8/ayatana-settings.8 (limited to 'data') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt new file mode 100644 index 0000000..507df29 --- /dev/null +++ b/data/CMakeLists.txt @@ -0,0 +1,31 @@ +# ayatana-settings.8 + +install (FILES "${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.8" DESTINATION "${CMAKE_INSTALL_FULL_MANDIR}/man8") + +# ayatana-settings.desktop + +find_package (Intltool REQUIRED) +configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_PROJECT_NAME}.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}.desktop.intl" @ONLY) +intltool_merge_translations ("${CMAKE_PROJECT_NAME}.desktop.intl" "${CMAKE_PROJECT_NAME}.desktop" ALL UTF8) +install (FILES "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}.desktop" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/applications") + +# icons/ContrastHigh/scalable/apps/ayatana-settings.svg +# icons/hicolor/scalable/apps/ayatana-settings.svg + +install (DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/icons" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}") + +# ayatana-settings-gresource.c + +find_program (GLIB_COMPILE_RESOURCES NAMES glib-compile-resources REQUIRED) + +add_custom_command ( + OUTPUT "${CMAKE_PROJECT_NAME}-gresource.c" + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + COMMAND "${GLIB_COMPILE_RESOURCES}" + ARGS --target "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}-gresource.c" --generate-source "${CMAKE_PROJECT_NAME}.xml" + VERBATIM + MAIN_DEPENDENCY "${CMAKE_PROJECT_NAME}.xml" + DEPENDS "${CMAKE_PROJECT_NAME}.ui" +) + +add_custom_target ("data" DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}-gresource.c") diff --git a/data/applications/ayatana-settings.desktop.in b/data/applications/ayatana-settings.desktop.in deleted file mode 100644 index 39948b7..0000000 --- a/data/applications/ayatana-settings.desktop.in +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=Indicators -Comment=Ayatana Indicators Settings -Categories=Settings;DesktopSettings;X-LXDE-Settings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings; -Exec=/usr/bin/ayatana-settings -Icon=ayatana-settings -Terminal=false -Type=Application -Keywords=settings;indicators;ayatana;control;system;sound;notifications;datetime;events;messages;bluetooth;network;session; -X-Ubuntu-Gettext-Domain=ayatana-settings diff --git a/data/ayatana-settings.8 b/data/ayatana-settings.8 new file mode 100644 index 0000000..c81e3a6 --- /dev/null +++ b/data/ayatana-settings.8 @@ -0,0 +1,43 @@ +'\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH ayatana-settings 8 "Nov 2023" "Version 23.11.14" "Ayatana Indicators Settings" +.SH NAME +ayatana-settings \- Fine-tune behaviour of Ayatana System Indicators +.SH SYNOPSIS +'nh +.fi +.ad l +\fBayatana-settings\fR \kx +.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) +'in \n(.iu+\nxu +[ +\fIoptions\fR +] +'in \n(.iu-\nxu +.ad b +'hy +.SH DESCRIPTION +Ayatana (System) Indicators are a set of notification tray icons that are +available for desktop environments that provide an Indicator Renderer +applet. With Ayatana System Indicators users can get easy access to +various system properties and settings (e.g. sound, events, messages and +notifications, session management, bluetooth, etc.). +.PP +\fBayatana-settings\fR is a graphical tool supplementing the desktop +environment's control center / settings area and allows the user to +fine-tune the behaviour of Ayatana System Indicators. +.SH COMMON OPTIONS +\fBayatana-settings\fR does not have any command line options (except +those provided by standard GTK applications). +.SH "FILES" +~/.config/autostart/ayatana-indicator-*.desktop +.PP +.SH AUTHOR +This manual has been written for the Ayatana Indicators project by Mike +Gabriel . diff --git a/data/ayatana-settings.desktop.in b/data/ayatana-settings.desktop.in new file mode 100644 index 0000000..ed9c8da --- /dev/null +++ b/data/ayatana-settings.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +_Name=Indicators +_Comment=Ayatana Indicators Settings +Categories=Settings;DesktopSettings;X-LXDE-Settings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings; +Exec=@CMAKE_INSTALL_FULL_BINDIR@/ayatana-settings +Icon=ayatana-settings +Terminal=false +Type=Application +Keywords=settings;indicators;ayatana;control;system;sound;notifications;datetime;events;messages;bluetooth;network;session; diff --git a/data/ayatana-settings.ui b/data/ayatana-settings.ui new file mode 100644 index 0000000..163a6b4 --- /dev/null +++ b/data/ayatana-settings.ui @@ -0,0 +1,1017 @@ + + + + + + + + 1 + 1 + 1 + 10 + + + + + 1 + 10 + 10 + 10 + 10 + vertical + 1 + + + 1 + 1 + left + 1 + + + + + 10 + 1 + 10 + 10 + 10 + 10 + 10 + 1 + + + 1 + + + Show full user name on the panel + + + 1 + 0 + + + + + + 1 + + + Remove the Log Out item from the menu + + + 1 + 1 + + + + + + 1 + + + Suppress the Log Out, Restart and Shut Down confirmation + + + 1 + 2 + + + + + + 1 + + + Remove the Restart item from the menu + + + 1 + 3 + + + + + + 1 + + + Remove the Shut Down item from the menu + + + 1 + 4 + + + + + + 1 + + + Show the user list in the menu + + + 1 + 5 + + + + + + end + 1 + Show full user name on the panel + + 0 + 0 + + + + + + end + 1 + Remove the Log Out item from the menu + + 0 + 1 + + + + + + end + 1 + Suppress the Log Out, Restart and Shut Down confirmation + + 0 + 2 + + + + + + end + 1 + Remove the Restart item from the menu + + 0 + 3 + + + + + + end + 1 + Remove the Shut Down item from the menu + + 0 + 4 + + + + + + end + 1 + Show the user list in the menu + + 0 + 5 + + + + + + 1 + 1 + Enable this indicator on login + session + end + 1 + + + 0 + 2 + 6 + + + + + + + + + + ayatana-settings-session + 24 + + + + + Session + + + + + + + + + + + 10 + 1 + 10 + 10 + 10 + 10 + 10 + 1 + + + end + 1 + Show the number of seconds on the panel + + 0 + 3 + + + + + + end + 1 + Show the calendar in the menu + + 0 + 4 + + + + + + end + 1 + Show week numbers in the calendar + + 0 + 5 + + + + + + end + 1 + Show events in the menu + + 0 + 6 + + + + + + 1 + + + Show the year on the panel + + + 1 + 0 + + + + + + 1 + + + Show the month and date on the panel + + + 1 + 1 + + + + + + 1 + + + Show the day of the week on the panel + + + 1 + 2 + + + + + + 1 + + + Show the number of seconds on the panel + + + 1 + 3 + + + + + + 1 + + + Show the calendar in the menu + + + 1 + 4 + + + + + + 1 + + + Show week numbers in the calendar + + + 1 + 5 + + + + + + 1 + + + Show events in the menu + + + 1 + 6 + + + + + + end + 1 + Show the year on the panel + + 0 + 0 + + + + + + end + 1 + Show the day of the week on the panel + + 0 + 2 + + + + + + end + 1 + Show the month and date on the panel + + 0 + 1 + + + + + + 1 + 1 + Enable this indicator on login + datetime + end + 1 + + + 0 + 2 + 7 + + + + + + + + + + ayatana-settings-datetime + 24 + + + + + Date and Time + + + + + + + + + + + 10 + 1 + 10 + 10 + 10 + 10 + 10 + 1 + + + end + 1 + Allow setting the volume above 100% + + 0 + 0 + + + + + + 1 + + + Allow setting the volume above 100% + + + 1 + 0 + + + + + + 1 + 1 + Enable this indicator on login + sound + end + 1 + + + 0 + 2 + 1 + + + + + + + + + + multimedia-volume-control + 24 + + + + + Sound + + + + + + + + + + + 10 + 1 + 10 + 10 + 10 + 10 + 10 + 1 + + + 1 + 1 + Enable this indicator on login + power + end + 1 + + + 0 + 2 + 2 + + + + + + end + 1 + Show percentage on the panel + + 0 + 0 + + + + + + end + 1 + Show time on the panel + + 0 + 1 + + + + + + 1 + + + Show percentage on the panel + + + 1 + 0 + + + + + + 1 + + + Show time on the panel + + + 1 + 1 + + + + + + + + + + battery + 24 + + + + + Power + + + + + + + + + + + 10 + 1 + 10 + 10 + 10 + 10 + 10 + 1 + + + 6 + start + + + dialog-information-symbolic + large + True + + + + + This indicator has no settings + + + + + 0 + 0 + + + + + + 1 + 1 + Enable this indicator on login + messages + end + 1 + + + 0 + 0 + + + + + + + + + + mail-unread + 24 + + + + + Messages + + + + + + + + + + + 10 + 1 + 10 + 10 + 10 + 10 + 10 + 1 + + + 6 + start + + + dialog-information-symbolic + large + True + + + + + This indicator has no settings + + + + + 0 + 0 + + + + + + 1 + 1 + Enable this indicator on login + bluetooth + end + 1 + + + 0 + 0 + + + + + + + + + + bluetooth + 24 + + + + + Bluetooth + + + + + + + + + + + 10 + 1 + 10 + 10 + 10 + 10 + 10 + 1 + + + end + 1 + Maximum number of visible items + + 0 + 0 + + + + + + end + 1 + Discard notifications by application name + + 0 + 1 + + + + + + adjustmentNotificationsMaxItems + 1 + 2 + 1 + 1 + if-valid + 2 + + + + Maximum number of visible items + + + 1 + 0 + + + + + + 5 + + + 1 + + 0 + 0 + + + + + + 1 + 1 + + + + + + list-add + + + + + Add + + + + + + + Add application to list + + + 1 + 0 + + + + + + 1 + 1 + + + + + + list-remove + + + + + Remove + + + + + + + Remove application from list + + + 2 + 0 + + + + + 1 + 2 + + + + + + 1 + 1 + Enable this indicator on login + notifications + end + 1 + + + 0 + 2 + 3 + + + + + + + + + + + + + + + + + 1 + 200 + 1 + + + 1 + 1 + + + + + + + + + + ayatana-settings-notifications + 24 + + + + + Notifications + + + + + + + + + + + 10 + 1 + 10 + 10 + 10 + 10 + 10 + 1 + + + 6 + start + + + dialog-information-symbolic + large + True + + + + + This indicator has no settings + + + + + 0 + 0 + + + + + + 1 + 1 + Enable this indicator on login + keyboard + end + 1 + + + 0 + 0 + + + + + + + + + + preferences-desktop-keyboard + 24 + + + + + Keyboard + + + + + + + + + + + 480 + ayatana-settings + Ayatana Settings + 640 + + + + + + diff --git a/data/ayatana-settings.xml b/data/ayatana-settings.xml new file mode 100644 index 0000000..0587ff3 --- /dev/null +++ b/data/ayatana-settings.xml @@ -0,0 +1,6 @@ + + + + ayatana-settings.ui + + diff --git a/data/ayatana-settings/ayatana-settings.glade b/data/ayatana-settings/ayatana-settings.glade deleted file mode 100644 index 710ff61..0000000 --- a/data/ayatana-settings/ayatana-settings.glade +++ /dev/null @@ -1,1070 +0,0 @@ - - - - - - - - - - - - - - - - - - 1 - 10 - 1 - 1 - - - True - False - 5 - list-add - - - True - False - 5 - list-remove - - - 640 - 480 - False - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - center - - - - True - False - 10 - 10 - 10 - 10 - True - True - vertical - - - True - True - True - True - left - - - - True - False - 10 - 10 - 10 - 10 - True - True - 10 - 10 - - - True - True - - - Show full user name on the panel - - - - - 1 - 0 - - - - - True - True - - - Remove the Log Out item from the menu - - - - - 1 - 1 - - - - - True - True - - - Suppress the Log Out, Restart and Shut Down confirmation - - - - - 1 - 2 - - - - - True - True - - - Remove the Restart item from the menu - - - - - 1 - 3 - - - - - True - True - - - Remove the Shut Down item from the menu - - - - - 1 - 4 - - - - - True - True - - - Show the user list in the menu - - - - - 1 - 5 - - - - - True - False - end - True - Show full user name on the panel - - - 0 - 0 - - - - - True - False - end - True - Remove the Log Out item from the menu - - - 0 - 1 - - - - - True - False - end - True - Suppress the Log Out, Restart and Shut Down confirmation - - - 0 - 2 - - - - - True - False - end - True - Remove the Restart item from the menu - - - 0 - 3 - - - - - True - False - end - True - Remove the Shut Down item from the menu - - - 0 - 4 - - - - - True - False - end - True - Show the user list in the menu - - - 0 - 5 - - - - - True - False - end - True - - - 0 - 6 - - - - - Enable this indicator on login - session - True - True - False - end - True - True - False - - - - 0 - 6 - 2 - - - - - - - True - False - True - Session - 0 - - - False - - - - - - True - False - 10 - 10 - 10 - 10 - True - True - 10 - 10 - - - True - False - end - True - Show the number of seconds on the panel - - - 0 - 3 - - - - - True - False - end - True - Show the calendar in the menu - - - 0 - 4 - - - - - True - False - end - True - Show week numbers in the calendar - - - 0 - 5 - - - - - True - False - end - True - Show events in the menu - - - 0 - 6 - - - - - True - True - - - Show the year on the panel - - - - - 1 - 0 - - - - - True - True - - - Show the month and date on the panel - - - - - 1 - 1 - - - - - True - True - - - Show the day of the week on the panel - - - - - 1 - 2 - - - - - True - True - - - Show the number of seconds on the panel - - - - - 1 - 3 - - - - - True - True - - - Show the calendar in the menu - - - - - 1 - 4 - - - - - True - True - - - Show week numbers in the calendar - - - - - 1 - 5 - - - - - True - True - - - Show events in the menu - - - - - 1 - 6 - - - - - True - False - end - True - Show the year on the panel - - - 0 - 0 - - - - - True - False - end - True - Show the day of the week on the panel - - - 0 - 2 - - - - - True - False - end - True - Show the month and date on the panel - - - 0 - 1 - - - - - Enable this indicator on login - datetime - True - True - False - end - True - True - False - - - - 0 - 7 - 2 - - - - - 1 - - - - - True - False - True - Date and Time - 0 - - - 1 - False - - - - - - True - False - 10 - 10 - 10 - 10 - True - True - 10 - 10 - - - True - False - end - True - Allow setting the volume above 100% - - - 0 - 0 - - - - - True - True - - - Allow setting the volume above 100% - - - - - 1 - 0 - - - - - Enable this indicator on login - sound - True - True - False - end - True - True - False - - - - 0 - 1 - 2 - - - - - 2 - - - - - True - False - True - Sound - 0 - - - 2 - False - - - - - - True - False - 10 - 10 - 10 - 10 - True - True - 10 - 10 - - - Enable this indicator on login - power - True - True - False - end - True - True - False - - - - 0 - 2 - 2 - - - - - True - False - end - True - Show percentage on the panel - - - 0 - 0 - - - - - True - False - end - True - Show time on the panel - - - 0 - 1 - - - - - True - True - - - Show percentage on the panel - - - - - 1 - 0 - - - - - True - True - - - Show time on the panel - - - - - 1 - 1 - - - - - 3 - - - - - True - False - True - Power - 0 - - - 3 - False - - - - - - True - False - 10 - 10 - 10 - 10 - True - True - 10 - 10 - - - Enable this indicator on login - messages - True - True - False - end - True - True - False - - - - 0 - 0 - 2 - - - - - 4 - - - - - True - False - True - Messages - 0 - - - 4 - False - - - - - - True - False - 10 - 10 - 10 - 10 - True - True - 10 - 10 - - - Enable this indicator on login - bluetooth - True - True - False - end - True - True - False - - - - 0 - 0 - 2 - - - - - 5 - - - - - True - False - True - Bluetooth - 0 - - - 5 - False - - - - - - True - False - 10 - 10 - 10 - 10 - True - True - 10 - 10 - - - True - False - end - True - Maximum number of visible items - - - 0 - 0 - - - - - True - False - end - True - Discard notifications by application name - - - 0 - 1 - - - - - True - True - 2 - 2 - 2 - False - number - adjustmentNotificationsMaxItems - True - True - - - - - Maximum number of visible items - - - - - 1 - 0 - - - - - - True - False - 5 - - - True - True - - - - 0 - 0 - - - - - Add - True - True - True - imageAdd - - - - 1 - 0 - - - - - Remove - True - True - True - imageRemove - - - - 2 - 0 - - - - - 1 - 2 - - - - - Enable this indicator on login - notifications - True - True - False - end - True - True - False - - - - 0 - 3 - 2 - - - - - True - True - in - 200 - True - - - True - True - ListStoreNotificationsFilters - False - False - True - False - - - - - - fixed - column - - - - 0 - - - - - - - - - 1 - 1 - - - - - - - - 6 - - - - - True - False - True - Notifications - 0 - - - 6 - False - - - - - - True - False - 10 - 10 - 10 - 10 - True - True - 10 - 10 - - - Enable this indicator on login - keyboard - True - True - False - end - True - True - False - - - - 0 - 0 - 2 - - - - - 7 - - - - - True - False - True - Keyboard - 0 - - - 7 - False - - - - - True - True - 0 - - - - - - diff --git a/data/icons/ContrastHigh/scalable/apps/ayatana-settings.svg b/data/icons/ContrastHigh/scalable/apps/ayatana-settings.svg new file mode 100644 index 0000000..bef1e2c --- /dev/null +++ b/data/icons/ContrastHigh/scalable/apps/ayatana-settings.svg @@ -0,0 +1,106 @@ + + + + + + + + + image/svg+xml + + + + emblem important + + + + + Luca Ferretti + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/ContrastHigh/scalable/categories/ayatana-settings-datetime.svg b/data/icons/ContrastHigh/scalable/categories/ayatana-settings-datetime.svg new file mode 100644 index 0000000..233426d --- /dev/null +++ b/data/icons/ContrastHigh/scalable/categories/ayatana-settings-datetime.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + image/svg+xml + + Office Calendar + December 2008 + + + Luca Ferretti <elle.uca@libero.it + + + + + office + calendar + appointmens + + + + + Inspired by calendar icon on Nokia E71 + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/ContrastHigh/scalable/categories/ayatana-settings-notifications.svg b/data/icons/ContrastHigh/scalable/categories/ayatana-settings-notifications.svg new file mode 100644 index 0000000..5ca714c --- /dev/null +++ b/data/icons/ContrastHigh/scalable/categories/ayatana-settings-notifications.svg @@ -0,0 +1,49 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/data/icons/ContrastHigh/scalable/categories/ayatana-settings-session.svg b/data/icons/ContrastHigh/scalable/categories/ayatana-settings-session.svg new file mode 100644 index 0000000..4be7a37 --- /dev/null +++ b/data/icons/ContrastHigh/scalable/categories/ayatana-settings-session.svg @@ -0,0 +1,94 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/categories/ayatana-settings-datetime.svg b/data/icons/hicolor/scalable/categories/ayatana-settings-datetime.svg new file mode 100644 index 0000000..a807699 --- /dev/null +++ b/data/icons/hicolor/scalable/categories/ayatana-settings-datetime.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 28 + + + + + + + + diff --git a/data/icons/hicolor/scalable/categories/ayatana-settings-notifications.svg b/data/icons/hicolor/scalable/categories/ayatana-settings-notifications.svg new file mode 100644 index 0000000..eedba3c --- /dev/null +++ b/data/icons/hicolor/scalable/categories/ayatana-settings-notifications.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/categories/ayatana-settings-session.svg b/data/icons/hicolor/scalable/categories/ayatana-settings-session.svg new file mode 100644 index 0000000..7088dbd --- /dev/null +++ b/data/icons/hicolor/scalable/categories/ayatana-settings-session.svg @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/locale/.gitkeep b/data/locale/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/man/man8/ayatana-settings.8 b/data/man/man8/ayatana-settings.8 deleted file mode 100644 index c81e3a6..0000000 --- a/data/man/man8/ayatana-settings.8 +++ /dev/null @@ -1,43 +0,0 @@ -'\" -*- coding: utf-8 -*- -'\" vim:fenc=utf-8 -.if \n(.g .ds T< \\FC -.if \n(.g .ds T> \\F[\n[.fam]] -.de URL -\\$2 \(la\\$1\(ra\\$3 -.. -.if \n(.g .mso www.tmac -.TH ayatana-settings 8 "Nov 2023" "Version 23.11.14" "Ayatana Indicators Settings" -.SH NAME -ayatana-settings \- Fine-tune behaviour of Ayatana System Indicators -.SH SYNOPSIS -'nh -.fi -.ad l -\fBayatana-settings\fR \kx -.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) -'in \n(.iu+\nxu -[ -\fIoptions\fR -] -'in \n(.iu-\nxu -.ad b -'hy -.SH DESCRIPTION -Ayatana (System) Indicators are a set of notification tray icons that are -available for desktop environments that provide an Indicator Renderer -applet. With Ayatana System Indicators users can get easy access to -various system properties and settings (e.g. sound, events, messages and -notifications, session management, bluetooth, etc.). -.PP -\fBayatana-settings\fR is a graphical tool supplementing the desktop -environment's control center / settings area and allows the user to -fine-tune the behaviour of Ayatana System Indicators. -.SH COMMON OPTIONS -\fBayatana-settings\fR does not have any command line options (except -those provided by standard GTK applications). -.SH "FILES" -~/.config/autostart/ayatana-indicator-*.desktop -.PP -.SH AUTHOR -This manual has been written for the Ayatana Indicators project by Mike -Gabriel . -- cgit v1.2.3