summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gdm-{wayland,x}-session: import environment from systemd managerwip/import-user-envRay Strode2016-08-252-0/+115
| | | | | | The user may have configured the user environment via user.conf or other means. This commit makes sure this session gets those environment changes.
* gdm-{wayland,x}-session: fix segfault if run with no argumentsRay Strode2016-08-252-6/+10
| | | | | | Right now we crash on clean up paths if the programs are invoked wrong. This commit fixes that.
* gdm-wayland-session: keep connection to session bus aliveRay Strode2016-08-251-3/+20
| | | | | This makes it behave more like gdm-x-session. Also, we're going to need the connection in a minute.
* gdm-{x,wayland}-session: drop dependency on DBUS_SESSION_BUS_ADDRESSRay Strode2016-08-252-28/+42
| | | | | | | | | | | | DBUS_SESSION_BUS_ADDRESS is not the preferred way to find the session bus these days. Instead it's expected to be found at $XDG_RUNTIME_DIR/bus This commit changes the session launcher code, to just try to get a connection to the bus explicitly, instead relying on the presence of DBUS_SESSION_BUS_ADDRESS to know whether to start a fallback bus. https://bugzilla.gnome.org/show_bug.cgi?id=770395
* gdm-x-session: use cancellable in UpdateActivationEnvironment callRay Strode2016-08-251-1/+1
| | | | | | | I just noticed when reading the code that we pass a cancellable into the function, but then don't use it. https://bugzilla.gnome.org/show_bug.cgi?id=770396
* configure: bump to 3.21.903.21.90Ray Strode2016-08-221-1/+1
|
* NEWS: update for releaseRay Strode2016-08-221-0/+6
|
* Updated Polish translationPiotr Drąg2016-08-221-44/+40
|
* pam: grab cached password from systemd and pass it onRay Strode2016-08-197-7/+53
| | | | | | | | | | | | | If the user has an encrypted disk then systemd will cache the password they type into the keyring. It makes sense to try to use this password for automatic login purposes first, since on single user machines, the sole user password is likely to match the disk password. Of course if it doesn't work we'll fall back to the old way of doing automatic login without a password (and then the user will have to manualy enter if they need to for gnome-keyring or whatever) https://bugzilla.gnome.org/show_bug.cgi?id=769950
* pam_gdm: add stub pam moduleRay Strode2016-08-194-0/+123
| | | | | | | It doesn't do anything yet, but it will eventually get used for autologin purposes, and maybe other things. https://bugzilla.gnome.org/show_bug.cgi?id=769950
* build-gui: fix build when xdmcp is disabledRay Strode2016-08-161-1/+5
|
* Update POTFILES.inPiotr Drąg2016-08-151-2/+2
|
* build-goo: get rid of gui directoryRay Strode2016-08-1514-15/+2
| | | | It only has the chooser in it, so just move the chooser to the toplevel.
* Update Gujarati translationRafael Fontenelle2016-08-021-260/+47
|
* Updated Spanish translationDaniel Mustieles2016-08-021-17/+9
|
* configure: bump to 3.21.43.21.4Ray Strode2016-07-221-1/+1
|
* NEWS: update for releaseRay Strode2016-07-221-0/+6
|
* Add Language headers to po filesPiotr Drąg2016-07-1632-66/+31
| | | | Future versions of gettext will fail if this header is missing.
* Update Arabic translationSafa Alfulaij2016-07-061-13/+13
|
* Updated Arabic translationSafa Alfulaij2016-07-061-261/+51
|
* Updated Indonesian translationAndika Triwidada2016-06-241-50/+34
| | | | (cherry picked from commit 2778a8a85f73dced81acca6ca2d7268572817d78)
* local-display-factory: disconnect signal handlers when factory is disposedRay Strode2016-06-221-11/+15
| | | | | | | | | | | | There's the potential for a crash in the shutdown path after the factory is disposed, since we fail to disconnect signal handlers to the displays / display store at factory dispose time. This commit changes the g_signal_connect to g_signal_connect_object, to avoid any potential for crash. (this is a fix noticed when reading through the source. It's tangentially related to a discussion on irc for a different bug)
* configure: bump to 3.21.33.21.3Ray Strode2016-06-201-1/+1
|
* NEWS: update for releaseRay Strode2016-06-201-0/+5
|
* Updated Indonesian translationAndika Triwidada2016-06-201-1920/+1129
| | | | (cherry picked from commit b5df2d64487923196c288843d9e8ff2e89b90e8b)
* Added Turkish helpMuhammet Kara2016-06-052-1/+2810
|
* Updated Occitan translationCédric Valmary2016-05-301-15/+7
|
* configure: bump to 3.21.23.21.2Ray Strode2016-05-261-1/+1
|
* NEWS: update for releaseRay Strode2016-05-261-0/+6
|
* Updated Icelandic translationSveinn í Felli2016-05-141-41/+42
|
* Updated Occitan translationCédric Valmary2016-05-081-17/+14
|
* daemon: import DISPLAY into user busRay Strode2016-05-041-40/+62
| | | | | | | | | | | | | | | commit 99eeae91c1f11997521ad3bc016a7b2d23ec7942 attempted to support dbus user buses with X sessions, by supposedly importing DISPLAY and XAUTHORITY into the dbus user bus activation environment. It didn't actually work, though, because the spawn_bus function quits early if the dbus daemon is already running. This commit fixes the code so that the activation environment is always updated. https://bugzilla.gnome.org/show_bug.cgi?id=761568
* Updated Norwegian bokmål translation.Kjartan Maraas2016-05-031-65/+27
|
* Updated Portuguese translationTiago Santos2016-04-301-359/+46
|
* Updated Scottish Gaelic translationGNOME Translation Robot2016-04-221-28/+35
|
* configure: bump to 3.20.13.20.1Tim Lunn2016-04-191-1/+1
|
* NEWS: update for releaseTim Lunn2016-04-191-0/+8
|
* gdm-session: require a password for for remote loginsTim Lunn2016-04-131-0/+2
| | | | | | | | | | | | | Many remote services refuse passwordless logins, so administrators may find it surprising that the login screen over XDMCP doesn't require a password on the account. This commit toggles to that default. Note, this change doesn't really make XDMCP more secure. It is inherently insecure over an untrusted network, since it's a completely plain text protocol. https://bugzilla.gnome.org/show_bug.cgi?id=764669
* gdm-session: set PAM_TTY when initialising pamTim Lunn2016-04-131-7/+33
| | | | | | | | Temporarily set this to the VT that the login screen is currently active on so that pam modules that require this information early can have access to it. Debian/Ubuntu use this to detect if the login is coming from a local tty. PAM_TTY will get reset to the users VT right before the user session is opened. https://bugzilla.gnome.org/show_bug.cgi?id=764669
* Updated Friulian translationFabio Tomat2016-04-081-14/+14
|
* Update Persian translationsArash Mousavi2016-04-081-386/+51
|
* Updated Friulian translationFabio Tomat2016-04-051-29/+31
|
* pam-redhat: don't run full account and password stacks for gdm sessionRay Strode2016-04-011-2/+2
| | | | | | | | The login screen user account won't ever have a password or get locked, so there's no reason to run the system-auth password and account stacks for the login screen launch environment. https://bugzilla.gnome.org/show_bug.cgi?id=764472
* update zh_CN translationJeff Bai2016-03-261-282/+34
|
* Updated Vietnamese translationTrần Ngọc Quân2016-03-261-221/+45
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Updated Basque languageInaki Larranaga Murgoitio2016-03-231-235/+37
|
* configure: bump to 3.20.03.20.0Ray Strode2016-03-221-1/+1
|
* NEWS: update for releaseRay Strode2016-03-221-0/+5
|
* Updated Danish translationAsk Hjorth Larsen2016-03-211-7/+6
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-1098/+34
|