aboutsummaryrefslogtreecommitdiff
path: root/src/arctica-greeter.vala
Commit message (Collapse)AuthorAgeFilesLines
* src/arctica-greeter.vala: Fix debug message, we use MSD, not USD.Mike Gabriel2017-10-261-1/+1
|
* src/arctica-greeter.vala: Don't load any external application when launched ↵Mike Gabriel2017-06-201-64/+67
| | | | in test mode.
* Fix Arctica Greeter preventing DE from applying cursor theme/size.Clement Lefebvre2017-06-201-0/+6
| | | | | | | | | See https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1024482 Arctica Greeter sets the mouse cursor on the root window. Without GKD_CORE_DEVICE_EVENTS set, the DE is unable to apply its own cursor theme and size.
* Don't draw the background before starting the session.Clement Lefebvre2017-06-201-23/+0
| | | | | | | | | | | | | | | | | Drawing the background on the root window causes the following issues: - The settings daemon sets the DE resolution and that can break the aspect of the background - Depending on configuration and distros, the background rendered by the greeter may or may not be the same as the users's. - Some DEs such as Cinnamon render a login animation, which looks good on a black screen but not when a background is drawn. Potential for regression: Minimal DEs and WM should be tested to ensure the default state of the root window is OK. We might have to clear that window or explicitly paint it black (or the background color chosen by the user).
* debugging: Print out process PIDs for launched subprocesses.Mike Gabriel2017-06-201-0/+2
|
* Add support for validating session names (and proper fallback for ↵Clement Lefebvre2017-06-201-0/+46
| | | | uninstalled sessions). Ported from slick-greeter.
* Fix at-spi-bus-launcher path in Fedora (ported and modifed from slick-greeter).Mike Gabriel2017-06-201-9/+17
|
* src/arctica-greeter.vala: Disconnect the event filter when the main window ↵Michael Webster2017-06-201-0/+13
| | | | | | | is destroyed. Otherwise we can continue to receive events on the filter when we no longer have a backing GdkWindow to act upon (causing a segfault).
* menubar clean-up before session start: i.e. kill onboard and orca on session ↵leigh123linux2017-06-201-0/+2
| | | | startup (ported from slick-greeter).
* src/arctica-greeter.vala: Fix copy+paste flaw blocking atspid to be ↵Mike Gabriel2017-06-121-1/+1
| | | | destroyed at greeter exit.
* src/settings-daemon.vala: Make sure the SettingsDaemon subprocess gets ↵Mike Gabriel2017-06-081-0/+2
| | | | killed when greeter exits.
* Rename owned greeter bus to a generical, product-independent name: ↵Mike Gabriel2017-06-041-1/+1
| | | | org.ayatana.Greeter.
* Play system-ready sound when arctica-greeter is ready for loggin the user ↵Mike Gabriel2017-05-311-1/+1
| | | | in. Ship system-ready sound with our own sound theme as ubuntu-sounds is not available on all distros.
* Use ShutdownDialogType.SHUTDOWN on incoming shutdown requests. This enables ↵Mike Gabriel2017-05-301-1/+1
| | | | Hibernate and Suspend buttons, which is nice.
* nm-applet startup: Fix typo in cmd line option.Mike Gabriel2017-05-281-1/+1
|
* DBus own_name: Clear up mess. Arctica Greeter owns two buses: ↵Mike Gabriel2017-05-231-3/+3
| | | | org.ArcticaProject.ArcticaGreeter (formerly: com.canonical.UnityGreeter) and org.ayatana.Desktop (formerly: com.canonical.Unity).
* src/arctica-greeter.vala: Enable nm-applet again, launch with --indicators ↵Mike Gabriel2017-05-231-19/+19
| | | | option and let's hope the system has nm-applet with indicators support compiled-in.
* Acquire DBus session bus 'com.canonical.Unity' for now. Same bus name is ↵Mike Gabriel2017-05-181-3/+3
| | | | used in ayatana-indicator-session and maybe elsewhere.
* Disable nm-applet while we are not able to pipe it into ↵Mike Gabriel2017-05-171-19/+19
| | | | ayatana-indicator-application.
* Silence GTK 3.22 warnings relating to deprecation in Gdk.Screen.Mike Gabriel2017-05-171-1/+3
|
* src/arctica-greeter.vala: Cleanly exit nm-applet when switching to the user ↵Mike Gabriel2017-05-171-2/+25
| | | | context.
* indicator service launching: Check AGSettings for what indicator to load and ↵Mike Gabriel2017-05-171-96/+84
| | | | remember loaded indicators to clean up properly when switching to the user context.
* indicator support: Launch ayatana-indicator-session service via Arctica Greeter.Mike Gabriel2017-05-171-0/+33
|
* indicator services: Launch inicator power service via systemd before showing ↵Mike Gabriel2017-05-161-6/+39
| | | | the greeter.
* src/arctica-greeter.vala: Fix systemd launch of ↵Mike Gabriel2017-05-151-2/+2
| | | | ayatana-indicator-application service.
* arctica-greeter.vala: Fix .service file name for starting up Ayatana ↵Mike Gabriel2017-05-151-2/+2
| | | | Indicators Application as a service.
* Use systemd to launch the Ayatana Indicators Application Service.Mike Gabriel2017-05-151-29/+39
|
* Switch to using MATE's Settings Daemon.Mike Gabriel2017-04-291-3/+3
|
* Handle errors from liblightdm.Robert Ancell2017-04-181-6/+50
|
* Show error when failing to connect to LightDM daemon.Robert Ancell2017-04-181-1/+1
|
* Fix test mode by skipping xsettings checks.Robert Ancell2017-04-181-31/+37
|
* Explicitly set scale and geometry for Cairo.XlibSurface.Robert Ancell2016-09-151-4/+10
|
* Wait for gnome-settings-daemon xsettings plugin is ready to avoid HiDPI ↵Mike Gabriel2016-09-151-44/+88
| | | | | | | resolution changing. Author (unity-greeter): Robert Ancell <robert.ancell@canonical.com> Ported to arctica-greeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Build against Ayatana Indicators instead of Ubuntu Inidicators.Mike Gabriel2015-11-071-1/+1
|
* Set a session name in our own namespace.Mike Gabriel2015-10-281-2/+2
|
* Attempt to fake a session with org.gnome.SessionManager.Mike Gabriel2015-10-271-2/+2
|
* Use non-deprecated Gdk.Cursor methodsRobert Ancell2015-10-271-1/+1
| | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Don't use deprecated liblightdm APIRobert Ancell2015-10-271-1/+1
| | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Don't use deprecated Gdk X11 APIRobert Ancell2015-10-271-9/+9
| | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Don't own session com.canonical.Unity, own ↵Mike Gabriel2015-10-271-3/+3
| | | | org.ArcticaProject.ArcticaProjectGreeter instead.
* Comment out never used upstart_pid variable.Mike Gabriel2015-10-261-1/+1
|
* Disable code depending on upstart.Mike Gabriel2015-10-261-28/+28
| | | | | FIXME: Should be replaced by systemd-conformant startup for indicator-services-start.
* Rename UGSettings to AGSettings.Mike Gabriel2015-10-071-8/+8
|
* Make arctica-greeter build against Debian unstable _and_ Ubuntu (and ↵Mike Gabriel2015-09-211-1/+1
| | | | probably break at runtime).
* fork unity-greeter as arctica-greeterMike Gabriel2015-09-191-0/+660