diff options
author | Holger Paradies <retabell@gmx.de> | 2013-05-06 13:11:23 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-05-14 09:58:13 +0200 |
commit | 9c3319df2de79b210c44aa5bb428655a037b5052 (patch) | |
tree | 0fd1d9ca70e1225fa6897087f4ae824e1fe911d9 | |
parent | bb22125af2c568aabca6d3ac002c4ac90dec1556 (diff) | |
download | etcskel-kanotix-9c3319df2de79b210c44aa5bb428655a037b5052.zip etcskel-kanotix-9c3319df2de79b210c44aa5bb428655a037b5052.tar.gz |
new etcskel-kanotix-compiz package
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/etcskel-kanotix-compiz.install | 2 | ||||
-rw-r--r-- | skel-compiz/.config/compiz/compizconfig/Default.ini (renamed from skel-lxde/.config/compiz/compizconfig/Default.ini) | 2 | ||||
-rw-r--r-- | skel-compiz/.config/compiz/compizconfig/config (renamed from skel-lxde/.config/compiz/compizconfig/config) | 0 |
5 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c050622..71083c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +etcskel-kanotix (2.0.9) unstable; urgency=low + + * add package etcskel-kanotix-compiz + * remove compiz config from etcskel-kanotix-lxde + * change crashhandler from openbox to x-window-manager + + -- Holger Paradies <retabell@gmx.de> Mon, 06 May 2013 11:52:24 +0200 + etcskel-kanotix (2.0.8) dragonfire; urgency=low * compiz-fusion diff --git a/debian/control b/debian/control index 0bd9ca8..0ca8aee 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,14 @@ Depends: distro-defaults, readline-common Description: Additional skeleton files for LXDE set useful preferences for new users. +Package: etcskel-kanotix-compiz +Architecture: all +Replaces: etcskel-kanotix-lxde (<< 2.0.9) +Breaks: etcskel-kanotix-lxde (<< 2.0.9) +Depends: distro-defaults, readline-common +Description: Preconfig for compiz + set useful preferences for new users. + Package: user-profile-kanotix Architecture: all Depends: distro-defaults, kanotix-su diff --git a/debian/etcskel-kanotix-compiz.install b/debian/etcskel-kanotix-compiz.install new file mode 100644 index 0000000..80a5164 --- /dev/null +++ b/debian/etcskel-kanotix-compiz.install @@ -0,0 +1,2 @@ +skel-compiz/.config etc/skel/ + diff --git a/skel-lxde/.config/compiz/compizconfig/Default.ini b/skel-compiz/.config/compiz/compizconfig/Default.ini index cfa13be..93f3818 100644 --- a/skel-lxde/.config/compiz/compizconfig/Default.ini +++ b/skel-compiz/.config/compiz/compizconfig/Default.ini @@ -152,7 +152,7 @@ s0_window_highlight = true s0_avoid_offscreen = true [crashhandler] -as_wm_cmd = openbox --replace +as_wm_cmd = x-window-manager --replace as_start_wm = true [maximumize] diff --git a/skel-lxde/.config/compiz/compizconfig/config b/skel-compiz/.config/compiz/compizconfig/config index c1835b4..c1835b4 100644 --- a/skel-lxde/.config/compiz/compizconfig/config +++ b/skel-compiz/.config/compiz/compizconfig/config |