From ce2b6b915dc06503fa30b7a526d3cde1adee6099 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 11 Dec 2009 03:07:57 +0000 Subject: update conf file for lxde-common 0.5 --- Flash/config | 36 ------------------------------------ Flash/desktop.conf | 23 +++++++++++++++++++++++ Free/config | 36 ------------------------------------ Free/desktop.conf | 21 +++++++++++++++++++++ Makefile | 10 +++++----- One/config | 36 ------------------------------------ One/desktop.conf | 23 +++++++++++++++++++++++ Powerpack/config | 36 ------------------------------------ Powerpack/desktop.conf | 23 +++++++++++++++++++++++ 9 files changed, 95 insertions(+), 149 deletions(-) delete mode 100644 Flash/config create mode 100644 Flash/desktop.conf delete mode 100644 Free/config create mode 100644 Free/desktop.conf delete mode 100644 One/config create mode 100644 One/desktop.conf delete mode 100644 Powerpack/config create mode 100644 Powerpack/desktop.conf diff --git a/Flash/config b/Flash/config deleted file mode 100644 index 5f82f51..0000000 --- a/Flash/config +++ /dev/null @@ -1,36 +0,0 @@ -[GTK] -#iNet/DoubleClickTime=400 -#iNet/DoubleClickDistance -#iNet/DndDragThreshold -#iNet/CursorBlink -#iNet/CursorBlinkTime -sNet/ThemeName=Ia Ora Smooth -sNet/IconThemeName=nuoveXT2 -sGtk/FontName=Sans 10 -#iGtk/IconSizes -#sGtk/KeyThemeName -iGtk/ToolbarStyle=3 -#iGtk/ToolbarIconSize -#iGtk/IMPreeditStyle -#iGtk/IMStatusStyle -sGtk/FileChooserBackend= -iGtk/ButtonImages=1 -iGtk/MenuImages=1 -sGtk/CursorThemeName= -iGtk/CursorThemeSize=18 -iXft/Antialias=1 -#iXft/Hinting -#iXft/HintStyle -#iXft/RGBA -#iXft/DPI -#sNet/FallbackIconTheme=hicolor -#iGtk/TouchscreenMode - -[Mouse] -AccFactor=20 -AccThreshold=10 -LeftHanded=0 - -[Keyboard] -Delay=500 -Interval=30 diff --git a/Flash/desktop.conf b/Flash/desktop.conf new file mode 100644 index 0000000..50bcc90 --- /dev/null +++ b/Flash/desktop.conf @@ -0,0 +1,23 @@ +ktop.conf + +[Session] +window_manager=openbox-lxde + +[GTK] +sNet/ThemeName=Ia Ora Smooth +sNet/IconThemeName=nuoveXT2 +sGtk/FontName=Sans 10 +iGtk/ToolbarStyle=3 +iGtk/ButtonImages=1 +iGtk/MenuImages=1 +iGtk/CursorThemeSize=18 +iXft/Antialias=1 + +[Mouse] +AccFactor=20 +AccThreshold=10 +LeftHanded=0 + +[Keyboard] +Delay=500 +Interval=30 diff --git a/Free/config b/Free/config deleted file mode 100644 index f9a7815..0000000 --- a/Free/config +++ /dev/null @@ -1,36 +0,0 @@ -[GTK] -#iNet/DoubleClickTime=400 -#iNet/DoubleClickDistance -#iNet/DndDragThreshold -#iNet/CursorBlink -#iNet/CursorBlinkTime -sNet/ThemeName=Ia Ora Arctic -sNet/IconThemeName=nuoveXT2 -sGtk/FontName=Sans 10 -#iGtk/IconSizes -#sGtk/KeyThemeName -iGtk/ToolbarStyle=3 -#iGtk/ToolbarIconSize -#iGtk/IMPreeditStyle -#iGtk/IMStatusStyle -sGtk/FileChooserBackend= -iGtk/ButtonImages=1 -iGtk/MenuImages=1 -sGtk/CursorThemeName= -iGtk/CursorThemeSize=18 -iXft/Antialias=1 -#iXft/Hinting -#iXft/HintStyle -#iXft/RGBA -#iXft/DPI -#sNet/FallbackIconTheme=hicolor -#iGtk/TouchscreenMode - -[Mouse] -AccFactor=20 -AccThreshold=10 -LeftHanded=0 - -[Keyboard] -Delay=500 -Interval=30 diff --git a/Free/desktop.conf b/Free/desktop.conf new file mode 100644 index 0000000..dca169f --- /dev/null +++ b/Free/desktop.conf @@ -0,0 +1,21 @@ +[Session] +window_manager=openbox-lxde + +[GTK] +sNet/ThemeName=Ia Ora Arctic +sNet/IconThemeName=nuoveXT2 +sGtk/FontName=Sans 10 +iGtk/ToolbarStyle=3 +iGtk/ButtonImages=1 +iGtk/MenuImages=1 +iGtk/CursorThemeSize=18 +iXft/Antialias=1 + +[Mouse] +AccFactor=20 +AccThreshold=10 +LeftHanded=0 + +[Keyboard] +Delay=500 +Interval=30 diff --git a/Makefile b/Makefile index 6b1b1c6..7caecf9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mandriva-lxde-config -VERSION = 0.4 +VERSION = 0.5 prefix=$(prefix) lxdeprofdir=$(localstatedir)/mandriva/lxde-profiles @@ -8,16 +8,16 @@ install: -install -d $(DESTDIR)$(lxdeprofdir) -install -d $(DESTDIR)$(lxdeprofdir)/Flash - install -m 644 Flash/config $(DESTDIR)$(lxdeprofdir)/Flash + install -m 644 Flash/desktop.conf $(DESTDIR)$(lxdeprofdir)/Flash -install -d $(DESTDIR)$(lxdeprofdir)/Free - install -m 644 Free/config $(DESTDIR)$(lxdeprofdir)/Free + install -m 644 Free/desktop.conf $(DESTDIR)$(lxdeprofdir)/Free -install -d $(DESTDIR)$(lxdeprofdir)/One - install -m 644 One/config $(DESTDIR)$(lxdeprofdir)/One + install -m 644 One/desktop.conf $(DESTDIR)$(lxdeprofdir)/One -install -d $(DESTDIR)$(lxdeprofdir)/Powerpack - install -m 644 Powerpack/config $(DESTDIR)$(lxdeprofdir)/Powerpack + install -m 644 Powerpack/desktop.conf $(DESTDIR)$(lxdeprofdir)/Powerpack cleandist: rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 diff --git a/One/config b/One/config deleted file mode 100644 index 5f82f51..0000000 --- a/One/config +++ /dev/null @@ -1,36 +0,0 @@ -[GTK] -#iNet/DoubleClickTime=400 -#iNet/DoubleClickDistance -#iNet/DndDragThreshold -#iNet/CursorBlink -#iNet/CursorBlinkTime -sNet/ThemeName=Ia Ora Smooth -sNet/IconThemeName=nuoveXT2 -sGtk/FontName=Sans 10 -#iGtk/IconSizes -#sGtk/KeyThemeName -iGtk/ToolbarStyle=3 -#iGtk/ToolbarIconSize -#iGtk/IMPreeditStyle -#iGtk/IMStatusStyle -sGtk/FileChooserBackend= -iGtk/ButtonImages=1 -iGtk/MenuImages=1 -sGtk/CursorThemeName= -iGtk/CursorThemeSize=18 -iXft/Antialias=1 -#iXft/Hinting -#iXft/HintStyle -#iXft/RGBA -#iXft/DPI -#sNet/FallbackIconTheme=hicolor -#iGtk/TouchscreenMode - -[Mouse] -AccFactor=20 -AccThreshold=10 -LeftHanded=0 - -[Keyboard] -Delay=500 -Interval=30 diff --git a/One/desktop.conf b/One/desktop.conf new file mode 100644 index 0000000..2897948 --- /dev/null +++ b/One/desktop.conf @@ -0,0 +1,23 @@ +desktop.conf + +[Session] +window_manager=openbox-lxde + +[GTK] +sNet/ThemeName=Ia Ora Smooth +sNet/IconThemeName=nuoveXT2 +sGtk/FontName=Sans 10 +iGtk/ToolbarStyle=3 +iGtk/ButtonImages=1 +iGtk/MenuImages=1 +iGtk/CursorThemeSize=18 +iXft/Antialias=1 + +[Mouse] +AccFactor=20 +AccThreshold=10 +LeftHanded=0 + +[Keyboard] +Delay=500 +Interval=30 diff --git a/Powerpack/config b/Powerpack/config deleted file mode 100644 index a60df6f..0000000 --- a/Powerpack/config +++ /dev/null @@ -1,36 +0,0 @@ -[GTK] -#iNet/DoubleClickTime=400 -#iNet/DoubleClickDistance -#iNet/DndDragThreshold -#iNet/CursorBlink -#iNet/CursorBlinkTime -sNet/ThemeName=Ia Ora Blue -sNet/IconThemeName=nuoveXT2 -sGtk/FontName=Sans 10 -#iGtk/IconSizes -#sGtk/KeyThemeName -iGtk/ToolbarStyle=3 -#iGtk/ToolbarIconSize -#iGtk/IMPreeditStyle -#iGtk/IMStatusStyle -sGtk/FileChooserBackend= -iGtk/ButtonImages=1 -iGtk/MenuImages=1 -sGtk/CursorThemeName= -iGtk/CursorThemeSize=18 -iXft/Antialias=1 -#iXft/Hinting -#iXft/HintStyle -#iXft/RGBA -#iXft/DPI -#sNet/FallbackIconTheme=hicolor -#iGtk/TouchscreenMode - -[Mouse] -AccFactor=20 -AccThreshold=10 -LeftHanded=0 - -[Keyboard] -Delay=500 -Interval=30 diff --git a/Powerpack/desktop.conf b/Powerpack/desktop.conf new file mode 100644 index 0000000..763e884 --- /dev/null +++ b/Powerpack/desktop.conf @@ -0,0 +1,23 @@ +desktop.conf + +[Session] +window_manager=openbox-lxde + +[GTK] +sNet/ThemeName=Ia Ora Blue +sNet/IconThemeName=nuoveXT2 +sGtk/FontName=Sans 10 +iGtk/ToolbarStyle=3 +iGtk/ButtonImages=1 +iGtk/MenuImages=1 +iGtk/CursorThemeSize=18 +iXft/Antialias=1 + +[Mouse] +AccFactor=20 +AccThreshold=10 +LeftHanded=0 + +[Keyboard] +Delay=500 +Interval=30 -- cgit v1.2.1