From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- ....gnome.desktop.default-applications.gschema.xml | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml new file mode 100644 index 0000000..5f52a13 --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + 'evolution -c calendar' + Default calendar + + Default calendar application + + DEPRECATED: This key is deprecated and ignored. + The preferred calendar application is the application handling the text/calendar mime type. + + + + false + Calendar needs terminal + + Whether the default calendar application needs a terminal to run. + + DEPRECATED: This key is deprecated and ignored. + The preferred calendar application is the application handling the text/calendar mime type, + whether it needs a terminal is taken from its desktop file. + + + + + + 'evolution -c tasks' + Default tasks + + Default tasks application. + + + + false + Tasks needs terminal + + Whether the default tasks application needs a terminal to run. + + + + + + 'gnome-terminal' + Terminal application + + Terminal program to use when starting applications that require one. + + DEPRECATED: This key is deprecated and ignored. + The default terminal is handled in GIO. + + + + '-x' + Exec Arguments + + Argument used to execute programs in the terminal defined by the + 'exec' key. + + DEPRECATED: This key is deprecated and ignored. + The default terminal and how to invoke it is handled in GIO. + + + + -- cgit v1.2.1