search for: ancell

Displaying 20 results from an estimated 24 matches for "ancell".

Did you mean: ncell
2011 Sep 15
1
Xrdp
...b/audio > passthrough. > > NX protocol is a statefull shell implementation. So it is not as easy as RDP and > VNC. > Is there a way to implement the NX support using Vala? Like a plugin? A greeter? > > > Regards, > Marcelo > > On Tue, Sep 13, 2011 at 6:58 AM, Robert Ancell <robert.ancell at gmail.com> wrote: >> Cool, let me know if you need any information. >> >> btw, you have a stray 265 in the following line: >> ? ?return (ord(chars[0]) * 256 * 256 * 265) + (ord(chars[1]) * 256 * >> 256) + (ord(chars[2]) * 256) + ord(chars[3]) &g...
2011 Oct 25
1
Version 1.0.4 released
Another stable release... Overview of changes in lightdm 1.0.4 * Fix --enable-gtk-greeter=yes not working * Fix X sessions with arguments in Exec not working * Use previous session for automatic login or if greeter does not request one. * Correct ownership of ~/.Xauthority if upgrading from buggy version of LightDM that had it root owned. * Set default resolution
2013 Sep 06
1
autologin-user-timeout
Hello, in the assumption that I understand them correctly I specified in /etc/lightdm/lightdm.conf autologin-user=xxxx autologin-user-timeout=10 so that after 10 seconds the user xxxx is logged-in automatically. What happens is that the user xxxx is logged-in immediately i.e. without any delay. Do I understand the second variable wrong or am I missing something? Thanks for any help. K.D.J.
2013 Nov 13
1
Can LightDM work with an existing X server socket?
Hi all, I'm setting up an LXC container for Ubuntu 13.10 where the X server is started in the host on vt6. The unix socket and authority file are then mounted in the LXC container. I can start X sessions and applications from the container but I can't get LightDM to use this server. I would really like to have the container's LightDM/Ubuntu greeter to automatically start on this
2013 Jun 17
1
lightdm 1.7.2 released
Unstable release in 1.8 series. Overview of changes in lightdm 1.7.2 * Fix incorrectly distributed guest-session apparmor data Overview of changes in lightdm 1.7.1 * Fix .pc file for liblightdm-qt5-3 * Add a new option "autologin-in-background" which lets an autologin happen in a second display while still showing the greeter. * Stop if fail to create default
2012 Feb 13
3
Using LightDM as a headless XDMCP server without physical graphics card
Hi, I'm currently testing the XDMCP functionality of LightDM which seems to work flawless, however, there is one issue which I cannot resolve: The machine I am using for my setup is a dedicated machine running some VM's, these VM's don't have any graphics card associated and run headless and the only form of command is via a web interface or SSH. LightDM seems to use the
2011 May 17
1
multiseat support in LightDM?
Does LightDM support multiseat setups? For example, I have a PC with multiple graphics cards, monitors, keyboards - used by multiple users concurrently. Will LightDM let me use one PC by many users concurrently (i.e. login screen on every monitor, allowing to start different sessions for different users). -- Tomasz Chmielewski http://wpkg.org
2013 Apr 14
1
lightdm 1.6.0 released
This is the first release in the stable 1.6 series. This series will be maintained on the lp:lightdm/1.6 branch and trunk (lp:lightdm) will now be used for the unstable 1.7 series. Overview of changes in lightdm 1.6.0 * Allow VNC command to be specified in lightdm.conf * Register enums with QObject meta type system. https://launchpad.net/lightdm/+download -------------- next part
2012 Oct 05
1
lightdm 1.4.0 released
This is the first release in the stable 1.4 series. This series will be maintained on the lp:lightdm/1.4 branch and trunk (lp:lightdm) will now be used for the unstable 1.5 series. Overview of changes in lightdm 1.4.0 * Correctly implement and test autologin timeouts * Add greeter-show-remote-login hint * Correctly annotate enums in vapi file * QLightDM: Add default constructor
2011 May 25
2
g_dbus_connection_real_closed when starting lightdm
Hi, I made the switch from KDE4->XFCE, and because gdm takes more time than xfce to start I would like to replace it with lightdm. I installed lightdm, set it as default display manager and configured the gtk greeter. However, when I start I only get a black screen (x running) and nothing else happens. When I start it as root with the --test-mode argument, I get the following message: lightdm
2011 May 16
3
Is it time to re-factor yet :^)
Or how to avoid the whirlwind. Greetings everyone. I observe the coding of lighdm is well under way and I'm thinking the pressure to meet the releases of 11.11 is probably going to build without bounds. Is there time now to consider the inclusion of some of the more offbeat use cases? 1: Headless(no monitor, keyboard, or monitor) 2: True headless(no video card) but Xvfb. 3: No X but only
2007 May 05
13
Optimal strategy (add or replace disks) to build a cheap and raidz?
Hello, i have an 8 port sata-controller and i don''t want to spend the money for 8 x 750 GB Sata Disks right now. I''m thinking about an optimal way of building a growing raidz-pool without loosing any data. As far as i know there are two ways to achieve this: - Adding 750 GB Disks from time to time. But this would lead to multiple groups with multiple redundancy/parity disks. I
2013 Mar 07
1
lightdm 1.5.1 released
Second unstable release towards 1.6. Overview of changes in lightdm 1.5.1 * QLightDM: Add Qt5 version of the library: liblightdm-qt5-2 * QLightDM: Add some missing role names in UsersModel * QLightDM: Add a backgroundPath role to UsersModel * QLightDM: Fix potential crash in QLightDM::UsersModel closedown. * Improve guest session apparmor * Run each test in its own /tmp
2013 Jan 27
1
Failed to get D-Bus connection on FreeBSD
Greetings, I've been trying to get LightDM working on FreeBSD, as there is no package for it yet. I've managed to get it compiled from source, but it fails to start. It displays the message, "Failed to get D-Bus connection". D-Bus is running, and LightDM starts the X server fine. Is there anything I need to do to get it to talk to dbus? Right now I have LightDM installed in my
2015 Jun 16
0
[ANNOUNCE] xorg-server 1.17.2
...systemd-logind: don't second guess D-Bus default timeout xwayland: Enable access control on open sockets [CVE-2015-3164 1/3] os: support new implicit local user access mode [CVE-2015-3164 2/3] xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3] Robert Ancell (1): xwayland: Fix error strings Rui Matos (2): dix/events: Set currentTime to the given time stamp in NoticeTime xwayland: Throttle our cursor surface updates with a frame callback Vicente Olivert Riera (1): backtrace.c: Fix word cast to a pointer git tag: xorg-server-1....
2016 May 18
0
[ANNOUNCE] xcb-proto 1.12
...1): xinput: align XIChangeProperty data items correctly Ran Benita (3): Add "altmask" attribute, like "altenum" for masks xml-xcb.txt: mention that case/bitcase can have a name xml-xcb.txt: remove description of the "localfield" element Robert Ancell (2): shm: Mark PutImage.send_event field as boolean glx: Add IsEnabled request Uli Schlachter (1): Release xcb-proto 1.12 Download: http://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.bz2 http://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.gz md5sum: 14e60919f859560f28426a...
2016 Jun 29
22
[Bug 96737] New: G98: LightDM 1 : 0 Nouveau
...atus: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: pomidorabelisima at gmail.com QA Contact: xorg-team at lists.x.org CC: eric.koegel at gmail.com, robert.ancell at gmail.com Created attachment 124789 --> https://bugs.freedesktop.org/attachment.cgi?id=124789&action=edit nouveau log LightDM - Light Display Manager -breaks- Nouveau - Linux kernel KMS driver Breakage starts with: https://bazaar.launchpad.net/~lightdm-team/lightdm/1.18/revision/2319...
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
...systemd-logind: don't second guess D-Bus default timeout xwayland: Enable access control on open sockets [CVE-2015-3164 1/3] os: support new implicit local user access mode [CVE-2015-3164 2/3] xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3] Robert Ancell (3): xwayland: Fix error strings xwayland: Fix error strings modesetting: Use correct types for return values of glamor BO exports. Rui Matos (2): dix/events: Set currentTime to the given time stamp in NoticeTime xwayland: Throttle our cursor surface updates with a fr...
2004 May 30
11
New Firefly version
As Promised, I've released a new version of Firefly (ver 1.8) with IAX & SIP support back in. Get it from Virbiage site or here's the direct link http://www.virbiage.com/firefly/download/firefly-thirdparty.exe If it crashes on startup, export your Firefly tree from the registry (current user -> software -> firefly), then delete tree from your registry. If that fixes it, send
2011 Sep 15
0
Version 0.9.6 released
Overview of changes in lightdm 0.9.6 * Only unlock displays if switched to from greeter * Make log file not system readable * Write ~/.Xauthority inside the session process so it cannot be hijacked * Set PAM_TTY and PAM_XDISPLAY when opening PAM session * Add VNC server support * Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]