removed GNOME3-session-only restriction from autostart file, updated app description in several files

This commit is contained in:
Patrick Ulbrich
2013-06-15 17:41:09 +02:00
parent c54f9992f2
commit a3e5b2f79f
3 changed files with 5 additions and 8 deletions

View File

@@ -173,9 +173,7 @@ class ConfigWindow:
"NoDisplay=false\n" + \
"X-GNOME-Autostart-enabled=true\n" + \
"Name=Mailnag\n" + \
"Comment=Email notifier for GNOME 3\n" \
"OnlyShowIn=GNOME;\n" \
"AutostartCondition=GNOME3 if-session gnome"
"Comment=An extendable mail notification daemon\n"
autostart_folder = os.path.join(bd.xdg_config_home, "autostart")
if not os.path.exists(autostart_folder):

View File

@@ -1,12 +1,11 @@
.TH MAILNAG "1" "November 2012" "Mailnag 0.5.0"
.SH NAME
mailnag \- a mail notification daemon for GNOME 3
mailnag \- an extendable mail notification daemon
.SH SYNOPSIS
\fBmailnag\fP
.SH DESCRIPTION
\fBmailnag\fP checks POP3 and IMAP servers for new mail. When it finds new
messages, it creates a GNOME 3 notification (integrated with the Shell) that
mentions sender and subject.
messages, it calls various plugins to handle them (e. g. for desktop notifications).
.PP
Note that you must first run \fBmailnag_config\fR to setup Mailnag.
.SH SEE ALSO

View File

@@ -2,8 +2,8 @@
[Desktop Entry]
Name=Mailnag Configuration
Name[de]=Mailnag Configuration
Comment=A notifier for new emails
Comment[de]=Ein Benachrichtiger für neue Emails
Comment=An extendable mail notification daemon
Comment[de]=Ein erweiterbarar Mail Benachrichtigungs-Dämon
Keywords=mail;notify;notification;config;settings;preferences;
Exec=/usr/bin/mailnag_config
Icon=/usr/share/mailnag/mailnag.svg