Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | White-space cleanup. Removing superfluous EOL white-spaces. | Mike Gabriel | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Explicitly set the keyboard layout | Mike Gabriel | 2017-10-26 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | Ported from slick-greeter: Author: Clement Lefebvre <clement.lefebvre@linuxmint.com> Date: Sat Jun 10 15:57:49 2017 +0100 Explicitly set the keyboard layout The keyboard layout isn't properly set by default in some case. This affects wireless Logitech keyboards in particular, and it results in the greeter using an American layout instead of the layout chosen during the installation. | ||||
* | Add support for numlockx. | Clement Lefebvre | 2017-10-26 | 1 | -0/+16 |
| | | | | | | | | | Ported from slick-greeter: From 82d912b8fe98e01c80a59e3c010b1bbb18c859b0 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre <clement.lefebvre@linuxmint.com> Date: Tue, 11 Jul 2017 16:57:23 +0200 Subject: [PATCH 1/1] Add support for numlockx | ||||
* | copyright holdership: Add myself as copyright holder and author to file ↵ | Mike Gabriel | 2017-10-26 | 1 | -1/+3 |
| | | | | headers of files I have worked on. | ||||
* | src/arctica-greeter.vala: Fix debug message, we use MSD, not USD. | Mike Gabriel | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | src/arctica-greeter.vala: Don't load any external application when launched ↵ | Mike Gabriel | 2017-06-20 | 1 | -64/+67 |
| | | | | in test mode. | ||||
* | Fix Arctica Greeter preventing DE from applying cursor theme/size. | Clement Lefebvre | 2017-06-20 | 1 | -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 Lefebvre | 2017-06-20 | 1 | -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 Gabriel | 2017-06-20 | 1 | -0/+2 |
| | |||||
* | Add support for validating session names (and proper fallback for ↵ | Clement Lefebvre | 2017-06-20 | 1 | -0/+46 |
| | | | | uninstalled sessions). Ported from slick-greeter. | ||||
* | Fix at-spi-bus-launcher path in Fedora (ported and modifed from slick-greeter). | Mike Gabriel | 2017-06-20 | 1 | -9/+17 |
| | |||||
* | src/arctica-greeter.vala: Disconnect the event filter when the main window ↵ | Michael Webster | 2017-06-20 | 1 | -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 ↵ | leigh123linux | 2017-06-20 | 1 | -0/+2 |
| | | | | startup (ported from slick-greeter). | ||||
* | src/arctica-greeter.vala: Fix copy+paste flaw blocking atspid to be ↵ | Mike Gabriel | 2017-06-12 | 1 | -1/+1 |
| | | | | destroyed at greeter exit. | ||||
* | src/settings-daemon.vala: Make sure the SettingsDaemon subprocess gets ↵ | Mike Gabriel | 2017-06-08 | 1 | -0/+2 |
| | | | | killed when greeter exits. | ||||
* | Rename owned greeter bus to a generical, product-independent name: ↵ | Mike Gabriel | 2017-06-04 | 1 | -1/+1 |
| | | | | org.ayatana.Greeter. | ||||
* | Play system-ready sound when arctica-greeter is ready for loggin the user ↵ | Mike Gabriel | 2017-05-31 | 1 | -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 Gabriel | 2017-05-30 | 1 | -1/+1 |
| | | | | Hibernate and Suspend buttons, which is nice. | ||||
* | nm-applet startup: Fix typo in cmd line option. | Mike Gabriel | 2017-05-28 | 1 | -1/+1 |
| | |||||
* | DBus own_name: Clear up mess. Arctica Greeter owns two buses: ↵ | Mike Gabriel | 2017-05-23 | 1 | -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 Gabriel | 2017-05-23 | 1 | -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 Gabriel | 2017-05-18 | 1 | -3/+3 |
| | | | | used in ayatana-indicator-session and maybe elsewhere. | ||||
* | Disable nm-applet while we are not able to pipe it into ↵ | Mike Gabriel | 2017-05-17 | 1 | -19/+19 |
| | | | | ayatana-indicator-application. | ||||
* | Silence GTK 3.22 warnings relating to deprecation in Gdk.Screen. | Mike Gabriel | 2017-05-17 | 1 | -1/+3 |
| | |||||
* | src/arctica-greeter.vala: Cleanly exit nm-applet when switching to the user ↵ | Mike Gabriel | 2017-05-17 | 1 | -2/+25 |
| | | | | context. | ||||
* | indicator service launching: Check AGSettings for what indicator to load and ↵ | Mike Gabriel | 2017-05-17 | 1 | -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 Gabriel | 2017-05-17 | 1 | -0/+33 |
| | |||||
* | indicator services: Launch inicator power service via systemd before showing ↵ | Mike Gabriel | 2017-05-16 | 1 | -6/+39 |
| | | | | the greeter. | ||||
* | src/arctica-greeter.vala: Fix systemd launch of ↵ | Mike Gabriel | 2017-05-15 | 1 | -2/+2 |
| | | | | ayatana-indicator-application service. | ||||
* | arctica-greeter.vala: Fix .service file name for starting up Ayatana ↵ | Mike Gabriel | 2017-05-15 | 1 | -2/+2 |
| | | | | Indicators Application as a service. | ||||
* | Use systemd to launch the Ayatana Indicators Application Service. | Mike Gabriel | 2017-05-15 | 1 | -29/+39 |
| | |||||
* | Switch to using MATE's Settings Daemon. | Mike Gabriel | 2017-04-29 | 1 | -3/+3 |
| | |||||
* | Handle errors from liblightdm. | Robert Ancell | 2017-04-18 | 1 | -6/+50 |
| | |||||
* | Show error when failing to connect to LightDM daemon. | Robert Ancell | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | Fix test mode by skipping xsettings checks. | Robert Ancell | 2017-04-18 | 1 | -31/+37 |
| | |||||
* | Explicitly set scale and geometry for Cairo.XlibSurface. | Robert Ancell | 2016-09-15 | 1 | -4/+10 |
| | |||||
* | Wait for gnome-settings-daemon xsettings plugin is ready to avoid HiDPI ↵ | Mike Gabriel | 2016-09-15 | 1 | -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 Gabriel | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | Set a session name in our own namespace. | Mike Gabriel | 2015-10-28 | 1 | -2/+2 |
| | |||||
* | Attempt to fake a session with org.gnome.SessionManager. | Mike Gabriel | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | Use non-deprecated Gdk.Cursor methods | Robert Ancell | 2015-10-27 | 1 | -1/+1 |
| | | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | Don't use deprecated liblightdm API | Robert Ancell | 2015-10-27 | 1 | -1/+1 |
| | | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | Don't use deprecated Gdk X11 API | Robert Ancell | 2015-10-27 | 1 | -9/+9 |
| | | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | Don't own session com.canonical.Unity, own ↵ | Mike Gabriel | 2015-10-27 | 1 | -3/+3 |
| | | | | org.ArcticaProject.ArcticaProjectGreeter instead. | ||||
* | Comment out never used upstart_pid variable. | Mike Gabriel | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Disable code depending on upstart. | Mike Gabriel | 2015-10-26 | 1 | -28/+28 |
| | | | | | FIXME: Should be replaced by systemd-conformant startup for indicator-services-start. | ||||
* | Rename UGSettings to AGSettings. | Mike Gabriel | 2015-10-07 | 1 | -8/+8 |
| | |||||
* | Make arctica-greeter build against Debian unstable _and_ Ubuntu (and ↵ | Mike Gabriel | 2015-09-21 | 1 | -1/+1 |
| | | | | probably break at runtime). | ||||
* | fork unity-greeter as arctica-greeter | Mike Gabriel | 2015-09-19 | 1 | -0/+660 |