From 27ed54471510e1e4a134b3d89ee719a92393f2f6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Nov 2020 14:16:03 +0100 Subject: data/applications/ayatana-settings.desktop.in: Add Keywords= entry in .desktop file. --- data/applications/ayatana-settings.desktop.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/applications/ayatana-settings.desktop.in b/data/applications/ayatana-settings.desktop.in index f416c39..a133ce5 100644 --- a/data/applications/ayatana-settings.desktop.in +++ b/data/applications/ayatana-settings.desktop.in @@ -6,4 +6,5 @@ Exec=/usr/bin/ayatana-settings Icon=/usr/share/icons/hicolor/scalable/apps/ayatana-settings.svg Terminal=false Type=Application +Keywords=settings;indicators;ayatana;control;system;sound;notifications;datetime;events;messages;bluetooth;network;session; X-Ubuntu-Gettext-Domain=ayatana-settings -- cgit v1.2.3 From 0dae7471362910943ebb55959b0cb0c2a7406c9c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Nov 2020 13:58:11 +0100 Subject: data/man/man1/ayatana-settings.1: Add man page. --- data/man/man1/ayatana-settings.1 | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 data/man/man1/ayatana-settings.1 diff --git a/data/man/man1/ayatana-settings.1 b/data/man/man1/ayatana-settings.1 new file mode 100644 index 0000000..9636ff0 --- /dev/null +++ b/data/man/man1/ayatana-settings.1 @@ -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 2020" "Version 20.11.09.2" "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