summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow alternative welcome sessionswip/initial-setup-reduxMatthias Clasen2012-06-0916-24/+703
|
* Add a separate session file for setup sessionMatthias Clasen2012-06-092-1/+4
|
* Add policy for the setup sessionMatthias Clasen2012-06-093-0/+41
|
* Add applications for the setup sessionMatthias Clasen2012-06-095-0/+53
|
* welcome: more seat_id fixesRay Strode2012-04-091-2/+3
| | | | | | | | | Two commits ago I tried to only strip the consolekit prefix off the seat id, if there was a consolekit prefix. In the process I ended up not initializing the seat_id variable at all in the non-consolekit case. This commit fixes that.
* slave: drop wrong ConsoleKit: prefix in debug messageRay Strode2012-04-091-1/+1
|
* Only strip CK goo from seat prefix, if there's CK goo in seat prefixRay Strode2012-04-091-2/+3
| | | | | | | | | | | | Now that we can use logind for seat management, there' may not be /org/freedesktop/ConsoleKit in the seat identifier. This commit makes sure the GDM_SEAT_ID environment variable doesn't show gunk in the case the system is configured to use logind. Related downstream report: http://bugzilla.redhat.com/810451
* Skip locked usersAdel Gadllah2012-04-091-0/+5
| | | | | | | Don't show locked (disabled) users in the user list. Those are either "system" users with a shell or users disabled in the control-center. See: https://bugzilla.gnome.org/show_bug.cgi?id=673784
* Fix a problem in the systemd codeMatthias Clasen2012-04-051-1/+1
| | | | | | | Make session unlock work with logind. This was not working due to a typo in the bus name of logind. https://bugzilla.gnome.org/show_bug.cgi?id=673620
* [l10n] Updated Indonesian translationAndika Triwidada2012-04-011-366/+154
|
* Updated Persian TranslationsArash Mousavi2012-03-311-202/+195
|
* Updated Norwegian bokmål translationKjartan Maraas2012-03-291-227/+97
|
* configure: bump to 3.4.0.13.4.0.1Ray Strode2012-03-271-1/+1
|
* NEWS: update for releaseRay Strode2012-03-271-0/+5
|
* display: fix autologinRay Strode2012-03-261-1/+1
| | | | | | | | commit b436764275e513ebd5b0546ab047f0fce2f34b35 tried to prevent autologin on auxilliary seats, but the conditional was inverted, so it ended up preventing autologin on the primary seat. https://bugzilla.gnome.org/show_bug.cgi?id=672773
* configure: bump to 3.4.03.4.0Ray Strode2012-03-261-1/+1
|
* NEWS: update for releaseRay Strode2012-03-261-0/+5
|
* Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2012-03-261-698/+958
|
* Updated Czech translationPetr Kovar2012-03-261-377/+324
|
* Added Telugu help TranslationsSasi Bhushan2012-03-252-1/+2515
|
* Updated Latvian translation.Rudolfs Mazurs2012-03-251-234/+221
|
* Updated Japanese translation.Takayuki KUSANO2012-03-251-243/+245
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-03-252-412/+368
|
* [l10n] Updated Italian translationClaudio Arseni2012-03-241-385/+356
|
* Updated Belarusian translation.Ihar Hrachyshka2012-03-241-205/+85
|
* Updated Hebrew translation.Yaron Shahrabani2012-03-241-207/+189
|
* [l10n]Updated Turkish translationMuhammet Kara2012-03-231-224/+210
|
* [l10n] Updated German translationWolfgang Stöggl2012-03-221-244/+227
|
* slave: don't jump to text vtsRay Strode2012-03-221-0/+19
| | | | | | | | | | | | commit fb6a3cf203c7fda3a9a33d3e3b4e7a7b868cb43e fixed user-switching so that we always migrate to a pre-existing session if it's runninng. Unfortunately, we didn't filter out tty sessions. This commit ensures GDM only jumps to graphical sessions. https://bugzilla.gnome.org/show_bug.cgi?id=672630
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-03-221-4/+3
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2012-03-221-216/+203
|
* Updated Arabic translationKhaled Hosny2012-03-211-442/+522
|
* Updated Lithuanian translationAurimas Černius2012-03-211-368/+331
|
* Malayalam translation updatedPraveen Arimbrathodiyil2012-03-211-575/+181
|
* Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2012-03-201-334/+117
|
* Update Simplified Chinese translation.Automatic Mirroring2012-03-201-232/+208
|
* update Punjabi TranslationA S Alam2012-03-201-212/+191
|
* NEWS: update for release3.3.92.1Ray Strode2012-03-191-0/+5
|
* configure: bump for releaseRay Strode2012-03-191-1/+1
|
* server: call ck-x11-get-display-device even w/o WITH_CONSOLE_KITRay Strode2012-03-191-3/+0
| | | | | | | | | | ck-x11-get-display-device is a soft dependency. If it's installed then pam_ck_connector will function properly, otherwise it won't. Since it's a soft dependencies, we should do it even if building --disable-console-kit . This allows distros to drop the ConsoleKit buildrequires and still keep support for consolekit via pam_ck_connector.
* server: get X tty from consolekit if not with with systemdRay Strode2012-03-191-2/+4
| | | | | | | | | | | commit 932c65c66d2 changed the code to return NULL for the X tty when building with systemd. This is because systemd does tty handling on its own. It's not sufficient to be built with support for systemd, though, we also need to have booted with systemd. Found by ioni.
* NEWS: update for release3.3.92Ray Strode2012-03-191-0/+10
|
* configure: bump versionRay Strode2012-03-191-1/+1
|
* user-switching: fix session migrationRay Strode2012-03-191-6/+24
| | | | | | It wasn't properly jumping to the correct vt. https://bugzilla.gnome.org/show_bug.cgi?id=655380
* user-switching: fix sd_session_get_uid checkRay Strode2012-03-191-1/+1
| | | | | | It returns 0 on success. https://bugzilla.gnome.org/show_bug.cgi?id=655380
* user-switching: don't bail if login screen isn't runningRay Strode2012-03-191-8/+3
| | | | | | | It's okay if no login screen is running, we can just launch one. https://bugzilla.gnome.org/show_bug.cgi?id=655380
* user-switching: don't set PAM_TTY when using systemdRay Strode2012-03-192-1/+11
| | | | | | | It does it for us, and we don't know it anyway, so don't bother trying. https://bugzilla.gnome.org/show_bug.cgi?id=655380
* pam: set XDG_SESSION_CLASS variable to "greeter" when setting up greeter PAM ↵Lennart Poettering2012-03-191-0/+4
| | | | | | | | session This follows the recommendations in http://www.freedesktop.org/wiki/Software/systemd/writing-display-managers
* Revert "welcome: set XDG_SESSION_CLASS"Ray Strode2012-03-191-4/+0
| | | | | | | | | This reverts commit 5aa5eada05e646ab21d17d2e879532ccc1b99b8f. The environment doesn't get set until after the pam session stack is run, so that's too late for systemd. https://bugzilla.gnome.org/show_bug.cgi?id=670100
* user-switching: fix seat id confusionRay Strode2012-03-192-6/+24
| | | | | | | | | | There's a few places in the code that was hardcoding consolekit paths still. This commit does some small changes to make that more systemd compatible. https://bugzilla.gnome.org/show_bug.cgi?id=655380