From fa42f6c6051dd0c5c8cde1fcfcd3438cf20b0eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 24 May 2013 21:10:51 +0000 Subject: - branching for updates --- trunk/AUTHORS | 2 + trunk/ChangeLog | 2072 ++++++++++++++++++++ trunk/Makefile | 59 + trunk/OLD/Thunar/thunarrc | 36 + trunk/OLD/autostart/xfce4-firstrun.desktop | 11 + trunk/OLD/tools/xfce4-firstrun | 48 + trunk/OLD/volstatus/settings.rc | 3 + trunk/OLD/xfce-perchannel-xml/displays.xml | 13 + trunk/OLD/xfce4-login-sound.desktop | 9 + trunk/OLD/xfce4-volstatus-icon.desktop | 11 + trunk/README | 5 + trunk/README.mga | 1 + trunk/README.update.urpmi | 9 + trunk/data/Thunar/accels.scm | 3 + trunk/data/Thunar/uca.xml | 136 ++ trunk/data/menus/xfce-applications.menu | 1095 +++++++++++ trunk/data/xfce4/Xcursor.xrdb | 3 + trunk/data/xfce4/Xft.xrdb | 5 + trunk/data/xfce4/helpers.rc | 4 + .../xfce4/panel/launcher-2/xfce4-appfinder.desktop | 110 ++ .../panel/launcher-4/terminal-emulator.desktop | 104 + .../xfce4/panel/launcher-5/text-editor.desktop | 81 + .../xfce4/panel/launcher-6/file-manager.desktop | 95 + .../xfce4/panel/launcher-8/web-browser.desktop | 105 + trunk/data/xfce4/panel/launcher-9/mcc.desktop | 110 ++ trunk/data/xfce4/terminal/terminalrc | 10 + trunk/data/xfce4/theme/gtkrc | 22 + .../xfconf/xfce-perchannel-xml/accessibility.xml | 15 + .../xfconf/xfce-perchannel-xml/keyboard-layout.xml | 8 + .../xfce4/xfconf/xfce-perchannel-xml/keyboards.xml | 11 + .../xfce4/xfconf/xfce-perchannel-xml/pointers.xml | 14 + .../xfconf/xfce-perchannel-xml/thunar-volman.xml | 13 + .../xfce4/xfconf/xfce-perchannel-xml/thunar.xml | 40 + .../xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | 53 + .../xfconf/xfce-perchannel-xml/xfce4-desktop.xml | 41 + .../xfce4-keyboard-shortcuts.xml | 84 + .../xfconf/xfce-perchannel-xml/xfce4-notifyd.xml | 9 + .../xfconf/xfce-perchannel-xml/xfce4-panel.xml | 118 ++ .../xfce-perchannel-xml/xfce4-power-manager.xml | 17 + .../xfconf/xfce-perchannel-xml/xfce4-session.xml | 51 + .../xfce-perchannel-xml/xfce4-settings-manager.xml | 6 + .../xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 83 + .../xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 45 + 43 files changed, 4770 insertions(+) create mode 100644 trunk/AUTHORS create mode 100644 trunk/ChangeLog create mode 100644 trunk/Makefile create mode 100644 trunk/OLD/Thunar/thunarrc create mode 100644 trunk/OLD/autostart/xfce4-firstrun.desktop create mode 100644 trunk/OLD/tools/xfce4-firstrun create mode 100644 trunk/OLD/volstatus/settings.rc create mode 100644 trunk/OLD/xfce-perchannel-xml/displays.xml create mode 100644 trunk/OLD/xfce4-login-sound.desktop create mode 100644 trunk/OLD/xfce4-volstatus-icon.desktop create mode 100644 trunk/README create mode 100644 trunk/README.mga create mode 100644 trunk/README.update.urpmi create mode 100644 trunk/data/Thunar/accels.scm create mode 100644 trunk/data/Thunar/uca.xml create mode 100644 trunk/data/menus/xfce-applications.menu create mode 100644 trunk/data/xfce4/Xcursor.xrdb create mode 100644 trunk/data/xfce4/Xft.xrdb create mode 100644 trunk/data/xfce4/helpers.rc create mode 100644 trunk/data/xfce4/panel/launcher-2/xfce4-appfinder.desktop create mode 100644 trunk/data/xfce4/panel/launcher-4/terminal-emulator.desktop create mode 100644 trunk/data/xfce4/panel/launcher-5/text-editor.desktop create mode 100644 trunk/data/xfce4/panel/launcher-6/file-manager.desktop create mode 100644 trunk/data/xfce4/panel/launcher-8/web-browser.desktop create mode 100644 trunk/data/xfce4/panel/launcher-9/mcc.desktop create mode 100644 trunk/data/xfce4/terminal/terminalrc create mode 100644 trunk/data/xfce4/theme/gtkrc create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/pointers.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/thunar.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml create mode 100644 trunk/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml diff --git a/trunk/AUTHORS b/trunk/AUTHORS new file mode 100644 index 0000000..d544c6f --- /dev/null +++ b/trunk/AUTHORS @@ -0,0 +1,2 @@ +Original idea: +Tomasz Paweł Gajc - tpg@mandriva.org diff --git a/trunk/ChangeLog b/trunk/ChangeLog new file mode 100644 index 0000000..ecd9eec --- /dev/null +++ b/trunk/ChangeLog @@ -0,0 +1,2072 @@ +2012-12-29 11:07 wally + + * data/xfce4/helpers.rc: Fix file manager + + Desktop file name is used instead of binary name + +2012-12-29 08:44 wally + + * ChangeLog: Update ChangeLog + +2012-12-29 08:39 wally + + * data/Thunar/uca.xml: Sync translations from Thunar 1.6.2 + +2012-12-29 08:22 wally + + * data/Thunar/uca.xml: Change used icon to one available + +2012-12-29 08:22 wally + + * data/xfce4/helpers.rc: Update after terminal was renamed to + xfce4-terminal + +2012-12-29 07:43 wally + + * ChangeLog: Update ChangeLog + +2012-12-29 07:41 wally + + * README.update.urpmi: Update paths after terminal was renamed to + xfce4-terminal and paths changed + +2012-12-29 07:36 wally + + * data/Terminal: Drop empty dir + +2012-12-29 07:34 wally + + * Makefile: More Makefile changes after terminal was renamed to + xfce4-terminal + +2012-12-29 07:34 wally + + * Makefile, Makefile.config: Drop Makefile.config + +2012-12-29 07:34 wally + + * Makefile: Update Makefile after xfce4-terminal changes + +2012-12-29 07:34 wally + + * data/Terminal/terminalrc, data/xfce4/terminal, + data/xfce4/terminal/terminalrc: Move terminalrc to a new location + +2012-11-11 18:58 wally + + * ChangeLog: Update ChangeLog + +2012-11-11 18:53 wally + + * OLD/xfce-perchannel-xml, OLD/xfce-perchannel-xml/displays.xml, + data/xfce4/xfconf/xfce-perchannel-xml/displays.xml: Move + display.xml to OLD + + Let users handle initial display settings by themselves. + +2012-11-10 13:47 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + another fix for appfinder starting "hidden" + + Previously only Alt+F2 was fixed. Now Alt+F3 is fixed too. + +2012-10-14 15:49 wally + + * data/xfce4/xfconf/thunar.xml, + data/xfce4/xfconf/xfce-perchannel-xml/thunar.xml: move thunar-xml + to a correct place + +2012-10-14 15:38 wally + + * data/xfce4/xfconf/thunar.xml: introduce xfconf settings file for + thunar + +2012-10-14 15:38 wally + + * OLD/Thunar, OLD/Thunar/thunarrc, data/Thunar/thunarrc: move + thunarrc to OLD/ as thunar uses xfconf nowadays + +2012-09-26 17:55 wally + + * ChangeLog: update ChangeLog + +2012-09-26 17:43 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: follow + upstream and unset input method properties in xsettings.xml + (xfce#5437) + +2012-09-15 10:18 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - add --replace switch to appfinder command in keyboard shortcuts + to fix appfinder starting "hidden" (mga#7461) + +2012-08-12 09:09 wally + + * data/xfce4/volstatus: - remove old volstatus dir + +2012-08-12 09:08 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml: - increase + bottom panel size to 32px + +2012-08-12 09:08 wally + + * OLD/volstatus, OLD/volstatus/settings.rc, + data/xfce4/volstatus/settings.rc: - move volstatus to OLD + +2012-08-12 09:08 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml: - clean + systray settings + - hide systray and clock frame + +2012-07-29 11:07 wally + + * ChangeLog: - update ChangeLog + +2012-07-29 10:48 wally + + * data/Terminal/terminalrc: - add a background image for Terminal + - sort terminalrc a bit + +2012-07-29 10:48 wally + + * data/Terminal/terminalrc: - change default font size to 10pt in + terminalrc + +2012-07-29 07:27 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - add more keyboard shortcuts (Alt+PrtScr and XF86HomePage) + +2012-07-29 07:27 wally + + * data/Thunar/volmanrc, + data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml: - remove + old volmanrc and add a new perchannel config file for + thunar-volman + +2012-07-29 07:27 wally + + * data/Thunar/thunarrc: - update thunar config + +2012-07-21 21:47 wally + + * ChangeLog: - update Changelog + +2012-07-21 21:38 wally + + * data/xfce4/panel/launcher-2/xfce4-appfinder.desktop, + data/xfce4/panel/launcher-4/terminal-emulator.desktop, + data/xfce4/panel/launcher-5/text-editor.desktop, + data/xfce4/panel/launcher-6/file-manager.desktop, + data/xfce4/panel/launcher-8/web-browser.desktop: - sync panel + launcher desktop files with upstream Xfce 4.10 (text editor with + latest leafpad) + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - restore some old keyboard shortcuts + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml: - sync + keyboards.xml with upstream Xfce 4.10 + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml: - sync xfwm4 + settings with upstream Xfce 4.10 + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml: - sync + session settings with upstream Xfce 4.10 + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - sync keyboard shortcut settings with upstream Xfce 4.10 + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml: - sync + xfce4-appfinder settings with upstream Xfce 4.10 + - add !b and !bb actions to open browser and perform searches in + Mageia bugzilla + * !b performs a search with a bug numer + * !bb performs a quicksearch with a search string + +2012-07-21 10:58 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml: - add + comments about logout options in actions plugin + - enable confirmations diaglog by default in actions plugin + +2012-07-21 21:38 wally + + * data/xfce4/panel/launcher-2/xfce4-appfinder.desktop, + data/xfce4/panel/launcher-4/terminal-emulator.desktop, + data/xfce4/panel/launcher-5/text-editor.desktop, + data/xfce4/panel/launcher-6/file-manager.desktop, + data/xfce4/panel/launcher-8/web-browser.desktop: - sync panel + launcher desktop files with upstream Xfce 4.10 (text editor with + latest leafpad) + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - restore some old keyboard shortcuts + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml: - sync + keyboards.xml with upstream Xfce 4.10 + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml: - sync xfwm4 + settings with upstream Xfce 4.10 + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml: - sync + session settings with upstream Xfce 4.10 + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - sync keyboard shortcut settings with upstream Xfce 4.10 + +2012-07-21 21:38 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml: - sync + xfce4-appfinder settings with upstream Xfce 4.10 + - add !b and !bb actions to open browser and perform searches in + Mageia bugzilla + * !b performs a search with a bug numer + * !bb performs a quicksearch with a search string + +2012-07-21 10:58 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml: - add + comments about logout options in actions plugin + - enable confirmations diaglog by default in actions plugin + +2012-07-21 09:22 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - fix syntax + +2012-07-21 09:22 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml: - sync + panel applet settings with Xfce 4.10 + +2012-07-21 09:22 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml: - drop + obsolete config file + +2012-07-21 09:22 wally + + * data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - sync with + upstream Xfce 4.10 + +2012-07-21 09:22 wally + + * data/Thunar/uca.xml: - sync with upstream Xfce 4.10 + +2012-07-18 18:47 wally + + * ChangeLog: - update Changelog + +2012-07-18 18:45 wally + + * Makefile: - fix Makefile targets for tarball creation from svn + checkout + +2012-07-18 18:25 wally + + * Makefile, common, data: - rename common dir to data and adapt + Makefile to the change + +2012-07-18 18:17 wally + + * common/autostart: - delete more empty dirs + +2012-07-18 18:12 wally + + * Default, tools: - delete empty dirs + +2012-07-18 17:41 wally + + * common/menus/xfce-applications.menu: - fix + X-MageiaLinux-CrossDesktop usage (introduced in revision 4176) + +2012-07-18 17:07 wally + + * common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - fix + oxygen icon theme name (mga#6294) + +2012-07-18 18:45 wally + + * Makefile: - fix Makefile targets for tarball creation from svn + checkout + +2012-07-18 18:25 wally + + * Makefile, common, data: - rename common dir to data and adapt + Makefile to the change + +2012-07-18 18:17 wally + + * common/autostart: - delete more empty dirs + +2012-07-18 18:12 wally + + * Default, tools: - delete empty dirs + +2012-07-18 17:41 wally + + * common/menus/xfce-applications.menu: - fix + X-MageiaLinux-CrossDesktop usage (introduced in revision 4176) + +2012-07-18 17:07 wally + + * common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - fix + oxygen icon theme name (mga#6294) + +2012-07-03 17:45 wally + + * Makefile: clean Makefile after previous change + +2012-07-03 17:45 wally + + * OLD/autostart, OLD/autostart/xfce4-firstrun.desktop, OLD/tools, + OLD/tools/xfce4-firstrun, + common/autostart/xfce4-firstrun.desktop, tools/xfce4-firstrun: + move xfce4-firstrun parts to OLD/ + +2012-07-01 15:03 wally + + * common/xfce4/panel/launcher-5/text-editor.desktop: switch + mousepad to leafpad + +2012-07-01 15:03 wally + + * common/menus/xfce-applications.menu: fix applications menu (use + xfce4-run.desktop) + +2012-07-01 15:03 wally + + * common/menus/xfce-applications.menu: don't show + xfce4-about.desktop in tools menu + +2012-07-01 15:03 wally + + * common/menus/xfce-applications.menu: fix applications menu + +2012-07-01 15:03 wally + + * Makefile: drop xfce4-firstrun + +2012-07-01 15:03 wally + + * Makefile: fix typo from previous commit + +2012-07-01 15:03 wally + + * Makefile: add tar-git target + +2012-07-01 15:03 wally + + * Makefile, Makefile.config: clean Makefile + +2012-07-01 15:03 wally + + * Default/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, Makefile: + adapt Makefile for only one XFCE flavour + +2012-07-01 15:03 wally + + * Makefile.config: add support for Makefile.config + +2012-07-01 15:02 wally + + * Makefile: add note about current authors + +2012-07-01 15:02 wally + + * Makefile: fix Makefile + +2012-07-01 15:02 wally + + * common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml: - fix xfwm4 + theme name + +2012-07-01 15:02 wally + + * Default/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - switch + to Oxygen as default icon theme + +2012-07-01 15:02 wally + + * Default/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - switch + to oxygen-gtk default theme + +2012-07-01 15:02 wally + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml: fix + xfce4-session config file after previous commit + +2012-07-01 15:02 wally + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml: update + xfce4-session config (xfce4-settings-helper was removed by + upstream) + +2012-04-22 17:57 wally + + * common/xfce4/panel/launcher-14, common/xfce4/panel/launcher-15, + common/xfce4/panel/launcher-16, common/xfce4/panel/launcher-17, + common/xfce4/panel/launcher-18: delete empty dirs + +2012-04-22 17:51 wally + + * common/xfce4/panel/launcher-14/terminal-emulator.desktop, + common/xfce4/panel/launcher-15/text-editor.desktop, + common/xfce4/panel/launcher-16/file-manager.desktop, + common/xfce4/panel/launcher-17/web-browser.desktop, + common/xfce4/panel/launcher-18/mcc.desktop, + common/xfce4/panel/launcher-2, + common/xfce4/panel/launcher-2/xfce4-appfinder.desktop, + common/xfce4/panel/launcher-4, + common/xfce4/panel/launcher-4/terminal-emulator.desktop, + common/xfce4/panel/launcher-5, + common/xfce4/panel/launcher-5/text-editor.desktop, + common/xfce4/panel/launcher-6, + common/xfce4/panel/launcher-6/file-manager.desktop, + common/xfce4/panel/launcher-8, + common/xfce4/panel/launcher-8/web-browser.desktop, + common/xfce4/panel/launcher-9, + common/xfce4/panel/launcher-9/mcc.desktop, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml: update + panel configuration and plugins (from Georges Eckenschwiller, + mga#4518) + +2012-04-22 17:51 wally + + * common/xfce4/helpers.rc: update helpers.rc (add Thunar) + +2012-04-22 17:51 wally + + * common/menus/xfce-applications.menu: update applications menu + +2012-04-22 17:51 wally + + * common/autostart/xfce4-tips-autostart.desktop: xfce4-tips will be + removed in next stable xfce (4.10) + +2012-04-22 14:32 wally + + * Makefile: switch to use xz compression in release tarballs + +2012-04-22 14:10 wally + + * tools/xfce4-firstrun: fix xfdesktop usage, it's --replace, not + -replace + +2012-04-22 14:10 wally + + * tools/xfce4-firstrun: clean xfce4-firstrun + +2011-04-12 19:57 ahmad + + * ChangeLog: SILENT: update ChangeLog + +2011-04-12 19:54 ahmad + + * common/xfce4/panel/launcher-15/text-editor.desktop: - add Type + key to common/xfce4/panel/launcher-15/text-editor.desktop + +2011-04-12 17:56 Ahmad Samir + * common/xfce4/panel/launcher-15/text-editor.desktop: + - add missing Type key so that it can be edited by users + (should fix mga#791) + +2011-03-29 17:56 Ahmad Samir + * tools/xfce4-firstrun: + - correct xfdesktop syntax, it's -reload and not --reload now + +2011-03-24 04:07 Ahmad Samir + * common/menus/xfce-applications.menu: + - change kde-*.menu to the current kde locations in /etc/xdg/menus/ + +2011-03-24 22:54 Ahmad Samir + * common/autostart/xfce4-login-sound.desktop: + - move it to old, as we don't have a default sound theme with a login + sound yet + +2011-03-24 19:52 Ahmad Samir + * volstatus: + - don't install volstatus stuff, it doesn't work since xfce-4.7.x + - move the volstatus .desktop file to an OLD dir for now + +2011-03-13 04:03 Ahmad Samir + * common/menus/xfce-applications.menu: + - change some .desktop names to the current ones + * common/xfce4/panel/: + - adapt to the new format of xfce-4.8.0 + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml: + - add a configuration file for the xfce-panel using the new xfconf fomat + for xfce-4.8.0 + +2011-02-20 17:29 Ahmad Samir + * tools/xfce4-firstrun: + - correct the xfce4-firstrun script + +2011-02-20 17:21 Ahmad Samir + * common/xfce4/panel/xfce4-menu-5.rc: + - use mageia.png for the menu + * common/xfce4/panel/launcher-12.rc + - use drakconf.png for the drakconf launcher on the panel + +2011-02-18 17:21 Ahmad Samir + * adapt the Makefile to having one profile, Default + +2011-02-18 00:18 Ahmad Samir + * comment out mageia-xfce-panel.png, we don't have one, yet + +2011-02-17 21:52 Ahmad Samir + * adapt to Mageia + +2010-06-04 12:49 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml: + - + use + auto-choose + option + instead + of + scaled + wallpaper + style + +2010-03-14 16:55 Tomasz Paweł Gajc + + * ChangeLog: + Generated + by + svn2cl + the + 14_Mar + +2010-03-14 16:54 Tomasz Paweł Gajc + + * ChangeLog, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - + add + two + new + keyboard + shortcuts o + XF86HomePage + binded + to + default + webbrowser o + XF86Mail + binded + to + default + Mail + client + +2010-03-14 16:54 Tomasz Paweł Gajc + + * ChangeLog, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - + add + two + new + keyboard + shortcuts o + XF86HomePage + binded + to + default + webbrowser o + XF86Mail + binded + to + default + Mail + client + +2010-02-27 21:30 Tomasz Paweł Gajc + + * ChangeLog: + Generated + by + svn2cl + the + 27_Feb + +2010-02-27 21:29 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: + - + always + show + xfce4-power-manager + in + tray + +2010-02-27 21:30 Tomasz Paweł Gajc + + * ChangeLog: + Generated + by + svn2cl + the + 27_Feb + +2010-02-27 21:29 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: + - + always + show + xfce4-power-manager + in + tray + +2010-02-27 21:29 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: + - + always + show + xfce4-power-manager + in + tray + +2010-02-25 14:32 Tomasz Paweł Gajc + + * ChangeLog: + Generated + by + svn2cl + the + 25_Feb + +2010-02-25 14:32 Tomasz Paweł Gajc + + * tools/xfce4-firstrun: + SILENT + delete + it + +2010-02-25 14:30 Tomasz Paweł Gajc + + * tools/xfce4-firstrun: + - + xfce4-firstrun: o + add + checks + for + running + xfdesktop o + add + some + verbose + messages o + add + header + +2010-02-25 13:51 Tomasz Paweł Gajc + + * tools/xfce4-firstrun: + - + silence + the + output + of + cp + +2010-02-25 13:38 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - + fix + xfce4-screnshooter + syntax - + fix + /KeyRepeat/Delay + xfconf + key + +2010-02-25 14:32 Tomasz Paweł Gajc + + * tools/xfce4-firstrun: + SILENT + delete + it + +2010-02-25 14:30 Tomasz Paweł Gajc + + * tools/xfce4-firstrun: + - + xfce4-firstrun: o + add + checks + for + running + xfdesktop o + add + some + verbose + messages o + add + header + +2010-02-25 13:51 Tomasz Paweł Gajc + + * tools/xfce4-firstrun: + - + silence + the + output + of + cp + +2010-02-25 13:38 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - + fix + xfce4-screnshooter + syntax - + fix + /KeyRepeat/Delay + xfconf + key + +2009-10-23 22:23 Tomasz Paweł Gajc + + * Free/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: + - + use + Ia + Ora + Steel + as + a + default + theme + for + Free + flavour + +2009-04-07 17:41 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: + - + update + settings + for + new + xfce4-power-manager + +2009-03-26 17:53 Tomasz Paweł Gajc + + * ChangeLog: + Generated + by + svn2cl + the + 26_Mar + +2009-03-26 17:47 Tomasz Paweł Gajc + + * common/Thunar/thunarrc: + - + adjust + window + size + and + separator + places + for + Thunar + +2009-03-26 17:47 Tomasz Paweł Gajc + + * common/Thunar/thunarrc: - adjust window size and separator places + for Thunar + +2009-03-18 21:23 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 18_Mar + +2009-03-18 21:23 Tomasz Paweł Gajc + + * Makefile, common/menus, common/menus/xfce-applications.menu: - + provide a better menu layout, inspired by KDE one ;) + +2009-03-18 21:23 Tomasz Paweł Gajc + + * Makefile, common/menus, common/menus/xfce-applications.menu: - + provide a better menu layout, inspired by KDE one ;) + +2009-03-12 19:44 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 12_Mar + +2009-03-12 19:40 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml: - and pin up + window button + +2009-03-12 19:20 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 12_Mar + +2009-03-12 19:20 Tomasz Paweł Gajc + + * common/autostart/xfce4-power-manager.desktop: - move + xfce4-power-manager.desktop file to the xfce4-power-manager + package + +2009-03-12 19:40 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml: - and pin up + window button + +2009-03-12 19:20 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 12_Mar + +2009-03-12 19:20 Tomasz Paweł Gajc + + * common/autostart/xfce4-power-manager.desktop: - move + xfce4-power-manager.desktop file to the xfce4-power-manager + package + +2009-03-12 19:20 Tomasz Paweł Gajc + + * common/autostart/xfce4-power-manager.desktop: - move + xfce4-power-manager.desktop file to the xfce4-power-manager + package + +2009-03-05 19:45 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - bind amixer command to volume keys, with aumix-text toggling + mute/unmute is impossible + +2009-02-28 16:36 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 28_Feb + +2009-02-28 16:34 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml: - use + Smoke theme for notification bubbles + +2009-02-28 16:34 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml: - use + Smoke theme for notification bubbles + +2009-02-17 15:02 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 17_Feb + +2009-02-15 05:40 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - add support for volume keys (mvbz #47218) + +2009-02-15 05:40 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - add support for volume keys (mvbz #47218) + +2009-02-11 16:32 Tomasz Paweł Gajc + + * common/xfce4/panel/actions-16.rc, common/xfce4/panel/clock-14.rc: + - fix latest commit + +2009-02-09 22:19 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 09_Feb + +2009-02-09 22:18 Tomasz Paweł Gajc + + * common/xfce4/panel/clock-14.rc: - use LCD clock display + +2009-02-09 22:16 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml, + common/xfce4/panel/xfce4-mixer-plugin-1.rc, + common/xfce4/panel/xfce4-mixer-plugin-2.rc: - place + xfswitch-plugin on main panel + +2009-02-09 22:18 Tomasz Paweł Gajc + + * common/xfce4/panel/clock-14.rc: - use LCD clock display + +2009-02-09 22:16 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml, + common/xfce4/panel/xfce4-mixer-plugin-1.rc, + common/xfce4/panel/xfce4-mixer-plugin-2.rc: - place + xfswitch-plugin on main panel + +2009-02-07 01:03 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: + - update xfce4-power-manager settings + - run xfce4-screenshooter while print screen key is pressed + +2009-02-03 15:08 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 03_Feb + +2009-02-03 15:01 Tomasz Paweł Gajc + + * Flash/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + Free/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, Makefile, + One/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + Powerpack/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + common/autostart/xfce4-firstrun.desktop, + common/autostart/xfce4-update-config.desktop, + tools/xfce4-firstrun, tools/xfce4-update-config: - rename + xfce4-update-config to xfce4-firstrun + - update configs for mdv flavours + +2009-02-03 14:27 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml: + - update configs for Xfce-4.6-rc1 + +2009-02-03 15:01 Tomasz Paweł Gajc + + * Flash/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + Free/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, Makefile, + One/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + Powerpack/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + common/autostart/xfce4-firstrun.desktop, + common/autostart/xfce4-update-config.desktop, + tools/xfce4-firstrun, tools/xfce4-update-config: - rename + xfce4-update-config to xfce4-firstrun + - update configs for mdv flavours + +2009-02-03 14:27 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml: + - update configs for Xfce-4.6-rc1 + +2009-01-19 14:54 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 19_Jan + +2009-01-19 14:54 Tomasz Paweł Gajc + + * common/Thunar/thunarrc, + common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml, + common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml, + common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - fix + xfce4-session.xml file, xfce should start fine + - add config files for xfce4-appfinder.xml + - tune up Thunar windw apperance, use compact view as default + - use evdev as a default driver for keyboard + - add more xfwm4 settings + - tune up keyboard shortcuts, should be working again + +2009-01-19 14:54 Tomasz Paweł Gajc + + * common/Thunar/thunarrc, + common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml, + common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml, + common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - fix + xfce4-session.xml file, xfce should start fine + - add config files for xfce4-appfinder.xml + - tune up Thunar windw apperance, use compact view as default + - use evdev as a default driver for keyboard + - add more xfwm4 settings + - tune up keyboard shortcuts, should be working again + +2009-01-11 16:20 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml: - + remove last-image-list + +2009-01-11 16:10 Tomasz Paweł Gajc + + * common/xfce4/Xft.xrdb, common/xfce4/helpers.rc, + common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml, + common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml, + common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml, + common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - update + xfconf settings + - set DPI to 96 + - set keyboard shortcuts + - set default options for xfce4-notifyd, xfce4-power-manager and + keyboard-layout" + +2009-01-07 18:58 goetz + + * ChangeLog, common/autostart/xfce4-power-manager.desktop: fix + power manager desktop entry to only show in XFCE + +2008-11-24 20:25 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 24_Nov + +2008-11-24 20:25 Tomasz Paweł Gajc + + * Makefile: - add more support for Xfce-6.4 xfconf settings + o install all xml files + +2009-01-07 Götz Waschk + + * common/autostart/xfce4-power-manager.desktop: - only show in XFCE + +2008-11-24 20:25 Tomasz Paweł Gajc + + * Makefile: - add more support for Xfce-6.4 xfconf settings + o install all xml files + +2008-11-18 18:32 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml: - adjust panels size + +2008-11-18 18:28 Tomasz Paweł Gajc + + * common/autostart/xfce4-power-manager.desktop, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: + - add support for xfce4-power-manager + +2008-11-18 18:07 Tomasz Paweł Gajc + + * Makefile: SILENT remove it + +2008-11-18 18:02 Tomasz Paweł Gajc + + * Flash/xfce4/xfconf, Flash/xfce4/xfconf/xfce-perchannel-xml, + Flash/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + Free/xfce4/xfconf, Free/xfce4/xfconf/xfce-perchannel-xml, + Free/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, Makefile, + One/xfce4/xfconf, One/xfce4/xfconf/xfce-perchannel-xml, + One/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + Powerpack/xfce4/xfconf, + Powerpack/xfce4/xfconf/xfce-perchannel-xml, + Powerpack/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - make it + work with Xfce4.6 + +2008-11-18 17:47 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - reduce font size to 12 for terminal + +2008-11-18 16:54 Tomasz Paweł Gajc + + * common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: + - sync xfce4-keyboard-shortcuts.xml with upstream + +2008-10-18 17:10 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml, + common/xfce4/panel/xfce4-mixer-plugin-1.rc: - add xfce4-mixer + launcher + +2008-10-18 16:48 Tomasz Paweł Gajc + + * common/xfce4/panel/launcher-10.rc, + common/xfce4/panel/launcher-7.rc, + common/xfce4/panel/launcher-8.rc, + common/xfce4/panel/launcher-9.rc, common/xfce4/panel/places-1.rc: + - provide translated launchers + +2008-10-18 16:46 Tomasz Paweł Gajc + + * common/xfce4/panel/launcher-12.rc: - fix one launcher + +2008-10-18 16:45 Tomasz Paweł Gajc + + * common/xfce4/xfconf, common/xfce4/xfconf/xfce-perchannel-xml, + common/xfce4/xfconf/xfce-perchannel-xml/displays.xml, + common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml, + common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: - add + xfconf settings + +2008-10-18 16:41 Tomasz Paweł Gajc + + * common/xfce4/panel/actions-12.rc, common/xfce4/panel/clock-14.rc, + common/xfce4/panel/launcher-10.rc, + common/xfce4/panel/launcher-12.rc, + common/xfce4/panel/launcher-7.rc, + common/xfce4/panel/launcher-8.rc, + common/xfce4/panel/launcher-9.rc, common/xfce4/panel/pager-2.rc, + common/xfce4/panel/panels.xml, common/xfce4/panel/places-1.rc, + common/xfce4/panel/separator-11.rc, + common/xfce4/panel/separator-13.rc, + common/xfce4/panel/separator-6.rc, + common/xfce4/panel/systray-4.rc, + common/xfce4/panel/tasklist-3.rc, + common/xfce4/panel/windowlist-1.rc, + common/xfce4/panel/xfce4-menu-5.rc: - add new panel layout + +2008-10-18 16:39 Tomasz Paweł Gajc + + * common/xfce4/panel/actions-12.rc, common/xfce4/panel/clock-14.rc, + common/xfce4/panel/launcher-10.rc, + common/xfce4/panel/launcher-11903833110.rc, + common/xfce4/panel/launcher-7.rc, + common/xfce4/panel/launcher-8.rc, + common/xfce4/panel/launcher-9.rc, common/xfce4/panel/pager-2.rc, + common/xfce4/panel/panels.xml, + common/xfce4/panel/places-12098538970.rc, + common/xfce4/panel/separator-11.rc, + common/xfce4/panel/separator-11903028011.rc, + common/xfce4/panel/separator-11986291100.rc, + common/xfce4/panel/separator-11986292202.rc, + common/xfce4/panel/separator-11986292313.rc, + common/xfce4/panel/separator-12098539201.rc, + common/xfce4/panel/separator-12098539332.rc, + common/xfce4/panel/separator-13.rc, + common/xfce4/panel/separator-6.rc, + common/xfce4/panel/systray-11903027840.rc, + common/xfce4/panel/tasklist-3.rc, + common/xfce4/panel/windowlist-11986291591.rc, + common/xfce4/panel/xfce4-menu-5.rc: - get rid of panel layout + +2008-10-18 16:38 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings, Free/xfce4/mcs_settings, + One/xfce4/mcs_settings, Powerpack/xfce4/mcs_settings, + common/xfce4/desktop, common/xfce4/notication-daemon-xfce: - + prepare for Xfce6.4 + o remove mcs directories and settings + +2008-09-22 20:14 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:46 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:45 Tomasz Paweł Gajc + + * common/autostart/xfce4-login-sound.desktop: - plays login sound + on startup (needs canberra-gtk) + +2008-09-22 14:15 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:14 Tomasz Paweł Gajc + + * tools/xfce4-update-config: - show draklive-install on desktop if + found (to ease installation for iso) + +2008-09-22 14:01 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:00 Tomasz Paweł Gajc + + * Makefile: - add missing makefile entries for the last commit + +2008-09-22 13:49 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 13:49 Tomasz Paweł Gajc + + * Makefile, common/autostart/xfce4-update-config.desktop, tools, + tools/xfce4-update-config: - add xfce4-update-config tool + o add missing icons on Xfce desktop + +2008-09-22 14:46 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:45 Tomasz Paweł Gajc + + * common/autostart/xfce4-login-sound.desktop: - plays login sound + on startup (needs canberra-gtk) + +2008-09-22 14:15 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:14 Tomasz Paweł Gajc + + * tools/xfce4-update-config: - show draklive-install on desktop if + found (to ease installation for iso) + +2008-09-22 14:01 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:00 Tomasz Paweł Gajc + + * Makefile: - add missing makefile entries for the last commit + +2008-09-22 13:49 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 13:49 Tomasz Paweł Gajc + + * Makefile, common/autostart/xfce4-update-config.desktop, tools, + tools/xfce4-update-config: - add xfce4-update-config tool + o add missing icons on Xfce desktop + +2008-09-22 14:45 Tomasz Paweł Gajc + + * common/autostart/xfce4-login-sound.desktop: - plays login sound + on startup (needs canberra-gtk) + +2008-09-22 14:15 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:14 Tomasz Paweł Gajc + + * tools/xfce4-update-config: - show draklive-install on desktop if + found (to ease installation for iso) + +2008-09-22 14:01 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:00 Tomasz Paweł Gajc + + * Makefile: - add missing makefile entries for the last commit + +2008-09-22 13:49 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 13:49 Tomasz Paweł Gajc + + * Makefile, common/autostart/xfce4-update-config.desktop, tools, + tools/xfce4-update-config: - add xfce4-update-config tool + o add missing icons on Xfce desktop + +2008-09-22 14:14 Tomasz Paweł Gajc + + * tools/xfce4-update-config: - show draklive-install on desktop if + found (to ease installation for iso) + +2008-09-22 14:01 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 14:00 Tomasz Paweł Gajc + + * Makefile: - add missing makefile entries for the last commit + +2008-09-22 13:49 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 13:49 Tomasz Paweł Gajc + + * Makefile, common/autostart/xfce4-update-config.desktop, tools, + tools/xfce4-update-config: - add xfce4-update-config tool + o add missing icons on Xfce desktop + +2008-09-22 14:00 Tomasz Paweł Gajc + + * Makefile: - add missing makefile entries for the last commit + +2008-09-22 13:49 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 22_Sep + +2008-09-22 13:49 Tomasz Paweł Gajc + + * Makefile, common/autostart/xfce4-update-config.desktop, tools, + tools/xfce4-update-config: - add xfce4-update-config tool + o add missing icons on Xfce desktop + +2008-09-22 13:49 Tomasz Paweł Gajc + + * Makefile, common/autostart/xfce4-update-config.desktop, tools, + tools/xfce4-update-config: - add xfce4-update-config tool + o add missing icons on Xfce desktop + +2008-09-21 16:54 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 21_Sep + +2008-09-21 16:54 Tomasz Paweł Gajc + + * common/xfce4/panel/places-12098538970.rc: - show icon for places + plugin (no more visual conflict with file manager icon launcher) + +2008-09-21 16:53 Tomasz Paweł Gajc + + * common/xfce4/panel/launcher-9.rc: - use Thunar icon for file + manager launcher + +2008-09-21 16:54 Tomasz Paweł Gajc + + * common/xfce4/panel/places-12098538970.rc: - show icon for places + plugin (no more visual conflict with file manager icon launcher) + +2008-09-21 16:53 Tomasz Paweł Gajc + + * common/xfce4/panel/launcher-9.rc: - use Thunar icon for file + manager launcher + +2008-09-14 14:55 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 14_Sep + +2008-09-14 14:55 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - do not scroll Terminal on new + output + +2008-09-14 14:55 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - do not scroll Terminal on new + output + +2008-09-07 14:34 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 07_Sep + +2008-09-07 14:33 Tomasz Paweł Gajc + + * common/xfce4/Xft.xrdb: - move Xft.xrdb configuration file from + xfce-utils + o set DPI to 96 as a default value + +2008-09-07 14:23 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 07_Sep + +2008-09-07 14:23 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - set font size for terminal to 14 + +2008-09-07 14:13 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 07_Sep + +2008-09-07 14:13 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/gtk.xml, + Free/xfce4/mcs_settings/gtk.xml, One/xfce4/mcs_settings/gtk.xml, + Powerpack/xfce4/mcs_settings/gtk.xml: - set DPI to 96 as a + default value + +2008-09-07 14:33 Tomasz Paweł Gajc + + * common/xfce4/Xft.xrdb: - move Xft.xrdb configuration file from + xfce-utils + o set DPI to 96 as a default value + +2008-09-07 14:23 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 07_Sep + +2008-09-07 14:23 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - set font size for terminal to 14 + +2008-09-07 14:13 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 07_Sep + +2008-09-07 14:13 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/gtk.xml, + Free/xfce4/mcs_settings/gtk.xml, One/xfce4/mcs_settings/gtk.xml, + Powerpack/xfce4/mcs_settings/gtk.xml: - set DPI to 96 as a + default value + +2008-09-07 14:23 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - set font size for terminal to 14 + +2008-09-07 14:13 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 07_Sep + +2008-09-07 14:13 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/gtk.xml, + Free/xfce4/mcs_settings/gtk.xml, One/xfce4/mcs_settings/gtk.xml, + Powerpack/xfce4/mcs_settings/gtk.xml: - set DPI to 96 as a + default value + +2008-09-07 14:13 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/gtk.xml, + Free/xfce4/mcs_settings/gtk.xml, One/xfce4/mcs_settings/gtk.xml, + Powerpack/xfce4/mcs_settings/gtk.xml: - set DPI to 96 as a + default value + +2008-09-05 16:30 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 05_Sep + +2008-09-05 16:29 Tomasz Paweł Gajc + + * common/xfce4/panel/clock-14.rc: - display LED clock + +2008-09-05 16:20 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 05_Sep + +2008-09-05 16:20 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use dynamic scripts for user actions + +2008-09-05 16:29 Tomasz Paweł Gajc + + * common/xfce4/panel/clock-14.rc: - display LED clock + +2008-09-05 16:20 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 05_Sep + +2008-09-05 16:20 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use dynamic scripts for user actions + +2008-09-05 16:20 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use dynamic scripts for user actions + +2008-07-08 21:50 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 08_Jul + +2008-07-08 21:48 Tomasz Paweł Gajc + + * common/autostart/xfce4-volstatus-icon.desktop: - + xfce4-volstatus-icon app should be autostarted only under Xfce + (#41906) + +2008-07-08 21:48 Tomasz Paweł Gajc + + * common/autostart/xfce4-volstatus-icon.desktop: - + xfce4-volstatus-icon app should be autostarted only under Xfce + (#41906) + +2008-05-25 17:19 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 25_May + +2008-05-25 17:18 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use exaile for playing audio cd's + +2008-05-25 17:18 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use exaile for playing audio cd's + +2008-05-11 17:08 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 11_May + +2008-05-11 17:06 Tomasz Paweł Gajc + + * Makefile: - do not hardcode sysconfdir + +2008-05-11 17:06 Tomasz Paweł Gajc + + * Makefile: - do not hardcode sysconfdir + +2008-05-04 01:53 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 04_May + +2008-05-04 01:53 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use xfburn as a default burning tool + - import photos with gthumb + +2008-05-03 22:40 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 04_May + +2008-05-04 01:53 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use xfburn as a default burning tool + - import photos with gthumb + +2008-05-03 22:40 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 04_May + +2008-05-03 22:39 Tomasz Paweł Gajc + + * common/xfce4/panel/xfce4-mixer-12061139230.rc: SILENT really + remove the mixer + +2008-05-03 22:36 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml, + common/xfce4/panel/places-12098538970.rc, + common/xfce4/panel/separator-12098539201.rc, + common/xfce4/panel/separator-12098539332.rc: - add places plugin + entry + - remove xfce4-mixer entry + - add few separators + +2008-05-03 22:39 Tomasz Paweł Gajc + + * common/xfce4/panel/xfce4-mixer-12061139230.rc: SILENT really + remove the mixer + +2008-05-03 22:36 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml, + common/xfce4/panel/places-12098538970.rc, + common/xfce4/panel/separator-12098539201.rc, + common/xfce4/panel/separator-12098539332.rc: - add places plugin + entry + - remove xfce4-mixer entry + - add few separators + +2008-04-20 22:39 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 21_Apr + +2008-04-20 22:38 Tomasz Paweł Gajc + + * common/xfce4/theme/gtkrc: - fix the gtkrc file + o correct icon label transparency + o set background pixmap only for Xfce panel widget + +2008-04-20 22:38 Tomasz Paweł Gajc + + * common/xfce4/theme/gtkrc: - fix the gtkrc file + o correct icon label transparency + o set background pixmap only for Xfce panel widget + +2008-04-16 17:49 Tomasz Paweł Gajc + + * Makefile, common/xfce4/theme, common/xfce4/theme/gtkrc, + common/xfce4/theme/mandriva-xfce-panel.png: - add theme + o add background panel (image stolen from kde ;) + o make transparent labels of icons on desktop + +2008-04-09 22:11 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 10_Apr + +2008-04-09 22:09 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - fix del key behaviour under + terminal (#39550 and #36455) + +2008-04-09 22:09 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - fix del key behaviour under + terminal (#39550 and #36455) + +2008-03-21 16:16 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 21_Mar + +2008-03-21 16:14 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml: - make the second panel bigger + +2008-03-21 16:06 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml, + common/xfce4/panel/xfce4-mixer-12061139230.rc: - add mixer on + panel + +2008-03-21 15:48 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - handle brasero nicely on empty medium + inster action + +2008-03-21 16:14 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml: - make the second panel bigger + +2008-03-21 16:06 Tomasz Paweł Gajc + + * common/xfce4/panel/panels.xml, + common/xfce4/panel/xfce4-mixer-12061139230.rc: - add mixer on + panel + +2008-03-21 15:48 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - handle brasero nicely on empty medium + inster action + +2008-03-18 16:29 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 18_Mar + +2008-03-18 16:28 Tomasz Paweł Gajc + + * common/xfce4/panel/launcher-11903833110.rc: - use svn icon for + drakconf + +2008-03-18 16:23 Tomasz Paweł Gajc + + * common/xfce4/desktop/menu.xml, common/xfce4/desktop/menu.xml.be, + common/xfce4/desktop/menu.xml.ca, + common/xfce4/desktop/menu.xml.cs, + common/xfce4/desktop/menu.xml.da, + common/xfce4/desktop/menu.xml.el, + common/xfce4/desktop/menu.xml.es, + common/xfce4/desktop/menu.xml.et, + common/xfce4/desktop/menu.xml.eu, + common/xfce4/desktop/menu.xml.fi, + common/xfce4/desktop/menu.xml.fr, + common/xfce4/desktop/menu.xml.he, + common/xfce4/desktop/menu.xml.hu, + common/xfce4/desktop/menu.xml.it, + common/xfce4/desktop/menu.xml.ja, + common/xfce4/desktop/menu.xml.ko, + common/xfce4/desktop/menu.xml.nb_NO, + common/xfce4/desktop/menu.xml.nl, + common/xfce4/desktop/menu.xml.pa, + common/xfce4/desktop/menu.xml.pl, + common/xfce4/desktop/menu.xml.pt_BR, + common/xfce4/desktop/menu.xml.ro, + common/xfce4/desktop/menu.xml.ru, + common/xfce4/desktop/menu.xml.sk, + common/xfce4/desktop/menu.xml.sv, + common/xfce4/desktop/menu.xml.tr, + common/xfce4/desktop/menu.xml.uk, + common/xfce4/desktop/menu.xml.vi, + common/xfce4/desktop/menu.xml.zh_TW, + common/xfce4/panel/xfce4-menu-5.rc: - use the mandriva svg icons + from tango package + - add missing icon for "about" menu entry + +2008-03-18 16:28 Tomasz Paweł Gajc + + * common/xfce4/panel/launcher-11903833110.rc: - use svn icon for + drakconf + +2008-03-18 16:23 Tomasz Paweł Gajc + + * common/xfce4/desktop/menu.xml, common/xfce4/desktop/menu.xml.be, + common/xfce4/desktop/menu.xml.ca, + common/xfce4/desktop/menu.xml.cs, + common/xfce4/desktop/menu.xml.da, + common/xfce4/desktop/menu.xml.el, + common/xfce4/desktop/menu.xml.es, + common/xfce4/desktop/menu.xml.et, + common/xfce4/desktop/menu.xml.eu, + common/xfce4/desktop/menu.xml.fi, + common/xfce4/desktop/menu.xml.fr, + common/xfce4/desktop/menu.xml.he, + common/xfce4/desktop/menu.xml.hu, + common/xfce4/desktop/menu.xml.it, + common/xfce4/desktop/menu.xml.ja, + common/xfce4/desktop/menu.xml.ko, + common/xfce4/desktop/menu.xml.nb_NO, + common/xfce4/desktop/menu.xml.nl, + common/xfce4/desktop/menu.xml.pa, + common/xfce4/desktop/menu.xml.pl, + common/xfce4/desktop/menu.xml.pt_BR, + common/xfce4/desktop/menu.xml.ro, + common/xfce4/desktop/menu.xml.ru, + common/xfce4/desktop/menu.xml.sk, + common/xfce4/desktop/menu.xml.sv, + common/xfce4/desktop/menu.xml.tr, + common/xfce4/desktop/menu.xml.uk, + common/xfce4/desktop/menu.xml.vi, + common/xfce4/desktop/menu.xml.zh_TW, + common/xfce4/panel/xfce4-menu-5.rc: - use the mandriva svg icons + from tango package + - add missing icon for "about" menu entry + +2008-03-13 14:28 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 13_Mar + +2008-03-13 14:28 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/gtk.xml: - correct the color theme for + Flash + +2008-03-13 14:19 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/desktop.xml, + Free/xfce4/mcs_settings/desktop.xml, + One/xfce4/mcs_settings/desktop.xml, + Powerpack/xfce4/mcs_settings/desktop.xml, + common/xfce4/panel/panels.xml: - icon's size on desktop is now 48 + - main panel size is reduced to 32 + - secondary panel size is reduced to 24 + +2008-03-13 14:28 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/gtk.xml: - correct the color theme for + Flash + +2008-03-13 14:19 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/desktop.xml, + Free/xfce4/mcs_settings/desktop.xml, + One/xfce4/mcs_settings/desktop.xml, + Powerpack/xfce4/mcs_settings/desktop.xml, + common/xfce4/panel/panels.xml: - icon's size on desktop is now 48 + - main panel size is reduced to 32 + - secondary panel size is reduced to 24 + +2008-03-12 16:08 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 12_Mar + +2008-03-12 16:06 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - fix executing of ristretto-import.sh + +2008-03-12 16:06 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - fix executing of ristretto-import.sh + +2008-03-12 13:54 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 12_Mar + +2008-03-12 13:52 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use ristretto-import.sh instead of + f-spot-import + +2008-03-12 13:52 Tomasz Paweł Gajc + + * common/Thunar/volmanrc: - use ristretto-import.sh instead of + f-spot-import + +2008-02-29 01:53 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 29_Feb + +2008-02-29 01:52 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/desktop.xml, + Free/xfce4/mcs_settings/desktop.xml, + Free/xfce4/mcs_settings/gtk.xml, Makefile, + One/xfce4/mcs_settings/desktop.xml, + One/xfce4/mcs_settings/gtk.xml, + Powerpack/xfce4/mcs_settings/desktop.xml, + common/xfce4/notication-daemon-xfce/settingsrc: - fixes against + lates ia_ora-gnome + - fix typo in Makefile + +2008-02-29 01:52 Tomasz Paweł Gajc + + * Flash/xfce4/mcs_settings/desktop.xml, + Free/xfce4/mcs_settings/desktop.xml, + Free/xfce4/mcs_settings/gtk.xml, Makefile, + One/xfce4/mcs_settings/desktop.xml, + One/xfce4/mcs_settings/gtk.xml, + Powerpack/xfce4/mcs_settings/desktop.xml, + common/xfce4/notication-daemon-xfce/settingsrc: - fixes against + lates ia_ora-gnome + - fix typo in Makefile + +2008-02-23 23:27 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 24_Feb + +2008-02-23 23:26 Tomasz Paweł Gajc + + * Flash/xfce4, Flash/xfce4/mcs_settings, + Flash/xfce4/mcs_settings/desktop.xml, + Flash/xfce4/mcs_settings/gtk.xml, + Flash/xfce4/mcs_settings/orage.xml, + Flash/xfce4/mcs_settings/xfprint.xml, + Flash/xfce4/mcs_settings/xfwm4.xml: - resync svn for Flash + +2008-02-23 22:46 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 23_Feb + +2008-02-23 22:44 Tomasz Paweł Gajc + + * Makefile: - update Makefile + +2008-02-23 22:41 Tomasz Paweł Gajc + + * Flash, Powerpack/xfce4/mcs_settings/gtk.xml: - new snapshot + o fix theme for Powerpack + o add configs for Flash + +2008-02-23 23:26 Tomasz Paweł Gajc + + * Flash/xfce4, Flash/xfce4/mcs_settings, + Flash/xfce4/mcs_settings/desktop.xml, + Flash/xfce4/mcs_settings/gtk.xml, + Flash/xfce4/mcs_settings/orage.xml, + Flash/xfce4/mcs_settings/xfprint.xml, + Flash/xfce4/mcs_settings/xfwm4.xml: - resync svn for Flash + +2008-02-23 22:46 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 23_Feb + +2008-02-23 22:44 Tomasz Paweł Gajc + + * Makefile: - update Makefile + +2008-02-23 22:41 Tomasz Paweł Gajc + + * Flash, Powerpack/xfce4/mcs_settings/gtk.xml: - new snapshot + o fix theme for Powerpack + o add configs for Flash + +2008-02-23 22:44 Tomasz Paweł Gajc + + * Makefile: - update Makefile + +2008-02-23 22:41 Tomasz Paweł Gajc + + * Flash, Powerpack/xfce4/mcs_settings/gtk.xml: - new snapshot + o fix theme for Powerpack + o add configs for Flash + +2008-01-29 14:55 Thierry Vignaud + + * ChangeLog: remove duplicated entries + +2008-01-24 16:53 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 24_Jan + +2008-01-24 16:53 Tomasz Paweł Gajc + + * Makefile: - change versioning + +2008-01-24 16:53 Tomasz Paweł Gajc + + * Makefile: - change versioning + +2008-01-08 17:32 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 08_Jan + +2008-01-08 17:31 Tomasz Paweł Gajc + + * Makefile, README, README.update.urpmi: - bum persion to 1.3.8 + - better description for README and README.update.urpmi files + +2008-01-08 17:25 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 08_Jan + +2008-01-08 17:24 Tomasz Paweł Gajc + + * common/Thunar/accels.scm, common/Thunar/thunarrc, + common/xfce4/notication-daemon-xfce/settingsrc: - add better + thunarrc and settings rc for notification-daemon-xfce + +2008-01-07 18:04 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 07_Jan + +2008-01-07 18:03 Tomasz Paweł Gajc + + * README.update.urpmi, common/autostart/Mdkapplet.desktop: - remove + Mdkapplet.desktop as it is now useless + - provide README.update.urpmi + +2008-01-02 22:49 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 22:48 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 22:45 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 22:45 Tomasz Paweł Gajc + + * ChangeLog, Makefile: - s/cvs/svn in makefile + +2008-01-02 22:48 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 22:45 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 22:45 Tomasz Paweł Gajc + + * ChangeLog, Makefile: - s/cvs/svn in makefile + +2008-01-02 16:18 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 16:18 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 16:16 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 16:07 Tomasz Paweł Gajc + + * Makefile: - bump version + +2008-01-02 16:04 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - workaround for a vte's bug, + backspace should now work under screen (#36455) + +2008-01-02 16:18 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 16:16 Tomasz Paweł Gajc + + * ChangeLog: Generated by svn2cl the 02_Jan + +2008-01-02 16:07 Tomasz Paweł Gajc + + * Makefile: - bump version + +2008-01-02 16:04 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - workaround for a vte's bug, + backspace should now work under screen (#36455) + +2008-01-02 16:16 Tomasz Paweł Gajc + + * ChangeLog: Generated by cvs2cl the 02_Jan + +2008-01-02 16:07 Tomasz Paweł Gajc + + * Makefile: - bump version + +2008-01-02 16:04 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - workaround for a vte's bug, + backspace should now work under screen (#36455) + +2008-01-02 16:07 Tomasz Paweł Gajc + + * Makefile: - bump version + +2008-01-02 16:04 Tomasz Paweł Gajc + + * common/Terminal/terminalrc: - workaround for a vte's bug, + backspace should now work under screen (#36455) + +2007-12-27 17:08 Tomasz Paweł Gajc + + * common/xfce4/panel/pager-2.rc: - set rows value to 1 for pager, + as it is more readable and looks nicer + +2007-12-26 01:05 Tomasz Paweł Gajc + + * Makefile: SILENT clean makefile + +2007-12-26 01:04 Tomasz Paweł Gajc + + * Makefile: - complete the makefile + +2007-12-26 00:54 Tomasz Paweł Gajc + + * Makefile, common/xfce4/panel/pager-2.rc, + common/xfce4/panel/panels.xml, + common/xfce4/panel/separator-11986291100.rc, + common/xfce4/panel/separator-11986292202.rc, + common/xfce4/panel/separator-11986292313.rc, + common/xfce4/panel/tasklist-3.rc, + common/xfce4/panel/windowlist-11986291591.rc, icons: - new + version 1.3.6 + - remove icons, as they are handled by xfdesktop package + - make panel looks nicer + o add some separators + o do not use flat buttons in task list + o add windowlist to the panel + +2007-12-19 01:25 Tomasz Paweł Gajc + + * ChangeLog: - clean ChangeLog file + +2007-12-14 19:48 Tomasz Paweł Gajc + + * Makefile: - update makefile + +2007-12-14 19:32 Tomasz Paweł Gajc + + * AUTHORS, ChangeLog, Free, Makefile, One, Powerpack, README, + common, icons: Add move dirs to trunk + +2007-12-14 19:29 Tomasz Paweł Gajc + + * .: Add trunk + diff --git a/trunk/Makefile b/trunk/Makefile new file mode 100644 index 0000000..6ccce2a --- /dev/null +++ b/trunk/Makefile @@ -0,0 +1,59 @@ +# original author tpg@mandriva.org +# +# modifications for mageia: +# ahmadsamir3891@gmail.com +# wally@mageia.org + +PACKAGE = mageia-xfce-config +VERSION = `date +%Y%m%d` + +prefix=/usr +datadir=$(prefix)/share +sysconfdir=/etc +iconsdir=$(datadir)/icons +xfceconfdir=$(sysconfdir)/xdg + +install: + -install -d $(DESTDIR)$(xfceconfdir) + -install -d $(DESTDIR)$(xfceconfdir)/Thunar + install -m 644 data/Thunar/* $(DESTDIR)$(xfceconfdir)/Thunar/ + -install -d $(DESTDIR)$(xfceconfdir)/menus + install -m 644 data/menus/xfce-applications.menu $(DESTDIR)$(xfceconfdir)/menus/xfce-applications.menu + -install -d $(DESTDIR)$(xfceconfdir)/xfce4 + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/terminal + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml + cp -pr data/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/ + install -m 644 data/xfce4/terminal/* $(DESTDIR)$(xfceconfdir)/xfce4/terminal/ + install -m 644 data/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/ + install -m 644 data/xfce4/xfconf/xfce-perchannel-xml/* $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml/ + install -m 644 data/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 + install -m 644 data/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 + +cleandist: + rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz + +localcopy: + svn export -q -rBASE . $(PACKAGE)-$(VERSION) + +tar: cleandist localcopy + tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) + rm -rf $(PACKAGE)-$(VERSION) + +tar-git: + @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz > $(PACKAGE)-$(VERSION).tar.xz; + +dist: tar + +.PHONY: ChangeLog log changelog + +log: ChangeLog + +changelog: ChangeLog + +ChangeLog: ../common/username.xml + svn2cl --accum --authors ../../soft/common/username.xml + rm -f *.bak + svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog diff --git a/trunk/OLD/Thunar/thunarrc b/trunk/OLD/Thunar/thunarrc new file mode 100644 index 0000000..31c3076 --- /dev/null +++ b/trunk/OLD/Thunar/thunarrc @@ -0,0 +1,36 @@ +[Configuration] +DefaultView=ThunarDetailsView +LastCompactViewZoomLevel=THUNAR_ZOOM_LEVEL_NORMAL +LastDetailsViewColumnOrder=THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE,THUNAR_COLUMN_DATE_MODIFIED +LastDetailsViewColumnWidths=50,195,50,50,587,50,50,76,172 +LastDetailsViewFixedColumns=FALSE +LastDetailsViewVisibleColumns=THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE +LastDetailsViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLER +LastIconViewZoomLevel=THUNAR_ZOOM_LEVEL_NORMAL +LastLocationBar=ThunarLocationEntry +LastSeparatorPosition=166 +LastShowHidden=FALSE +LastSidePane=ThunarShortcutsPane +LastSortColumn=THUNAR_COLUMN_NAME +LastSortOrder=GTK_SORT_ASCENDING +LastStatusbarVisible=TRUE +LastView=ThunarDetailsView +LastWindowHeight=480 +LastWindowWidth=707 +MiscVolumeManagement=TRUE +MiscCaseSensitive=FALSE +MiscDateStyle=THUNAR_DATE_STYLE_SHORT +MiscFoldersFirst=TRUE +MiscHorizontalWheelNavigates=FALSE +MiscRecursivePermissions=THUNAR_RECURSIVE_PERMISSIONS_ASK +MiscRememberGeometry=TRUE +MiscShowAboutTemplates=TRUE +MiscShowThumbnails=TRUE +MiscSingleClick=FALSE +MiscSingleClickTimeout=500 +MiscTextBesideIcons=TRUE +ShortcutsIconEmblems=TRUE +ShortcutsIconSize=THUNAR_ICON_SIZE_SMALL +TreeIconEmblems=TRUE +TreeIconSize=THUNAR_ICON_SIZE_SMALLEST + diff --git a/trunk/OLD/autostart/xfce4-firstrun.desktop b/trunk/OLD/autostart/xfce4-firstrun.desktop new file mode 100644 index 0000000..29790f5 --- /dev/null +++ b/trunk/OLD/autostart/xfce4-firstrun.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Mageia xfce4 update tool +Comment=Update config and icons for Xfce +Icon=mageia +Exec=xfce4-firstrun +StartupNotify=false +Terminal=false +Hidden=false +OnlyShowIn=XFCE; diff --git a/trunk/OLD/tools/xfce4-firstrun b/trunk/OLD/tools/xfce4-firstrun new file mode 100644 index 0000000..2e5809b --- /dev/null +++ b/trunk/OLD/tools/xfce4-firstrun @@ -0,0 +1,48 @@ +#!/bin/sh +# Simple script which configure Xfce environment for a fresh user +# Author: tpg@mandriva.org +# Licensed under GPL terms + +MGA_FLAVOUR=$(echo $META_CLASS) +USER_DESKTOP=$(xdg-user-dir DESKTOP) +DESKTOP_FILE=$HOME/.config/autostart/xfce4-firstrun.desktop + +if [ $(whoami) = "root" ]; then + echo "xfce4-firstrun: not supported for superuser." + exit || 0 +else + if [ ! -e $DESKTOP_FILE ]; then + echo "xfce4-firstrun: localised desktop folder exists." + if [ ! -d $HOME/.config/autostart ]; then + mkdir -p $HOME/.config/autostart + fi + +cat > $HOME/.config/autostart/xfce4-firstrun.desktop << EOF +[Desktop Entry] +Hidden=true +EOF +# + + if [ $MGA_FLAVOUR = "download" -o $MGA_FLAVOUR = "desktop" ]; then + if [ ! -e $USER_DESKTOP/mageia-draklive-install.desktop ]; then + cp -f /usr/share/applications/mageia-draklive-install.desktop $USER_DESKTOP 2> /dev/null + fi + if [ "$(pidof xfdesktop)" ]; then + xfdesktop --reload 1> /dev/null; echo "xfce4-firstrun: xfdesktop reloaded."; + fi + exit || 0 + else + + if [ ! -e $USER_DESKTOP/mageia-draklive-install.desktop ]; then + cp -f /usr/share/applications/mageia-draklive-install.desktop $USER_DESKTOP 2> /dev/null + fi + if [ "$(pidof xfdesktop)" ]; then + xfdesktop --reload 1> /dev/null; echo "xfce4-firstrun: xfdesktop reloaded."; + fi + exit || 0 + fi + else echo "xfce4-firstrun: make sure you have installed xdg-user-dirs-gtk and xdg-user-dir packages." + fi +fi + +#EOF diff --git a/trunk/OLD/volstatus/settings.rc b/trunk/OLD/volstatus/settings.rc new file mode 100644 index 0000000..3f6005c --- /dev/null +++ b/trunk/OLD/volstatus/settings.rc @@ -0,0 +1,3 @@ +[global] +initial_setup_done=true + diff --git a/trunk/OLD/xfce-perchannel-xml/displays.xml b/trunk/OLD/xfce-perchannel-xml/displays.xml new file mode 100644 index 0000000..18de9b1 --- /dev/null +++ b/trunk/OLD/xfce-perchannel-xml/displays.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/trunk/OLD/xfce4-login-sound.desktop b/trunk/OLD/xfce4-login-sound.desktop new file mode 100644 index 0000000..69bf0f7 --- /dev/null +++ b/trunk/OLD/xfce4-login-sound.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Xfce Login Sound +Comment=Plays login sound for Xfce with libcanberra +Exec=/usr/bin/canberra-gtk-play --id="ia_ora-startup" --description="Xfce Login" +Icon=xfce4_xicon +StartupNotify=false +Terminal=false +OnlyShowIn=XFCE; diff --git a/trunk/OLD/xfce4-volstatus-icon.desktop b/trunk/OLD/xfce4-volstatus-icon.desktop new file mode 100644 index 0000000..69bd2c6 --- /dev/null +++ b/trunk/OLD/xfce4-volstatus-icon.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Xfce Volstatus Icon +Comment=Safe removal of removable volumes +Icon=drive-removable-media +Exec=xfce4-volstatus-icon +StartupNotify=false +Terminal=false +Hidden=false +OnlyShowIn=XFCE; diff --git a/trunk/README b/trunk/README new file mode 100644 index 0000000..e3d23e6 --- /dev/null +++ b/trunk/README @@ -0,0 +1,5 @@ +A set of configuration files for Mandriva Xfce desktop environment. + +SVN: +If you are going to add new files or directories please add specific entry into the Makefile. +It is really easier to do this here rather than in spec file. diff --git a/trunk/README.mga b/trunk/README.mga new file mode 100644 index 0000000..9dfb19b --- /dev/null +++ b/trunk/README.mga @@ -0,0 +1 @@ +- The license is GPLV2+ according to the relevant rpm spec file written by Mandriva diff --git a/trunk/README.update.urpmi b/trunk/README.update.urpmi new file mode 100644 index 0000000..48e5d99 --- /dev/null +++ b/trunk/README.update.urpmi @@ -0,0 +1,9 @@ +Xfce doesn't update its configuration files in user's home dir by itself. + +Please remove these directories manually in your home, after updating +mageia-xfce-config and then restart your X session. + +~/.config/xfce4 +~/.config/Thunar + +Do NOT to forget about first backing up those directories. diff --git a/trunk/data/Thunar/accels.scm b/trunk/data/Thunar/accels.scm new file mode 100644 index 0000000..4f9adb8 --- /dev/null +++ b/trunk/data/Thunar/accels.scm @@ -0,0 +1,3 @@ +; Thunar GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; diff --git a/trunk/data/Thunar/uca.xml b/trunk/data/Thunar/uca.xml new file mode 100644 index 0000000..17cdd2f --- /dev/null +++ b/trunk/data/Thunar/uca.xml @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + utilities-terminal + * + Open Terminal Here + إفتح الطرفية هنا + Abrir terminal equí + Адкрыць тут тэрмінал + এখানে টার্মিনাল খুলুন + Obre aquí un Terminal + Otevřít terminál zde + Åbn terminal her + Terminal hier öffnen + Άνοιγμα τερματικού εδώ + Open Terminal Here + Malfermu terminalon ĉi tie + Abrir terminal aquí + Avada terminal siin + Ireki terminala hemen + Avaa pääte tässä kansiossa + Ouvrir un terminal ici + Abrir aquí unha terminal + פתיחת מסוף מכאן + Otvori Terminal Ovdje + Terminál nyitása itt + Buka Terminal Di sini + Apri un terminale qui + ここで Terminal を開く + Терминалды осында ашу + 이 위치에서 터미널 열기 + Atverti terminalą čia + Atvērt šeit termināli + Åpne terminalvindu her + Open hier een terminal + Opna terminalen her + ਇੱਥੇ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ + Otwórz w terminalu + Abrir terminal aqui + Abrir terminal aqui + Deschide aici un terminal + Открыть терминал + Otvoriť v termináli + Hap Terminalin Këtu + Овде отвори терминал + Öppna terminal här + టెర్మినల్‌ను ఇక్కడ తెరువు + Uçbirimi Buraya Aç + بۇ يەردە تېرمىنالنى ئاچ + Відкрити термінал тут + ٹرمنل یہیں کھولیں + ٹرمنل یہیں کھولیں + Mở Terminal tại thư mục này + 在此打开终端 + 在此開啟終端機 + exo-open --working-directory %f --launch TerminalEmulator + Example for a custom action + مثال لإجراء مخصص + Exemplu d'una aición personalizada + Прыклад адмысловага дзеяньня + পছন্দসই কাজের জন্য উদাহরণ + Exemple d'acció personalitzada + Příklad vlastní akce + Eksempel på en tilpasset handling + Beispiel für eine eigene Aktion + Παράδειγμα προσαρμοσμένης ενέργειας + Example for a custom action + Ekzemplo de kutima ago + Ejemplo de una acción personalizada + Kohandatud tegevuse näidis + Ekintza pertsonalizatu adibidea + Esimerkki mukautetusta toiminnosta + Exemple d'une action personnalisée + Exemplo dunha acción personalizada + דוגמה של פעולה מותאמת אישית + Primjer prilagođene akcije + Példa egyéni műveletre + Contoh untuk aksi suai + Esempio di azione personalizzata + カスタムアクションの例です。 + Пайдаланушы әрекетінің мысалы + 사용자 정의 동작 에제 + Pasirinktinio veiksmo pavyzdys + Paraugs pielāgotai darbībai + Eksempel på en egentilpasset aksjon + Voorbeeld van een aangepaste actie + Døme på sjølvvald handling + ਇੱਕ ਕਸਟਮ ਐਕਸ਼ਨ ਲਈ ਉਦਾਹਰਨ + Otwiera terminal w bieżącym położeniu + Exemplo de uma ação personalizada + Exemplo de uma ação personalizada + Exemplu de acțiune personalizată + Пример особого действия + Príklad vlastnej akcie + Shembull për veprim vetjak + Пример за произвољну радњу + Exempel på en anpassad åtgärd + ఒక అనురూపిత చర్యకు ఉదాహరణ + Özel işlem için örnek + ئىختىيارى مەشغۇلات ھەققىدىكى مىسال + Приклад особливої дії + مخصوص حرکت کی مثال + مخصوص حرکت کی مثال + Ví dụ cho một hành động tuỳ biến + 自定义动作示例 + 自訂動作範例 + + + + + \ No newline at end of file diff --git a/trunk/data/menus/xfce-applications.menu b/trunk/data/menus/xfce-applications.menu new file mode 100644 index 0000000..3972c81 --- /dev/null +++ b/trunk/data/menus/xfce-applications.menu @@ -0,0 +1,1095 @@ + + + + + + Xfce + + + + + + + X-Xfce-Toplevel + + + + xfce4-run.desktop + + exo-terminal-emulator.desktop + exo-file-manager.desktop + exo-mail-reader.desktop + exo-web-browser.desktop + + Settings + + Internet + Office + Graphics + SoundVideo + Tools + Development + Games + Education + Sciences + Documentation + + + rpmdrake.desktop + + xfhelp4.desktop + xfce4-about.desktop + xfce4-session-logout.desktop + + + + Settings + xfce-settings.directory + + DesktopSettings + + + + xfce-settings-manager.desktop + + + + + + Screensavers + xfce-screensavers.directory + + Screensaver + + + + + + X-MandrivaLinux + rpmdrake.desktop + + + Internet + mandriva-internet.directory + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + + Email + Dialup + InstantMessaging + Chat + IRCClient + FileTransfer + HamRadio + News + P2P + RemoteAccess + Telephony + VideoConference + WebBrowser + XFCE + GNOME + GTK + + + + X-MandrivaLinux-Internet + Network + + + WebDevelopment + X-MandrivaLinux-More + + + + + More + mandriva-internet-more.directory + + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + X-MandrivaLinux-More + + + WebDevelopment + + Network + + + + + + + Office + mandriva-office.directory + + template.desktop + template64.desktop + writer.desktop + writer64.desktop + calc.desktop + calc64.desktop + impress.desktop + impress64.desktop + base.desktop + base64.desktop + draw.desktop + draw64.desktop + web.desktop + web64.desktop + + + More + + + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + + Calendar + ContactManagement + Database + Dictionary + Chart + Email + Finance + FlowChart + PDA + ProjectManagement + Presentation + Spreadsheet + WordProcessor + Photography + Publishing + Viewer + XFCE + GNOME + GTK + + + + X-MandrivaLinux-Office + Office + + + Utility + X-MandrivaLinux-More + + + + + More + mandriva-office-more.directory + + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + X-MandrivaLinux-More + + + Office + X-MandrivaLinux-Office-Other + + + Utility + + + + + + + + Graphics + mandriva-graphics.directory + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + + 2DGraphics + VectorGraphics + RasterGraphics + 3DGraphics + Scanning + OCR + Photography + Publishing + Viewer + XFCE + GNOME + GTK + + + + X-MandrivaLinux-Multimedia-Graphics + Graphics + + + X-MandrivaLinux-More + + + + + More + mandriva-graphics-more.directory + + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + X-MandrivaLinux-More + + Graphics + + + + + + + SoundVideo + mandriva-soundvideo.directory + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + + Database + HamRadio + Midi + Mixer + Sequencer + Tuner + TV + AudioVideoEditing + Player + Recorder + Music + XFCE + GNOME + GTK + + + + X-MandrivaLinux-Multimedia + X-MandrivaLinux-Multimedia-Sound + X-MandrivaLinux-Multimedia-Video + AudioVideo + Audio + Video + + + + + + More + mandriva-soundvideo-more.directory + + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + DiscBurning + + X-MandrivaLinux-More + + + X-MandrivaLinux-Multimedia-Other + X-MandrivaLinux-Multimedia-Sound + X-MandrivaLinux-Multimedia-Video + AudioVideo + Video + Audio + + + + + + + + Tools + mandriva-tools.directory + + SystemTools + Accessibility + Emulators + + + More + + + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + + TextTools + TelephonyTools + Archiving + Calculator + Clock + TextEditor + XFCE + GNOME + GTK + + + + Utility + TextEditor + TerminalEmulator + Settings + + + + + Accessibility + Monitor + System + TerminalEmulator + Emulator + HardwareSettings + PackageManager + X-MandrivaLinux-More + Printing + X-XfceSettingsDialog + DesktopSettings + X-KDE-settings-components + X-KDE-settings-desktop + X-KDE-settings-looknfeel + X-KDE-settings-network + X-KDE-settings-webbrowsing + X-KDE-settings-peripherals + X-KDE-settings-hardware + X-KDE-settings-power + X-KDE-settings-security + X-KDE-settings-sound + X-KDE-settings-system + X-KDE-information + + GNOME + XFCE + Settings + + + + TextEditor + TerminalEmulator + + + + + + + xfce4-about.desktop + + + SystemTools + mandriva-systemtools.directory + + mandriva-drakconf.desktop + kde4-systemsettings.desktop + + + + + + + + GNOME + + HardwareSettings + + + + + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + + FileTools + FileSystem + Security + Applet + XFCE + GNOME + GTK + + + + + System + + Emulator + TerminalEmulator + + + Monitor + + + PackageManager + Printing + + + rpmdrake.desktop + + + + Accessibility + mandriva-accessibility.directory + + + + Settings + + + Accessibility + + + + + + Emulators + mandriva-emulators.directory + + Emulator + + + + + GNOME Preferences + mandriva-system-configuration-gnome.directory + + + GNOME + + Settings + DesktopSettings + + + X-MandrivaLinux-System-Configuration-GNOME-Advanced + X-MandrivaLinux-System-Configuration-GNOME + + + + + KDE Info Center + mandriva-system-configuration-kde.directory + /etc/xdg/menus/kde-information.menu + + + More + mandriva-tools-more.directory + + + + + + XFCE + GNOME + GTK + X-MageiaLinux-CrossDesktop + X-MandrivaLinux-CrossDesktop + + X-MandrivaLinux-More + + + + GNOME + Settings + + Accessibility + HardwareSettings + Emulator + PackageManager + Printing + + + Utility + + System + Emulator + + TextEditor + Settings + Monitor + DiscBurning + + + + + + + + Development + + Databases + Development Environment + Web Development + Interpreters + Tools + Code Generators + + + + mandriva-development.directory + + + + X-MandrivaLinux-MoreApplications-Development + Development + + + + X-MandrivaLinux-MoreApplications-Development-Tools + X-MandrivaLinux-MoreApplications-Development-Other + Building + Profiling + Debugger + RevisionControl + Translation + IDE + GUIDesigner + X-MandrivaLinux-MoreApplications-Development-DevelopmentEnvironments + WebDevelopment + + + + + + Databases + mandriva-development-databases.directory + + + X-MandrivaLinux-MoreApplications-Databases + Database + + + + + Development Environments + mandriva-development-developmentenvironments.directory + + + X-MandrivaLinux-MoreApplications-Development-DevelopmentEnvironments + IDE + GUIDesigner + + + + + Web Development + mandriva-development-webdevelopment.directory + + + X-MandrivaLinux-Internet-WebEditors + WebDevelopment + + + + + Tools + mandriva-development-tools.directory + + + X-MandrivaLinux-MoreApplications-Development-Other + X-MandrivaLinux-MoreApplications-Development-Tools + X-MandrivaLinux-MoreApplications-Development-Interpreters + Building + Profiling + Debugger + RevisionControl + + Development + Translation + + + + + + + + + Games + + Adventure + Arcade + Boards + Cards + Puzzles + Sports + Strategy + Toys + + + + mandriva-games.directory + + + + X-MandrivaLinux-MoreApplications-Games + Game + + + + Adventure + mandriva-games-adventure.directory + + + X-MandrivaLinux-MoreApplications-Games-Adventure + AdventureGame + + + + + Arcade + mandriva-games-arcade.directory + + + X-MandrivaLinux-MoreApplications-Games-Arcade + ArcadeGame + + + + + Boards + mandriva-games-boards.directory + + + X-MandrivaLinux-MoreApplications-Games-Boards + BoardGame + + + + + Cards + mandriva-games-cards.directory + + + X-MandrivaLinux-MoreApplications-Games-Cards + CardGame + + + + + Puzzles + mandriva-games-puzzles.directory + + + X-MandrivaLinux-MoreApplications-Games-Puzzles + LogicGame + BlocksGame + + + + + Sports + mandriva-games-sports.directory + + + X-MandrivaLinux-MoreApplications-Games-Sports + SportsGame + + + + + Strategy + mandriva-games-strategy.directory + + + X-MandrivaLinux-MoreApplications-Games-Strategy + StrategyGame + + + + + Other + mandriva-games-other.directory + + + X-MandrivaLinux-MoreApplications-Games-Other + KidsGame + RolePlaying + Simulation + ActionGame + + Game + Emulator + + + + + + Toys + mandriva-games-toys.directory + + + X-MandrivaLinux-MoreApplications-Games-Toys + Amusement + + + + + + + Education + + Economy + Geography + History + Languages + Literature + Sciences + Sports + Other + + + + mandriva-education.directory + + + + X-MandrivaLinux-MoreApplications-Education + Education + + + + Economy + mandriva-education-economy.directory + + + X-MandrivaLinux-MoreApplications-Education-Economy + Economy + + + + + Geography + mandriva-education-geography.directory + + + X-MandrivaLinux-MoreApplications-Education-Geography + Geography + + + + + History + mandriva-education-history.directory + + + X-MandrivaLinux-MoreApplications-Education-History + History + + + + + Languages + mandriva-education-languages.directory + + + X-MandrivaLinux-MoreApplications-Education-Languages + Languages + + + + + Literature + mandriva-education-literature.directory + + + X-MandrivaLinux-MoreApplications-Education-Literature + Literature + + + + + Sciences + mandriva-education-sciences.directory + + + X-MandrivaLinux-MoreApplications-Education-Sciences + + Science + Education + + + + + + Sports + mandriva-education-sports.directory + + + X-MandrivaLinux-MoreApplications-Education-Sports + Sports + + + + + Other + mandriva-education-other.directory + + + X-MandrivaLinux-MoreApplications-Education-Other + Art + Construction + Teaching + + Education + Music + + + + + + + + Sciences + + Artificial Intelligence + Astronomy + Biology + Chemistry + Computer Science + Data Visualization + Electricity + Geosciences + Image Processing + Mathematics + Numeric Analysis + Parallel Computing + Physics + Robotics + Other + + + + mandriva-sciences.directory + + + X-MandrivaLinux-MoreApplications-Sciences + Science + + + Artificial Intelligence + mandriva-sciences-artificialintelligence.directory + + X-MandrivaLinux-MoreApplications-Sciences-ArtificialIntelligence + ArtificialIntelligence + + + + Astronomy + mandriva-sciences-astronomy.directory + + X-MandrivaLinux-MoreApplications-Sciences-Astronomy + Astronomy + + + + Biology + mandriva-sciences-biology.directory + + X-MandrivaLinux-MoreApplications-Sciences-Biology + Biology + + + + Chemistry + mandriva-sciences-chemistry.directory + + X-MandrivaLinux-MoreApplications-Sciences-Chemistry + Chemistry + + + + Computer Science + mandriva-sciences-computerscience.directory + + X-MandrivaLinux-MoreApplications-Sciences-ComputerScience + ComputerScience + + + + Data Visualization + mandriva-sciences-datavisualization.directory + + X-MandrivaLinux-MoreApplications-Sciences-DataVisualization + DataVisualization + + + + Electricity + mandriva-sciences-electricity.directory + + X-MandrivaLinux-MoreApplications-Sciences-Electricity + Electricity + + + + Geosciences + mandriva-sciences-geosciences.directory + + X-MandrivaLinux-MoreApplications-Sciences-Geosciences + Geoscience + Geology + + + + Image Processing + mandriva-sciences-imageprocessing.directory + + X-MandrivaLinux-MoreApplications-Sciences-ImageProcessing + ImageProcessing + + + + Mathematics + mandriva-sciences-mathematics.directory + + X-MandrivaLinux-MoreApplications-Sciences-Mathematics + Math + + + + Numeric Analysis + mandriva-sciences-numericanalysis.directory + + X-MandrivaLinux-MoreApplications-Sciences-NumericAnalysis + NumericAnalysis + NumericalAnalysis + + + + Parallel Computing + mandriva-sciences-parallelcomputing.directory + + X-MandrivaLinux-MoreApplications-Sciences-ParallelComputing + ParallelComputing + + + + Physics + mandriva-sciences-physics.directory + + X-MandrivaLinux-MoreApplications-Sciences-Physics + Physics + + + + Robotics + mandriva-sciences-robotics.directory + + X-MandrivaLinux-MoreApplications-Sciences-Robotics + Robotics + + + + Other + mandriva-sciences-other.directory + + X-MandrivaLinux-MoreApplications-Sciences-Other + MedicalSoftware + Electronics + Engineering + + + + + + Documentation + mandriva-documentation.directory + + X-MandrivaLinux-MoreApplications-Documentation + Documentation + + + + + + + .hidden + mandriva-hidden.directory + + X-MandrivaLinux-.hidden + + + + diff --git a/trunk/data/xfce4/Xcursor.xrdb b/trunk/data/xfce4/Xcursor.xrdb new file mode 100644 index 0000000..9f3a0f7 --- /dev/null +++ b/trunk/data/xfce4/Xcursor.xrdb @@ -0,0 +1,3 @@ +Xcursor.theme: wonderland +Xcursor.theme_core: true +Xcursor.size: 20 diff --git a/trunk/data/xfce4/Xft.xrdb b/trunk/data/xfce4/Xft.xrdb new file mode 100644 index 0000000..4b8f9f7 --- /dev/null +++ b/trunk/data/xfce4/Xft.xrdb @@ -0,0 +1,5 @@ +Xft.antialias: 1 +Xft.hinting: -1 +Xft.rgba: none +Xft.hintstyle: hintslight +Xft.dpi: 96 diff --git a/trunk/data/xfce4/helpers.rc b/trunk/data/xfce4/helpers.rc new file mode 100644 index 0000000..87f5264 --- /dev/null +++ b/trunk/data/xfce4/helpers.rc @@ -0,0 +1,4 @@ +WebBrowser=firefox +MailReader=sylpheed-claws +TerminalEmulator=xfce4-terminal +FileManager=Thunar diff --git a/trunk/data/xfce4/panel/launcher-2/xfce4-appfinder.desktop b/trunk/data/xfce4/panel/launcher-2/xfce4-appfinder.desktop new file mode 100644 index 0000000..1c2b12b --- /dev/null +++ b/trunk/data/xfce4/panel/launcher-2/xfce4-appfinder.desktop @@ -0,0 +1,110 @@ +[Desktop Entry] +Version=1.0 +Exec=xfce4-appfinder +Icon=gtk-find +StartupNotify=true +Terminal=false +Type=Application +Categories=Utility;X-XFCE; +Name=Application Finder +Name[ar]=مكتشف التطبيقات +Name[ast]=Guetador d'aplicaciones +Name[be]=Шукач дастасаваньняў +Name[bn]=অ্যাপ্লিকেশন অনুসন্ধানকারী +Name[bn_IN]=অ্যাপ্লিকেশন ফাইন্ডার +Name[ca]=Cercador d'aplicacions +Name[cs]=Vyhledávač aplikací +Name[da]=Programfinder +Name[de]=Anwendungsfinder +Name[el]=Εύρεση Εφαρμογών +Name[en_GB]=Application Finder +Name[es]=Buscador de aplicaciones +Name[et]=Rakenduste leidja +Name[eu]=Aplikazio bilatzailea +Name[fi]=Sovellusten hakutyökalu +Name[fr]=Liste des applications +Name[gl]=Buscador de aplicativos +Name[he]=כלי לחיפוש יישומים +Name[hr]=Nalaznik programa +Name[hu]=Alkalmazáskereső +Name[id]=Pencari Aplikasi +Name[is]=Forritaleit +Name[it]=Trova applicazioni +Name[ja]=アプリケーションファインダー +Name[kk]=Қолданбаларды табушы +Name[ko]=프로그램 탐색기 +Name[ku]=Bînerê Sepanan +Name[lt]=Programų paieška +Name[lv]=Lietotņu meklētājs +Name[nb]=Programkatalog +Name[nl]=Toepassingenzoeker +Name[nn]=Programfinnar +Name[pa]=ਐਪਲੀਕੇਸ਼ਨ ਫਾਈਡਰ +Name[pl]=Wyszukiwanie programów +Name[pt]=Localizar aplicações +Name[pt_BR]=Localizador de aplicativos +Name[ro]=Pornire de programe +Name[ru]=Поиск приложений +Name[si]=යෙදුම් සෙවුම +Name[sk]=Vyhľadávač aplikácií +Name[sq]=Gjetës Zbatimesh +Name[sv]=Programlista +Name[te]=అనువర్తన శోధకం +Name[tr]=Uygulama Bulucu +Name[ug]=پروگرامما ئىزدىگۈ +Name[uk]=Пошук встановлених програм +Name[ur]=اطلاقیہ تلاش کار +Name[ur_PK]=اطلاقیہ تلاش کار +Name[vi]=Application Finder +Name[zh_CN]=应用程序查找器 +Name[zh_TW]=應用程式協尋器 +Comment=Find and launch applications installed on your system +Comment[ar]=العثور و إطلاق التطبيقات المثبتة في نظامك +Comment[ast]=Alcuentre y execute aplicaciones instalaes nel sistema +Comment[be]=Шукае й запускае ўсталяваныя дастасаваньні +Comment[bn]=আপনার সিস্টেমে ইনস্টলকৃত অ্যাপ্লিকেশন খুঁজে বের করে চালু করুন +Comment[ca]=Cerca i executa aplicacions instaŀlades al sistema +Comment[cs]=Umožňuje najít a spouštět aplikace nainstalované v systému. +Comment[da]=Find og start programmer, som er installeret på systemet +Comment[de]=Im System installierte Anwendungen finden und starten +Comment[el]=Εύρεση και εκτέλεση εγκατεστημένων εφαρμογών στο σύστημά σας. +Comment[en_GB]=Find and launch applications installed on your system +Comment[es]=Encuentre y ejecute aplicaciones instaladas en el sistema +Comment[et]=Leia ja käivita süsteemi paigaldatud rakendus +Comment[eu]=Bilatu eta abiarazi sisteman instalatutako aplikazioak +Comment[fi]=Etsi ja käynnistä järjestelmään asennettuja sovelluksia +Comment[fr]=Rechercher et lancer des applications installées sur le système +Comment[gl]=Busque e execute aplicativos instalados no sistema +Comment[he]=חיפוש וטעינת יישומים המותקנים במחשבך +Comment[hr]=Nađi i pokreni programe instalirane u vašem sustavu. +Comment[hu]=A rendszerre telepített alkalmazások keresése és indítása +Comment[id]=Mencari dan menjalankan aplikasi terinstal di sistem anda +Comment[is]=Finna og ræsa forrit sem uppsett eru á kerfinu +Comment[it]=Trova e lancia le applicazioni installate nel sistema +Comment[ja]=システムにインストールされたアプリケーションの検索および起動を行います +Comment[kk]=Жүйеңізде орнатылған қолданбаларды табады және орындайды +Comment[ko]=시스템에 설치한 프로그램을 찾고 실행합니다 +Comment[lt]=Surasti ir paleisti programas įdiegtas jūsų sistemoje +Comment[lv]=Atrodiet un izsauciet lietotnes, kas ir instalētas jūsu sistēmā. +Comment[nb]=Finn og kjør programmer installert på datamaskinen din +Comment[nl]=Toepassingen zoeken en uitvoeren die geïnstalleerd zijn in uw systeem. +Comment[nn]=Finn og køyr alle programma på maskina di +Comment[pa]=ਆਪਣੇ ਸਿਸਟਮ ਉੱਤੇ ਇੰਸਟਾਲ ਹੋਈਆਂ ਐਪਲੀਕੇਸ਼ਨ ਲੱਭੋ ਤੇ ਚਲਾਓ +Comment[pl]=Wyszukuje i uruchamia programy zainstalowane w systemie +Comment[pt]=Procura e inicia as aplicações instaladas no seu sistema +Comment[pt_BR]=Localize e execute aplicativos instalados no seu sistema +Comment[ro]=Căutați și porniți programe instalate în sistem +Comment[ru]=Поиск и запуск установленных в вашей системе приложений +Comment[si]=ඔබගේ පද්ධතියේ ස්ථාපනය කර ඇති යෙදුම් සොයා ක්‍රියාත්මක කරන්න +Comment[sk]=Vyhľadáva a spúšťa nainštalované aplikácie v systéme +Comment[sq]=Gjeni dhe nisni zbatime të instaluar në sistemin tuaj +Comment[sv]=Sök och starta program som är installerade på din dator +Comment[te]=మీ వ్యవస్థలో స్థాపించబడిన అనువర్తనాలను కనుగొను మరియు ప్రారంభించు +Comment[tr]=Sisteminde kurulu uygulamaları bul ve başlat +Comment[ug]=كومپيۇتېرىڭىزغا ئورنىتىلغان پروگراممىلارنى ئىزدەيدۇ ۋە ئىجرا قىلىدۇ +Comment[uk]=Шукати та запускати програми встановлені в Вашій системі +Comment[ur]=نظام میں نصب اطلاقیے تلاش کریں اور چلائیں +Comment[ur_PK]=نظام میں نصب اطلاقیے تلاش کریں اور چلائیں +Comment[vi]=Tìm và chạy ứng dụng đã cài đặt trên hệ thống của bạn +Comment[zh_CN]=查找和启动在您系统上安装的应用程序 +Comment[zh_TW]=尋找並啟動您系統上安裝的應用程式 diff --git a/trunk/data/xfce4/panel/launcher-4/terminal-emulator.desktop b/trunk/data/xfce4/panel/launcher-4/terminal-emulator.desktop new file mode 100644 index 0000000..d0617a9 --- /dev/null +++ b/trunk/data/xfce4/panel/launcher-4/terminal-emulator.desktop @@ -0,0 +1,104 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch TerminalEmulator +Icon=utilities-terminal +StartupNotify=false +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +Name=Terminal Emulator +Name[ar]=محاكي الطرفية +Name[ast]=Emulador de terminal +Name[be]=Эмулятар тэрмінала +Name[bg]=Терминален Емулатор +Name[bn]=টার্মিনাল ইম্যুলেটর +Name[ca]=Emulador de terminal +Name[cs]=Emulátor terminálu +Name[cy]=Efelychydd Terfynell +Name[da]=Terminal-emulering +Name[de]=Terminal +Name[dz]=ཊལ་མི་ནཱལ་ནུས་འཕྲུལ། +Name[el]=Εξομοιωτής τερματικού +Name[en_GB]=Terminal Emulator +Name[es]=Emulador de terminal +Name[et]=Terminaliemulaator +Name[eu]=Terminal emuladorea +Name[fi]=Pääteohjelma +Name[fr]=Émulateur de Terminal +Name[gl]=Emulador de terminal +Name[he]=מסוף +Name[hr]=Emulator terminala +Name[hu]=Terminálemulátor +Name[id]=Emulator Terminal +Name[it]=Emulatore di terminale +Name[ja]=ターミナルエミュレーター +Name[kk]=Терминал эмуляторы +Name[ko]=터미널 에뮬레이터 +Name[ku]=Emûlatorê Termînalê +Name[lt]=Terminalo emuliatorius +Name[lv]=Termināla emulators +Name[mk]=Емулатор на терминал +Name[nb]=Terminalemulator +Name[nl]=Terminalvenster +Name[nn]=Terminalprogram +Name[pa]=ਟਰਮੀਨਲ ਈਮੂਲੇਟਰ +Name[pl]=Emulator terminala +Name[pt]=Emulador de terminal +Name[pt_BR]=Emulador de terminal +Name[ro]=Emulator de terminal +Name[ru]=Эмулятор терминала +Name[sk]=Emulátor terminálu +Name[sl]=Terminalski emulator +Name[sq]=Emulues Terminali +Name[sv]=Terminalemulator +Name[tl_PH]=Terminal Emulator +Name[tr]=Uçbirim Öykünücüsü +Name[ug]=تېرمىنال تەقلىدلىگۈ +Name[uk]=Емулятор терміналу +Name[ur]=ٹرمنل ایمولیٹر +Name[ur_PK]=ٹرمنل ایمولیٹر +Name[zh_CN]=终端模拟器 +Name[zh_TW]=終端機模擬程式 +Comment=Use the command line +Comment[ar]=إستعمل سطر الأوامر +Comment[bg]=Използвай командния ред +Comment[bn]=কমান্ড লাইন ব্যবহার করুন +Comment[ca]=Empra la línia d'ordres +Comment[cs]=Použít příkazový řádek +Comment[da]=Brug kommandolinjen +Comment[de]=Befehlszeile verwenden +Comment[el]=Χρησιμοποιείστε την γραμμή εντολών +Comment[en_GB]=Use the command line +Comment[es]=Usar la línea de comandos +Comment[et]=Kasuta käsurida +Comment[eu]=Erabili komando lerroa +Comment[fi]=Käytä komentoriviä +Comment[fr]=Utiliser la ligne de commande +Comment[gl]=Usar a liña de ordes +Comment[he]=שימוש בשורת הפקודה +Comment[hr]=Koristi naredbeni redak +Comment[hu]=Parancssor használata +Comment[id]=Gunakan baris perintah +Comment[is]=Nota skipanalínuna +Comment[it]=Usa la linea di comando +Comment[ja]=コマンドラインを使用します +Comment[kk]=Командалық жолды қолдану +Comment[ko]=명령줄 사용 +Comment[lt]=Naudoti komandų eilutę +Comment[nb]=Bruk kommandlinjen +Comment[nl]=Gebruik de opdrachtregel +Comment[nn]=Bruk kommandlinja +Comment[pa]=ਕਮਾਂਡ ਲਾਈਨ ਵਰਤੋਂ +Comment[pl]=Wprowadza i wykonuje wiersze poleceń +Comment[pt]=Utilizar a linha de comandos +Comment[pt_BR]=Usar a linha de comando +Comment[ro]=Utilizați linia de comandă +Comment[ru]=Использовать командную строку +Comment[sk]=Použiť príkazový riadok +Comment[sv]=Använd kommandoraden +Comment[tr]=Komut satırını kullan +Comment[ug]=بۇيرۇق قۇرىنى ئىشلىتىدۇ +Comment[uk]=Використовуєте командну стрічку +Comment[zh_CN]=使用命令行 +Comment[zh_TW]=使用指令列 diff --git a/trunk/data/xfce4/panel/launcher-5/text-editor.desktop b/trunk/data/xfce4/panel/launcher-5/text-editor.desktop new file mode 100644 index 0000000..69809b4 --- /dev/null +++ b/trunk/data/xfce4/panel/launcher-5/text-editor.desktop @@ -0,0 +1,81 @@ +[Desktop Entry] +Name=Mousepad +Name[ar]=لوحة الفارة +Name[cs]=Mousepad +Name[de]=Mousepad +Name[es]=Mousepad +Name[fi]=Mousepad +Name[fr]=Mousepad +Name[hr]=Mousepad +Name[id]=Mousepad +Name[it]=Mousepad +Name[ja]=Mousepad +Name[ko]=마우스패드 +Name[lt]=Mousepad +Name[pl]=Mousepad +Name[pt]=Mousepad +Name[pt_BR]=Mousepad +Name[ro]=Mousepad +Name[ru]=Mousepad +Name[sk]=Mousepad +Name[sr]=Мишоловка +Name[sv]=Mousepad +Name[ug]=Mousepad +Name[uk]=Mousepad +Name[zh_CN]=Mousepad +Name[zh_TW]=Mousepad +Comment=Simple Text Editor +Comment[ar]=محرر نصوص بسيط +Comment[cs]=Jednoduchý textový editor +Comment[de]=Einfacher Texteditor +Comment[es]=Simple editor de texto +Comment[fi]=Yksinkertainen tekstieditori +Comment[fr]=Éditeur de texte simple +Comment[hr]=Jednostavni uređivač teksta +Comment[id]=Penyunting Teks Sederhana +Comment[it]=Semplice editor di testo +Comment[ja]=シンプルなテキストエディターです +Comment[ko]=단순한 문서 편집기 +Comment[lt]=Paprastas teksto redaktorius +Comment[pl]=Zwykły edytor tekstu +Comment[pt]=Editor de texto simples +Comment[pt_BR]=Editor de Texto Simples +Comment[ro]=Un editor simplu de text +Comment[ru]=Простой текстовый редактор +Comment[sk]=Jednoduchý textový editor +Comment[sr]=Једноставан уређивач текста +Comment[sv]=Enkel textredigerare +Comment[ug]=ئاددىي تېكىست تەھرىرلىگۈ +Comment[uk]=Простий текстовий редактор +Comment[zh_CN]=简易文本编辑器 +Comment[zh_TW]=簡易文字編輯程式 +GenericName=Text Editor +GenericName[ar]=محرر نصوص +GenericName[cs]=Textový editor +GenericName[de]=Texteditor +GenericName[es]=Editor de texto +GenericName[fi]=Tekstieditori +GenericName[fr]=Éditeur de texte +GenericName[hr]=Uređivač teksta +GenericName[id]=Penyunting Teks +GenericName[it]=Editor di Testo +GenericName[ja]=テキストエディター +GenericName[ko]=문서 편집기 +GenericName[lt]=Teksto redaktorius +GenericName[pl]=Edytor tekstu +GenericName[pt]=Editor de texto +GenericName[pt_BR]=Editor de Texto +GenericName[ro]=Editor de text +GenericName[ru]=Текстовый редактор +GenericName[sk]=Textový editor +GenericName[sr]=Уређивач текста +GenericName[sv]=Textredigerare +GenericName[ug]=تېكىست تەھرىرلىگۈ +GenericName[uk]=Текстовий редактор +GenericName[zh_CN]=文本编辑器 +GenericName[zh_TW]=文字編輯程式 +Exec=mousepad %F +Icon=accessories-text-editor +Terminal=false +StartupNotify=true +Type=Application diff --git a/trunk/data/xfce4/panel/launcher-6/file-manager.desktop b/trunk/data/xfce4/panel/launcher-6/file-manager.desktop new file mode 100644 index 0000000..1e94693 --- /dev/null +++ b/trunk/data/xfce4/panel/launcher-6/file-manager.desktop @@ -0,0 +1,95 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch FileManager %u +Icon=system-file-manager +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash; +Name=File Manager +Name[ar]=مدير الملفات +Name[ast]=Xestor de Ficheros +Name[bg]=Файлов мениджър +Name[bn]=ফাইল ম্যানেজার +Name[ca]=Gestor de fitxers +Name[cs]=Správce souborů +Name[da]=Filhåndtering +Name[de]=Dateimanager +Name[el]=Διαχειριστής αρχείων +Name[en_GB]=File Manager +Name[es]=Administrador de archivos +Name[et]=Failihaldur +Name[eu]=Fitxategi kudeatzailea +Name[fi]=Tiedostonhallinta +Name[fr]=Gestionnaire de fichiers +Name[gl]=Xestor de ficheiros +Name[he]=מנהל קבצים +Name[hr]=Upravitelj datoteka +Name[hu]=Fájlkezelő +Name[id]=Manajer Berkas +Name[it]=Gestore dei file +Name[ja]=ファイルマネージャー +Name[kk]=Файлдар басқарушысы +Name[ko]=파일 관리자 +Name[lt]=Failų tvarkyklė +Name[lv]=Faila pārvaldnieks +Name[nb]=Filbehandler +Name[nl]=Bestandbeheerder +Name[nn]=Filhandsamar +Name[pa]=ਫਾਇਲ ਮੈਨੇਜਰ +Name[pl]=Menedżer plików +Name[pt]=Gestor de ficheiros +Name[pt_BR]=Gerenciador de arquivos +Name[ro]=Manager de fișiere +Name[ru]=Файловый менеджер +Name[sk]=Správca súborov +Name[sv]=Filhanterare +Name[tr]=Dosya Yöneticisi +Name[ug]=ھۆججەت باشقۇرغۇ +Name[uk]=Файловий менеджер +Name[zh_CN]=文件管理器 +Name[zh_TW]=檔案管理員 +Comment=Browse the file system +Comment[ar]=تصف ملف النظام +Comment[bg]=Разгледай файловата система +Comment[bn]=ফাইল সিস্টেম ব্রাউজ করুন +Comment[ca]=Navega el sistema de fitxers +Comment[cs]=Procházet systém souborů +Comment[da]=Gennemse filsystemet +Comment[de]=Das Dateisystem durchsuchen, um einen eigenen Befehl zu wählen +Comment[el]=Περιηγηθείτε στο αρχείο συστήματος +Comment[en_GB]=Browse the file system +Comment[es]=Navegar por el sistema de archivos +Comment[et]=Sirvi failisüsteemi +Comment[eu]=Arakatu fitxategi sistema +Comment[fi]=Selaa tiedostojärjestelmää +Comment[fr]=Parcourir le système de fichiers +Comment[gl]=Examinar o sistema de ficheiros +Comment[he]=עיון במערכת הקבצים +Comment[hr]=Pregledaj datotečni sustav +Comment[hu]=Fájlrendszer tallózása +Comment[id]=Ramban sistem berkas +Comment[is]=Flakka í skráakerfinu +Comment[it]=Sfoglia il file system +Comment[ja]=ファイルシステムを参照します +Comment[kk]=Файлдық жүйені шолу +Comment[ko]=파일 시스템 탐색 +Comment[lt]=Naršyti failų sistemą +Comment[nb]=Bla gjennom filsystemet +Comment[nl]=Blader door het bestandssysteem +Comment[nn]=Bla gjennom filsystemet +Comment[pa]=ਫਾਇਲ ਸਿਸਟਮ ਬਰਾਊਜ਼ਰ ਕਰੋ +Comment[pl]=Przegląda system plików i zarządza jego zawartością +Comment[pt]=Explorar sistema de ficheiros +Comment[pt_BR]=Navegar pelo sistema de arquivos +Comment[ro]=Parcurgeți sistemul de fișiere +Comment[ru]=Просмотреть файловую систему +Comment[sk]=Prehliadať systém súborov +Comment[sv]=Bläddra i filsystemet +Comment[tr]=Dosya sistemini tara. +Comment[ug]=ھۆججەت سىستېمىسىنى كۆرىدۇ +Comment[uk]=Оглянути файлову систему +Comment[zh_CN]=浏览文件系统 +Comment[zh_TW]=瀏覽檔案系統 diff --git a/trunk/data/xfce4/panel/launcher-8/web-browser.desktop b/trunk/data/xfce4/panel/launcher-8/web-browser.desktop new file mode 100644 index 0000000..00b7dfc --- /dev/null +++ b/trunk/data/xfce4/panel/launcher-8/web-browser.desktop @@ -0,0 +1,105 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch WebBrowser %u +Icon=web-browser +StartupNotify=false +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +MimeType=x-scheme-handler/http;x-scheme-handler/https; +Name=Web Browser +Name[ar]=متصفّح وِب +Name[ast]=Restolador web +Name[be]=Гартач Сеціва +Name[bg]=Интернет браузър +Name[bn]=ওয়েব ব্রাউজার +Name[ca]=Navegador web +Name[cs]=Webový prohlížeč +Name[cy]=Porydd Gwê +Name[da]=Webbrowser +Name[de]=Webbrowser +Name[dz]=ཝེབ་བརྡ་འཚོལ་པ། +Name[el]=Περιηγητής διαδικτύου +Name[en_GB]=Web Browser +Name[es]=Navegador web +Name[et]=Veebisirvija +Name[eu]=Web nabigatzailea +Name[fi]=Web-selain +Name[fr]=Navigateur Web +Name[gl]=Navegador web +Name[he]=דפדפן אינטרנט +Name[hr]=Web preglednik +Name[hu]=Webböngésző +Name[id]=Peramban Web +Name[it]=Browser web +Name[ja]=ウェブブラウザー +Name[kk]=Веб браузері +Name[ko]=웹 브라우저 +Name[ku]=Geroka Torê +Name[lt]=Interneto naršyklė +Name[lv]=Tīmekļa pārlūks +Name[mk]=Web пребарувач +Name[nb]=Nettleser +Name[nl]=Webbrowser +Name[nn]=Nettlesar +Name[pa]=ਵੈੱਬ ਬਰਾਊਜ਼ਰ +Name[pl]=Przeglądarka internetowa +Name[pt]=Navegador web +Name[pt_BR]=Navegador web +Name[ro]=Navigator +Name[ru]=Веб-браузер +Name[sk]=Internetový prehliadač +Name[sl]=Spletni brskalnik +Name[sq]=Shfletues Web +Name[sv]=Webbläsare +Name[tl_PH]=Web Browser +Name[tr]=İnternet Tarayıcısı +Name[ug]=توركۆرگۈ +Name[uk]=Переглядач Web +Name[ur]=ویب براؤزر +Name[ur_PK]=ویب براؤزر +Name[zh_CN]=网络浏览器 +Name[zh_TW]=網路瀏覽器 +Comment=Browse the web +Comment[ar]=تصفح الوِب +Comment[bg]=Разгледай мрежата +Comment[bn]=ওয়েব ব্রাউজ করুন +Comment[ca]=Navega la web +Comment[cs]=Procházet web +Comment[da]=Gennemse internettet +Comment[de]=Im Internet surfen +Comment[el]=Περιηγηθείτε στον ιστό +Comment[en_GB]=Browse the web +Comment[es]=Navegar por la web +Comment[et]=Sirvi veebi +Comment[eu]=Nabigatu web-a +Comment[fi]=Selaa verkkosivuja +Comment[fr]=Naviguer sur internet +Comment[gl]=Navegar pola web +Comment[he]=גלישה באינטרנט +Comment[hr]=Pregledaj web +Comment[hu]=Webböngészés +Comment[id]=Ramban web +Comment[is]=Flakka á vefnum +Comment[it]=Naviga in rete +Comment[ja]=ウェブを閲覧します +Comment[kk]=Интернетті шолу +Comment[ko]=웹 탐색 +Comment[lt]=Naršyti internete +Comment[nb]=Surfe på nettet +Comment[nl]=Verken het web +Comment[nn]=Surf på nettet +Comment[pa]=ਵੈੱਬ ਬਰਾਊਜ਼ ਕਰੋ +Comment[pl]=Przegląda zawartość sieci internetowej +Comment[pt]=Navegar na web +Comment[pt_BR]=Navegar pela web +Comment[ro]=Navigați pe net +Comment[ru]=Смотреть в Интернете +Comment[sk]=Prehliadať internet +Comment[sv]=Surfa på webben +Comment[tr]=Web'de gezin +Comment[ug]=تور كۆرىدۇ +Comment[uk]=Мандруйте Інтернетом +Comment[zh_CN]=浏览网络 +Comment[zh_TW]=瀏覽網路 diff --git a/trunk/data/xfce4/panel/launcher-9/mcc.desktop b/trunk/data/xfce4/panel/launcher-9/mcc.desktop new file mode 100644 index 0000000..762ce8a --- /dev/null +++ b/trunk/data/xfce4/panel/launcher-9/mcc.desktop @@ -0,0 +1,110 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Name=Configure Your Computer +Name[ar]=اضبط حاسوبك +Name[ast]=Configurar l'ordenador +Name[bg]=Конфигуриране нa компютър +Name[bn]=কম্পিউটারকে কনফিগার করুন +Name[br]=Kefluniañ hoc'h urzhiataer +Name[bs]=Podesite vaš računar +Name[ca]=Configurar el teu ordinador +Name[cs]=Nastavit váš počítač +Name[cy]=Ffurfweddu eich Cyfrifiadur +Name[da]=Konfigurér din maskine +Name[de]=Den Computer konfigurieren +Name[el]=Ρυθμίστε τον υπολογιστή σας +Name[es]=Configurar su computadora +Name[et]=Arvuti seadistamine +Name[eu]=Konfiguratu Zure Konputagailua +Name[fa]=پیکربندی رایانه خود +Name[fi]=Aseta tietokone +Name[fr]=Configurer votre ordinateur +Name[gl]=Configure o seu Ordenador +Name[he]=מרכז הבקרה של מנדריבה לינוקס +Name[hu]=A számítógép beállítása +Name[id]=Konfigurasikan Komputer Anda +Name[is]=Stilla tölvuna þína +Name[it]=Configura il computer +Name[ja]=コンピュータを設定 +Name[ky]=Компьютерди ырастоо +Name[mk]=Конфигурирајте го компјутерот +Name[ms]=Tetapkan Komputer Anda +Name[nb]=Innstillinger for maskinen +Name[nl]=Uw computer configureren +Name[nn]=Set opp maskina +Name[pl]=Konfiguracja komputera +Name[pt]=Centro de Controlo Mandriva +Name[pt_BR]=Configure seu Computador +Name[ro]=Configurați calculatorul +Name[ru]=Настройка компьютера +Name[sc]=Assètia sa computadora +Name[sk]=Nastaviť váš počítač +Name[sl]=Nastavite svoj računalnik +Name[sv]=Konfigurera din dator +Name[tg]=Батанзимдарории Компютери Шумо +Name[th]=ปรับแต่งเครื่องคอมพิวเตอร์ของท่าน +Name[tr]=Bilgisayarınızı Yapılandırın +Name[uk]=Налаштувати комп'ютер +Name[uz]=Kompyuterni moslash +Name[uz@cyrillic]=Компьютерни мослаш +Name[vi]=Cấu hình máy tính +Name[wa]=Apontyî vosse copiutrece +Name[zh_CN]=配置您的计算机 +Name[zh_TW]=設定您的電腦 +Comment=Configure Your Computer +Comment[ar]=اضبط حاسوبك +Comment[ast]=Configurar l'ordenador +Comment[bg]=Конфигуриране нa компютър +Comment[bn]=কম্পিউটারকে কনফিগার করুন +Comment[br]=Kefluniañ hoc'h urzhiataer +Comment[bs]=Podesite vaš računar +Comment[ca]=Configurar el teu ordinador +Comment[cs]=Nastavit váš počítač +Comment[cy]=Ffurfweddu eich Cyfrifiadur +Comment[da]=Konfigurér din maskine +Comment[de]=Den Computer konfigurieren +Comment[el]=Ρυθμίστε τον υπολογιστή σας +Comment[es]=Configurar su computadora +Comment[et]=Arvuti seadistamine +Comment[eu]=Konfiguratu Zure Konputagailua +Comment[fa]=پیکربندی رایانه خود +Comment[fi]=Aseta tietokone +Comment[fr]=Configurer votre ordinateur +Comment[gl]=Configure o seu Ordenador +Comment[he]=מרכז הבקרה של מנדריבה לינוקס +Comment[hu]=A számítógép beállítása +Comment[id]=Konfigurasikan Komputer Anda +Comment[is]=Stilla tölvuna þína +Comment[it]=Configura il computer +Comment[ja]=コンピュータを設定 +Comment[ky]=Компьютерди ырастоо +Comment[mk]=Конфигурирајте го компјутерот +Comment[ms]=Tetapkan Komputer Anda +Comment[nb]=Innstillinger for maskinen +Comment[nl]=Uw computer configureren +Comment[nn]=Set opp maskina +Comment[pl]=Konfiguracja komputera +Comment[pt]=Centro de Controlo Mandriva +Comment[pt_BR]=Configure seu Computador +Comment[ro]=Configurați calculatorul +Comment[ru]=Настройка компьютера +Comment[sc]=Assètia sa computadora +Comment[sk]=Nastaviť váš počítač +Comment[sl]=Nastavite svoj računalnik +Comment[sv]=Konfigurera din dator +Comment[tg]=Батанзимдарории Компютери Шумо +Comment[th]=ปรับแต่งเครื่องคอมพิวเตอร์ของท่าน +Comment[tr]=Bilgisayarınızı Yapılandırın +Comment[uk]=Налаштувати комп'ютер +Comment[uz]=Kompyuterni moslash +Comment[uz@cyrillic]=Компьютерни мослаш +Comment[vi]=Cấu hình máy tính +Comment[wa]=Apontyî vosse copiutrece +Comment[zh_CN]=配置您的计算机 +Comment[zh_TW]=設定您的電腦 +Exec=/usr/sbin/drakconf +Icon=drakconf +Terminal=false +Type=Application +StartupNotify=false +Categories=GTK;X-MandrivaLinux-CrossDesktop;System; diff --git a/trunk/data/xfce4/terminal/terminalrc b/trunk/data/xfce4/terminal/terminalrc new file mode 100644 index 0000000..a685551 --- /dev/null +++ b/trunk/data/xfce4/terminal/terminalrc @@ -0,0 +1,10 @@ +[Configuration] +BackgroundMode=TERMINAL_BACKGROUND_IMAGE +BackgroundImageFile=/usr/share/mga/backgrounds/default.jpg +BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_STRETCHED +BackgroundDarkness=0,350000 +BindingBackspace=TERMINAL_ERASE_BINDING_ASCII_DELETE +BindingDelete=TERMINAL_ERASE_BINDING_DELETE_SEQUENCE +FontName=Monospace 10 +ScrollingOnOutput=FALSE +ShortcutsNoMenukey=TRUE diff --git a/trunk/data/xfce4/theme/gtkrc b/trunk/data/xfce4/theme/gtkrc new file mode 100644 index 0000000..73fa6b6 --- /dev/null +++ b/trunk/data/xfce4/theme/gtkrc @@ -0,0 +1,22 @@ +# original idea tpg@mandriva.org + +#style "xfce-panel" +#{ +# +# # mageia-xfce-panel.png is same as main panel height, which is 32 px +# bg_pixmap[NORMAL] = "mageia-xfce-panel.png" +# bg_pixmap[SELECTED] = "mageia-xfce-panel.png" +#} + +# make desktop's icons label transparent +style "xfdesktop-icon-view" +{ + + XfdesktopIconView::label-alpha = 10 + fg[NORMAL] = "#ffffff" + fg[SELECTED] = "#ffffff" +} + +class "Xfce*Panel*" style "xfce-panel" +widget_class "*Xfce*Panel*" style "xfce-panel" +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml new file mode 100644 index 0000000..d07f265 --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml new file mode 100644 index 0000000..2f4ae3d --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml new file mode 100644 index 0000000..3986adf --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/pointers.xml new file mode 100644 index 0000000..15709a1 --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/pointers.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml new file mode 100644 index 0000000..9fc9c7d --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/thunar.xml new file mode 100644 index 0000000..157971b --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..b13500f --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml new file mode 100644 index 0000000..c467456 --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml new file mode 100644 index 0000000..4a97a7d --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml new file mode 100644 index 0000000..dedc795 --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..709a0ff --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml new file mode 100644 index 0000000..75be69f --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new file mode 100644 index 0000000..ddf9d6c --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml new file mode 100644 index 0000000..cf1e31f --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml new file mode 100644 index 0000000..7d24b68 --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml new file mode 100644 index 0000000..955495e --- /dev/null +++ b/trunk/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1