From bf13c9bbf6958a8519794217c3b99e6c4c10a476 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 09:56:20 +0300 Subject: [PATCH 01/23] Add Folder link (Home,Disks,FTP) to upper panel --- .../.gconf/apps/panel/general/%gconf.xml | 12 ++++++++++ .../panel/objects/object_disks/%gconf.xml | 23 +++++++++++++++++++ .../apps/panel/objects/object_ftp/%gconf.xml | 23 +++++++++++++++++++ .../apps/panel/objects/object_home/%gconf.xml | 23 +++++++++++++++++++ .../apps/panel/objects/object_lock/%gconf.xml | 23 +++++++++++++++++++ .../panel/objects/object_logout/%gconf.xml | 2 +- .../panel/objects/object_shutdown/%gconf.xml | 23 +++++++++++++++++++ .../panel2.d/default/launchers/Disks.desktop | 12 ++++++++++ .../panel2.d/default/launchers/FTP.desktop | 12 ++++++++++ .../panel2.d/default/launchers/Home.desktop | 17 ++++++++++++++ .../README.desktop?os_root_type==livecd | 17 ++++++++++++++ .../launchers/calculate-community.desktop | 10 ++++++++ .../launchers/calculate-install.desktop | 12 ++++++++++ 13 files changed, 208 insertions(+), 1 deletion(-) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop create mode 100644 client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop create mode 100644 client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop create mode 100644 client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/README.desktop?os_root_type==livecd create mode 100644 client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/calculate-community.desktop create mode 100644 client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/calculate-install.desktop diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml index 197ec4b..6f5435a 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml @@ -67,6 +67,18 @@
  • 70_object_terminal
  • +
  • + object_home +
  • +
  • + object_lock +
  • +
  • + object_logout +
  • +
  • + object_shutdown +
  • diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml new file mode 100644 index 0000000..e65d8f2 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + launcher-object + + + + + + + Disks.desktop + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml new file mode 100644 index 0000000..8dc332e --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + launcher-object + + + + + + + FTP.desktop + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml new file mode 100644 index 0000000..81dccb4 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + launcher-object + + + + + + + Home.desktop + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml new file mode 100644 index 0000000..31a47b3 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + lock + + + top_panel_screen0 + + + + + action-applet + + + + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml index 6eeb890..4b598a3 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml @@ -1,7 +1,7 @@ - + logout diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml new file mode 100644 index 0000000..d69e81a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + shutdown + + + top_panel_screen0 + + + + + action-applet + + + + + + + + diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop new file mode 100644 index 0000000..8e8c267 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop @@ -0,0 +1,12 @@ +# Calculate format=samba cl_remote_host!= +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=Disks +Comment=Browser Disks +Categories=Application; +Exec=thunar /home/#-ur_login-#/Disks +Icon=folder-remote +Terminal=false +StartupNotify=false diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop new file mode 100644 index 0000000..8c25a03 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop @@ -0,0 +1,12 @@ +# Calculate format=samba cl_remote_host!=&cl_remote_ftp!= +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=FTP +Comment=Browser FTP +Categories=Application; +Exec=thunar /home/#-ur_login-#/FTP +Icon=update-manager +Terminal=false +StartupNotify=false diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop new file mode 100644 index 0000000..b0e6faf --- /dev/null +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop @@ -0,0 +1,17 @@ +# Calculate format=samba +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=Home +Comment=Browser Home +Categories=Application; +#?cl_remote_host!=# +Exec=thunar /home/#-ur_login-#/Home +#cl_remote_host# +#?cl_remote_host==# +Exec=thunar /home/#-ur_login-# +#cl_remote_host# +Icon=user-home +Terminal=false +StartupNotify=false diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/README.desktop?os_root_type==livecd b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/README.desktop?os_root_type==livecd new file mode 100644 index 0000000..d96b079 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/README.desktop?os_root_type==livecd @@ -0,0 +1,17 @@ + +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=Readme +Comment= +Categories=Application; +#?os_locale_language!=ru# +Exec=firefox /usr/calculate/install/doc/handbook.html +#os_locale_language# +#?os_locale_language==ru# +Exec=firefox /usr/calculate/install/doc/handbook-ru.html +#os_locale_language# +Icon=html +Terminal=false +StartupNotify=false diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/calculate-community.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/calculate-community.desktop new file mode 100644 index 0000000..08f5769 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/calculate-community.desktop @@ -0,0 +1,10 @@ +# Calculate format=kde link=/usr/share/applications/xchat.desktop mirror os_root_type==livecd +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=Calculate Linux Community +Name[ru]=Сообщество Calculate Linux +#изменим строку запуска +Exec=xchat "--url=irc://irc.freenode.net:6667/#calculate" + diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/calculate-install.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/calculate-install.desktop new file mode 100644 index 0000000..552932a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/calculate-install.desktop @@ -0,0 +1,12 @@ +# Calculate format=kde os_root_type==livecd +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=Terminal window as root +Name[ru]=Терминал суперпользователя +Categories=Application; +Exec=sudo Terminal +Icon=konsole +Terminal=false +StartupNotify=false From b154cfa82eaf425a66d55171c33ec1584901ea5c Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 11:28:58 +0300 Subject: [PATCH 02/23] Reorganizate top panel --- .../panel/{general => 00general}/%gconf.xml | 85 ++++++++++++++++--- .../apps/panel/00general/.calculate_directory | 2 + .../panel/applets/applet_clock/%gconf.xml | 3 +- .../applets/applet_drivemount/%gconf.xml | 24 ++++++ .../applet_drivemount/prefs/%gconf.xml | 9 ++ .../panel/applets/applet_glipper/%gconf.xml | 24 ++++++ .../panel/applets/applet_keylayout/%gconf.xml | 24 ++++++ .../applets/applet_notification/%gconf.xml | 5 +- .../panel/applets/applet_power/%gconf.xml | 24 ++++++ .../applets/applet_power/prefs/%gconf.xml | 12 +++ .../applets/applet_windowlist/%gconf.xml | 3 +- .../applet_workspaceswitcher/%gconf.xml | 3 +- .../objects/00_object_firefox/%gconf.xml | 5 -- .../panel/objects/object_disks/%gconf.xml | 3 +- .../objects/object_disks/.calculate_directory | 2 + .../apps/panel/objects/object_ftp/%gconf.xml | 3 +- .../objects/object_ftp/.calculate_directory | 1 + .../apps/panel/objects/object_home/%gconf.xml | 3 +- .../apps/panel/objects/object_lock/%gconf.xml | 3 +- .../panel/objects/object_logout/%gconf.xml | 3 +- .../object_logout/.calculate_directory | 2 + .../panel/objects/object_mainmenu/%gconf.xml | 3 +- .../panel/objects/object_shutdown/%gconf.xml | 3 +- .../object_shutdown/.calculate_directory | 2 + ....5.desktop => mozilla-firefox-3.6.desktop} | 2 +- 25 files changed, 222 insertions(+), 31 deletions(-) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{general => 00general}/%gconf.xml (57%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00general/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/prefs/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_glipper/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_keylayout/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/prefs/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/.calculate_directory rename client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/{mozilla-firefox-3.5.desktop => mozilla-firefox-3.6.desktop} (85%) diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml similarity index 57% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml index 6f5435a..d0ea82a 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml @@ -1,26 +1,53 @@ # Calculate format=xml_gconf +#-sum(rxoffset,,0)-# +#-sum(lxoffset,,0)-# - + + #-push(x_object_mainmenu,lxoffset)-# + #-sum(lxoffset,lxoffset+32)-#
  • - applet_workspaceswitcher + object_mainmenu
  • + #-push(x_object_home,lxoffset)-# + #-sum(lxoffset,lxoffset+32)-#
  • - applet_windowlist + object_home
  • +#?cl_remote_host!=# + #-push(x_object_disks,lxoffset)-# + #-sum(lxoffset,lxoffset+32)-#
  • - applet_clock + object_disks
  • +#cl_remote_host# +#?cl_remote_host!=&cl_remote_ftp!=# + #-push(x_object_ftp,lxoffset)-# + #-sum(lxoffset,lxoffset+32)-#
  • - applet_notification + object_ftp
  • -
    - +#cl_remote_host# + +#?cl_remote_host!=# + #-push(x_object_logout,rxoffset)-# + #-sum(rxoffset,rxoffset+32)-#
  • - object_mainmenu + object_logout
  • +#cl_remote_host# +#?cl_remote_host==# + #-push(x_object_shutdown,rxoffset)-# + #-sum(rxoffset,rxoffset+32)-#
  • - object_logout + object_shutdown +
  • +#cl_remote_host# + + #-push(x_object_lock,rxoffset)-# + #-sum(rxoffset,rxoffset+32)-# +
  • + object_lock
  • 00_object_firefox @@ -67,17 +94,49 @@
  • 70_object_terminal
  • +
    + + #-push(x_applet_drivemount,lxoffset)-# + #-sum(lxoffset,lxoffset+32)-#
  • - object_home + applet_drivemount
  • + #-push(x_applet_workspaceswitcher,lxoffset)-# + #-sum(lxoffset,lxoffset+147)-#
  • - object_lock + applet_workspaceswitcher
  • + #-push(x_applet_windowlist,lxoffset)-#
  • - object_logout + applet_windowlist
  • + + #-push(x_applet_clock,rxoffset)-# + #-sum(rxoffset,rxoffset+78)-#
  • - object_shutdown + applet_clock +
  • + #-push(x_applet_notification,rxoffset)-# + #-sum(rxoffset,rxoffset+96)-# +
  • + applet_notification +
  • +#?hr_laptop!=# + #-push(x_applet_power,rxoffset)-# + #-sum(rxoffset,rxoffset+32)-# +
  • + applet_power +
  • +#hr_laptop# + #-push(x_applet_keylayout,rxoffset)-# + #-sum(rxoffset,rxoffset+32)-# +
  • + applet_keylayout +
  • + #-push(x_applet_glipper,rxoffset)-# + #-sum(rxoffset,rxoffset+32)-# +
  • + applet_glipper
  • diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/.calculate_directory new file mode 100644 index 0000000..33ba37e --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=general + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_clock/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_clock/%gconf.xml index 321fb68..38957bd 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_clock/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_clock/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_applet_clock)-# + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/%gconf.xml new file mode 100644 index 0000000..8083ff7 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/%gconf.xml @@ -0,0 +1,24 @@ + + + + #-pop(x_applet_drivemount)-# + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_DriveMountApplet + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/prefs/%gconf.xml new file mode 100644 index 0000000..bfd7004 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/prefs/%gconf.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_glipper/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_glipper/%gconf.xml new file mode 100644 index 0000000..cc4b60b --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_glipper/%gconf.xml @@ -0,0 +1,24 @@ + + + + #-pop(x_applet_glipper)-# + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:Glipper + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_keylayout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_keylayout/%gconf.xml new file mode 100644 index 0000000..f24c221 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_keylayout/%gconf.xml @@ -0,0 +1,24 @@ + + + + #-pop(x_applet_keylayout)-# + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_KeyboardApplet + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_notification/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_notification/%gconf.xml index 3b65e84..a332c80 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_notification/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_notification/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_applet_notification)-# + @@ -12,7 +13,7 @@ bonobo-applet - + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/%gconf.xml new file mode 100644 index 0000000..115f03b --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/%gconf.xml @@ -0,0 +1,24 @@ + + + + #-pop(x_applet_power)-# + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_BattstatApplet + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/prefs/%gconf.xml new file mode 100644 index 0000000..8ba7a5a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/prefs/%gconf.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_windowlist/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_windowlist/%gconf.xml index f78928c..c835c5b 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_windowlist/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_windowlist/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_applet_windowlist)-# + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_workspaceswitcher/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_workspaceswitcher/%gconf.xml index 9bc7675..b9df1c5 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_workspaceswitcher/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_workspaceswitcher/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_applet_workspaceswitcher)-# + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/00_object_firefox/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/00_object_firefox/%gconf.xml index 7cd1530..b79f464 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/00_object_firefox/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/00_object_firefox/%gconf.xml @@ -18,12 +18,7 @@ -#?pkg(mozilla-firefox)>=3.5&pkg(mozilla-firefox)<3.6# - mozilla-firefox-3.5.desktop -#pkg# -#?pkg(mozilla-firefox)>=3.6# mozilla-firefox-3.6.desktop -#pkg# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml index e65d8f2..8296fca 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_object_disks)-# + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/.calculate_directory new file mode 100644 index 0000000..1bafc2a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate cl_remote_host!= + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml index 8dc332e..a122d93 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_object_ftp)-# + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/.calculate_directory new file mode 100644 index 0000000..70450b1 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/.calculate_directory @@ -0,0 +1 @@ +# Calculate cl_remote_host!=&cl_remote_ftp!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml index 81dccb4..0a1e3f3 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_object_home)-# + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml index 31a47b3..710b187 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_object_lock)-# + lock diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml index 4b598a3..de7ceea 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_object_logout)-# + logout diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/.calculate_directory new file mode 100644 index 0000000..1bafc2a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate cl_remote_host!= + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_mainmenu/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_mainmenu/%gconf.xml index 3cdfd12..bc53529 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_mainmenu/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_mainmenu/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_object_mainmenu)-# + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml index d69e81a..c80ddb2 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml @@ -1,7 +1,8 @@ - + #-pop(x_object_shutdown)-# + shutdown diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/.calculate_directory new file mode 100644 index 0000000..528511a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate cl_remote_host== + diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.5.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.6.desktop similarity index 85% rename from client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.5.desktop rename to client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.6.desktop index d3cd258..f6c112b 100755 --- a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.5.desktop +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.6.desktop @@ -1,4 +1,4 @@ -# Calculate format=kde link=/usr/share/applications/mozilla-firefox-3.5.desktop mirror +# Calculate format=kde link=/usr/share/applications/mozilla-firefox-3.6.desktop mirror [Desktop Entry] Icon=/usr/share/icons/gnome/scalable/apps/web-browser.svg From 3f3e93d552f030140d7113c6a6d6ccf2d2738382 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 11:46:49 +0300 Subject: [PATCH 03/23] Fix bad 00general/%gconf.xml --- .../.gconf/apps/panel/00general/%gconf.xml | 73 +++++++++++-------- 1 file changed, 44 insertions(+), 29 deletions(-) diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml index d0ea82a..516c9c0 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml @@ -4,48 +4,55 @@ #-sum(lxoffset,,0)-# - #-push(x_object_mainmenu,lxoffset)-# - #-sum(lxoffset,lxoffset+32)-# + #-sum(x_object_mainmenu,,lxoffset)-# + #-push(x_object_mainmenu)-# + #-sum(lxoffset,,lxoffset+32)-#
  • object_mainmenu
  • - #-push(x_object_home,lxoffset)-# - #-sum(lxoffset,lxoffset+32)-# + #-sum(x_object_home,,lxoffset)-# + #-push(x_object_home)-# + #-sum(lxoffset,,lxoffset+32)-#
  • object_home
  • #?cl_remote_host!=# - #-push(x_object_disks,lxoffset)-# - #-sum(lxoffset,lxoffset+32)-# + #-sum(x_object_disks,,lxoffset)-# + #-push(x_object_disks)-# + #-sum(lxoffset,,lxoffset+32)-#
  • object_disks
  • #cl_remote_host# #?cl_remote_host!=&cl_remote_ftp!=# - #-push(x_object_ftp,lxoffset)-# - #-sum(lxoffset,lxoffset+32)-# + #-sum(x_object_ftp,,lxoffset)-# + #-push(x_object_ftp)-# + #-sum(lxoffset,,lxoffset+32)-#
  • object_ftp
  • #cl_remote_host# #?cl_remote_host!=# - #-push(x_object_logout,rxoffset)-# - #-sum(rxoffset,rxoffset+32)-# + #-sum(x_object_logout,,rxoffset)-# + #-push(x_object_logout)-# + #-sum(rxoffset,,rxoffset+32)-#
  • object_logout
  • #cl_remote_host# #?cl_remote_host==# - #-push(x_object_shutdown,rxoffset)-# - #-sum(rxoffset,rxoffset+32)-# + #-sum(x_object_shutdown,,rxoffset)-# + #-push(x_object_shutdown)-# + #-sum(rxoffset,,rxoffset+32)-#
  • object_shutdown
  • #cl_remote_host# - #-push(x_object_lock,rxoffset)-# - #-sum(rxoffset,rxoffset+32)-# + #-sum(x_object_lock,,rxoffset)-# + #-push(x_object_lock)-# + #-sum(rxoffset,,rxoffset+32)-#
  • object_lock
  • @@ -96,45 +103,53 @@
    - #-push(x_applet_drivemount,lxoffset)-# - #-sum(lxoffset,lxoffset+32)-# + #-sum(x_applet_drivemount,,lxoffset)-# + #-push(x_applet_drivemount)-# + #-sum(lxoffset,,lxoffset+32)-#
  • applet_drivemount
  • - #-push(x_applet_workspaceswitcher,lxoffset)-# - #-sum(lxoffset,lxoffset+147)-# + #-sum(x_applet_workspaceswitcher,,lxoffset)-# + #-push(x_applet_workspaceswitcher)-# + #-sum(lxoffset,,lxoffset+147)-#
  • applet_workspaceswitcher
  • - #-push(x_applet_windowlist,lxoffset)-# + #-sum(x_applet_windowlist,,lxoffset)-# + #-push(x_applet_windowlist)-#
  • applet_windowlist
  • - #-push(x_applet_clock,rxoffset)-# - #-sum(rxoffset,rxoffset+78)-# + #-sum(x_applet_clock,,rxoffset)-# + #-push(x_applet_clock)-# + #-sum(rxoffset,,rxoffset+78)-#
  • applet_clock
  • - #-push(x_applet_notification,rxoffset)-# - #-sum(rxoffset,rxoffset+96)-# + #-sum(x_applet_notification,,rxoffset)-# + #-push(x_applet_notification)-# + #-sum(rxoffset,,rxoffset+96)-#
  • applet_notification
  • #?hr_laptop!=# - #-push(x_applet_power,rxoffset)-# - #-sum(rxoffset,rxoffset+32)-# + #-sum(x_applet_power,,rxoffset)-# + #-push(x_applet_power)-# + #-sum(rxoffset,,rxoffset+32)-#
  • applet_power
  • #hr_laptop# - #-push(x_applet_keylayout,rxoffset)-# - #-sum(rxoffset,rxoffset+32)-# + #-sum(x_applet_keylayout,,rxoffset)-# + #-push(x_applet_keylayout)-# + #-sum(rxoffset,,rxoffset+32)-#
  • applet_keylayout
  • - #-push(x_applet_glipper,rxoffset)-# - #-sum(rxoffset,rxoffset+32)-# + #-sum(x_applet_glipper,,rxoffset)-# + #-push(x_applet_glipper)-# + #-sum(rxoffset,,rxoffset+32)-#
  • applet_glipper
  • From 811ea96c0e373c97cae328f553b3a47a03c9ca43 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 12:35:25 +0300 Subject: [PATCH 04/23] Changes of structure CLDG profile --- .../{applets => 10_top_applets}/%gconf.xml | 0 .../applet_clock/%gconf.xml | 0 .../applet_clock/prefs/%gconf.xml | 0 .../applet_drivemount/%gconf.xml | 0 .../applet_drivemount/prefs/%gconf.xml | 0 .../applet_glipper/%gconf.xml | 0 .../applet_keylayout/%gconf.xml | 0 .../applet_notification/%gconf.xml | 0 .../applet_power/%gconf.xml | 0 .../applet_power/prefs/%gconf.xml | 0 .../applet_windowlist/%gconf.xml | 0 .../applet_windowlist/prefs/%gconf.xml | 0 .../applet_workspaceswitcher/%gconf.xml | 0 .../applet_workspaceswitcher/prefs/%gconf.xml | 0 .../{objects => 30_bottom_objects}/%gconf.xml | 0 .../30_bottom_objects/.calculate_directory | 2 + .../00_object_firefox/%gconf.xml | 0 .../05_object_evolution/%gconf.xml | 0 .../10_object_xchat/%gconf.xml | 0 .../15_object_pidgin/%gconf.xml | 0 .../20_object_oowriter/%gconf.xml | 0 .../25_object_oocalc/%gconf.xml | 0 .../30_object_calculator/%gconf.xml | 0 .../35_object_gimp/%gconf.xml | 0 .../40_object_imageviewer/%gconf.xml | 0 .../45_object_rhythmbox/%gconf.xml | 0 .../50_object_totem/%gconf.xml | 0 .../55_object_cdburner/%gconf.xml | 0 .../60_object_dictionary/%gconf.xml | 0 .../65_object_editor/%gconf.xml | 0 .../70_object_terminal/%gconf.xml | 0 .../75_object_mainmenu}/%gconf.xml | 4 +- .../apps/panel/40_bottom_applets/%gconf.xml | 0 .../applet_clock}/%gconf.xml | 14 +++--- .../applet_clock/prefs/%gconf.xml | 26 ++++++++++ .../applet_drivemount}/%gconf.xml | 12 ++--- .../applet_drivemount/prefs/%gconf.xml | 9 ++++ .../applet_glipper}/%gconf.xml | 14 +++--- .../applet_keylayout/%gconf.xml | 24 ++++++++++ .../applet_notification/%gconf.xml | 24 ++++++++++ .../applet_power}/%gconf.xml | 14 +++--- .../applet_power/prefs/%gconf.xml | 12 +++++ .../applet_windowlist}/%gconf.xml | 12 ++--- .../applet_windowlist/prefs/%gconf.xml | 8 ++++ .../applet_workspaceswitcher}/%gconf.xml | 12 ++--- .../applet_workspaceswitcher/prefs/%gconf.xml | 6 +++ .../panel/{00general => general}/%gconf.xml | 48 ------------------- .../.calculate_directory | 0 .../objects/object_disks/.calculate_directory | 2 - .../objects/object_ftp/.calculate_directory | 1 - .../object_logout/.calculate_directory | 2 - .../object_shutdown/.calculate_directory | 2 - 52 files changed, 152 insertions(+), 96 deletions(-) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_clock/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_clock/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_drivemount/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_drivemount/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_glipper/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_keylayout/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_notification/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_power/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_power/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_windowlist/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_windowlist/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_workspaceswitcher/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{applets => 10_top_applets}/applet_workspaceswitcher/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/%gconf.xml (100%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/00_object_firefox/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/05_object_evolution/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/10_object_xchat/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/15_object_pidgin/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/20_object_oowriter/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/25_object_oocalc/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/30_object_calculator/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/35_object_gimp/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/40_object_imageviewer/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/45_object_rhythmbox/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/50_object_totem/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/55_object_cdburner/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/60_object_dictionary/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/65_object_editor/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects => 30_bottom_objects}/70_object_terminal/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects/object_mainmenu => 30_bottom_objects/75_object_mainmenu}/%gconf.xml (93%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects/object_logout => 40_bottom_applets/applet_clock}/%gconf.xml (84%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/prefs/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects/object_disks => 40_bottom_applets/applet_drivemount}/%gconf.xml (82%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/prefs/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects/object_lock => 40_bottom_applets/applet_glipper}/%gconf.xml (84%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_keylayout/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_notification/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects/object_shutdown => 40_bottom_applets/applet_power}/%gconf.xml (84%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/prefs/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects/object_home => 40_bottom_applets/applet_windowlist}/%gconf.xml (82%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/prefs/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{objects/object_ftp => 40_bottom_applets/applet_workspaceswitcher}/%gconf.xml (81%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/prefs/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{00general => general}/%gconf.xml (65%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{00general => general}/.calculate_directory (100%) delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/.calculate_directory diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_clock/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_clock/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_clock/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_clock/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_drivemount/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_glipper/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_glipper/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_glipper/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_glipper/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_keylayout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_keylayout/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_keylayout/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_keylayout/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_notification/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_notification/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_notification/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_notification/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_power/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_windowlist/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_windowlist/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_windowlist/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_windowlist/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_workspaceswitcher/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_workspaceswitcher/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_workspaceswitcher/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/applets/applet_workspaceswitcher/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/.calculate_directory new file mode 100644 index 0000000..5f5ba49 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=objects + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/00_object_firefox/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/00_object_firefox/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/00_object_firefox/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/00_object_firefox/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/05_object_evolution/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/05_object_evolution/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/05_object_evolution/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/05_object_evolution/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/10_object_xchat/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/10_object_xchat/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/10_object_xchat/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/10_object_xchat/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/15_object_pidgin/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/15_object_pidgin/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/15_object_pidgin/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/15_object_pidgin/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/20_object_oowriter/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/20_object_oowriter/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/20_object_oowriter/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/20_object_oowriter/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/25_object_oocalc/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/25_object_oocalc/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/25_object_oocalc/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/25_object_oocalc/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/30_object_calculator/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/30_object_calculator/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/30_object_calculator/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/30_object_calculator/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/35_object_gimp/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/35_object_gimp/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/35_object_gimp/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/35_object_gimp/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/40_object_imageviewer/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/40_object_imageviewer/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/40_object_imageviewer/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/40_object_imageviewer/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/45_object_rhythmbox/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/45_object_rhythmbox/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/45_object_rhythmbox/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/45_object_rhythmbox/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/50_object_totem/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/50_object_totem/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/50_object_totem/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/50_object_totem/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/55_object_cdburner/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/55_object_cdburner/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/55_object_cdburner/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/55_object_cdburner/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/60_object_dictionary/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/60_object_dictionary/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/60_object_dictionary/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/60_object_dictionary/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/65_object_editor/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/65_object_editor/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/65_object_editor/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/65_object_editor/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/70_object_terminal/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/70_object_terminal/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/70_object_terminal/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/70_object_terminal/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_mainmenu/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/75_object_mainmenu/%gconf.xml similarity index 93% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_mainmenu/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/75_object_mainmenu/%gconf.xml index bc53529..bff1d7c 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_mainmenu/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/75_object_mainmenu/%gconf.xml @@ -1,8 +1,7 @@ - #-pop(x_object_mainmenu)-# - + @@ -24,3 +23,4 @@ +#-push(offsetx,0)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/%gconf.xml new file mode 100644 index 0000000..e69de29 diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/%gconf.xml similarity index 84% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/%gconf.xml index de7ceea..38957bd 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/%gconf.xml @@ -1,24 +1,24 @@ - #-pop(x_object_logout)-# - + #-pop(x_applet_clock)-# + - - logout - + top_panel_screen0 - action-applet + bonobo-applet - + + OAFIID:GNOME_ClockApplet + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/prefs/%gconf.xml new file mode 100644 index 0000000..b043d5b --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/prefs/%gconf.xml @@ -0,0 +1,26 @@ + + + + + + + + + 24-hour + + + + + + + + + + + + + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/%gconf.xml similarity index 82% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/%gconf.xml index 8296fca..8083ff7 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/%gconf.xml @@ -1,8 +1,8 @@ - #-pop(x_object_disks)-# - + #-pop(x_applet_drivemount)-# + @@ -11,14 +11,14 @@ - launcher-object + bonobo-applet - - - Disks.desktop + + OAFIID:GNOME_DriveMountApplet + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/prefs/%gconf.xml new file mode 100644 index 0000000..bfd7004 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/prefs/%gconf.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_glipper/%gconf.xml similarity index 84% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_glipper/%gconf.xml index 710b187..cc4b60b 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_lock/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_glipper/%gconf.xml @@ -1,24 +1,24 @@ - #-pop(x_object_lock)-# - + #-pop(x_applet_glipper)-# + - - lock - + top_panel_screen0 - action-applet + bonobo-applet - + + OAFIID:Glipper + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_keylayout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_keylayout/%gconf.xml new file mode 100644 index 0000000..f24c221 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_keylayout/%gconf.xml @@ -0,0 +1,24 @@ + + + + #-pop(x_applet_keylayout)-# + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_KeyboardApplet + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_notification/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_notification/%gconf.xml new file mode 100644 index 0000000..a332c80 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_notification/%gconf.xml @@ -0,0 +1,24 @@ + + + + #-pop(x_applet_notification)-# + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_NotificationAreaApplet + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/%gconf.xml similarity index 84% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/%gconf.xml index c80ddb2..115f03b 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/%gconf.xml @@ -1,24 +1,24 @@ - #-pop(x_object_shutdown)-# - + #-pop(x_applet_power)-# + - - shutdown - + top_panel_screen0 - action-applet + bonobo-applet - + + OAFIID:GNOME_BattstatApplet + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/prefs/%gconf.xml new file mode 100644 index 0000000..8ba7a5a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/prefs/%gconf.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/%gconf.xml similarity index 82% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/%gconf.xml index 0a1e3f3..c835c5b 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_home/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/%gconf.xml @@ -1,8 +1,8 @@ - #-pop(x_object_home)-# - + #-pop(x_applet_windowlist)-# + @@ -11,14 +11,14 @@ - launcher-object + bonobo-applet - - - Home.desktop + + OAFIID:GNOME_WindowListApplet + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/prefs/%gconf.xml new file mode 100644 index 0000000..d2190b2 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/prefs/%gconf.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/%gconf.xml similarity index 81% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/%gconf.xml index a122d93..b9df1c5 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/%gconf.xml @@ -1,8 +1,8 @@ - #-pop(x_object_ftp)-# - + #-pop(x_applet_workspaceswitcher)-# + @@ -11,14 +11,14 @@ - launcher-object + bonobo-applet - - - FTP.desktop + + OAFIID:GNOME_WorkspaceSwitcherApplet + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/prefs/%gconf.xml new file mode 100644 index 0000000..c635670 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/prefs/%gconf.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml similarity index 65% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml index 516c9c0..807cb97 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml @@ -1,58 +1,34 @@ # Calculate format=xml_gconf -#-sum(rxoffset,,0)-# -#-sum(lxoffset,,0)-# - #-sum(x_object_mainmenu,,lxoffset)-# - #-push(x_object_mainmenu)-# - #-sum(lxoffset,,lxoffset+32)-#
  • object_mainmenu
  • - #-sum(x_object_home,,lxoffset)-# - #-push(x_object_home)-# - #-sum(lxoffset,,lxoffset+32)-#
  • object_home
  • #?cl_remote_host!=# - #-sum(x_object_disks,,lxoffset)-# - #-push(x_object_disks)-# - #-sum(lxoffset,,lxoffset+32)-#
  • object_disks
  • #cl_remote_host# #?cl_remote_host!=&cl_remote_ftp!=# - #-sum(x_object_ftp,,lxoffset)-# - #-push(x_object_ftp)-# - #-sum(lxoffset,,lxoffset+32)-#
  • object_ftp
  • #cl_remote_host# #?cl_remote_host!=# - #-sum(x_object_logout,,rxoffset)-# - #-push(x_object_logout)-# - #-sum(rxoffset,,rxoffset+32)-#
  • object_logout
  • #cl_remote_host# #?cl_remote_host==# - #-sum(x_object_shutdown,,rxoffset)-# - #-push(x_object_shutdown)-# - #-sum(rxoffset,,rxoffset+32)-#
  • object_shutdown
  • #cl_remote_host# - - #-sum(x_object_lock,,rxoffset)-# - #-push(x_object_lock)-# - #-sum(rxoffset,,rxoffset+32)-#
  • object_lock
  • @@ -103,53 +79,29 @@
    - #-sum(x_applet_drivemount,,lxoffset)-# - #-push(x_applet_drivemount)-# - #-sum(lxoffset,,lxoffset+32)-#
  • applet_drivemount
  • - #-sum(x_applet_workspaceswitcher,,lxoffset)-# - #-push(x_applet_workspaceswitcher)-# - #-sum(lxoffset,,lxoffset+147)-#
  • applet_workspaceswitcher
  • - #-sum(x_applet_windowlist,,lxoffset)-# - #-push(x_applet_windowlist)-#
  • applet_windowlist
  • - - #-sum(x_applet_clock,,rxoffset)-# - #-push(x_applet_clock)-# - #-sum(rxoffset,,rxoffset+78)-#
  • applet_clock
  • - #-sum(x_applet_notification,,rxoffset)-# - #-push(x_applet_notification)-# - #-sum(rxoffset,,rxoffset+96)-#
  • applet_notification
  • #?hr_laptop!=# - #-sum(x_applet_power,,rxoffset)-# - #-push(x_applet_power)-# - #-sum(rxoffset,,rxoffset+32)-#
  • applet_power
  • #hr_laptop# - #-sum(x_applet_keylayout,,rxoffset)-# - #-push(x_applet_keylayout)-# - #-sum(rxoffset,,rxoffset+32)-#
  • applet_keylayout
  • - #-sum(x_applet_glipper,,rxoffset)-# - #-push(x_applet_glipper)-# - #-sum(rxoffset,,rxoffset+32)-#
  • applet_glipper
  • diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00general/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/.calculate_directory similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/00general/.calculate_directory rename to client-profiles/50-default-CLDG/.gconf/apps/panel/general/.calculate_directory diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/.calculate_directory deleted file mode 100644 index 1bafc2a..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_disks/.calculate_directory +++ /dev/null @@ -1,2 +0,0 @@ -# Calculate cl_remote_host!= - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/.calculate_directory deleted file mode 100644 index 70450b1..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_ftp/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate cl_remote_host!=&cl_remote_ftp!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/.calculate_directory deleted file mode 100644 index 1bafc2a..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_logout/.calculate_directory +++ /dev/null @@ -1,2 +0,0 @@ -# Calculate cl_remote_host!= - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/.calculate_directory deleted file mode 100644 index 528511a..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/objects/object_shutdown/.calculate_directory +++ /dev/null @@ -1,2 +0,0 @@ -# Calculate cl_remote_host== - From f42c41909779ea432319ba2a173321967bac1cbb Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 12:41:07 +0300 Subject: [PATCH 05/23] Restructure CDLG profile --- .../00_object_mainmenu}/%gconf.xml | 22 +++++++++------- .../05_object_home}/%gconf.xml | 12 ++++----- .../10_object_disks}/%gconf.xml | 12 ++++----- .../10_object_disks/.calculate_directory | 2 ++ .../15_object_ftp}/%gconf.xml | 12 ++++----- .../15_object_ftp/.calculate_directory | 1 + .../00_object_logout}/%gconf.xml | 14 +++++----- .../00_object_logout/.calculate_directory | 2 ++ .../00_object_shutdown}/%gconf.xml | 14 +++++----- .../00_object_shutdown/.calculate_directory | 1 + .../05_object_lock}/%gconf.xml | 14 +++++----- .../apps/panel/40_bottom_applets/%gconf.xml | 0 .../applet_clock/prefs/%gconf.xml | 26 ------------------- .../applet_drivemount/prefs/%gconf.xml | 9 ------- .../applet_notification/%gconf.xml | 24 ----------------- .../applet_power/prefs/%gconf.xml | 12 --------- .../applet_windowlist/prefs/%gconf.xml | 8 ------ .../applet_workspaceswitcher/prefs/%gconf.xml | 6 ----- .../%gconf.xml | 0 .../.calculate_directory | 0 .../00_object_firefox/%gconf.xml | 0 .../05_object_evolution/%gconf.xml | 0 .../10_object_xchat/%gconf.xml | 0 .../15_object_pidgin/%gconf.xml | 0 .../20_object_oowriter/%gconf.xml | 0 .../25_object_oocalc/%gconf.xml | 0 .../30_object_calculator/%gconf.xml | 0 .../35_object_gimp/%gconf.xml | 0 .../40_object_imageviewer/%gconf.xml | 0 .../45_object_rhythmbox/%gconf.xml | 0 .../50_object_totem/%gconf.xml | 0 .../55_object_cdburner/%gconf.xml | 0 .../60_object_dictionary/%gconf.xml | 0 .../65_object_editor/%gconf.xml | 0 .../70_object_terminal/%gconf.xml | 0 .../75_object_mainmenu/%gconf.xml | 0 36 files changed, 57 insertions(+), 134 deletions(-) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{40_bottom_applets/applet_keylayout => 00_top_objects_left/00_object_mainmenu}/%gconf.xml (70%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{40_bottom_applets/applet_windowlist => 00_top_objects_left/05_object_home}/%gconf.xml (82%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{40_bottom_applets/applet_drivemount => 00_top_objects_left/10_object_disks}/%gconf.xml (82%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{40_bottom_applets/applet_workspaceswitcher => 00_top_objects_left/15_object_ftp}/%gconf.xml (81%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{40_bottom_applets/applet_glipper => 20_top_objects_right/00_object_logout}/%gconf.xml (84%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{40_bottom_applets/applet_clock => 20_top_objects_right/00_object_shutdown}/%gconf.xml (84%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{40_bottom_applets/applet_power => 20_top_objects_right/05_object_lock}/%gconf.xml (84%) delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/%gconf.xml delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/prefs/%gconf.xml delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/prefs/%gconf.xml delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_notification/%gconf.xml delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/prefs/%gconf.xml delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/prefs/%gconf.xml delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/prefs/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/.calculate_directory (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/00_object_firefox/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/05_object_evolution/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/10_object_xchat/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/15_object_pidgin/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/20_object_oowriter/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/25_object_oocalc/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/30_object_calculator/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/35_object_gimp/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/40_object_imageviewer/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/45_object_rhythmbox/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/50_object_totem/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/55_object_cdburner/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/60_object_dictionary/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/65_object_editor/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/70_object_terminal/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{30_bottom_objects => 50_bottom_objects}/75_object_mainmenu/%gconf.xml (100%) diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_keylayout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/%gconf.xml similarity index 70% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_keylayout/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/%gconf.xml index f24c221..bc53529 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_keylayout/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/%gconf.xml @@ -1,24 +1,26 @@ - #-pop(x_applet_keylayout)-# - - + #-pop(x_object_mainmenu)-# + + top_panel_screen0 - - + + Main Menu + + - bonobo-applet + menu-object - + - - - OAFIID:GNOME_KeyboardApplet + + /usr/share/icons/Calculate/scalable/place/start-here-gnome.svg + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/%gconf.xml similarity index 82% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/%gconf.xml index c835c5b..0a1e3f3 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/%gconf.xml @@ -1,8 +1,8 @@ - #-pop(x_applet_windowlist)-# - + #-pop(x_object_home)-# + @@ -11,14 +11,14 @@ - bonobo-applet + launcher-object - - OAFIID:GNOME_WindowListApplet + + + Home.desktop - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/%gconf.xml similarity index 82% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/%gconf.xml index 8083ff7..8296fca 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/%gconf.xml @@ -1,8 +1,8 @@ - #-pop(x_applet_drivemount)-# - + #-pop(x_object_disks)-# + @@ -11,14 +11,14 @@ - bonobo-applet + launcher-object - - OAFIID:GNOME_DriveMountApplet + + + Disks.desktop - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory new file mode 100644 index 0000000..1bafc2a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate cl_remote_host!= + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/%gconf.xml similarity index 81% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/%gconf.xml index b9df1c5..a122d93 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/%gconf.xml @@ -1,8 +1,8 @@ - #-pop(x_applet_workspaceswitcher)-# - + #-pop(x_object_ftp)-# + @@ -11,14 +11,14 @@ - bonobo-applet + launcher-object - - OAFIID:GNOME_WorkspaceSwitcherApplet + + + FTP.desktop - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory new file mode 100644 index 0000000..70450b1 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory @@ -0,0 +1 @@ +# Calculate cl_remote_host!=&cl_remote_ftp!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_glipper/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/%gconf.xml similarity index 84% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_glipper/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/%gconf.xml index cc4b60b..de7ceea 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_glipper/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/%gconf.xml @@ -1,24 +1,24 @@ - #-pop(x_applet_glipper)-# - + #-pop(x_object_logout)-# + - + + logout + top_panel_screen0 - bonobo-applet + action-applet - - OAFIID:Glipper - + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory new file mode 100644 index 0000000..1bafc2a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate cl_remote_host!= + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/%gconf.xml similarity index 84% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/%gconf.xml index 38957bd..c80ddb2 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/%gconf.xml @@ -1,24 +1,24 @@ - #-pop(x_applet_clock)-# - + #-pop(x_object_shutdown)-# + - + + shutdown + top_panel_screen0 - bonobo-applet + action-applet - - OAFIID:GNOME_ClockApplet - + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory new file mode 100644 index 0000000..8e9a09d --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory @@ -0,0 +1 @@ +# Calculate cl_remote_host== diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/%gconf.xml similarity index 84% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/%gconf.xml index 115f03b..710b187 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/%gconf.xml @@ -1,24 +1,24 @@ - #-pop(x_applet_power)-# - + #-pop(x_object_lock)-# + - + + lock + top_panel_screen0 - bonobo-applet + action-applet - - OAFIID:GNOME_BattstatApplet - + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/%gconf.xml deleted file mode 100644 index e69de29..0000000 diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/prefs/%gconf.xml deleted file mode 100644 index b043d5b..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_clock/prefs/%gconf.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - 24-hour - - - - - - - - - - - - - - - - - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/prefs/%gconf.xml deleted file mode 100644 index bfd7004..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_drivemount/prefs/%gconf.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_notification/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_notification/%gconf.xml deleted file mode 100644 index a332c80..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_notification/%gconf.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - #-pop(x_applet_notification)-# - - - - - top_panel_screen0 - - - - - bonobo-applet - - - - - - OAFIID:GNOME_NotificationAreaApplet - - - - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/prefs/%gconf.xml deleted file mode 100644 index 8ba7a5a..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_power/prefs/%gconf.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/prefs/%gconf.xml deleted file mode 100644 index d2190b2..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_windowlist/prefs/%gconf.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/prefs/%gconf.xml deleted file mode 100644 index c635670..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/40_bottom_applets/applet_workspaceswitcher/prefs/%gconf.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/.calculate_directory similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/.calculate_directory rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/.calculate_directory diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/00_object_firefox/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/00_object_firefox/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/05_object_evolution/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/05_object_evolution/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/10_object_xchat/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/10_object_xchat/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/15_object_pidgin/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/15_object_pidgin/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/20_object_oowriter/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/20_object_oowriter/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/25_object_oocalc/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/25_object_oocalc/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/30_object_calculator/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/30_object_calculator/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/35_object_gimp/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/35_object_gimp/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/40_object_imageviewer/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/40_object_imageviewer/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/45_object_rhythmbox/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/45_object_rhythmbox/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/50_object_totem/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/50_object_totem/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/55_object_cdburner/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/55_object_cdburner/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/60_object_dictionary/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/60_object_dictionary/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/65_object_editor/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/65_object_editor/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/70_object_terminal/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/70_object_terminal/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/75_object_mainmenu/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_bottom_objects/75_object_mainmenu/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml From cac55841db1f212b4405f2286a2dd9adae23acde Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 14:09:25 +0300 Subject: [PATCH 06/23] Restructure CLDG profile --- .../apps/panel/00_top_objects_left/%gconf.xml | 1 + .../00_object_mainmenu/%gconf.xml | 5 ++-- .../00_object_mainmenu/.calculate_directory | 1 + .../05_object_home/%gconf.xml | 5 ++-- .../05_object_home/.calculate_directory | 1 + .../10_object_disks/%gconf.xml | 5 ++-- .../10_object_disks/.calculate_directory | 1 + .../15_object_ftp/%gconf.xml | 5 ++-- .../15_object_ftp/.calculate_directory | 1 + .../apps/panel/10_top_applets/%gconf.xml | 0 .../00_applet_drivemount}/%gconf.xml | 5 ++-- .../00_applet_drivemount/.calculate_directory | 1 + .../00_applet_drivemount}/prefs/%gconf.xml | 0 .../05_applet_workspaceswitcher}/%gconf.xml | 5 ++-- .../.calculate_directory | 1 + .../prefs/%gconf.xml | 0 .../10_applet_windowlist}/%gconf.xml | 5 ++-- .../10_applet_windowlist/.calculate_directory | 1 + .../10_applet_windowlist}/prefs/%gconf.xml | 0 .../panel/20_top_objects_right/%gconf.xml | 1 + .../00_object_logout/%gconf.xml | 5 ++-- .../00_object_logout/.calculate_directory | 1 + .../00_object_shutdown/%gconf.xml | 5 ++-- .../00_object_shutdown/.calculate_directory | 1 + .../05_object_lock/%gconf.xml | 5 ++-- .../05_object_lock/.calculate_directory | 1 + .../00_applet_clock}/%gconf.xml | 5 ++-- .../00_applet_clock/.calculate_directory | 1 + .../00_applet_clock}/prefs/%gconf.xml | 0 .../05_applet_notification}/%gconf.xml | 5 ++-- .../.calculate_directory | 1 + .../10_applet_power}/%gconf.xml | 5 ++-- .../10_applet_power/.calculate_directory | 1 + .../10_applet_power}/prefs/%gconf.xml | 0 .../15_applet_keylayout}/%gconf.xml | 5 ++-- .../15_applet_keylayout/.calculate_directory | 1 + .../20_applet_glipper}/%gconf.xml | 5 ++-- .../20_applet_glipper/.calculate_directory | 1 + .../00_object_firefox/%gconf.xml | 6 ++-- .../00_object_firefox/.calculate_directory | 2 ++ .../05_object_evolution/%gconf.xml | 6 ++-- .../05_object_evolution/.calculate_directory | 2 ++ .../10_object_xchat/%gconf.xml | 6 ++-- .../10_object_xchat/.calculate_directory | 2 ++ .../15_object_pidgin/%gconf.xml | 6 ++-- .../15_object_pidgin/.calculate_directory | 2 ++ .../20_object_oowriter/%gconf.xml | 6 ++-- .../20_object_oowriter/.calculate_directory | 2 ++ .../25_object_oocalc/%gconf.xml | 6 ++-- .../25_object_oocalc/.calculate_directory | 2 ++ .../30_object_calculator/%gconf.xml | 6 ++-- .../30_object_calculator/.calculate_directory | 2 ++ .../35_object_gimp/%gconf.xml | 6 ++-- .../35_object_gimp/.calculate_directory | 2 ++ .../40_object_imageviewer/%gconf.xml | 6 ++-- .../.calculate_directory | 2 ++ .../45_object_rhythmbox/%gconf.xml | 6 ++-- .../45_object_rhythmbox/.calculate_directory | 2 ++ .../50_object_totem/%gconf.xml | 6 ++-- .../50_object_totem/.calculate_directory | 2 ++ .../55_object_cdburner/%gconf.xml | 6 ++-- .../55_object_cdburner/.calculate_directory | 2 ++ .../60_object_dictionary/%gconf.xml | 6 ++-- .../60_object_dictionary/.calculate_directory | 2 ++ .../65_object_editor/%gconf.xml | 6 ++-- .../65_object_editor/.calculate_directory | 2 ++ .../70_object_terminal/%gconf.xml | 6 ++-- .../70_object_terminal/.calculate_directory | 2 ++ .../75_object_mainmenu/%gconf.xml | 5 ++-- .../75_object_mainmenu/.calculate_directory | 2 ++ .../.gconf/apps/panel/general/%gconf.xml | 30 +++++++++---------- 71 files changed, 157 insertions(+), 92 deletions(-) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_drivemount => 10_top_applets_left/00_applet_drivemount}/%gconf.xml (92%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_drivemount => 10_top_applets_left/00_applet_drivemount}/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_workspaceswitcher => 10_top_applets_left/05_applet_workspaceswitcher}/%gconf.xml (91%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_workspaceswitcher => 10_top_applets_left/05_applet_workspaceswitcher}/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_windowlist => 10_top_applets_left/10_applet_windowlist}/%gconf.xml (92%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_windowlist => 10_top_applets_left/10_applet_windowlist}/prefs/%gconf.xml (100%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_clock => 30_top_applets_right/00_applet_clock}/%gconf.xml (93%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_clock => 30_top_applets_right/00_applet_clock}/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_notification => 30_top_applets_right/05_applet_notification}/%gconf.xml (92%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_power => 30_top_applets_right/10_applet_power}/%gconf.xml (93%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_power => 30_top_applets_right/10_applet_power}/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_keylayout => 30_top_applets_right/15_applet_keylayout}/%gconf.xml (93%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/.calculate_directory rename client-profiles/50-default-CLDG/.gconf/apps/panel/{10_top_applets/applet_glipper => 30_top_applets_right/20_applet_glipper}/%gconf.xml (93%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/%gconf.xml new file mode 100644 index 0000000..20aa68c --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/%gconf.xml @@ -0,0 +1 @@ +#-push(xoffset,0)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/%gconf.xml index bc53529..1f54eec 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_object_mainmenu)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/.calculate_directory new file mode 100644 index 0000000..2a8f0f4 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=object_mainmenu diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/%gconf.xml index 0a1e3f3..fff373a 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_object_home)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/.calculate_directory new file mode 100644 index 0000000..1032f4a --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=object_home diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/%gconf.xml index 8296fca..1bebb6d 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_object_disks)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory index 1bafc2a..90c19e6 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory @@ -1,2 +1,3 @@ # Calculate cl_remote_host!= +# Calculate name=object_disks diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/%gconf.xml index a122d93..3076f80 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_object_ftp)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory index 70450b1..c573bf4 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory @@ -1 +1,2 @@ # Calculate cl_remote_host!=&cl_remote_ftp!= +# Calculate name=object_ftp diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/%gconf.xml deleted file mode 100644 index e69de29..0000000 diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/%gconf.xml similarity index 92% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/%gconf.xml index 8083ff7..83a0f23 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_applet_drivemount)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/.calculate_directory new file mode 100644 index 0000000..955b6e9 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=applet_drivemount diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_drivemount/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml similarity index 91% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml index b9df1c5..7f1e79e 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_applet_workspaceswitcher)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/.calculate_directory new file mode 100644 index 0000000..9d3542d --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=applet_workspaceswitcher diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_workspaceswitcher/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/%gconf.xml similarity index 92% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/%gconf.xml index c835c5b..c5807e7 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_applet_windowlist)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/.calculate_directory new file mode 100644 index 0000000..fd456a0 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=applet_windowlist diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_windowlist/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/%gconf.xml new file mode 100644 index 0000000..20aa68c --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/%gconf.xml @@ -0,0 +1 @@ +#-push(xoffset,0)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/%gconf.xml index de7ceea..712549f 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_object_logout)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# logout diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory index 1bafc2a..8dc5e87 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory @@ -1,2 +1,3 @@ # Calculate cl_remote_host!= +# Calculate name=object_logout diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/%gconf.xml index c80ddb2..7ee936e 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_object_shutdown)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# shutdown diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory index 8e9a09d..1d062e3 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory @@ -1 +1,2 @@ # Calculate cl_remote_host== +# Calculate name=object_shutdown diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/%gconf.xml index 710b187..7d7c37f 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_object_lock)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# lock diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/.calculate_directory new file mode 100644 index 0000000..0aef8a4 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=object_lock diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/%gconf.xml similarity index 93% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/%gconf.xml index 38957bd..674fdcf 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_applet_clock)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/.calculate_directory new file mode 100644 index 0000000..6520510 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=applet_clock diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_clock/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_notification/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/%gconf.xml similarity index 92% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_notification/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/%gconf.xml index a332c80..6701a8e 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_notification/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_applet_notification)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/.calculate_directory new file mode 100644 index 0000000..c7c6b46 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=applet_notification diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/%gconf.xml similarity index 93% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/%gconf.xml index 115f03b..04cd165 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_applet_power)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory new file mode 100644 index 0000000..53ab035 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=applet_power diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_power/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_keylayout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/%gconf.xml similarity index 93% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_keylayout/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/%gconf.xml index f24c221..17b45dd 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_keylayout/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_applet_keylayout)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/.calculate_directory new file mode 100644 index 0000000..891e3fb --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=applet_keylayout diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_glipper/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/%gconf.xml similarity index 93% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_glipper/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/%gconf.xml index cc4b60b..88e75c1 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets/applet_glipper/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/%gconf.xml @@ -1,8 +1,9 @@ - #-pop(x_applet_glipper)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/.calculate_directory new file mode 100644 index 0000000..f420afa --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=applet_glipper diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/%gconf.xml index b79f464..fe9c4de 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory new file mode 100644 index 0000000..79e5c4e --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_firefox +# Calculate name=object_firefox diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/%gconf.xml index ef77002..8bdc5d8 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory new file mode 100644 index 0000000..c908f73 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_evolution +# Calculate name=object_evolution diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/%gconf.xml index 375d971..dac709f 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory new file mode 100644 index 0000000..1756084 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_xchat +# Calculate name=object_xchat diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/%gconf.xml index a4483a7..9732c0f 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory new file mode 100644 index 0000000..24bacc3 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_pidgin +# Calculate name=object_pidgin diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/%gconf.xml index 7d36799..3e99b09 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory new file mode 100644 index 0000000..a68a1f4 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_oowriter +# Calculate name=object_oowriter diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/%gconf.xml index 27f02ca..7a37c53 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory new file mode 100644 index 0000000..254e99d --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_oocalc +# Calculate name=object_oocalc diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/%gconf.xml index 36c5e47..4b8b575 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory new file mode 100644 index 0000000..f2bfbaf --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_calculator +# Calculate name=object_calculator diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/%gconf.xml index e0cd5d7..1b7db50 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory new file mode 100644 index 0000000..9e7cac2 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_gimp +# Calculate name=object_gimp diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/%gconf.xml index 7c19a09..2a18fff 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory new file mode 100644 index 0000000..e4be0d1 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_imageviewer +# Calculate name=object_imageviewer diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/%gconf.xml index a33ca3a..c64ee6a 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory new file mode 100644 index 0000000..c94fa52 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_rhythmbox +# Calculate name=object_rhythmbox diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/%gconf.xml index fc7cc2e..22ff371 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory new file mode 100644 index 0000000..567dc20 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_totem +# Calculate name=object_totem diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/%gconf.xml index f377bde..0da08ef 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory new file mode 100644 index 0000000..b7ec2fa --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_cdburner +# Calculate name=object_cdburner diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/%gconf.xml index 503718d..fdabbe0 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory new file mode 100644 index 0000000..37b8672 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_dictionary +# Calculate name=object_dictionary diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/%gconf.xml index f0a763f..e106809 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory new file mode 100644 index 0000000..a6a82c3 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_editor +# Calculate name=object_editor diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/%gconf.xml index 8b30a7a..43d7887 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/%gconf.xml @@ -1,8 +1,9 @@ -#-pop(offsetx)-# - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -22,4 +23,3 @@ -#-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory new file mode 100644 index 0000000..13c3065 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_terminal +# Calculate name=object_terminal diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml index bff1d7c..1f54eec 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml @@ -1,7 +1,9 @@ - + #-pop(offsetx)-# + + #-push(offsetx)-# @@ -23,4 +25,3 @@ -#-push(offsetx,0)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory new file mode 100644 index 0000000..b8a00de --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=object_mainmenu +# Calculate name=object_mainmenu diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml index 807cb97..66b0159 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml @@ -33,49 +33,49 @@ object_lock
  • - 00_object_firefox + object_firefox
  • - 05_object_evolution + object_evolution
  • - 10_object_xchat + object_xchat
  • - 15_object_pidgin + object_pidgin
  • - 20_object_oowriter + object_oowriter
  • - 25_object_oocalc + object_oocalc
  • - 30_object_calculator + object_calculator
  • - 35_object_gimp + object_gimp
  • - 40_object_imageviewer + object_imageviewer
  • - 45_object_rhythmbox + object_rhythmbox
  • - 50_object_totem + object_totem
  • - 55_object_cdburner + object_cdburner
  • - 60_object_dictionary + object_dictionary
  • - 65_object_editor + object_editor
  • - 70_object_terminal + object_terminal
  • From 17d17b5a92c3c96281e68bd8675ef07d5de7e5aa Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 14:17:06 +0300 Subject: [PATCH 07/23] Modify panels --- .../apps/panel/00_top_objects_left/.calculate_directory | 2 ++ .../00_top_objects_left/10_object_disks/.calculate_directory | 4 +--- .../00_top_objects_left/15_object_ftp/.calculate_directory | 3 +-- .../apps/panel/10_top_applets_left/.calculate_directory | 2 ++ .../apps/panel/20_top_objects_right/.calculate_directory | 1 + .../00_object_logout/.calculate_directory | 4 +--- .../00_object_shutdown/.calculate_directory | 3 +-- .../apps/panel/30_top_applets_right/.calculate_directory | 2 ++ .../30_top_applets_right/10_applet_power/.calculate_directory | 2 +- 9 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/.calculate_directory create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/.calculate_directory diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/.calculate_directory new file mode 100644 index 0000000..5f5ba49 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=objects + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory index 90c19e6..0904ea1 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory @@ -1,3 +1 @@ -# Calculate cl_remote_host!= - -# Calculate name=object_disks +# Calculate name=object_disks cl_remote_host!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory index c573bf4..5ae7318 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory @@ -1,2 +1 @@ -# Calculate cl_remote_host!=&cl_remote_ftp!= -# Calculate name=object_ftp +# Calculate name=object_ftp cl_remote_host!=&cl_remote_ftp!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/.calculate_directory new file mode 100644 index 0000000..0c1309f --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=applets + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/.calculate_directory new file mode 100644 index 0000000..c23fba3 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/.calculate_directory @@ -0,0 +1 @@ +# Calculate name=objects diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory index 8dc5e87..145114c 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory @@ -1,3 +1 @@ -# Calculate cl_remote_host!= - -# Calculate name=object_logout +# Calculate name=object_logout cl_remote_host!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory index 1d062e3..3f79b42 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory @@ -1,2 +1 @@ -# Calculate cl_remote_host== -# Calculate name=object_shutdown +# Calculate name=object_shutdown cl_remote_host== diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/.calculate_directory new file mode 100644 index 0000000..0c1309f --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/.calculate_directory @@ -0,0 +1,2 @@ +# Calculate name=applets + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory index 53ab035..5701f40 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory @@ -1 +1 @@ -# Calculate name=applet_power +# Calculate name=applet_power hr_laptop!= From 256d40461ee09ac63e3ec16f6435908d93c9e2b6 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 14:19:31 +0300 Subject: [PATCH 08/23] Fix panels settings --- .../50_bottom_objects/00_object_firefox/.calculate_directory | 1 - .../50_bottom_objects/05_object_evolution/.calculate_directory | 1 - .../panel/50_bottom_objects/10_object_xchat/.calculate_directory | 1 - .../50_bottom_objects/15_object_pidgin/.calculate_directory | 1 - .../50_bottom_objects/20_object_oowriter/.calculate_directory | 1 - .../50_bottom_objects/25_object_oocalc/.calculate_directory | 1 - .../50_bottom_objects/30_object_calculator/.calculate_directory | 1 - .../panel/50_bottom_objects/35_object_gimp/.calculate_directory | 1 - .../50_bottom_objects/40_object_imageviewer/.calculate_directory | 1 - .../50_bottom_objects/45_object_rhythmbox/.calculate_directory | 1 - .../panel/50_bottom_objects/50_object_totem/.calculate_directory | 1 - .../50_bottom_objects/55_object_cdburner/.calculate_directory | 1 - .../50_bottom_objects/60_object_dictionary/.calculate_directory | 1 - .../50_bottom_objects/65_object_editor/.calculate_directory | 1 - .../50_bottom_objects/70_object_terminal/.calculate_directory | 1 - .../50_bottom_objects/75_object_mainmenu/.calculate_directory | 1 - 16 files changed, 16 deletions(-) diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory index 79e5c4e..aa79e98 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_firefox -# Calculate name=object_firefox diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory index c908f73..ebcd002 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_evolution -# Calculate name=object_evolution diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory index 1756084..a6d1ba1 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_xchat -# Calculate name=object_xchat diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory index 24bacc3..df7383a 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_pidgin -# Calculate name=object_pidgin diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory index a68a1f4..e591da0 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_oowriter -# Calculate name=object_oowriter diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory index 254e99d..f064c54 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_oocalc -# Calculate name=object_oocalc diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory index f2bfbaf..2790971 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_calculator -# Calculate name=object_calculator diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory index 9e7cac2..ca52e57 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_gimp -# Calculate name=object_gimp diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory index e4be0d1..1b1c1af 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_imageviewer -# Calculate name=object_imageviewer diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory index c94fa52..07732b5 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_rhythmbox -# Calculate name=object_rhythmbox diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory index 567dc20..03839b1 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_totem -# Calculate name=object_totem diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory index b7ec2fa..61d5e29 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_cdburner -# Calculate name=object_cdburner diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory index 37b8672..9593522 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_dictionary -# Calculate name=object_dictionary diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory index a6a82c3..0f48c22 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_editor -# Calculate name=object_editor diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory index 13c3065..71ca748 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_terminal -# Calculate name=object_terminal diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory index b8a00de..2a8f0f4 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory @@ -1,2 +1 @@ # Calculate name=object_mainmenu -# Calculate name=object_mainmenu From d04e101eeef2fb9833bdff2341a1f52d5810ee26 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 14:43:07 +0300 Subject: [PATCH 09/23] Rename objects and applets directories --- .../00_object_mainmenu/.calculate_directory | 1 - .../05_object_home/.calculate_directory | 1 - .../10_object_disks/.calculate_directory | 2 +- .../15_object_ftp/.calculate_directory | 2 +- .../00_applet_drivemount/.calculate_directory | 1 - .../.calculate_directory | 1 - .../10_applet_windowlist/.calculate_directory | 1 - .../00_object_logout/.calculate_directory | 2 +- .../00_object_shutdown/.calculate_directory | 2 +- .../05_object_lock/.calculate_directory | 1 - .../00_applet_clock/.calculate_directory | 1 - .../.calculate_directory | 1 - .../10_applet_power/.calculate_directory | 2 +- .../15_applet_keylayout/.calculate_directory | 1 - .../20_applet_glipper/.calculate_directory | 1 - .../00_object_firefox/.calculate_directory | 1 - .../05_object_evolution/.calculate_directory | 1 - .../10_object_xchat/.calculate_directory | 1 - .../15_object_pidgin/.calculate_directory | 1 - .../20_object_oowriter/.calculate_directory | 1 - .../25_object_oocalc/.calculate_directory | 1 - .../30_object_calculator/.calculate_directory | 1 - .../35_object_gimp/.calculate_directory | 1 - .../.calculate_directory | 1 - .../45_object_rhythmbox/.calculate_directory | 1 - .../50_object_totem/.calculate_directory | 1 - .../55_object_cdburner/.calculate_directory | 1 - .../60_object_dictionary/.calculate_directory | 1 - .../65_object_editor/.calculate_directory | 1 - .../70_object_terminal/.calculate_directory | 1 - .../75_object_mainmenu/.calculate_directory | 1 - .../.gconf/apps/panel/general/%gconf.xml | 60 +++++++++---------- .../apps/panel/general/.calculate_directory | 2 - 33 files changed, 35 insertions(+), 63 deletions(-) delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/general/.calculate_directory diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/.calculate_directory deleted file mode 100644 index 2a8f0f4..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/00_object_mainmenu/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_mainmenu diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/.calculate_directory deleted file mode 100644 index 1032f4a..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/05_object_home/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_home diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory index 0904ea1..bdcb518 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/10_object_disks/.calculate_directory @@ -1 +1 @@ -# Calculate name=object_disks cl_remote_host!= +# Calculate cl_remote_host!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory index 5ae7318..70450b1 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/00_top_objects_left/15_object_ftp/.calculate_directory @@ -1 +1 @@ -# Calculate name=object_ftp cl_remote_host!=&cl_remote_ftp!= +# Calculate cl_remote_host!=&cl_remote_ftp!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/.calculate_directory deleted file mode 100644 index 955b6e9..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=applet_drivemount diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/.calculate_directory deleted file mode 100644 index 9d3542d..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=applet_workspaceswitcher diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/.calculate_directory deleted file mode 100644 index fd456a0..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/10_applet_windowlist/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=applet_windowlist diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory index 145114c..bdcb518 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_logout/.calculate_directory @@ -1 +1 @@ -# Calculate name=object_logout cl_remote_host!= +# Calculate cl_remote_host!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory index 3f79b42..8e9a09d 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/00_object_shutdown/.calculate_directory @@ -1 +1 @@ -# Calculate name=object_shutdown cl_remote_host== +# Calculate cl_remote_host== diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/.calculate_directory deleted file mode 100644 index 0aef8a4..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/20_top_objects_right/05_object_lock/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_lock diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/.calculate_directory deleted file mode 100644 index 6520510..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=applet_clock diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/.calculate_directory deleted file mode 100644 index c7c6b46..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=applet_notification diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory index 5701f40..fd1cf76 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory @@ -1 +1 @@ -# Calculate name=applet_power hr_laptop!= +# Calculate hr_laptop!= diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/.calculate_directory deleted file mode 100644 index 891e3fb..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=applet_keylayout diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/.calculate_directory deleted file mode 100644 index f420afa..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=applet_glipper diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory deleted file mode 100644 index aa79e98..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/00_object_firefox/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_firefox diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory deleted file mode 100644 index ebcd002..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/05_object_evolution/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_evolution diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory deleted file mode 100644 index a6d1ba1..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/10_object_xchat/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_xchat diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory deleted file mode 100644 index df7383a..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/15_object_pidgin/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_pidgin diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory deleted file mode 100644 index e591da0..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/20_object_oowriter/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_oowriter diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory deleted file mode 100644 index f064c54..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/25_object_oocalc/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_oocalc diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory deleted file mode 100644 index 2790971..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/30_object_calculator/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_calculator diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory deleted file mode 100644 index ca52e57..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/35_object_gimp/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_gimp diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory deleted file mode 100644 index 1b1c1af..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/40_object_imageviewer/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_imageviewer diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory deleted file mode 100644 index 07732b5..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/45_object_rhythmbox/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_rhythmbox diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory deleted file mode 100644 index 03839b1..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/50_object_totem/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_totem diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory deleted file mode 100644 index 61d5e29..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/55_object_cdburner/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_cdburner diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory deleted file mode 100644 index 9593522..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/60_object_dictionary/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_dictionary diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory deleted file mode 100644 index 0f48c22..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/65_object_editor/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_editor diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory deleted file mode 100644 index 71ca748..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/70_object_terminal/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_terminal diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory deleted file mode 100644 index 2a8f0f4..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate name=object_mainmenu diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml index 66b0159..5b3fdd2 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml @@ -3,107 +3,107 @@
  • - object_mainmenu + 00_object_mainmenu
  • - object_home + 05_object_home
  • #?cl_remote_host!=#
  • - object_disks + 10_object_disks
  • #cl_remote_host# #?cl_remote_host!=&cl_remote_ftp!=#
  • - object_ftp + 15_object_ftp
  • #cl_remote_host# #?cl_remote_host!=#
  • - object_logout + 00_object_logout
  • #cl_remote_host# #?cl_remote_host==#
  • - object_shutdown + 00_object_shutdown
  • #cl_remote_host#
  • - object_lock + 05_object_lock
  • - object_firefox + 00_object_firefox
  • - object_evolution + 05_object_evolution
  • - object_xchat + 10_object_xchat
  • - object_pidgin + 15_object_pidgin
  • - object_oowriter + 20_object_oowriter
  • - object_oocalc + 25_object_oocalc
  • - object_calculator + 30_object_calculator
  • - object_gimp + 35_object_gimp
  • - object_imageviewer + 40_object_imageviewer
  • - object_rhythmbox + 45_object_rhythmbox
  • - object_totem + 50_object_totem
  • - object_cdburner + 55_object_cdburner
  • - object_dictionary + 60_object_dictionary
  • - object_editor + 65_object_editor
  • - object_terminal + 70_object_terminal
  • - applet_drivemount + 00_applet_drivemount
  • - applet_workspaceswitcher + 05_applet_workspaceswitcher
  • - applet_windowlist + 10_applet_windowlist
  • - applet_clock + 00_applet_clock
  • - applet_notification + 05_applet_notification
  • #?hr_laptop!=#
  • - applet_power + 10_applet_power
  • #hr_laptop#
  • - applet_keylayout + 15_applet_keylayout
  • - applet_glipper + 20_applet_glipper
  • diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/.calculate_directory deleted file mode 100644 index 33ba37e..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/.calculate_directory +++ /dev/null @@ -1,2 +0,0 @@ -# Calculate name=general - From 64c1b6a3d87674eba6326e6f00aea22abc4d9933 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 14:47:11 +0300 Subject: [PATCH 10/23] Fix gnome panel settings --- .../.gconf/apps/panel/10_top_applets_left/%gconf.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/%gconf.xml new file mode 100644 index 0000000..e69de29 From 2303a50da3661e845568941f4bcf2be91ac3c34a Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 14:56:59 +0300 Subject: [PATCH 11/23] Fix position of applets --- .../05_applet_workspaceswitcher/%gconf.xml | 2 +- .../05_applet_notification/%gconf.xml | 2 +- .../75_object_mainmenu/%gconf.xml | 27 ------------------- 3 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml index 7f1e79e..06f1000 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml @@ -2,7 +2,7 @@ #-pop(offsetx)-# - + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/%gconf.xml index 6701a8e..9fd4c02 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/05_applet_notification/%gconf.xml @@ -2,7 +2,7 @@ #-pop(offsetx)-# - + #-push(offsetx)-# diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml deleted file mode 100644 index 1f54eec..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/50_bottom_objects/75_object_mainmenu/%gconf.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - #-pop(offsetx)-# - - #-push(offsetx)-# - - - - top_panel_screen0 - - - Main Menu - - - - menu-object - - - - - /usr/share/icons/Calculate/scalable/place/start-here-gnome.svg - - - - - From dc7b9816eb5917f9d232861e8b7958c9c4b0b3fc Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 15:10:12 +0300 Subject: [PATCH 12/23] Tune glipper. Fix panel. --- .../50-default-CLDG/.gconf/apps/glipper/%gconf.xml | 9 +++++++++ .../00_applet_clock/prefs/%gconf.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/glipper/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/glipper/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/glipper/%gconf.xml new file mode 100644 index 0000000..e33addf --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/glipper/%gconf.xml @@ -0,0 +1,9 @@ + + + + + + + <Ctrl><Alt>v + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/prefs/%gconf.xml index b043d5b..f96a7c7 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/prefs/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/00_applet_clock/prefs/%gconf.xml @@ -10,7 +10,7 @@ - + From e2e853ece8a716f4eeee12dbad188432407b4666 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 15:25:40 +0300 Subject: [PATCH 13/23] Remove drive mount applet from top panel --- .../00_applet_drivemount/%gconf.xml | 25 ------------------- .../00_applet_drivemount/prefs/%gconf.xml | 9 ------- .../%gconf.xml | 0 .../prefs/%gconf.xml | 0 .../.gconf/apps/panel/general/%gconf.xml | 5 +--- 5 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/%gconf.xml delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/prefs/%gconf.xml rename client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/{05_applet_workspaceswitcher => 00_applet_workspaceswitcher}/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/{05_applet_workspaceswitcher => 00_applet_workspaceswitcher}/prefs/%gconf.xml (100%) diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/%gconf.xml deleted file mode 100644 index 83a0f23..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/%gconf.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - #-pop(offsetx)-# - - #-push(offsetx)-# - - - - top_panel_screen0 - - - - - bonobo-applet - - - - - - OAFIID:GNOME_DriveMountApplet - - - - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/prefs/%gconf.xml deleted file mode 100644 index bfd7004..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_drivemount/prefs/%gconf.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_workspaceswitcher/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_workspaceswitcher/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_workspaceswitcher/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/05_applet_workspaceswitcher/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/10_top_applets_left/00_applet_workspaceswitcher/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml index 5b3fdd2..71acbb1 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml @@ -80,10 +80,7 @@
  • - 00_applet_drivemount -
  • -
  • - 05_applet_workspaceswitcher + 00_applet_workspaceswitcher
  • 10_applet_windowlist From ff831765ca4e6750610631bdcd0ff1c79d25a562 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 15:33:17 +0300 Subject: [PATCH 14/23] Fix Home,Disks,FTP for gnome profile --- .../.gnome2/panel2.d/default/launchers/Disks.desktop | 2 +- .../.gnome2/panel2.d/default/launchers/FTP.desktop | 2 +- .../.gnome2/panel2.d/default/launchers/Home.desktop | 4 ++-- .../panel2.d/default/launchers/mozilla-firefox-3.6.desktop | 0 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.6.desktop diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop index 8e8c267..219a5f6 100644 --- a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop @@ -6,7 +6,7 @@ Type=Application Name=Disks Comment=Browser Disks Categories=Application; -Exec=thunar /home/#-ur_login-#/Disks +Url=file:///home/#-ur_login-#/Disks Icon=folder-remote Terminal=false StartupNotify=false diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop index 8c25a03..b87405a 100644 --- a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop @@ -6,7 +6,7 @@ Type=Application Name=FTP Comment=Browser FTP Categories=Application; -Exec=thunar /home/#-ur_login-#/FTP +Url=file:///home/#-ur_login-#/FTP Icon=update-manager Terminal=false StartupNotify=false diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop index b0e6faf..2014f98 100644 --- a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop @@ -7,10 +7,10 @@ Name=Home Comment=Browser Home Categories=Application; #?cl_remote_host!=# -Exec=thunar /home/#-ur_login-#/Home +Url=file:///home/#-ur_login-#/Home #cl_remote_host# #?cl_remote_host==# -Exec=thunar /home/#-ur_login-# +Url=file:///home/#-ur_login-# #cl_remote_host# Icon=user-home Terminal=false diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.6.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/mozilla-firefox-3.6.desktop old mode 100755 new mode 100644 From d5c7122ebefd0a28b7604e919105a28987449c74 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 15:42:54 +0300 Subject: [PATCH 15/23] Fix Disks,FTP,Home --- .../panel2.d/default/launchers/Disks.desktop | 10 ++++------ .../.gnome2/panel2.d/default/launchers/FTP.desktop | 10 ++++------ .../panel2.d/default/launchers/Home.desktop | 14 ++++++-------- 3 files changed, 14 insertions(+), 20 deletions(-) diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop index 219a5f6..a609047 100644 --- a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Disks.desktop @@ -1,12 +1,10 @@ # Calculate format=samba cl_remote_host!= + [Desktop Entry] -Version=1.0 Encoding=UTF-8 -Type=Application +Version=1.0 Name=Disks Comment=Browser Disks -Categories=Application; -Url=file:///home/#-ur_login-#/Disks Icon=folder-remote -Terminal=false -StartupNotify=false +URL=file:///home/#-ur_login-#/Disks +Type=Link diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop index b87405a..20988f6 100644 --- a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/FTP.desktop @@ -1,12 +1,10 @@ # Calculate format=samba cl_remote_host!=&cl_remote_ftp!= + [Desktop Entry] -Version=1.0 Encoding=UTF-8 -Type=Application +Version=1.0 Name=FTP Comment=Browser FTP -Categories=Application; -Url=file:///home/#-ur_login-#/FTP Icon=update-manager -Terminal=false -StartupNotify=false +URL=file:///home/#-ur_login-#/FTP +Type=Link diff --git a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop index 2014f98..4475931 100644 --- a/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop +++ b/client-profiles/50-default-CLDG/.gnome2/panel2.d/default/launchers/Home.desktop @@ -1,17 +1,15 @@ # Calculate format=samba + [Desktop Entry] -Version=1.0 Encoding=UTF-8 -Type=Application +Version=1.0 Name=Home Comment=Browser Home -Categories=Application; +Icon=user-home #?cl_remote_host!=# -Url=file:///home/#-ur_login-#/Home +URL=file:///home/#-ur_login-#/Home #cl_remote_host# #?cl_remote_host==# -Url=file:///home/#-ur_login-# +URL=file:///home/#-ur_login-# #cl_remote_host# -Icon=user-home -Terminal=false -StartupNotify=false +Type=Link From f7df7fb9f8cdc416e1cf162a26505ac7260674a7 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 1 Mar 2010 16:04:33 +0300 Subject: [PATCH 16/23] Settings for nautilus and terminal --- .../.gconf/apps/gnome-terminal/%gconf.xml | 0 .../apps/gnome-terminal/global/%gconf.xml | 5 +++++ .../apps/gnome-terminal/profiles/%gconf.xml | 0 .../profiles/Default/%gconf.xml | 22 +++++++++++++++++++ .../.gconf/apps/nautilus/%gconf.xml | 0 .../apps/nautilus/preferences/%gconf.xml | 8 +++++++ 6 files changed, 35 insertions(+) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/global/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/profiles/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/nautilus/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/nautilus/preferences/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/%gconf.xml new file mode 100644 index 0000000..e69de29 diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/global/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/global/%gconf.xml new file mode 100644 index 0000000..3b7c9d6 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/global/%gconf.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/profiles/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/profiles/%gconf.xml new file mode 100644 index 0000000..e69de29 diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml new file mode 100644 index 0000000..904ccdb --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml @@ -0,0 +1,22 @@ + + + + Droid Sans Mono 12 + + + + + #2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC + + + + Calculate + + + + #000000000000 + + + #FFFFFFFFFFFF + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/nautilus/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/nautilus/%gconf.xml new file mode 100644 index 0000000..e69de29 diff --git a/client-profiles/50-default-CLDG/.gconf/apps/nautilus/preferences/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/nautilus/preferences/%gconf.xml new file mode 100644 index 0000000..93b4dbe --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/nautilus/preferences/%gconf.xml @@ -0,0 +1,8 @@ + + + + + + single + + From c05980f6b08c13b905c828ac25da61f4ce9e586d Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 2 Mar 2010 14:31:45 +0300 Subject: [PATCH 17/23] Add settings for gnome-screensaver --- .../.gconf/apps/gnome-screensaver/%gconf.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml new file mode 100644 index 0000000..9c1f7e6 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml @@ -0,0 +1,7 @@ + + + + + blank-only + + From 802497cd0a16295c0e4392a8b28206765fbd48ab Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 2 Mar 2010 14:34:05 +0300 Subject: [PATCH 18/23] Remove My_computer, Trash and home folder from desktop --- .../.gconf/apps/nautilus/desktop/%gconf.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/nautilus/desktop/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/nautilus/desktop/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/nautilus/desktop/%gconf.xml new file mode 100644 index 0000000..aa33728 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/nautilus/desktop/%gconf.xml @@ -0,0 +1,8 @@ + + + + + + + + From 252ec8719b6ffb4f47442f3585c20e108f5a92ac Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 2 Mar 2010 14:44:13 +0300 Subject: [PATCH 19/23] Add trash applet to upper panel. Swap place of glipper and power applets. --- .../%gconf.xml | 0 .../%gconf.xml | 0 .../.calculate_directory | 0 .../prefs/%gconf.xml | 0 .../%gconf.xml | 0 .../25_applet_trash/%gconf.xml | 25 +++++++++++++++++++ .../.gconf/apps/panel/general/%gconf.xml | 9 ++++--- 7 files changed, 31 insertions(+), 3 deletions(-) rename client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/{20_applet_glipper => 10_applet_glipper}/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/{10_applet_power => 15_applet_power}/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/{10_applet_power => 15_applet_power}/.calculate_directory (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/{10_applet_power => 15_applet_power}/prefs/%gconf.xml (100%) rename client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/{15_applet_keylayout => 20_applet_keylayout}/%gconf.xml (100%) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/25_applet_trash/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_glipper/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_glipper/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_glipper/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/.calculate_directory similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/.calculate_directory rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/.calculate_directory diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/prefs/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/prefs/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/10_applet_power/prefs/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/prefs/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_keylayout/%gconf.xml similarity index 100% rename from client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_keylayout/%gconf.xml rename to client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/20_applet_keylayout/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/25_applet_trash/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/25_applet_trash/%gconf.xml new file mode 100644 index 0000000..12c62e3 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/25_applet_trash/%gconf.xml @@ -0,0 +1,25 @@ + + + + #-pop(offsetx)-# + + #-push(offsetx)-# + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_Panel_TrashApplet + + + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml index 71acbb1..7bdfedc 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml @@ -93,14 +93,17 @@
  • #?hr_laptop!=#
  • - 10_applet_power + 10_applet_glipper
  • #hr_laptop#
  • - 15_applet_keylayout + 15_applet_power
  • - 20_applet_glipper + 20_applet_keylayout +
  • +
  • + 25_applet_trash
  • From b1db2292a30880f6ca2fe69504426abe00d1944e Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 2 Mar 2010 14:53:13 +0300 Subject: [PATCH 20/23] Fix applet_power placemnet. Fix screensaver settings. --- .../50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml | 5 ++++- .../panel/30_top_applets_right/15_applet_power/%gconf.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml index 9c1f7e6..86d07f5 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml @@ -1,7 +1,10 @@ + + + - + blank-only diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/%gconf.xml index 04cd165..2c8d087 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/30_top_applets_right/15_applet_power/%gconf.xml @@ -1,3 +1,4 @@ +# Calculate hr_laptop!= From fc6089cb81fa5a4575f1b76bf55bae49a1f1a869 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 2 Mar 2010 15:00:49 +0300 Subject: [PATCH 21/23] Fix general gconf --- .../50-default-CLDG/.gconf/apps/panel/general/%gconf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml index 7bdfedc..06c2b80 100644 --- a/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/apps/panel/general/%gconf.xml @@ -91,14 +91,14 @@
  • 05_applet_notification
  • -#?hr_laptop!=#
  • 10_applet_glipper
  • -#hr_laptop# +#?hr_laptop!=#
  • 15_applet_power
  • +#hr_laptop#
  • 20_applet_keylayout
  • From a8ab173b87e7533caaf300f39bf0b8a7f5b885af Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 2 Mar 2010 15:18:48 +0300 Subject: [PATCH 22/23] Fix screensaver settings and fix background settings --- .../.gconf/apps/gnome-screensaver/%gconf.xml | 10 ---------- .../.gconf/desktop/gnome/background/%gconf.xml | 2 +- .../.gconf/desktop/gnome/session/%gconf.xml | 4 ++++ 3 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/desktop/gnome/session/%gconf.xml diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml deleted file mode 100644 index 86d07f5..0000000 --- a/client-profiles/50-default-CLDG/.gconf/apps/gnome-screensaver/%gconf.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - blank-only - - diff --git a/client-profiles/50-default-CLDG/.gconf/desktop/gnome/background/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/background/%gconf.xml index 8936008..c1c05ba 100644 --- a/client-profiles/50-default-CLDG/.gconf/desktop/gnome/background/%gconf.xml +++ b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/background/%gconf.xml @@ -5,6 +5,6 @@ /usr/share/pixmaps/backgrounds/gnome/calculate/#-hr_x11_standart-#.jpg
    - stratch + stretched
    diff --git a/client-profiles/50-default-CLDG/.gconf/desktop/gnome/session/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/session/%gconf.xml new file mode 100644 index 0000000..54aaa87 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/session/%gconf.xml @@ -0,0 +1,4 @@ + + + + From 4683e8566b56272d82d46e00554af2af43b57fb2 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 2 Mar 2010 16:06:08 +0300 Subject: [PATCH 23/23] Add hot keys (ScrollLock,Ctrl+FX,Ctrl+Alt+Shift+Del) --- .../.gconf/apps/gnome_settings_daemon/%gconf.xml | 0 .../gnome_settings_daemon/keybindings/%gconf.xml | 11 +++++++++++ .../.gconf/apps/metacity/%gconf.xml | 0 .../apps/metacity/global_keybindings/%gconf.xml | 15 +++++++++++++++ .../.gconf/desktop/gnome/keybindings/%gconf.xml | 0 .../keybindings/custom_force_logout/%gconf.xml | 12 ++++++++++++ .../gnome/keybindings/custom_logout/%gconf.xml | 12 ++++++++++++ .../custom_logout/.calculate_directory | 1 + 8 files changed, 51 insertions(+) create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/gnome_settings_daemon/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/gnome_settings_daemon/keybindings/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/metacity/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/apps/metacity/global_keybindings/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_force_logout/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_logout/%gconf.xml create mode 100644 client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_logout/.calculate_directory diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome_settings_daemon/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome_settings_daemon/%gconf.xml new file mode 100644 index 0000000..e69de29 diff --git a/client-profiles/50-default-CLDG/.gconf/apps/gnome_settings_daemon/keybindings/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/gnome_settings_daemon/keybindings/%gconf.xml new file mode 100644 index 0000000..5609d6b --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/gnome_settings_daemon/keybindings/%gconf.xml @@ -0,0 +1,11 @@ + + +#?cl_remote_host!=# + + + +#cl_remote_host# + + Scroll_Lock + + diff --git a/client-profiles/50-default-CLDG/.gconf/apps/metacity/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/metacity/%gconf.xml new file mode 100644 index 0000000..e69de29 diff --git a/client-profiles/50-default-CLDG/.gconf/apps/metacity/global_keybindings/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/apps/metacity/global_keybindings/%gconf.xml new file mode 100644 index 0000000..c9c1f0d --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/apps/metacity/global_keybindings/%gconf.xml @@ -0,0 +1,15 @@ + + + + <Control>F4 + + + <Control>F3 + + + <Control>F2 + + + <Control>F1 + + diff --git a/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/%gconf.xml new file mode 100644 index 0000000..e69de29 diff --git a/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_force_logout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_force_logout/%gconf.xml new file mode 100644 index 0000000..8290d1b --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_force_logout/%gconf.xml @@ -0,0 +1,12 @@ + + + + /usr/bin/gnome-session-save --logout + + + Logout without questions + + + <Shift><Control><Alt>Delete + + diff --git a/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_logout/%gconf.xml b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_logout/%gconf.xml new file mode 100644 index 0000000..45e5de0 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_logout/%gconf.xml @@ -0,0 +1,12 @@ + + + + /usr/bin/gnome-session-save --logout-dialog + + + Domain logout + + + <Control><Alt>Delete + + diff --git a/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_logout/.calculate_directory b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_logout/.calculate_directory new file mode 100644 index 0000000..bdcb518 --- /dev/null +++ b/client-profiles/50-default-CLDG/.gconf/desktop/gnome/keybindings/custom_logout/.calculate_directory @@ -0,0 +1 @@ +# Calculate cl_remote_host!=