Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |