summaryrefslogtreecommitdiff
path: root/kanotix-lxde-extra
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2013-09-10 03:04:53 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2013-09-10 22:24:26 +0200
commitd7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae (patch)
treed36dcde574cf6ec4fe1180eb42a2d7d2b4d24dba /kanotix-lxde-extra
parent56b7a48fd8d35a046e2d6329ba85d34c59016c58 (diff)
downloadkanotix-packages-d7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae.zip
kanotix-packages-d7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae.tar.gz
Version 0.2.4 compton icon-cache
Version-0.2.7
Diffstat (limited to 'kanotix-lxde-extra')
-rw-r--r--kanotix-lxde-extra/debian/changelog6
-rw-r--r--kanotix-lxde-extra/debian/install2
-rwxr-xr-xkanotix-lxde-extra/kanotix-icon-cache6
-rw-r--r--kanotix-lxde-extra/kanotix-lightdm-display-setup-script2
-rw-r--r--kanotix-lxde-extra/kanotix-lxde-upstart10
-rw-r--r--kanotix-lxde-extra/kanotix-start-compiz4
6 files changed, 18 insertions, 12 deletions
diff --git a/kanotix-lxde-extra/debian/changelog b/kanotix-lxde-extra/debian/changelog
index 1d71124..de48f65 100644
--- a/kanotix-lxde-extra/debian/changelog
+++ b/kanotix-lxde-extra/debian/changelog
@@ -1,3 +1,9 @@
+kanotix-lxde-extra (0.2.4) unstable; urgency=low
+
+ * compton icon-cache
+
+ -- Holger Paradies <retabell@gmx.de> Tue, 10 Sep 2013 03:00:51 +0200
+
kanotix-lxde-extra (0.2.3+dragonfire1) dragonfire; urgency=low
* Non-maintainer upload for Kanotix Dragonfire.
diff --git a/kanotix-lxde-extra/debian/install b/kanotix-lxde-extra/debian/install
index a7ae577..4374932 100644
--- a/kanotix-lxde-extra/debian/install
+++ b/kanotix-lxde-extra/debian/install
@@ -3,6 +3,6 @@ splash_background_dragonfire.png usr/share/images/kanotix-lxde
kanotix-start-compiz usr/bin
51-synaptics-kanotix.conf usr/share/X11/xorg.conf.d
kanotix-eject.desktop usr/share/applications
-kanotix-lxde-upstart usr/sbin
kanotix-lightdm-display-setup-script usr/sbin
kanotix-lxde-keyboard usr/bin
+kanotix-icon-cache etc/cron.daily
diff --git a/kanotix-lxde-extra/kanotix-icon-cache b/kanotix-lxde-extra/kanotix-icon-cache
new file mode 100755
index 0000000..68b768e
--- /dev/null
+++ b/kanotix-lxde-extra/kanotix-icon-cache
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# generate icon-cache deleted in live-build
+if [ -x /usr/sbin/lightdm ]; then
+ find /usr/share/icons -mindepth 2 -maxdepth 2 -name index.theme -execdir gtk-update-icon-cache-3.0 -f -q . \;
+fi
diff --git a/kanotix-lxde-extra/kanotix-lightdm-display-setup-script b/kanotix-lxde-extra/kanotix-lightdm-display-setup-script
index 0140fa8..b623f9c 100644
--- a/kanotix-lxde-extra/kanotix-lightdm-display-setup-script
+++ b/kanotix-lxde-extra/kanotix-lightdm-display-setup-script
@@ -1,5 +1,5 @@
#!/bin/sh
# do not delete this file, or lightdm won't start, it is called by lightdm
-/usr/sbin/kanotix-lxde-upstart &
+
exit 0
diff --git a/kanotix-lxde-extra/kanotix-lxde-upstart b/kanotix-lxde-extra/kanotix-lxde-upstart
deleted file mode 100644
index ec5dcb5..0000000
--- a/kanotix-lxde-extra/kanotix-lxde-upstart
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# generate icon-cache deleted in live-build
-if ! [ -e /usr/share/icons/nuoveXT2/icon-theme.cache ]; then
-find /usr/share/icons -mindepth 1 -maxdepth 1 -type d | while read -r ICON; do
-if [ -f "$ICON/index.theme" ]; then
- gtk-update-icon-cache-3.0 -f -q "$ICON"
-fi
-done
-fi
diff --git a/kanotix-lxde-extra/kanotix-start-compiz b/kanotix-lxde-extra/kanotix-start-compiz
index c3a92a1..982ea91 100644
--- a/kanotix-lxde-extra/kanotix-start-compiz
+++ b/kanotix-lxde-extra/kanotix-start-compiz
@@ -43,6 +43,10 @@ active wm = openbox-lxde
_EOF_
+if [ -e ~/.compton ]; then
+echo "starting compton" >&2
+compton -b
+fi
exit 4
fi