15 Commits

Author SHA1 Message Date
Kondor Dániel
138362bb3c themes-manager: do not use a terminal when creating a theme package
Most terminal emulators will not return the exit status of the command run.
2025-01-18 19:49:31 +01:00
Daniel Kondor
e10bf7323c scripts: remove further unused function, do not use gconftool 2024-11-17 23:26:55 +01:00
Daniel Kondor
d2e894b6ac scripts: remove unused functions 2024-03-09 21:17:24 +01:00
Nick Abal
836cc16581 replace hardcoded /bin/cp with cp for portability 2014-11-29 22:02:53 +01:00
Matthieu Baerts
10dbb4a759 Initial script: ${VAR:POS:LENGTH}: with older versions of bash, length cannot be negative 2014-09-01 20:34:58 +02:00
Matthieu Baerts
d17ac5d9c8 script: Initial-setup: Added support for GSettings backend (Compiz >=0.9.11)
+ Added more debug (echo) and do not add staticswitcher if unity plugin is enabled
2014-08-17 20:49:37 +02:00
Matthieu Baerts
4338ef8005 Script: Initial Setup: Compiz: add a staticswitcher (Alt+Tab) if none is enabled 2013-09-22 19:37:27 +02:00
Matthieu Baerts
48f47b51c4 Script: Package-Theme: make sure that 'icons' dir is created before trying to copy files into it
+ translate all French sentences to English
 + add verbose with copying file in 'import_file_full'
2013-05-29 01:36:58 +02:00
Matthieu Baerts
06dccabe9f Theme: package: added the possibility to select another output directory
A new widget is added is easily select another output dir (and it's maybe more better to know where the new package is located)
+ added a message if there is an error
+ the 'home' dir is used if there is a problem with the new output dir
+ if the tarball already exists, rename the output file
2013-05-29 00:36:39 +02:00
Matthieu Baerts
eef0ded1d4 cairo-dock-package-theme: moved it to data/scripts and installed it in share/cairo-dock/scripts/ because this script is only used by the dock and it knows where it is installed 2012-06-18 20:37:46 +02:00
Matthieu Baerts
0ef74cd898 initial-setup: no longer modify global gconf keys of gnome settings
+ Check if DBus Compiz's plugin is enabled even if Compiz uses default settings (this plug-in is required to communicate with Compiz)
2012-04-07 02:41:39 +02:00
Matthieu Baerts
97e422bc87 desktop-manager: Improved the launch of our Cairo-Dock session (by removing Unity Compiz plugin and by launching the dock with a short delay) 2011-10-06 12:09:49 +02:00
Matthieu Baerts
5ee327ef4c Help: The wiki page is available there: http://wiki.glx-dock.org
Included cairo-dock-compiz-integration.h with the settings for DBus
      Unity: only enable the menu if this is the new version of Compiz and the name of the plugin seems to be 'unityshell'
      Moved unity and gnome-panel entries in the submenu.
Compiz-Integration: with Compiz 0.9, there is an error if we want to change the active plugins with DBus (we have this error in Compiz: [compiz (core) - Warn: Can't set Value with type 12 to option active_plugins with type 11] ; same error with dbus-send...) => workaround: used a script with gconf and the flat file
Data/scripts: Help_scripts: updated compiz_plugin for Compiz 0.9 and added compiz_new_replace_list_plugins (for Compiz 0.9 - workaround)
2011-09-17 16:05:38 +02:00
Matthieu Baerts
5e1f0ffeff data/scripts/initial-setup.sh: fixed a typo 2011-08-08 12:13:23 +02:00
matttbe
60ef381ccd Summer cleaning :) :
Removed some useless and deprecated files in the trunk directory: generate-deb, compile-all
data: Removed some unused icons: alpha and icon-accessibility
data: Moved all icons in the icons directory (they are now installed in 'share/icons'
data: Moved all images in 'images' directory (they are now installed in 'share/images')
data/icons: updated close/minimize/maximize/restore/connection icons to have the same design as the other
data/images: added help-preview.jpg
data: Moved apply-default-values-to-conf.sh to 'script' directory (in the trunk because it's not used by the dock)
data: Moved all scripts to 'scripts' directory (they are now installed in 'share/scripts')
data/ChangeLog.txt: fixed a typo (2.3.0 instead of 2.4.0)
data/*.conf.in, data/default-theme/cairo-dock.conf, src/: updated a few paths the images/script/images because they have moved to another directory
data/Help.conf.in: added new icons
CMakeLists.txt: added Help version
src/gldit/cairo-dock-dialog-manager.c: Used cairo-dock-animated.xpm instead of cairo-dock.svg because this icon is animated (or we have to change 'attr.iNbFrames', etc.)
@fabounet: of course, everything can be reverted but I think it's more cleaner and I hope there is any missing icons ;)
2011-07-17 11:36:05 +02:00