aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rebase debug PIDMike Gabriel2017-06-201-1/+1
|
* src/menubar.vala: Silence build warning due to usage call to deprecated ↵Mike Gabriel2017-06-201-1/+0
| | | | ensure_style() method.
* src/background.vala: No runtime warning on empty background image filename. ↵Clement Lefebvre2017-06-201-8/+10
| | | | Ported from slick-greeter.
* Add basic screenshot capability. Ported from slick-greeter.leigh123linux2017-06-201-0/+13
|
* debugging: Print out process PIDs for launched subprocesses.Mike Gabriel2017-06-202-0/+3
|
* Add support for validating session names (and proper fallback for ↵Clement Lefebvre2017-06-203-2/+48
| | | | uninstalled sessions). Ported from slick-greeter.
* Work around GTK 3.20's new allocation logic. Ported from slick-greeter.leigh123linux2017-06-203-0/+8
|
* Fix at-spi-bus-launcher path in Fedora (ported and modifed from slick-greeter).Mike Gabriel2017-06-201-9/+17
|
* white-space fixMike Gabriel2017-06-201-1/+1
|
* debian/rules: Remove duplicate override_dh_install target.Mike Gabriel2017-06-201-4/+0
|
* src/background.vala: Drop logo background.Mike Gabriel2017-06-206-31/+2
|
* 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).
* src/prompt-box.vala: Avoid 'pango_layout_get_cursor_pos: assertion 'index >= ↵Michael Webster2017-06-201-1/+17
| | | | 0 && index <= layout->length' failed' error.
* src/prompt-box.vala: get_preferred_height() ovrride only needed with GTK3 >= ↵Michael Webster2017-06-201-0/+2
| | | | 3.20.
* Fix prompt display in gtk3 > 3.20 (ported from slick-greeter)Michael Webster2017-06-203-0/+15
|
* Move data/*_badge.png to data/badges/ subfolder.Mike Gabriel2017-06-2035-21/+21
|
* menubar clean-up before session start: i.e. kill onboard and orca on session ↵leigh123linux2017-06-202-0/+8
| | | | startup (ported from slick-greeter).
* Debian Theme: use Debian 9 logo including the version number as is for now.Mike Gabriel2017-06-171-0/+0
|
* New theming bin:package: arctica-greeter-theme-debian.Mike Gabriel2017-06-171-0/+5
|
* New theming bin:package: arctica-greeter-theme-debian.Mike Gabriel2017-06-167-0/+100
|
* src/logo-generator.vala: Make logo-generator more flexible. Allow passing-in ↵Mike Gabriel2017-06-161-3/+7
| | | | of output logo's width and height. Fix placing of version string.
* configure.ac: Stop automake from whining, set subdir-objects flag.Mike Gabriel2017-06-161-1/+1
|
* src/session-list.vala: Regression fix for failing session logins caused by ↵Mike Gabriel2017-06-161-4/+3
| | | | eece8599b774b4b30eeb31a39bc7c3c36d24b011.
* data/arctica-guest-session-startup.desktop.in: Remove double slash in Exec= ↵Mike Gabriel2017-06-161-1/+1
| | | | field.
* arctica-guest-session-auto.sh: Don't rely on .profile to be loaded, define a ↵Mike Gabriel2017-06-161-0/+2
| | | | default for DIALOG_SLEEP.
* Update .po files.Mike Gabriel2017-06-16117-4239/+8979
|
* 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.