From 9c92b3a78d72351e24464da1246061d0a10c2bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=20M=C3=B6ller?= Date: Sat, 29 Sep 2018 19:32:18 -0700 Subject: [PATCH] enable GTK theme as default and set it to Arc-Darker. Set featherpad as default application for text/plain and shellscript Summary: Enable GTK theme as default and set it to Arc-Darker. Set featherpad as default application for text/plain and shellscript Test Plan: check in lxqt-config-appearance for GTK theme. Opena text/plain file Reviewers: tsimonq2, wxl Reviewed By: tsimonq2, wxl Differential Revision: https://phab.lubuntu.me/D22 --- debian/changelog | 8 ++++++++ src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-config-appearance.conf | 2 ++ src/etc/xdg/xdg-Lubuntu/mimeapps.list | 3 +++ .../share/glib-2.0/schemas/50_lubuntu.gschema.override | 2 ++ 4 files changed, 15 insertions(+) create mode 100644 src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-config-appearance.conf create mode 100644 src/etc/xdg/xdg-Lubuntu/mimeapps.list create mode 100644 src/usr/share/glib-2.0/schemas/50_lubuntu.gschema.override diff --git a/debian/changelog b/debian/changelog index b6a9787..4f87077 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lubuntu-default-settings (1.15) cosmic; urgency=medium + + * Enable GTK theme as default. + * Set GTK theme to Arc-Darker. + * Set featherpad as default application for text/plain and shellscript.* + + -- Hans P. Möller Sat, 29 Sep 2018 23:24:06 -0300 + lubuntu-default-settings (1.14) cosmic; urgency=medium [ Wendy Hill ] diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-config-appearance.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-config-appearance.conf new file mode 100644 index 0000000..e918af7 --- /dev/null +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-config-appearance.conf @@ -0,0 +1,2 @@ +[General] +ControlGTKThemeEnabled=true diff --git a/src/etc/xdg/xdg-Lubuntu/mimeapps.list b/src/etc/xdg/xdg-Lubuntu/mimeapps.list new file mode 100644 index 0000000..201af55 --- /dev/null +++ b/src/etc/xdg/xdg-Lubuntu/mimeapps.list @@ -0,0 +1,3 @@ +[Default Applications] +text/plain=featherpad.desktop; +application/x-shellscript=featherpad.desktop; diff --git a/src/usr/share/glib-2.0/schemas/50_lubuntu.gschema.override b/src/usr/share/glib-2.0/schemas/50_lubuntu.gschema.override new file mode 100644 index 0000000..ae171de --- /dev/null +++ b/src/usr/share/glib-2.0/schemas/50_lubuntu.gschema.override @@ -0,0 +1,2 @@ +[org.gnome.desktop.interface] +gtk-theme='Arc-Darker'