Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión d19ee85f

Añadido por Rafael J. García Perdigón hace más de 7 años

añadido lightdm

Ver diferencias:

ubuntu/xenial/all/linex-lightdm-config/debian/changelog
linex-lightdm-config (1.1) linex; urgency=medium
* Modify postinst to able link on lightdm-gtk-greeter.conf
-- Rafael J. García Perdigón <rafael.garciap@gobex.es> Thu, 28 Sep 2017 12:56:06 +0200
linex-lightdm-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/xenial/all/linex-lightdm-config/debian/compat
9
ubuntu/xenial/all/linex-lightdm-config/debian/control
Source: linex-lightdm-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-lightdm-config
Architecture: all
Depends: lightdm, linex-backgrounds
Description: linex lightdm config
Configure the lightdm theme for linex.
ubuntu/xenial/all/linex-lightdm-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/xenial/all/linex-lightdm-config/debian/install
usr
ubuntu/xenial/all/linex-lightdm-config/debian/postinst
#!/bin/bash
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remove" ] ; then
mv /etc/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/lightdm-gtk-greeter.conf_orig
update-alternatives --install /etc/lightdm/lightdm-gtk-greeter.conf lightdm-gtk-greeter-config-derivative /usr/share/linex-lightdm-config/lightdm-gtk-greeter-linex.conf 100
fi
#Reiniciamos el servicio de lightdm
invoke-rc.d lightdm restart
ubuntu/xenial/all/linex-lightdm-config/debian/postrm
#!/bin/bash
update-alternatives --remove lightdm-gtk-greeter-config-derivative \
/usr/share/linex-lightdm-config/lightdm-gtk-greeter-linex.conf
#Reiniciamos el servicio de lightdm
invoke-rc.d lightdm restart
ubuntu/xenial/all/linex-lightdm-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/xenial/all/linex-lightdm-config/debian/source/format
3.0 (native)
ubuntu/xenial/all/linex-lightdm-config/usr/share/lightdm/lightdm.conf.d/50-linex-config.conf
[SeatDefaults]
greeter-hide-users=true
greeter-show-manual-login=true
allow-guest=false
ubuntu/xenial/all/linex-lightdm-config/usr/share/linex-lightdm-config/lightdm-gtk-greeter-linex.conf
#
# background = Background file to use, either an image path or a color (e.g. #772953)
# theme-name = GTK+ theme to use
# icon-theme-name = Icon 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 (none, slight, medium, or hintfull)
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
# show-indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
# show-clock (true or false)
# clock-format = strftime-format string, e.g. %H:%M
# keyboard = command to launch on-screen keyboard
# position = main window position: x y
# default-user-image = Image used as default user icon, path or #icon-name
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
#
[greeter]
background=/usr/share/xfce4/backdrops/fondo_1a.jpg
theme-name=Greybird
icon-theme-name=elementary-xfce-dark
font-name=Droid Sans 10
xft-antialias=true
xft-dpi=96
xft-hintstyle=slight
xft-rgba=rgb
show-indicators=power;~session;~language;~a11y;~power;
show-clock=true
clock-format=%d %b, %H:%M
keyboard=onboard

Exportar a: Unified diff