From e92528710cad4100e691b6016fadc5e4647ea040 Mon Sep 17 00:00:00 2001 From: Luc Menut Date: Mon, 5 Mar 2012 22:29:01 +0000 Subject: - new plasma's configuration : + remove system plasma-desktoprc & plasma-desktop-appletsrc + add ECMA Script to init & update panel + add default panel (using icontasks) + add classic panel (using tasks) - show tooltips in systemsettings by default --- .../common/share/config/plasma-desktop-appletsrc | 184 --------------------- .../share/config/plasma-desktop-appletsrc.disabled | 184 +++++++++++++++++++++ kde4-profiles/common/share/config/plasma-desktoprc | 2 - .../common/share/config/plasma-desktoprc.disabled | 2 + kde4-profiles/common/share/config/plasmarc | 0 kde4-profiles/common/share/config/systemsettingsrc | 2 - 6 files changed, 186 insertions(+), 188 deletions(-) delete mode 100644 kde4-profiles/common/share/config/plasma-desktop-appletsrc create mode 100644 kde4-profiles/common/share/config/plasma-desktop-appletsrc.disabled delete mode 100644 kde4-profiles/common/share/config/plasma-desktoprc create mode 100644 kde4-profiles/common/share/config/plasma-desktoprc.disabled delete mode 100644 kde4-profiles/common/share/config/plasmarc delete mode 100644 kde4-profiles/common/share/config/systemsettingsrc (limited to 'kde4-profiles/common') diff --git a/kde4-profiles/common/share/config/plasma-desktop-appletsrc b/kde4-profiles/common/share/config/plasma-desktop-appletsrc deleted file mode 100644 index e90ee80..0000000 --- a/kde4-profiles/common/share/config/plasma-desktop-appletsrc +++ /dev/null @@ -1,184 +0,0 @@ -[AppletGlobals][plasma_applet_pager] -rows=2 - -[Containments][14] -activity=Desktop -desktop=-1 -formfactor=0 -immutability=1 -location=0 -plugin=folderview -screen=0 -zvalue=0 -wallpaperplugin=image -wallpaperpluginmode=SingleImage - -[Containments][14][Wallpaper][image] -slideTimer=10 -slidepaths=/usr/share/wallpapers/ -userswallpapers=/usr/share/mga/backgrounds/default.jpg -wallpaper=/usr/share/mga/backgrounds/default.jpg - -[Containments][2] -activity= -desktop=-1 -formfactor=2 -immutability=1 -location=4 -plugin=panel -screen=0 -zvalue=150 - -[Containments][2][Applets][1] -geometry[$d] -immutability[$d] -plugin[$d] -zvalue[$d] - -[Containments][2][Applets][1][Shortcuts] -global[$d] - -[Containments][2][Applets][11] -geometry=1148,3,64,32 -immutability=1 -plugin=digital-clock -zvalue=0 - -[Containments][2][Applets][11][Configuration] -Share=false -announceInterval=0 -calendarType=locale -defaultTimezone=Local -displayHolidays=false -displayEvents=false -holidaysRegion= -plainClockColor=20,19,18 -plainClockFont=Sans Serif,32,-1,0,50,0,0,0,0,0 -showDate=true -showDay=true -showSeconds=false -showTimezone=false -showYear=false -timeZones= -useCustomColor=false - -[Containments][2][Applets][11][Configuration][PopupApplet] -DialogHeight=271 -DialogWidth=279 - -[Containments][2][Applets][12] -geometry=1216,3,64,32 -immutability=1 -plugin=lockout -zvalue=0 - -[Containments][2][Applets][17] -geometry=0,3,80,32 -immutability=1 -plugin=simplelauncher -zvalue=0 - -[Containments][2][Applets][17][Shortcuts] -global=Alt+F1 - -[Containments][2][Applets][17][LayoutInformation] -Order=0 - -[Containments][2][Applets][17][Configuration] -icon=mgabutton - -[Containments][2][Applets][3] -geometry=120,3,32,32 -immutability=1 -plugin=showdesktop -zvalue=0 - -[Containments][2][Applets][3][LayoutInformation] -Order=2 - -[Containments][2][Applets][4] -geometry=156,3,32,32 -immutability=1 -plugin=icon -zvalue=0 - -[Containments][2][Applets][4][Configuration] -Url=file:///usr/share/applications/kde4/systemsettings.desktop - -[Containments][2][Applets][4][LayoutInformation] -Order=4 - -[Containments][2][Applets][5] -geometry=192,3,32,32 -immutability=1 -plugin=icon -zvalue=0 - -[Containments][2][Applets][5][Configuration] -Url=file:///usr/share/applications/mageia-drakconf.desktop - -[Containments][2][Applets][5][LayoutInformation] -Order=3 - -[Containments][2][Applets][6] -geometry=228,3,32,32 -immutability=1 -plugin=icon -zvalue=0 - -[Containments][2][Applets][6][Configuration] -Url=file:///usr/share/applications/firefox.desktop - -[Containments][2][Applets][6][LayoutInformation] -Order=5 - -[Containments][2][Applets][7] -geometry=264,3,40,32 -immutability=1 -plugin=pager -zvalue=0 - -[Containments][2][Applets][7][Configuration] -displayedText=0 - -[Containments][2][Applets][7][LayoutInformation] -Order=6 - -[Containments][2][Applets][8] -geometry=308,3,746,32 -immutability=1 -plugin=tasks -zvalue=0 - -[Containments][2][Applets][8][LayoutInformation] -Order=7 - -[Containments][2][Applets][9] -geometry=1058,3,86,32 -immutability=1 -plugin=systemtray -zvalue=0 - -[Containments][2][Applets][9][Configuration] -AutoHidePopup=true -Share=false -alwaysShown= -hidden= - -[Containments][2][Applets][9][Configuration][Applets][18] -geometry=270,0,24,24 -immutability=1 -plugin=notifier -zvalue=0 - -[Containments][2][Applets][9][Configuration][Applets][19] -geometry=159,4,24,24 -immutability=1 -plugin=org.kde.telepathy-presence -zvalue=0 - -[Containments][2][Applets][9][LayoutInformation] -Order=8 - -[General] -immutability=2 diff --git a/kde4-profiles/common/share/config/plasma-desktop-appletsrc.disabled b/kde4-profiles/common/share/config/plasma-desktop-appletsrc.disabled new file mode 100644 index 0000000..e90ee80 --- /dev/null +++ b/kde4-profiles/common/share/config/plasma-desktop-appletsrc.disabled @@ -0,0 +1,184 @@ +[AppletGlobals][plasma_applet_pager] +rows=2 + +[Containments][14] +activity=Desktop +desktop=-1 +formfactor=0 +immutability=1 +location=0 +plugin=folderview +screen=0 +zvalue=0 +wallpaperplugin=image +wallpaperpluginmode=SingleImage + +[Containments][14][Wallpaper][image] +slideTimer=10 +slidepaths=/usr/share/wallpapers/ +userswallpapers=/usr/share/mga/backgrounds/default.jpg +wallpaper=/usr/share/mga/backgrounds/default.jpg + +[Containments][2] +activity= +desktop=-1 +formfactor=2 +immutability=1 +location=4 +plugin=panel +screen=0 +zvalue=150 + +[Containments][2][Applets][1] +geometry[$d] +immutability[$d] +plugin[$d] +zvalue[$d] + +[Containments][2][Applets][1][Shortcuts] +global[$d] + +[Containments][2][Applets][11] +geometry=1148,3,64,32 +immutability=1 +plugin=digital-clock +zvalue=0 + +[Containments][2][Applets][11][Configuration] +Share=false +announceInterval=0 +calendarType=locale +defaultTimezone=Local +displayHolidays=false +displayEvents=false +holidaysRegion= +plainClockColor=20,19,18 +plainClockFont=Sans Serif,32,-1,0,50,0,0,0,0,0 +showDate=true +showDay=true +showSeconds=false +showTimezone=false +showYear=false +timeZones= +useCustomColor=false + +[Containments][2][Applets][11][Configuration][PopupApplet] +DialogHeight=271 +DialogWidth=279 + +[Containments][2][Applets][12] +geometry=1216,3,64,32 +immutability=1 +plugin=lockout +zvalue=0 + +[Containments][2][Applets][17] +geometry=0,3,80,32 +immutability=1 +plugin=simplelauncher +zvalue=0 + +[Containments][2][Applets][17][Shortcuts] +global=Alt+F1 + +[Containments][2][Applets][17][LayoutInformation] +Order=0 + +[Containments][2][Applets][17][Configuration] +icon=mgabutton + +[Containments][2][Applets][3] +geometry=120,3,32,32 +immutability=1 +plugin=showdesktop +zvalue=0 + +[Containments][2][Applets][3][LayoutInformation] +Order=2 + +[Containments][2][Applets][4] +geometry=156,3,32,32 +immutability=1 +plugin=icon +zvalue=0 + +[Containments][2][Applets][4][Configuration] +Url=file:///usr/share/applications/kde4/systemsettings.desktop + +[Containments][2][Applets][4][LayoutInformation] +Order=4 + +[Containments][2][Applets][5] +geometry=192,3,32,32 +immutability=1 +plugin=icon +zvalue=0 + +[Containments][2][Applets][5][Configuration] +Url=file:///usr/share/applications/mageia-drakconf.desktop + +[Containments][2][Applets][5][LayoutInformation] +Order=3 + +[Containments][2][Applets][6] +geometry=228,3,32,32 +immutability=1 +plugin=icon +zvalue=0 + +[Containments][2][Applets][6][Configuration] +Url=file:///usr/share/applications/firefox.desktop + +[Containments][2][Applets][6][LayoutInformation] +Order=5 + +[Containments][2][Applets][7] +geometry=264,3,40,32 +immutability=1 +plugin=pager +zvalue=0 + +[Containments][2][Applets][7][Configuration] +displayedText=0 + +[Containments][2][Applets][7][LayoutInformation] +Order=6 + +[Containments][2][Applets][8] +geometry=308,3,746,32 +immutability=1 +plugin=tasks +zvalue=0 + +[Containments][2][Applets][8][LayoutInformation] +Order=7 + +[Containments][2][Applets][9] +geometry=1058,3,86,32 +immutability=1 +plugin=systemtray +zvalue=0 + +[Containments][2][Applets][9][Configuration] +AutoHidePopup=true +Share=false +alwaysShown= +hidden= + +[Containments][2][Applets][9][Configuration][Applets][18] +geometry=270,0,24,24 +immutability=1 +plugin=notifier +zvalue=0 + +[Containments][2][Applets][9][Configuration][Applets][19] +geometry=159,4,24,24 +immutability=1 +plugin=org.kde.telepathy-presence +zvalue=0 + +[Containments][2][Applets][9][LayoutInformation] +Order=8 + +[General] +immutability=2 diff --git a/kde4-profiles/common/share/config/plasma-desktoprc b/kde4-profiles/common/share/config/plasma-desktoprc deleted file mode 100644 index 925f640..0000000 --- a/kde4-profiles/common/share/config/plasma-desktoprc +++ /dev/null @@ -1,2 +0,0 @@ -[Applet Browser] -used=,systemtray,lockout,digital-clock,tasks,showdesktop,notifier,pager,simplelauncher diff --git a/kde4-profiles/common/share/config/plasma-desktoprc.disabled b/kde4-profiles/common/share/config/plasma-desktoprc.disabled new file mode 100644 index 0000000..925f640 --- /dev/null +++ b/kde4-profiles/common/share/config/plasma-desktoprc.disabled @@ -0,0 +1,2 @@ +[Applet Browser] +used=,systemtray,lockout,digital-clock,tasks,showdesktop,notifier,pager,simplelauncher diff --git a/kde4-profiles/common/share/config/plasmarc b/kde4-profiles/common/share/config/plasmarc deleted file mode 100644 index e69de29..0000000 diff --git a/kde4-profiles/common/share/config/systemsettingsrc b/kde4-profiles/common/share/config/systemsettingsrc deleted file mode 100644 index c50f5e7..0000000 --- a/kde4-profiles/common/share/config/systemsettingsrc +++ /dev/null @@ -1,2 +0,0 @@ -[Main] -ShowToolTips=false -- cgit v1.2.1