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'