Package Base Details: lightdm-git

Git Clone URL: https://aur.archlinux.org/lightdm-git.git (read-only, click to copy)
Submitter: SolarAquarion
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 280
Popularity: 0.000000
First Submitted: 2017-12-18 19:45 (UTC)
Last Updated: 2019-12-15 20:56 (UTC)

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 Next › Last »

aky commented on 2011-01-24 09:01 (UTC)

v 0.2.3 is out https://launchpad.net/lightdm/trunk/0.2.3

inp3dance commented on 2010-12-19 10:41 (UTC)

Please add pkg-config to the makedepends line because it is needed to build lightdm. Also I recommend to add xorg-xserver-xephr as optional dependency because it is needed to run lightdm in test mode: optdepends=('xorg-xserver-xephr: run lightdm in test mode' ) or something like this.

hussam commented on 2010-12-12 02:21 (UTC)

pkgname=lightdm pkgver=0.2.2 pkgrel=1 pkgdesc="A lightweight display manager" arch=('i686' 'x86_64') url="https://launchpad.net/lightdm" license=('GPL3' 'LGPL3') source=("http://people.ubuntu.com/~robert-ancell/lightdm/releases/$pkgname-$pkgver.tar.gz" lightdm patch) depends=('gnome-themes' 'gnome-icon-theme' 'libwebkit' 'dbus-glib' 'gtk2' 'libxklavier') options=(!libtool) makedepends=('gnome-doc-utils' 'gobject-introspection') md5sums=('143cd786a28e93ed2728b0b4afe7068d' '990fdeb198f2ef928274bde0b9d2df99' 'cbe35f43dc52048bf9980a9d648b808e') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr \ --with-dbus-sys=/etc/dbus-1/system.d \ --with-log-dir=/var/log/lightdm \ --with-config-file=/etc/lightdm.conf \ --with-xauth-dir=/var/run/lightdm/authority \ --enable-introspection=yes \ --sysconfdir=/etc --disable-static --libexecdir=/usr/lib/lightdm make || return 1 } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install mkdir -p $pkgdir/etc/rc.d install -m755 ../lightdm $pkgdir/etc/rc.d cd $pkgdir patch -Np0 -i $srcdir/patch }

wonder commented on 2010-12-11 00:04 (UTC)

http://people.ubuntu.com/~robert-ancell/lightdm/releases/

tydell commented on 2010-12-05 14:53 (UTC)

I can confirm. I have all this problems in my system, when using lightdm. The system variable $PATH returned to default in my opinion. It doesn't have all paths when using lightdm. There is no /sbin and /usr/sbin, so some commands are not available. Its problem with /etc/profile indeed. It would be nice to use good working lightdm.

nbvcxz commented on 2010-12-05 13:05 (UTC)

Although I just tested lightdm and it seems that I can not have it at daily use. It could be hard to explain the bug (because I still can't figure what part of system it concerns). Symptoms are as the following (at ArchLinux): 1. no account have 2. although I am in wheel group I can not sudo any programs (everything go back ok with other dm), similar situation with other groups eg. audio (I have no rights for using gstreamer mixer) 3. some commands (from /sbin /usr/sbin) are unavailable - seems that commands from /etc/profle are not executed Can anybody give me a clue what could be the reason of that strange behavior of lightdm (other dms: slim, lxdm works perfectly)

<deleted-account> commented on 2010-12-04 21:10 (UTC)

Lightdm doesn't fork by itself and so /etc/rc.d/lightdm gets stuck on [BUSY] forever. Bugfix: just add "&". - [ -z "$PID" ] && /usr/bin/lightdm &>/dev/null + [ -z "$PID" ] && /usr/bin/lightdm &>/dev/null &

nbvcxz commented on 2010-12-01 14:15 (UTC)

is it possible to compile without gnome-doc-utils ?

wonder commented on 2010-11-30 15:25 (UTC)

mv $pkgdir/usr/etc/* $pkgdir/etc/ rm -r $pkgdir/usr/etc kinda stupid. just pass the correct option to configure. ./configure --sysconfdir=/etc