summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-07-07 21:02:06 +0000
committer Eric Hameleers <alien@slackware.com>2019-07-07 21:02:06 +0000
commit1b96d0475b43459485f1efacfc0d3193b3a64af9 (patch)
tree680c31edc61fc75c50ef710f9ad7cee9c246d4e8
parent96385c9452d592cdd3a6d4c6a13f4f5304c60c30 (diff)
downloadasb-1b96d0475b43459485f1efacfc0d3193b3a64af9.tar.gz
asb-1b96d0475b43459485f1efacfc0d3193b3a64af9.tar.xz
lxqt: updated post-install files
-rw-r--r--lxqt/build/post-install/libfm-extra.post-install2
-rw-r--r--lxqt/build/post-install/libfm.post-install6
-rw-r--r--lxqt/build/post-install/lxqt-common.post-install17
-rw-r--r--lxqt/build/post-install/lxqt-panel.post-install4
4 files changed, 29 insertions, 0 deletions
diff --git a/lxqt/build/post-install/libfm-extra.post-install b/lxqt/build/post-install/libfm-extra.post-install
new file mode 100644
index 00000000..1c507f97
--- /dev/null
+++ b/lxqt/build/post-install/libfm-extra.post-install
@@ -0,0 +1,2 @@
+# Fix the include folder
+( cd $PKG/usr/include ; rm -rf libfm ; ln -s libfm-1.0 libfm )
diff --git a/lxqt/build/post-install/libfm.post-install b/lxqt/build/post-install/libfm.post-install
new file mode 100644
index 00000000..ef7f968d
--- /dev/null
+++ b/lxqt/build/post-install/libfm.post-install
@@ -0,0 +1,6 @@
+# Fix the include folder
+( cd $PKG/usr/include ; rm -rf libfm ; ln -s libfm-1.0 libfm )
+
+# Add a .new suffix so we don't mangle an existing file:
+mv $PKG/etc/xdg/libfm/libfm.conf $PKG/etc/xdg/libfm/libfm.conf.new
+
diff --git a/lxqt/build/post-install/lxqt-common.post-install b/lxqt/build/post-install/lxqt-common.post-install
new file mode 100644
index 00000000..492abfef
--- /dev/null
+++ b/lxqt/build/post-install/lxqt-common.post-install
@@ -0,0 +1,17 @@
+
+# Use ck-launch-session in runlevel 3,
+# to start and attach a ConsoleKit session to the X session:
+mkdir -p $PKG/etc/X11/xinit
+cat $CWD/post-install/lxqt-common/xinit/xinitrc.lxqt > $PKG/etc/X11/xinit/xinitrc.lxqt
+chmod 0755 $PKG/etc/X11/xinit/xinitrc.lxqt
+
+# Use the Tango icon theme by default, instead of oxygen
+# (people who did not install KDE, won't have oxygen):
+#sed -i -e "s/^icon_theme=oxygen/icon_theme=Tango/" $PKG/etc/xdg/lxqt/lxqt.conf
+
+# Add a .new suffix so we don't mangle an existing file:
+mv $PKG/etc/xdg/lxqt/windowmanagers.conf $PKG/etc/xdg/lxqt/windowmanagers.conf.new
+mv $PKG/etc/xdg/lxqt/lxqt.conf $PKG/etc/xdg/lxqt/lxqt.conf.new
+mv $PKG/etc/xdg/lxqt/session.conf $PKG/etc/xdg/lxqt/session.conf.new
+mv $PKG/etc/xdg/pcmanfm-qt/lxqt/settings.conf $PKG/etc/xdg/pcmanfm-qt/lxqt/settings.conf.new
+
diff --git a/lxqt/build/post-install/lxqt-panel.post-install b/lxqt/build/post-install/lxqt-panel.post-install
new file mode 100644
index 00000000..1b6cbcf1
--- /dev/null
+++ b/lxqt/build/post-install/lxqt-panel.post-install
@@ -0,0 +1,4 @@
+
+# Add a .new suffix so we don't mangle an existing file:
+mv $PKG/etc/xdg/lxqt/panel.conf $PKG/etc/xdg/lxqt/panel.conf.new
+