aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* po/arctica-greeter.pot: Update translation template, now with translatable ↵Mike Gabriel2017-06-161-15/+46
| | | | text from our guest shell scripts.
* Make arctica-desktop.desktop xgreeters file translatable.Mike Gabriel2017-06-164-7/+10
|
* debian/arctica-greeter-guest-session.install: Let's have EOL and EOF.Mike Gabriel2017-06-161-1/+1
|
* Make intltool more happy with our guest shell scripts (i.e. adding .sh suffix).Mike Gabriel2017-06-167-15/+21
|
* src/session-list.vala: Present list of available sessions in ↵Mike Gabriel2017-06-161-1/+8
| | | | case-insensitive order.
* Artwork: Add icon badge for Sugar Desktop.Mike Gabriel2017-06-144-0/+3
|
* Artwork: Add icon badge for surf-display.Mike Gabriel2017-06-144-0/+3
|
* Artwork: Add icon badge for Xmonad.Mike Gabriel2017-06-144-0/+3
|
* Artwork: Add icon badge for the Window Maker.Mike Gabriel2017-06-144-0/+3
|
* Artwork: Add icon badge for the Budgie Desktop.Mike Gabriel2017-06-134-0/+3
|
* Artwork: Add icon badge for awesome.Mike Gabriel2017-06-134-0/+3
|
* Artwork: Add icon badge for the matchbox wm.Mike Gabriel2017-06-134-0/+3
|
* Artwork: Add icon badge for i3 wm.Mike Gabriel2017-06-134-0/+4
|
* data/lxde_badge.png: Recreate from .xcf file, removes gray outlines.Mike Gabriel2017-06-131-0/+0
|
* override_font() deprecation warning: replace by GtkCssProvider blocks. ↵Mike Gabriel2017-06-125-18/+118
| | | | Additionally, don't hard-code Cabin font anymore, use font_name gsettings property instead.
* FIXME: Disable the greeter wrapper so far, as systemctl --user calls will ↵Mike Gabriel2017-06-121-1/+4
| | | | fail with the wrapper enabled. (This brings back the Ayatana Indicators to the greeter login screen).
* src/arctica-greeter.vala: Fix copy+paste flaw blocking atspid to be ↵Mike Gabriel2017-06-121-1/+1
| | | | destroyed at greeter exit.
* Makefile.am: Add 'compile' to list of DISTCLEANFILES.Mike Gabriel2017-06-121-0/+1
|
* Make guest account support functional. Port various items from Ubuntu's ↵Mike Gabriel2017-06-1214-10/+190
| | | | LightDM package.
* debian/control: Drop mate-settings-daemon from Recommends: field. Already in ↵Mike Gabriel2017-06-121-1/+0
| | | | Depends: field.
* Split up packaging: outsource arctica-greeter-remote-logon and ↵Mike Gabriel2017-06-129-15/+66
| | | | arctica-greeter-guest-session. Allow the admin to selectively add those features or remove them, if needed.
* guest-account: Blindly copy Ubuntu's guest-account script from bin:package ↵Mike Gabriel2017-06-121-0/+229
| | | | lightdm into this project.
* src/settings-daemon.vala: Make sure the SettingsDaemon subprocess gets ↵Mike Gabriel2017-06-082-2/+34
| | | | killed when greeter exits.
* src/settings-daemon.vala: Flaw when switching to m-s-d. The media-keys ↵Mike Gabriel2017-06-071-1/+0
| | | | plugin is to be diabled.
* src/settings-daemon.vala: Avoid race condition that could launch the ↵Mike Gabriel2017-06-071-3/+1
| | | | settings daemon twice.
* Rename owned greeter bus to a generical, product-independent name: ↵Mike Gabriel2017-06-042-2/+2
| | | | org.ayatana.Greeter.
* Play system-ready sound when arctica-greeter is ready for loggin the user ↵Mike Gabriel2017-05-316-1/+467
| | | | in. Ship system-ready sound with our own sound theme as ubuntu-sounds is not available on all distros.
* fix-patch-whitespace: Help tool from X.org to have white-space clean ↵Mike Gabriel2017-05-311-0/+26
| | | | changeset commits.
* Use ShutdownDialogType.SHUTDOWN on incoming shutdown requests. This enables ↵Mike Gabriel2017-05-302-5/+5
| | | | Hibernate and Suspend buttons, which is nice.
* src/shutdown-dialog.vala: Grab Reboot button focus when user requests a reboot.Mike Gabriel2017-05-301-1/+3
|
* Return "greeter" as session_name rather than "ubuntu" in SessionManager DBus ↵Mike Gabriel2017-05-281-1/+1
| | | | interface.
* nm-applet startup: Fix typo in cmd line option.Mike Gabriel2017-05-281-1/+1
|
* comment change: MATE and GNOME share the same session manager namespaceMike Gabriel2017-05-261-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.
* session list's back button: Make background transparent.Mike Gabriel2017-05-181-0/+17
|
* src/menubar.vala: Give the indicator icons a bit more space (i.e. height := 32).Mike Gabriel2017-05-181-1/+1
|
* Theming: Use Numix GTK/icon theme.Mike Gabriel2017-05-182-2/+6
|
* Gdk.cairo_create() has been deprecated in GTK 3.22. Use ↵Mike Gabriel2017-05-171-1/+4
| | | | Gdk.Window.begin_draw_frame() instead.
* 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-173-18/+30
|
* 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.
* Fix indicator name for ayatana-application.Mike Gabriel2017-05-151-1/+1
|
* 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
|