Skip to content

Instantly share code, notes, and snippets.

@hadware
Last active December 8, 2021 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadware/404850aa127fc5123abbf466eefaaeba to your computer and use it in GitHub Desktop.
Save hadware/404850aa127fc5123abbf466eefaaeba to your computer and use it in GitHub Desktop.
Gnome Desktop config to enable TLS1.0 on evolution 3.65
[Desktop Entry]
Name=Evolution (Legacy TLS)
GenericName=Groupware Suite
X-GNOME-FullName=Evolution
Comment=Manage your email, contacts and schedule
Keywords=email;calendar;contact;addressbook;task;
Actions=new-window;compose;contacts;calendar;mail;memos;tasks;
Exec=env G_TLS_GNUTLS_PRIORITY=NORMAL:+VERS-TLS1.0 evolution %U
Icon=evolution
Terminal=false
Type=Application
Categories=GNOME;GTK;Office;Email;Calendar;ContactManagement;X-Red-Hat-Base;
StartupNotify=true
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=Evolution
X-GNOME-Bugzilla-Component=BugBuddyBugs
X-GNOME-Bugzilla-Version=3.36.x
X-GNOME-Bugzilla-OtherBinaries=evolution-addressbook-factory;evolution-calendar-factory;evolution-source-registry;evolution-user-prompter;
X-GNOME-UsesNotifications=true
X-Flatpak-RenamedFrom=evolution
MimeType=text/calendar;text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto;x-scheme-handler/webcal;x-scheme-handler/calendar;x-scheme-handler/task;x-scheme-handler/memo;
X-Ubuntu-Gettext-Domain=evolution
[Desktop Action new-window]
Name=New Window
Exec=env G_TLS_GNUTLS_PRIORITY=NORMAL:+VERS-TLS1.0 evolution -c current
[Desktop Action compose]
Name=Compose a Message
Exec=env env G_TLS_GNUTLS_PRIORITY=NORMAL:+VERS-TLS1.0 evolution mailto:
[Desktop Action contacts]
Name=Contacts
Exec=evolution -c contacts
[Desktop Action calendar]
Name=Calendar
Exec=evolution -c calendar
[Desktop Action mail]
Name=Mail
Exec=env G_TLS_GNUTLS_PRIORITY=NORMAL:+VERS-TLS1.0 evolution -c mail
[Desktop Action memos]
Name=Memos
Exec=evolution -c memos
[Desktop Action tasks]
Name=Tasks
Exec=evolution -c tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment