Revisión 13158f32
Añadido por Rafael J García hace casi 9 años
ubuntu/trusty/all/linex-colegio-config/debian/changelog | ||
---|---|---|
linex-colegio-config (1.0) linex; urgency=low
|
||
|
||
* Initial release.
|
||
|
||
-- Rafael J. García Perdigón <rafael.garciap@gobex.es> Wed, 29 Oct 2015 10:44:27 +0100
|
ubuntu/trusty/all/linex-colegio-config/debian/compat | ||
---|---|---|
8
|
ubuntu/trusty/all/linex-colegio-config/debian/control | ||
---|---|---|
Source: linex-colegio-config
|
||
Section: admin
|
||
Priority: extra
|
||
Maintainer: Rafael Jesús García Perdigón<rafael.garciap@gobex.es>
|
||
Build-Depends: debhelper (>= 8.0.0)
|
||
Standards-Version: 3.9.4
|
||
|
||
Package: linex-colegio-config
|
||
Architecture: all
|
||
Pre-Depends:unity-greeter, light-themes, lightdm-webkit-greeter, libuser
|
||
Depends: lightdm, linex-backgrounds, cairo-dock, skanlite, performous,cheese, shotwell, gcompris,
|
||
ktuberling,pysycache,frozen-bubble,funnyboat, pingus, hex-a-hop, circuslinux,gamine, monsterz, ri-li,
|
||
gcalctool,empathy,jokosher,rhythmbox,kino,childsplay, hedgewars, ceferino, supertux,flobopuyo,briquolo,
|
||
gbrainy,kraptor,pathological,ooo4kids-es,gedit,xarchiver, empathy,cheese,openshot,imagination,canorus,
|
||
fretsonfire,JFractionLab,pyromaths, xabacus, blobwars, solarwolf, criticalmass, stormbaancoureur,
|
||
warmux
|
||
Conlict:linex-lightdm-config
|
||
Provides:linex-lightdm-config
|
||
Replaces:linex-lightdm-config
|
||
Description: linex colegio configuration.
|
||
Configure linex to match colegio's version, add users needed, modify lightdm to
|
||
show only that users.
|
ubuntu/trusty/all/linex-colegio-config/debian/copyright | ||
---|---|---|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||
Upstream-Name: lingobex-desktop-theme
|
||
|
||
Files: *
|
||
Copyright: 2014 Gobierno de Extremadura
|
||
License: GPL-3.0+
|
||
|
||
Files: debian/*
|
||
Copyright: 2014 Gobierno de Extremadura
|
||
License: GPL-3.0+
|
||
|
||
License: GPL-3.0+
|
||
This program is free software: you can redistribute it and/or modify
|
||
it under the terms of the GNU General Public License as published by
|
||
the Free Software Foundation, either version 3 of the License, or
|
||
(at your option) any later version.
|
||
.
|
||
This package is distributed in the hope that it will be useful,
|
||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
GNU General Public License for more details.
|
||
.
|
||
You should have received a copy of the GNU General Public License
|
||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
.
|
||
On Debian systems, the complete text of the GNU General
|
||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
||
|
ubuntu/trusty/all/linex-colegio-config/debian/install | ||
---|---|---|
usr
|
||
etc
|
ubuntu/trusty/all/linex-colegio-config/debian/linex-colegio-config.links | ||
---|---|---|
/usr/share/linex-colegio/com.canonical.unity-greeter.gschema.xml /usr/share/glib-2.0/schemas/com.canonical.unity-greeter.gschema.xml
|
ubuntu/trusty/all/linex-colegio-config/debian/postinst | ||
---|---|---|
#!/bin/bash
|
||
|
||
#set -e
|
||
|
||
#if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remove" ] ; then
|
||
#update-alternatives --install /etc/lightdm/lightdm-gtk-greeter.conf lightdm-gtk-greeter-config-derivative /usr/share/linex-lightdm-config/lightdm-gtk-greeter-linex-colegio.conf 110
|
||
#fi
|
||
|
||
|
||
if [ "$1" = "configure" ]; then
|
||
|
||
usuario1="infantil"
|
||
usuario2="ciclo1y2"
|
||
usuario3="ciclo3"
|
||
grupoprofe="teachers"
|
||
grupoalum="students"
|
||
|
||
luserdel -r usuario 2>/dev/null
|
||
lgroupdel usuario 2>/dev/null
|
||
rm -r /home/usuario 2>/dev/null
|
||
lgroupmod -g 1003 linex 2>/dev/null
|
||
lusermod -u 1003 linex 2>/dev/null
|
||
chown -R linex:linex /home/linex 2>/dev/null
|
||
# mkdir /var/home
|
||
luserdel -r $usuario1 2>/dev/null
|
||
luserdel -r $usuario2 2>/dev/null
|
||
luserdel -r $usuario3 2>/dev/null
|
||
lgroupdel $usuario1 2>/dev/null
|
||
lgroupdel $usuario2 2>/dev/null
|
||
lgroupdel $usuario3 2>/dev/null
|
||
lgroupadd -g 3000 $grupoprofe 2>/dev/null
|
||
lgroupadd -g 1100 $grupoalum 2>/dev/null
|
||
|
||
existe1=`cat /etc/passwd |grep ^$usuario1`
|
||
existe2=`cat /etc/passwd |grep ^$usuario2`
|
||
existe3=`cat /etc/passwd |grep ^$usuario3`
|
||
service nscd stop
|
||
service autofs stop
|
||
|
||
if [ "$existe1" = "" ]; then
|
||
# echo entra en el if existe1
|
||
echo entra por el if existe1
|
||
lgroupadd -g 1000 $usuario1 2>/dev/null
|
||
luseradd -p '$1$xcM1dj0F$asPMz0hYZLxFfPljDP3XH.' -u 1000 -g 1000 -s /bin/bash -k /usr/share/linex-colegio/skel-$usuario1 $usuario1 2>/dev/null
|
||
chown -R $usuario1:$usuario1 /home/infantil
|
||
else
|
||
# echo entra en el else existe1
|
||
echo entra por el else existe1
|
||
lgroupadd -g 1000 $usuario1 2>/dev/null
|
||
lusermod -u 1000 -g 1000 $usuario1 2>/dev/null
|
||
chown -R $usuario1:$usuario1 /home/infantil
|
||
fi
|
||
if [ "$existe2" = "" ]; then
|
||
# echo entra en el if existe2
|
||
lgroupadd -g 1001 $usuario2 2>/dev/null
|
||
luseradd -p '$1$S5X4h4BS$Ik7jHkkBSuXAD0gV.J3ZT0' -u 1001 -g 1001 -s /bin/bash -k /usr/share/linex-colegio/skel-$usuario2 $usuario2 2>/dev/null
|
||
chown -R $usuario2:$usuario2 /home/ciclo1y2
|
||
else
|
||
# echo entra en el else existe2
|
||
lgroupadd -g 1001 $usuario2 2>/dev/null
|
||
lusermod -u 1001 -g 1001 $usuario2 2>/dev/null
|
||
chown -R $usuario2:$usuario2 /home/ciclo1y2
|
||
fi
|
||
if [ "$existe3" = "" ]; then
|
||
# echo entra en el if existe3
|
||
lgroupadd -g 1002 $usuario3 2>/dev/null
|
||
luseradd -p '$1$S5X4h4BS$Ik7jHkkBSuXAD0gV.J3ZT0' -u 1002 -g 1002 -s /bin/bash -k /usr/share/linex-colegio/skel-$usuario3 $usuario3 2>/dev/null
|
||
chown -R $usuario3:$usuario3 /home/ciclo3
|
||
|
||
else
|
||
# echo entra en el else existe3
|
||
lgroupadd -g 1002 $usuario3 2>/dev/null
|
||
lusermod -u 1002 -g 1002 $usuario3 2>/dev/null
|
||
chown -R $usuario3:$usuario3 /home/ciclo3
|
||
fi
|
||
|
||
lgroupmod -M $usuario1,$usuario2,$usuario3 nopasswdlogin 2>/dev/null
|
||
lgroupmod -M $usuario1,$usuario2 $grupoalum 2>/dev/null
|
||
lgroupmod -M $usuario3 $grupoprofe 2>/dev/null
|
||
|
||
|
||
fi
|
||
|
||
|
||
# Eliminamos el greeter de xubuntu para dejar por defecto el de unity
|
||
mv /usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf /usr/share/lightdm/lightdm.conf.d/_60-lightdm-gtk-greeter.conf_Post_linex_colegio_config
|
||
cp /etc/lightdm/lightdm-webkit-greeter-linex.conf /etc/lightdm/lightdm-webkit-greeter.conf
|
||
mv /usr/share/lightdm/lightdm.conf.d/50-unity-greeter-linex.conf /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf
|
||
rm /var/lib/AccountsService/users/*
|
||
mv /usr/share/linex-colegio/AccountsService/infantil.jpg /var/lib/AccountsService/icons
|
||
mv /usr/share/linex-colegio/AccountsService/infantil /var/lib/AccountsService/users
|
||
mv /usr/share/linex-colegio/AccountsService/ciclo1y2.jpg /var/lib/AccountsService/icons
|
||
mv /usr/share/linex-colegio/AccountsService/ciclo1y2 /var/lib/AccountsService/users
|
||
mv /usr/share/linex-colegio/AccountsService/ciclo3.jpg /var/lib/AccountsService/icons
|
||
mv /usr/share/linex-colegio/AccountsService/ciclo3 /var/lib/AccountsService/users
|
||
mv /usr/share/linex-colegio/pre-gnome.sh /usr/bin/pre-gnome.sh
|
||
cp /usr/share/xfce4/backdrops/fondo_1a.jpg /usr/share/lightdm-webkit/themes/pretty/img/bg.jpg
|
||
rm /etc/xdg/autostart/cairo-dock.desktop 2>/dev/null
|
||
|
||
#Reiniciamos el servicio de lightdm
|
||
|
||
|
ubuntu/trusty/all/linex-colegio-config/debian/postrm | ||
---|---|---|
#!/bin/bash
|
||
|
||
|
||
update-alternatives --remove lightdm-gtk-greeter-config-derivative \
|
||
/usr/share/linex-lightdm-config/lightdm-gtk-greeter-linex.conf
|
||
|
||
|
||
#Dejamos el greeter por defecto de xubuntu:
|
||
|
||
#Dejamos el fondo para greeter de Unity
|
||
|
||
PKG="linex-colegio-config"
|
||
SHAREDIR="/usr/share/linex-colegio"
|
||
|
||
remove_divert() {
|
||
diverter=$(dpkg-divert --listpackage $1)
|
||
if [ "$diverter" = "$PKG" ]; then
|
||
dpkg-divert --package "$PKG" --rename --remove $1
|
||
fi
|
||
}
|
||
|
||
|
||
if [ "$1" = remove ]; then
|
||
remove_divert /usr/share/glib-2.0/schemas/com.canonical.unity-greeter.gschema.xml
|
||
fi
|
||
|
||
|
||
mv /usr/share/lightdm/lightdm.conf.d/_60-lightdm-gtk-greeter.conf_Post_linex_colegio_config /usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf
|
||
mv /usr/share/lightdm/lightdm.conf.d/50-unity-greeter-linex.conf /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf
|
||
|
||
#Reiniciamos el servicio de lightdm
|
||
|
||
invoke-rc.d lightdm restart
|
ubuntu/trusty/all/linex-colegio-config/debian/preinst | ||
---|---|---|
#!/bin/bash
|
||
#Cambiamos el fondo para greeter de Unity
|
||
|
||
PKG="linex-colegio-config"
|
||
SHAREDIR="/usr/share/linex-colegio"
|
||
|
||
divert() {
|
||
diverted_file=$1
|
||
|
||
dpkg-divert --package "$PKG" --add --rename \
|
||
--divert "${diverted_file}-pre-$PKG" $diverted_file
|
||
}
|
||
|
||
divert /usr/share/glib-2.0/schemas/com.canonical.unity-greeter.gschema.xml
|
||
|
||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||
|
||
exit 0
|
ubuntu/trusty/all/linex-colegio-config/debian/rules | ||
---|---|---|
#!/usr/bin/make -f
|
||
# -*- makefile -*-
|
||
# Sample debian/rules that uses debhelper.
|
||
# This file was originally written by Joey Hess and Craig Small.
|
||
# As a special exception, when this file is copied by dh-make into a
|
||
# dh-make output file, you may use that output file without restriction.
|
||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||
|
||
# Uncomment this to turn on verbose mode.
|
||
#export DH_VERBOSE=1
|
||
|
||
%:
|
||
dh $@
|
ubuntu/trusty/all/linex-colegio-config/debian/source/format | ||
---|---|---|
3.0 (native)
|
ubuntu/trusty/all/linex-colegio-config/etc/lightdm/lightdm-webkit-greeter-linex.conf | ||
---|---|---|
#
|
||
# background = Background file to use, either an image path or a color (e.g. #772953)
|
||
# theme-name = GTK+ theme to use
|
||
# font-name = Font to use
|
||
# xft-antialias = Whether to antialias Xft fonts (true or false)
|
||
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
|
||
# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
|
||
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
|
||
#
|
||
[greeter]
|
||
background=/usr/share/backgrounds/warty-final-ubuntu.png
|
||
theme-name=Ambiance
|
||
#webkit-theme=default
|
||
webkit-theme=pretty
|
||
font-name=Ubuntu 11
|
||
xft-antialias=true
|
||
xft-dpi=96
|
||
xft-hintstyle=slight
|
||
xft-rgba=rgb
|
||
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/blueman-applet-1002 | ||
---|---|---|
4804
|
||
0
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/dbus-session | ||
---|---|---|
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-K9ZM1wNxG7
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/dbus.log | ||
---|---|---|
Activating service name='org.gtk.vfs.Daemon'
|
||
Successfully activated service 'org.gtk.vfs.Daemon'
|
||
Activating service name='org.a11y.Bus'
|
||
Successfully activated service 'org.a11y.Bus'
|
||
Activating service name='org.a11y.atspi.Registry'
|
||
Successfully activated service 'org.a11y.atspi.Registry'
|
||
|
||
** (at-spi2-registryd:4709): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
|
||
|
||
** (at-spi2-registryd:4709): WARNING **: Unable to register client with session manager
|
||
Activating service name='org.xfce.Xfconf'
|
||
Successfully activated service 'org.xfce.Xfconf'
|
||
Activating service name='ca.desrt.dconf'
|
||
Successfully activated service 'ca.desrt.dconf'
|
||
Activating service name='org.gnome.zeitgeist.Engine'
|
||
Activating service name='org.gnome.zeitgeist.SimpleIndexer'
|
||
Successfully activated service 'org.gnome.zeitgeist.Engine'
|
||
** Message: Index must be upgraded. Doing full rebuild
|
||
|
||
** (zeitgeist-datahub:4786): WARNING **: zeitgeist-datahub.vala:229: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
|
||
Successfully activated service 'org.gnome.zeitgeist.SimpleIndexer'
|
||
|
||
** (zeitgeist-fts:4785): WARNING **: Unable to get info on application://zeitgeist-datahub.desktop
|
||
Activating service name='org.freedesktop.Notifications'
|
||
Successfully activated service 'org.freedesktop.Notifications'
|
||
|
||
** (zeitgeist-fts:4785): WARNING **: Unable to get info on application://totem.desktop
|
||
Activating service name='org.freedesktop.thumbnails.Thumbnailer1'
|
||
Activating service name='org.gnome.GConf'
|
||
Successfully activated service 'org.gnome.GConf'
|
||
Activating service name='org.gnome.evolution.dataserver.Sources2'
|
||
Activating service name='org.gnome.ScreenSaver'
|
||
|
||
** (gnome-screensaver:4927): WARNING **: Couldn't get presence status: The name org.gnome.SessionManager was not provided by any .service files
|
||
Successfully activated service 'org.gnome.ScreenSaver'
|
||
module-cache-reaper-Message: Scanning data directories
|
||
module-cache-reaper-Message: Scanning cache directories
|
||
Successfully activated service 'org.gnome.evolution.dataserver.Sources2'
|
||
libGL error: pci id for fd 7: 80ee:beef, driver (null)
|
||
Activating service name='org.gnome.evolution.dataserver.Calendar4'
|
||
OpenGL Warning: vboxCall failed with VBox status code -2
|
||
|
||
OpenGL Warning: Host doesn't accept our version 9.1. Make sure you have appropriate additions installed!
|
||
OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is enabled for this VM.
|
||
libGL error: core dri or dri2 extension not found
|
||
libGL error: failed to load driver: vboxvideo
|
||
Successfully activated service 'org.gnome.evolution.dataserver.Calendar4'
|
||
Activating service name='org.gtk.vfs.Metadata'
|
||
Successfully activated service 'org.gtk.vfs.Metadata'
|
||
Activating service name='org.openobex'
|
||
Successfully activated service 'org.openobex'
|
||
ERROR: Could not load classifier cascade /usr/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml
|
||
Activating service name='org.gtk.Private.UDisks2VolumeMonitor'
|
||
Successfully activated service 'org.gtk.Private.UDisks2VolumeMonitor'
|
||
Activating service name='org.gtk.Private.MTPVolumeMonitor'
|
||
Successfully activated service 'org.gtk.Private.MTPVolumeMonitor'
|
||
Activating service name='org.gtk.Private.AfcVolumeMonitor'
|
||
Successfully activated service 'org.gtk.Private.AfcVolumeMonitor'
|
||
Activating service name='org.gtk.Private.GPhoto2VolumeMonitor'
|
||
Successfully activated service 'org.gtk.Private.GPhoto2VolumeMonitor'
|
||
Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
|
||
|
||
(zeitgeist-daemon:4773): GLib-GIO-WARNING **: Error releasing name org.gnome.zeitgeist.Engine: The connection is closed
|
||
[31m[09:59:03.707108 WARNING][0m zeitgeist-daemon.vala:449: The connection is closed
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/gnome-keyring-gpg.log | ||
---|---|---|
grep: /home/ciclo1y2/.config/autostart/gnome-keyring-gpg.desktop: No existe el archivo o el directorio
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/gnome-keyring-ssh.log | ||
---|---|---|
grep: /home/ciclo1y2/.config/autostart/gnome-keyring-ssh.desktop: No existe el archivo o el directorio
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/im-config.log | ||
---|---|---|
Script para ibus iniciada en run_im.
|
||
Script para auto iniciada en run_im.
|
||
Script para default iniciada en run_im.
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/indicator-application.log | ||
---|---|---|
|
||
(process:4909): indicator-application-service-WARNING **: Unable to get watcher name 'org.kde.StatusNotifierWatcher'
|
||
|
||
(process:4909): indicator-application-service-WARNING **: Name Lost
|
||
|
||
(process:4931): indicator-application-service-WARNING **: Unable to get watcher name 'org.kde.StatusNotifierWatcher'
|
||
|
||
(process:4931): indicator-application-service-WARNING **: Name Lost
|
||
|
||
(process:4942): indicator-application-service-WARNING **: Unable to get watcher name 'org.kde.StatusNotifierWatcher'
|
||
|
||
(process:4942): indicator-application-service-WARNING **: Name Lost
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/indicator-bluetooth.log | ||
---|---|---|
|
||
** (process:4877): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:4917): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:4932): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:4945): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:4963): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:4974): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:4983): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:4991): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:4999): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:5007): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
** (process:5014): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/indicator-power.log | ||
---|---|---|
|
||
(process:4880): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:4918): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:4934): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:4952): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:4959): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:4966): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:4976): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:4985): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:4993): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:5001): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
||
|
||
(process:5009): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
Indicator-Power-Message: exiting: service couldn't acquire or lost ownership of busname
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/indicator-sound.log | ||
---|---|---|
|
||
** (process:4887): CRITICAL **: volume_control_set_volume_internal: assertion '_tmp1_ == PA_CONTEXT_READY' failed
|
||
|
||
** (process:4887): CRITICAL **: file /build/buildd/indicator-sound-12.10.2+14.04.20140401/obj-x86_64-linux-gnu/src/volume-control.c: line 1775: uncaught error: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface (g-dbus-error-quark, 16)
|
||
|
||
(process:4887): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/ssh-agent.log | ||
---|---|---|
ssh-agent stop/pre-start, process 4640
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/startxfce4.log | ||
---|---|---|
/usr/bin/startxfce4: X server already running on display :0
|
||
xfce4-session: GNOME compatibility is enabled and gnome-keyring-daemon is found on the system. Skipping gpg/ssh-agent startup.
|
||
|
||
** (process:4738): CRITICAL **: bluez.vala:104: GDBus.Error:org.bluez.Error.NoSuchAdapter: No such adapter
|
||
|
||
(process:4762): Indicator-Power-WARNING **: Fail to query backlight devices.
|
||
|
||
(zeitgeist-datahub:4752): GLib-GObject-WARNING **: invalid (NULL) pointer instance
|
||
|
||
(zeitgeist-datahub:4752): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
|
||
|
||
(xfwm4:4723): GLib-CRITICAL **: g_str_has_prefix: assertion 'prefix != NULL' failed
|
||
|
||
(polkit-gnome-authentication-agent-1:4742): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed
|
||
|
||
(polkit-gnome-authentication-agent-1:4742): polkit-gnome-1-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
|
||
|
||
(xfsettingsd:4810): GLib-CRITICAL **: g_str_has_prefix: assertion 'prefix != NULL' failed
|
||
cp: no se puede crear el fichero regular «/home/ciclo1y2/Desktop/»: No es un directorio
|
||
chmod: no se puede acceder a «/home/ciclo1y2/Desktop/speaking-agencia.desktop»: No existe el archivo o el directorio
|
||
|
||
(xfsettingsd:4810): xfsettingsd-WARNING **: Failed to get the _NET_NUMBER_OF_DESKTOPS property.
|
||
Loading configuration plugins
|
||
blueman-applet version 1.23 starting
|
||
Using gconf config backend
|
||
Using gconf config backend
|
||
|
||
** (nm-applet:4800): CRITICAL **: nm_secret_agent_register: assertion 'priv->registered == FALSE' failed
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-application main proceso terminado, reiniciando
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-application main proceso terminado, reiniciando
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-application se está reiniciando demasiado rápido, detenido
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
Using gconf config backend
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power main proceso terminado, reiniciando
|
||
init: indicator-bluetooth main proceso terminado, reiniciando
|
||
init: indicator-power se está reiniciando demasiado rápido, detenido
|
||
init: indicator-bluetooth se está reiniciando demasiado rápido, detenido
|
||
Using gconf config backend
|
||
Using gconf config backend
|
||
Using gconf config backend
|
||
Using gconf config backend
|
||
Using gconf config backend
|
||
Using gconf config backend
|
||
Using gconf config backend
|
||
Using gconf config backend
|
||
init: indicator-datetime main proceso (4885) interumpido por la señal TERM
|
||
init: indicator-session main proceso (4897) interumpido por la señal TERM
|
||
|
||
(xfce4-session:4713): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/upstart/update-notifier-release.log | ||
---|---|---|
mar dic 1 10:58:50 CET 2015 new release available
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/xfce4-indicator-plugin.log | ||
---|---|---|
DEBUG libindicator-plugin Looking at Module: libapplication.so
|
||
DEBUG libindicator-plugin Loading Module: libapplication.so
|
||
DEBUG libindicator-plugin Load indicator: libapplication.so
|
||
DEBUG libindicator-plugin Excluding blacklisted service: com.canonical.indicator.keyboard
|
||
DEBUG libindicator-plugin Excluding blacklisted service: com.canonical.indicator.datetime
|
||
DEBUG libindicator-plugin Looking at Service: com.canonical.indicator.bluetooth
|
||
DEBUG libindicator-plugin Loading Service: com.canonical.indicator.bluetooth
|
||
DEBUG libindicator-plugin Load indicator: com.canonical.indicator.bluetooth
|
||
DEBUG libindicator-plugin Looking at Service: com.canonical.indicator.messages
|
||
DEBUG libindicator-plugin Loading Service: com.canonical.indicator.messages
|
||
DEBUG libindicator-plugin Load indicator: com.canonical.indicator.messages
|
||
DEBUG libindicator-plugin Looking at Service: com.canonical.indicator.sound
|
||
DEBUG libindicator-plugin Loading Service: com.canonical.indicator.sound
|
||
DEBUG libindicator-plugin Load indicator: com.canonical.indicator.sound
|
||
DEBUG libindicator-plugin Looking at Service: com.canonical.indicator.power
|
||
DEBUG libindicator-plugin Loading Service: com.canonical.indicator.power
|
||
DEBUG libindicator-plugin Load indicator: com.canonical.indicator.power
|
||
DEBUG libindicator-plugin Excluding blacklisted service: com.canonical.indicator.session
|
||
DEBUG Indicator-Application Connected to Application Indicator Service.
|
||
DEBUG Indicator-Application Request current apps
|
||
DEBUG libindicator-plugin Entry added for io=com.canonical.indicator.sound
|
||
DEBUG Indicator-Application Building new application entry: :1.43 with icon: nm-device-wired at position 0
|
||
DEBUG libindicator-plugin Entry added for io=libapplication.so
|
||
DEBUG Indicator-Application Building new application entry: :1.94 with icon: blueman-tray at position 0
|
||
DEBUG libindicator-plugin Entry added for io=libapplication.so
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.cache/xfce4-notifyd-theme.rc | ||
---|---|---|
include "/usr/share/themes/Greybird/xfce-notify-4.0/gtkrc"
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.config/Thunar/uca.xml | ||
---|---|---|
<?xml encoding="UTF-8" version="1.0"?>
|
||
<actions>
|
||
<action>
|
||
<icon>Terminal</icon>
|
||
<name>Abrir terminal aquí</name>
|
||
<unique-id>1448963935846475-1</unique-id>
|
||
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
|
||
<description>Ejemplo de una acción personalizada</description>
|
||
<patterns>*</patterns>
|
||
<directories/>
|
||
</action>
|
||
<action>
|
||
<icon>filefind</icon>
|
||
<name>Buscar en esta carpeta</name>
|
||
<unique-id>1448963935846540-2</unique-id>
|
||
<command>catfish --path=%f</command>
|
||
<description>Buscar archivos dentro de esta carpeta</description>
|
||
<patterns>*</patterns>
|
||
<directories/>
|
||
</action>
|
||
</actions>
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.config/autostart/cairo-dock.desktop | ||
---|---|---|
|
||
[Desktop Entry]
|
||
Encoding=UTF-8
|
||
Type=Application
|
||
Exec=cairo-dock -c -k
|
||
Icon=cairo-dock
|
||
Terminal=false
|
||
|
||
Comment=Cairo-Dock with OpenGL (hardware acceleration)
|
||
Comment[be]=Cairo-Dock з OpenGL (апаратнае паскарэньне)
|
||
Comment[ca]=Cairo-Dock amb OpenGL (acceleració per maquinari)
|
||
Comment[cs]=Cairo-Dock s OpenGL (hardwarová akcelerace)
|
||
Comment[de]=Cairo-Dock (benutzt OpenGL zur Hardwarebeschleunigung)
|
||
Comment[el]=Cairo-Dock με OpenGL (επιτάχυνση υλικού)
|
||
Comment[es]=Cairo-Dock con OpenGL (aceleración de hardware)
|
||
Comment[fi]=Cairo-Dockin OpenGL-versio (laitteistokiihdytys käytössä)
|
||
Comment[fr]=Cairo-Dock avec OpenGL (accélération matérielle)
|
||
Comment[hu]=Cairo-Dock OpenGL-lel (hardveres gyorsítás)
|
||
Comment[it]=Cairo-Dock con OpenGL (accelerazione hardware)
|
||
Comment[ja]=OpenGL版 Cairo-Dock (ハードウェア・アクセラレーション)
|
||
Comment[nb]=Cairo-Dock med OpenGL (maskinvareakselerasjon)
|
||
Comment[nl]=Cairo-Dock met OpenGL (hardwareversnelling)
|
||
Comment[oc]=Cairo-Dock amb OpenGL (acceleracion materiala)
|
||
Comment[pt]=Cairo-Dock com OpenGL (aceleração por hardware)
|
||
Comment[pt_BR]=Cairo-Dock com OpenGL (aceleração de hardware)
|
||
Comment[ru]=Cairo-Dock с OpenGL (аппаратное ускорение)
|
||
Comment[sv]=Cairo-Dock med OpenGL (hårdvaruacceleration)
|
||
Comment[tr]=OpenGL etkin Cairo-Dock (donanım hızlandırması)
|
||
Comment[uk]=Cairo-Dock з OpenGL (hardware acceleration)
|
||
Comment[zh_CN]=使用了 OpenGL(硬件加速) 的 Cario-Dock
|
||
Comment[zh_TW]=使用 OpenGL (硬體加速) 之 Cairo-Dock
|
||
|
||
Name=GLX-Dock (Cairo-Dock with OpenGL)
|
||
Name[be]=GLX-Dock (панэль Cairo з OpenGL)
|
||
Name[ca]=GLX-Dock (Cairo-Dock amb OpenGL)
|
||
Name[cs]=GLX-Dock (Cairo-Dock s OpenGL)
|
||
Name[de]=GLX-Dock (Cairo-Dock mit OpenGL)
|
||
Name[el]=GLX-Dock (Cairo-Dock με OpenGL)
|
||
Name[es]=GLX-Dock (Cairo-Dock con OpenGL)
|
||
Name[fi]=GLX-Dock (OpenGL-grafiikoita käyttävä Cairo-Dock)
|
||
Name[fr]=GLX-Dock (Cairo-Dock avec OpenGL)
|
||
Name[hu]=GLX-Dock (Cairo-Dock OpenGL-lel)
|
||
Name[it]=GLX-Dock (Cairo-Dock con OpenGL)
|
||
Name[ja]=GLX-Dock (OpenGL版 Cairo-Dock)
|
||
Name[nb]=GLX-Dock (Cairo-Dock med OpenGL)
|
||
Name[nl]=GLX-Dock (Cairo-Dock met OpenGL)
|
||
Name[oc]=GLX-Dock (Cairo-Dock amb OpenGL)
|
||
Name[pt]=GLX-Dock (Cairo-Dock em OpenGL)
|
||
Name[pt_BR]=GLX-Dock (Cairo-Dock com OpenGL)
|
||
Name[ru]=GLX-Dock (панель Cairo с OpenGL)
|
||
Name[sv]=GLX-Dock (Cairo-Dock med OpenGL)
|
||
Name[tr]=GLX-Dock (OpenGL ile Cairo-Dock)
|
||
Name[uk]=GLX-Dock (Cairo-Dock з OpenGL)
|
||
Name[vi]=GLX-Dock (Thanh neo Cairo với OpenGL)
|
||
Name[zh_CN]=GLX-Dock (使用 OpenGL 的 Cairo-Dock)
|
||
Name[zh_TW]=GLX-Dock (使用 OpenGL 的 Cairo-Dock)
|
||
|
||
GenericName=Multi-purpose Dock and Desklets
|
||
GenericName[fr]=Dock et Desklets multi-usage
|
||
|
||
Categories=System;
|
||
Name[es_ES]=GLX-Dock
|
||
Comment[es_ES]=Cairo-Dock con OpenGL
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.config/cairo-dock/.cairo-dock | ||
---|---|---|
[Launch]
|
||
last version=3.3.2
|
||
default backend=opengl
|
||
last year=2014
|
||
|
||
ping server=true
|
||
|
||
[Gui]
|
||
mode=1
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.config/cairo-dock/.cairo-dock-need-save | ||
---|---|---|
1
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.config/cairo-dock/.config-mode | ||
---|---|---|
0
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.config/cairo-dock/.help | ||
---|---|---|
[Launch]
|
||
test composite=false
|
||
|
||
[Last Tip]
|
||
group=-1
|
||
key=-1
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.config/cairo-dock/current_theme/cairo-dock-simple.conf | ||
---|---|---|
#3.0.0
|
||
|
||
#[/usr/share/cairo-dock/icons/icon-behavior.svg]
|
||
|
||
[Behavior]
|
||
|
||
#F-[Position on the screen;/usr/share/cairo-dock/icons/icon-position.svg]
|
||
frame_pos=
|
||
|
||
#l-[bottom;top;right;left] Choose which border of the screen the dock will be placed on:
|
||
screen border=0
|
||
|
||
|
||
#F-[Visibility of the main dock;/usr/share/cairo-dock/icons/icon-visibility.svg]
|
||
frame_visi=
|
||
|
||
#Y-[Always on top;0;0;Reserve space for the dock;0;0;Keep the dock below;0;0;Hide the dock when it overlaps the current window;1;1;Hide the dock whenever it overlaps any window;1;1;Keep the dock hidden;1;1;Pop-up on shortcut;2;1] Visibility:
|
||
#{Modes are sorted from the most intrusive to the less intrusive.
|
||
#When the dock is hidden or below a window, place the mouse on the screen's border to call it back.
|
||
#When the dock pops up on shortcut, it will appear at the position of your mouse. The rest of the time, it stays invisible, thus acting like a menu.}
|
||
visibility=4
|
||
|
||
#L-[None;Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
|
||
hide effect=Fade out
|
||
|
||
#k- Keyboard shortcut to pop-up the dock:
|
||
#{When you press the shortcut, the dock will show itself at the potition of your mouse. The rest of the time, it stays invisible, thus acting like a menu.}
|
||
raise shortcut=
|
||
|
||
#F-[Visibility of sub-docks;/usr/share/cairo-dock/icons/icon-subdock.png]
|
||
frame_sub=
|
||
|
||
#l-[Appear on mouse over;Appear on click] Visibility:
|
||
#{they will appear either when you click or when you linger over the icon pointing on it.}
|
||
show_on_click=0
|
||
|
||
|
||
#F-[Taskbar;/usr/share/cairo-dock/icons/icon-taskbar.png]
|
||
frame_task=
|
||
|
||
#Y-[None;0;0;Minimalistic;1;1;Integrated;1;1;Separated;1;1] Behaviour of the Taskbar:
|
||
#{None : Don't show opened windows in the dock.
|
||
#Minimalistic: Mix applications with its launcher, show other windows only if they are minimized (like in MacOSX).
|
||
#Integrated : Mix applications with its launcher, show all others windows and group windows togather in sub-dock (default).
|
||
#Separated : Separate the taskbar from the launchers and only show windows that are on the current desktop.}
|
||
taskbar=2
|
||
|
||
#l-[At the beginning of the dock;Before the launchers;After the launchers;At the end of the dock] Place new icons
|
||
place icons=2
|
||
|
||
|
||
#F[Icons' animations and effects;/usr/share/cairo-dock/icons/icon-movment.png]
|
||
frame_anim=
|
||
|
||
#_& On mouse hover:
|
||
anim_hover=
|
||
|
||
#_ On click:
|
||
anim_click=bounce;;
|
||
|
||
#l&[Evaporate;Fade out;Explode;Break;Black Hole;Random] On appearance/disappearance:
|
||
anim_disappear=
|
||
|
||
|
||
#[/usr/share/cairo-dock/icons/icon-appearance.svg]
|
||
|
||
[Appearance]
|
||
|
||
#F[Icons;/usr/share/cairo-dock/icons/icon-icons.svg]
|
||
frame_icons=
|
||
|
||
#w Choose a theme of icons :
|
||
default icon directory=_Custom Icons_
|
||
|
||
#l[Very small;Small;Medium;Big;Very Big] Icons size:
|
||
icon size=2
|
||
|
||
|
||
#F[Views;/usr/share/cairo-dock/icons/icon-views.svg]
|
||
frame_view=
|
||
|
||
#n Choose the default view for main docks :/
|
||
main dock view=3D plane
|
||
|
||
#v
|
||
sev_view=
|
||
|
||
#n Choose the default view for sub-docks :
|
||
#{You can overwrite this parameter for each sub-dock.}/
|
||
sub-dock view=Slide
|
||
|
||
|
||
#[gtk-select-font]
|
||
|
||
[Shortkeys]
|
||
|
||
#F[Keyboard shortcuts currently available;gtk-select-font]
|
||
frame_key=
|
||
|
||
#_
|
||
#{Many applets provide shortkeys for their actions. As soon as an applet is enabled, its shortkeys become available.
|
||
#Double-click on a line, and press the shortkey you want to use for the corresponding action.}
|
||
shortkeys=
|
||
|
||
|
||
#[/usr/share/cairo-dock/icons/icon-plug-ins.svg]
|
||
|
||
[Add-ons]
|
||
|
||
#F[Add or remove any applet;/usr/share/cairo-dock/icons/icon-accessories.svg]
|
||
frame_mod=
|
||
|
||
#_
|
||
#{Select a line to get a preview and a description of the applet.
|
||
#Click on the left check-box to (de)activate an applet.
|
||
#Once an applet is active, you can configure it by right clicking on its icon.}
|
||
modules=
|
||
|
||
#W[More applets] Get more applets online !
|
||
#{You can install them by simply drag-and-dropping the link onto your dock.}
|
||
third party=http://extras.glx-dock.org/3.0.0
|
||
|
||
|
||
#[/usr/share/cairo-dock/icons/icon-controler.svg]
|
||
|
||
[Themes]
|
||
|
||
#_
|
||
notebook=
|
ubuntu/trusty/all/linex-colegio-config/etc/skel-ciclo1y2/.config/cairo-dock/current_theme/cairo-dock.conf | ||
---|---|---|
#3.3.2
|
||
######## This is the conf file of Cairo-Dock, released under the GPL.##########
|
||
######## It is parsed by cairo-dock to automatically generate an appropriate GUI,##########
|
||
######## so don't mess into it, except if you know what you're doing ! ;-)##########
|
||
|
||
[Position]
|
||
|
||
#F-[Position on the screen;gtk-fullscreen]
|
||
frame_pos=
|
||
|
||
#l-[bottom;top;right;left] Choose which border of the screen the dock will be placed on:
|
||
screen border=1
|
||
|
||
#e-[0.;1.;left;right] Relative alignment:
|
||
#{When set to 0 the dock will position itself relative to the left corner if horizontal and the top corner if vertical. When set to 1 it will position itself relative to the right corner if horizontal and the bottom corner if vertical. When set to 0.5, it will position itself relative to the middle of the screen's edge.}
|
||
alignment=0.93799999999999994
|
||
|
||
#r- Multi-screens
|
||
num_screen=0
|
||
|
||
#X-[Offset from the screen's edge;gtk-leave-fullscreen]
|
||
frame_scr=
|
||
|
||
#I-[-1000;1000] Lateral offset:
|
||
#{Gap from the absolute position on the screen's edge, in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.}
|
||
x gap=0
|
||
#i-[-30;1000] Distance to the screen edge:
|
||
#{in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.}
|
||
y gap=0
|
||
|
||
|
||
[Accessibility]
|
||
|
||
#F-[Visibility of the main dock;gtk-find]
|
||
frame_visi=
|
||
|
||
#Y-[Always on top;0;0;Reserve space for the dock;0;0;Keep the dock below;2;2;Hide the dock when it overlaps the current window;1;3;Hide the dock whenever it overlaps any window;1;3;Keep the dock hidden;1;3;Pop-up on shortcut;4;1] Visibility:
|
||
#{Modes are sorted from the most intrusive to the less intrusive.
|
||
#When the dock is hidden or below a window, place the mouse on the screen's border to call it back.
|
||
#When the dock pops up on shortcut, it will appear at the position of your mouse. The rest of the time, it stays invisible, thus acting like a menu.}
|
||
visibility=4
|
||
|
||
#v
|
||
sep_visi=
|
||
|
||
#L-[None;Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
|
||
hide effect=Fade out
|
||
|
||
#e-[0;1;high;low] Callback sensitivity:
|
||
#{The higher, the faster the dock will appear}
|
||
edge sensitivity=0.49199999999999999
|
||
|
||
#Y-[Hit the screen's border;0;0;Hit where the dock is;0;0;Hit the screen's corner;0;0;Hit a zone;1;2] How to call the dock back:
|
||
callback=1
|
||
|
||
#j-[2;999] Size of the zone :
|
||
zone size=80;10;
|
||
|
||
#g- Image to display on the zone :
|
||
callback image=
|
||
|
||
#k- Keyboard shortcut to pop-up the dock:
|
||
#{When you press the shortcut, the dock will show itself at the potition of your mouse. The rest of the time, it stays invisible, thus acting like a menu.}
|
||
raise shortcut=
|
||
|
||
max_authorized_width=0
|
||
|
||
#F-[Sub-docks' visibility;/usr/share/cairo-dock/icons/icon-subdock.png]
|
||
frame_sub=
|
||
|
||
#Y-[Appear on mouse over;1;1;Appear on click;0;0] Visibility:
|
||
#{they will appear either when you click or when you linger over the icon pointing on it.}
|
||
show_on_click=1
|
||
|
||
#i- Delay before displaying a sub-dock:
|
||
#{in ms.}
|
||
show delay=500
|
||
|
||
#i- Delay before leaving a sub-dock takes effect:
|
||
#{in ms.}
|
||
leaving delay=250
|
||
|
||
lock icons=false
|
||
lock all=false
|
||
|
||
|
||
[TaskBar]
|
||
|
||
#F-[Behaviour;gtk-properties]
|
||
frame1=
|
||
|
||
#B-[8] Show currently opened applications in the dock?
|
||
#{Cairo-Dock will then act as your taskbar. It is recommended to remove any other taskbars.}
|
||
show applications=false
|
||
|
||
#B- Mix launchers and applications
|
||
#{Allows launchers to act as applications when their programs are running and displays a marker on icons to indicate this. You can launch other occurences of the program with SHIFT+click.}
|
||
mix launcher appli=true
|
||
|
||
#b- Only show applications on current desktop
|
||
current desktop only=false
|
||
|
||
#b- Only show icons whose windows are minimised
|
||
hide visible=false
|
||
|
||
#Y-[At the beginning of the dock;0;0;Before the launchers;0;0;After the launchers;0;0;At the end of the dock;0;0;After a given icon;1;1] Place new icons
|
||
place icons=2
|
||
|
||
#N Place new icons after this one
|
||
relative icon=
|
||
|
||
#b Automatically add a separator
|
||
separate applis=true
|
||
|
||
#B- Group windows from the same application in a sub-dock ?
|
||
#{This allows you to group all the windows of a given application into a unique sub-dock, and to act on all of the windows at the same time.}
|
||
group by class=true
|
||
|
||
#s- Except the following classes:
|
||
#{Enter the class of the applications, separated by a semi-colon ';'}
|
||
group exception=
|
||
|
||
|
||
#F-[Representation;gtk-find]
|
||
frame3=
|
||
|
||
#B- Overwrite the X icon with the launchers' icon?
|
||
#{If not set, the icon provided by X for each application will be used. If set, the same icon as the corresponding launcher will be used for each application.}
|
||
overwrite xicon=true
|
||
|
||
#s- Except the following classes:
|
||
#{Enter the class of the applications, separated by a semi-colon ';'}
|
||
overwrite exception=evince;totem;gimp
|
||
|
||
#Y-[Make the icon transparent;1;1;Show a window's thumbnail;0;0;Draw it bent backwards;0;0] How to draw minimised windows ?
|
||
#{A composite manager is required to display the thumbnail.
|
||
#OpenGL is required to draw the icon bent backwards.}
|
||
minimized=1
|
||
|
||
#e-[0;.6;Opaque;Transparent] Transparency of icons whose window is minimised:
|
||
visibility alpha=0.34999999999999998
|
||
|
||
#a- Play a short animation of the icon when its window becomes active
|
||
animation on active window=wobbly
|
||
|
||
#i- Maximum number of caracters in application name:
|
||
#{"..." will be added at the end if the name is too long.}
|
||
max name length=20
|
||
|
||
#F-[Interaction;gtk-refresh]
|
||
frame2=
|
||
|
||
#l-[Nothing;Close;Minimize;Launch new;Lower] Action on middle-click on the related application
|
||
action on middle click=1
|
||
|
||
#b- Minimise the window when its icon is clicked, if it was already the active window ?
|
||
#{This is the default behaviour of most taskbars.}
|
||
minimize on click=true
|
||
|
||
#b- Present windows preview on click when several windows are grouped togather
|
||
#{Only if your Window Manager supports it.}
|
||
present class on click=true
|
||
|
||
#v-
|
||
sep_att=
|
||
|
||
#B-[2] Highlight applications requiring your attention with a dialog bubble
|
||
demands attention with dialog=true
|
||
|
||
#i-[1;20] Duration of the dialog:
|
||
#{in seconds}
|
||
duration=2
|
||
|
||
#s- Force the following applications to demand your attention
|
||
#{It will notify you even if, for instance, you are watching a movie in full screen or you are on another desktop.
|
||
#}
|
||
force demands attention=
|
||
|
||
#a- Highlight applications demanding your attention with an animation
|
||
animation on demands attention=rotate
|
||
|
||
|
||
[System]
|
||
|
||
#X-[Animations speed;/usr/share/cairo-dock/icons/icon-movment.png]
|
||
frame_mov=
|
||
|
||
#B- Animate sub-docks when they appear
|
||
animate subdocks=true
|
||
|
||
#I-[100;600;fast;slow] Animation unfolding duration:
|
||
#{Icons will appear folded on themselves and will then unfold until they fill the whole dock. The smaller this value, the faster this will be.}
|
||
unfold duration=300
|
||
|
||
#v
|
||
sep_unfold=
|
||
|
||
#I-[4;40;fast;slow] Number of steps in the zoom animation (grow/shrink):
|
||
#{The more there are, the slower it will be}
|
||
grow nb steps=10
|
||
#I-[4;40;fast;slow] ...
|
||
shrink nb steps=8
|
||
|
||
#v
|
||
sep_unhide=
|
||
|
||
#I-[4;40;fast;slow] Number of steps in the auto-hide animation (move up/move down):
|
||
#{The more there are, the slower it will be}
|
||
move up nb steps=10
|
||
#I-[4;40;fast;slow] ...
|
||
move down nb steps=16
|
||
|
||
#X-[Refresh rate;gtk-execute]
|
||
frame_cpu=
|
||
|
||
#i-[5;40] Refresh rate when mouving cursor into the dock:
|
||
#{in Hz. This is to adjust behaviour relative to your CPU power.}
|
||
refresh frequency=35
|
||
|
||
#i-&[15;60] Animation frequency for the OpenGL backend:
|
||
#{in Hz. This is to adjust behaviour relative to your CPU power.}
|
||
opengl anim freq=33
|
||
|
||
#i-*[15;50] Animation frequency for the Cairo backend:
|
||
#{in Hz. This is to adjust behaviour relative to your CPU power.}
|
||
cairo anim freq=25
|
||
|
||
#b-* Reflections should be calculated in real-time?
|
||
#{The transparency gradation pattern will then be re-calculated in real time. May need more CPU power.}
|
||
dynamic reflection=false
|
||
|
||
#X-[Connection to the Internet;gtk-network]
|
||
frame_conn=
|
||
|
||
#i-[1;20] Connection timeout :
|
||
#{Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once the dock has connected this option is of no more use.}
|
||
conn timeout=7
|
||
|
||
#i-[10;300] Maximum time to download a file:
|
||
#{Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB.}
|
||
conn max time=120
|
||
|
||
#b- Force IPv4 ?
|
||
#{Use this option if you experience problems to connect.}
|
||
force ipv4=true
|
||
|
||
#B-[4] Are you behind a proxy ?
|
||
#{Use this option if you connect to the Internet through a proxy.}
|
||
conn use proxy=false
|
||
|
||
#s- Proxy name :
|
||
conn proxy=
|
||
|
||
#i- Port :
|
||
conn port=0
|
||
|
||
#s- User :
|
||
#{Let empty if you don't need to log-in to the proxy with a user/password.}
|
||
conn user=
|
||
|
||
#p- Password :
|
||
#{Let empty if you don't need to log-in to the proxy with a user/password.}
|
||
conn passwd=
|
||
|
||
modules=Animated icons;Remote-Control
|
||
|
||
|
||
[Background]
|
||
|
||
#y+[Image;Colour gradation] Fill the background with:
|
||
fill bg=0
|
||
|
||
#F+[Image;gtk-orientation-portrait]
|
||
#{Use a background image.}
|
||
frame2=
|
||
|
||
#g+ Image filename to use as a background :
|
||
#{Any format allowed; if empty, the colour gradation will be used as a fall back.}
|
||
background image=bg.svg
|
||
|
||
#e+[0;1;Transparent;Opaque] Image's transparency :
|
||
image alpha=0
|
||
|
||
#b+ Repeat image as a pattern to fill background?
|
||
repeat image=false
|
||
|
||
#F+[Colour gradation;/usr/share/cairo-dock/icons/icon-gradation.png]
|
||
#{Use a colour gradation.}
|
||
frame3=
|
||
|
||
#C+ Bright colour:
|
||
stripes color bright=0.064515144579232478;0.064515144579232478;0.064515144579232478;0.78420691233691919;
|
||
|
||
#C+ Dark colour:
|
||
stripes color dark=0;0;0;0.96078431372549022;
|
||
|
||
#f+[-90;90] Angle of the gradation :
|
||
#{In degrees, in relation to the vertical}
|
||
stripes angle=-90
|
||
|
||
#i+ Repeat the gradation this number of times:
|
||
#{If not nul, it will form stripes.}
|
||
number of stripes=0
|
||
|
||
#f+[0;1] Percentage of the bright colour:
|
||
stripes width=0.49999999999999961
|
||
|
||
#F+[Background when hidden;gtk-orientation-portrait]
|
||
frame4=
|
||
|
||
#C+ Default background color when the dock is hidden
|
||
#{Several applets can be visible even when the dock is hidden}
|
||
hidden bg color=0.72939650568398562;0.74117647058823533;0.71372549019607845;1;
|
||
|
||
#F
|
||
frame4_=
|
||
|
||
#b+ Stretch the dock to always fill the screen
|
||
extended=false
|
||
|
||
#F+[External Frame;/usr/share/cairo-dock/icons/icon-frame.png]
|
||
frame_frame=
|
||
#i+[0;30] Corner radius :
|
||
#{in pixels.}
|
||
corner radius=0
|
||
|
||
#i+[0;20] Linewidth of the external line :
|
||
#{in pixels.}
|
||
line width=0
|
||
|
||
#C+ Colour of the external line:
|
||
line color=0.72933546959639883;0.74117647058823533;0.71372549019607845;1;
|
||
|
||
#i+[0;20] Margin between the frame and the icons or their reflects :
|
||
#{in pixels.}
|
||
frame margin=0
|
||
|
||
#b+ Are the bottom left and right corners rounded?
|
||
rounded bottom corner=true
|
||
|
||
|
||
[Views]
|
||
|
||
#F+[Main Dock]
|
||
frame_main=
|
||
|
||
#n+ Choose the default view for main docks :/
|
||
main dock view=3D plane
|
||
|
||
#F+[Sub-Docks]
|
||
frame_sub=
|
||
|
||
#n+ Choose the default view for sub-docks :
|
||
#{You can overwrite this parameter for each sub-dock.}/
|
||
sub-dock view=Slide
|
||
|
||
#e+[0.5;1.5;smaller;larger] Ratio for the size of the sub-docks' icons :
|
||
#{You can specify a ratio for the size of the sub-docks' icons, in relation to the main docks' icons size}
|
||
relative icon size=1.0229999999999999
|
||
|
||
|
||
[Dialogs]
|
||
|
||
#F+[Bubble;/usr/share/cairo-dock/icons/icon-bubble.png]
|
||
frame_bubble=
|
||
|
||
#C+ Background colour of the bubble:
|
||
background color=0;0;0;0.74509803921568629;
|
||
|
||
#v
|
||
sep_bul=
|
||
|
||
#t+ Shape of the bubble:
|
||
decorator=tooltip
|
||
|
||
#F+[Text;gtk-select-font]
|
||
frame_text=
|
||
|
||
#B+ Use a custom font for the text?
|
||
#{Otherwise the default's system one will be used.}
|
||
custom=false
|
||
|
||
#P+ Text font:
|
||
message police=Sans 11
|
||
|
||
#b+ Draw the outline of the text?
|
||
outlined=false
|
||
|
||
#c+ Text color:
|
||
text color=1;1;1;
|
||
|
||
#F+[Buttons;/usr/share/cairo-dock/icons/icon-buttons.png]
|
||
frame_button=
|
||
|
||
#j+[10;64] Size of buttons in the info-bubbles (width x height) :
|
||
#{in pixels.}
|
||
button size=28;28;
|
||
|
||
#g+ Name of an image to use for the yes/ok button :
|
||
#{If you don't provide any, a default image will be used.}
|
||
button_ok image=
|
||
|
||
#g+ Name of an image to use for the no/cancel button :
|
||
#{If you don't provide any, a default image will be used.}
|
||
button_cancel image=
|
||
|
||
#F+
|
||
fin_button=
|
||
|
||
#i+[16;96] Size of the icon displayed next to the text :
|
||
icon size=34
|
||
|
||
|
||
[Desklets]
|
||
|
||
#F+[Decorations;gtk-paste]
|
||
frame_deco=
|
||
|
||
#O+ Choose a default decoration for all desklets :
|
||
#{This can be customized for each desklet separately.
|
||
#Choose 'Custom decoration' to define your own decorations below}
|
||
decorations=clear
|
||
|
||
#v
|
||
sep_deco=
|
||
|
||
#g+ Background image :
|
||
#{It's an image that will be displayed below the drawings, like a frame for example. Leave empty to not use any.}
|
||
bg desklet=
|
||
#e+[0;1;Transparent;Opaque] Background transparency :
|
||
bg alpha=1
|
||
#i+[0;256] Left offset :
|
||
#{in pixels. Use this to adjust the left position of the drawings.}
|
||
left offset=0
|
||
#i+[0;256] Top offset :
|
||
#{in pixels. Use this to adjust the top position of the drawings.}
|
||
top offset=0
|
||
#i+[0;256] Right offset :
|
||
#{in pixels. Use this to adjust the right position of the drawings.}
|
||
right offset=0
|
||
#i+[0;256] Bottom offset :
|
||
#{in pixels. Use this to adjust the bottom position of the drawings.}
|
||
bottom offset=0
|
||
#g+ Foreground image :
|
||
#{It's an image that will be displayed above the drawings, like a reflection for example. Leave empty to not use any.}
|
||
fg desklet=
|
||
#e+[0;1;Transparent;Opaque] Foreground tansparency :
|
||
fg alpha=1
|
||
|
||
#F+[Buttons;gtk-close]
|
||
frame_button=
|
||
|
||
#i+[4;28] Buttons size :
|
||
button size=16
|
||
|
||
#g+ Name of an image to use for the 'rotate' button :
|
||
#{If you don't provide any, a default image will be used.}
|
||
rotate image=
|
||
|
||
#g+ Name of an image to use for the 'reattach' button :
|
||
#{If you don't provide any, a default image will be used.}
|
||
retach image=
|
||
|
||
#g+ Name of an image to use for the 'depth rotate' button :
|
||
#{If you don't provide any, a default image will be used.}
|
||
depth rotate image=
|
||
|
||
#g+ Name of an image to use for the 'rotate' button :
|
||
#{If you don't provide any, a default image will be used.}
|
||
no input image=
|
||
|
||
|
||
[Icons]
|
||
|
||
#F+[Icons' themes;gtk-select-color]
|
||
frame_theme=
|
||
|
||
#w+ Choose an icon theme :
|
||
default icon directory=_Custom Icons_
|
||
|
||
#g+ Image filename to use as a background for icons :
|
||
#{Any format allowed; leave this field empty if you don't want to use an image as background.}
|
||
icons bg=
|
||
|
||
#F+[Icons size;gtk-zoom-fit]
|
||
frame_size=
|
||
|
||
#j+[10;128] Icons' size at rest (width x height) :
|
||
launcher size=70;70;
|
||
|
||
#i+[0;50] Space between icons :
|
||
#{in pixels.}
|
||
icon gap=5
|
||
|
||
#F+[Zoom effect;/usr/share/cairo-dock/icons/icon-wave.png]
|
||
frame_shape=
|
||
#f+[1;5] Maximum zoom of the icons :
|
||
#{set to 1 if you don't want the icons to zoom when you hover over them.}
|
||
zoom max=1.95
|
||
|
||
#i+[1;999] Width of the space in which the zoom will be effective :
|
||
#{in pixels. Outside of this space (centered on the mouse), there is no zoom.}
|
||
sinusoid width=150
|
||
|
||
#F+[Separators]
|
||
frame_sep=
|
||
|
||
#j+[4;128] Icon size at rest (width x height) :
|
||
separator size=8;40;
|
||
|
||
#b+ Force separator's image size to stay constant?
|
||
force size=false
|
||
|
||
#Y+[Use an image.;1;2;Flat separator;3;1;Physical separator;0;0] How to draw the separators?
|
||
#{Only the default, 3D-plane and curve views support flat and physical separators. Flat separators are rendered differently according to the view.}
|
||
separator type=1
|
||
|
||
#g+ Filename of an image to use for separators :
|
||
#{If you don't provide one, blanks will be used.}
|
||
separator image=
|
||
|
||
#b+ Make the separator's image revolve when dock is on top/on the left/on the right?
|
||
revolve separator image=true
|
||
|
||
#C+ Colour of flat separators :
|
||
separator color=0.61290913252460522;0.61290913252460522;0.61290913252460522;0.7879606317235065;
|
||
|
||
#X+[Reflections]
|
||
frame_refl=
|
||
|
||
#e+[0;1;light;strong] Reflective power of the plane :
|
||
#{It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used.}
|
||
albedo=0
|
||
|
||
#e+[0;1;small;tall] Height of the reflection:
|
||
#{In percent of the icon's size. This parameter influence the total height of the dock.}
|
||
field depth=0
|
||
|
||
#e+[0;1;Transparent;Opaque] Icons' transparency at rest :
|
||
#{It is their transparency when the dock is at rest; they will "materialize" progressively as the dock grows up. The closer to 0, the more transparent they will be.}
|
||
alpha at rest=1
|
||
|
||
#X+[Link the icons with a string]
|
||
frame_string=
|
||
|
||
#i+[0;20] Linewidth of the string, in pixels (0 to not use string) :
|
||
string width=0
|
Exportar a: Unified diff
Movidos linex-ubuntu-puppet y linex-colegio-config a all