Philip
921440375a
[Merge] with upstream and fix conflicts
2017-09-26 05:08:09 -04:00
Adriaan de Groot
decf83d403
Replace scandir with listdir, simplify loop
...
FIXES: ??
2017-09-21 02:45:23 -04:00
Philip
d20285d4f2
[modules] displaymanager: try to fix regression introduced with c8fd11b
2017-09-21 13:08:13 -04:00
Adriaan de Groot
13807ceabf
Licensing: add self
...
- to all the files I've touched recently
- to (very incomplete) AUTHORS list
Licensing: add license info to top-level CMakeLists.txt
2017-09-19 15:57:25 +02:00
Adriaan de Groot
c8fd11b103
Replace scandir with listdir, simplify loop
...
FIXES: ??
2017-09-16 07:01:55 -04:00
Philip
a937313b32
[Merge] apply upstream changes and fix conflicts
2017-08-23 09:17:10 +01:00
Adriaan de Groot
fc119c1fae
LightDM: fix type (thanks Kevin Kofler)
2017-07-11 11:23:27 +02:00
Adriaan de Groot
9860922496
SUSE DM: add special case configuring autologin in sysconfig (openSUSE)
...
FIXES #582
2017-07-11 11:20:38 +02:00
Adriaan de Groot
c150c61c59
LightDM: if lightdm.conf doesn't exist (for autologin), create it
...
FIXES #568
2017-07-11 11:20:20 +02:00
Adriaan de Groot
ce11c7ab6d
LightDM: fix type (thanks Kevin Kofler)
2017-07-10 14:43:13 -04:00
Adriaan de Groot
9561bac1c8
SUSE DM: add special case configuring autologin in sysconfig (openSUSE)
...
FIXES #582
2017-07-10 10:14:28 -04:00
Adriaan de Groot
984a83deb9
LightDM: if lightdm.conf doesn't exist (for autologin), create it
...
FIXES #568
2017-07-10 09:27:56 -04:00
Philip Müller
f64266a294
Merge pull request #758 from manjaro/lightdm-greeters
...
[displaymanager] check for installed lightdm greeter and configure accordingly
2017-06-28 17:04:40 +02:00
Bernhard Landauer
a1173bccc2
[displaymanager] check for installed lightdm greeter and configure accordingly
...
- no matter if for example slick-greeter is installed as "lightdm-slick-greeter" or whatever.
tested with lightdm-deepin-greeter and slick-greeter.
- plus some little simplifications
- added Copyright
https://github.com/calamares/calamares/issues/756
2017-06-28 16:43:07 +02:00
Philip
a377c3234e
[displaymanager] fix typo
2017-06-28 16:25:14 +02:00
Philip
bccb9443b0
[displaymanager] PEP8ify it
2017-06-28 16:21:16 +02:00
Philip
b3488f8e85
[displaymanager] use a better routine to detect .desktop files
2017-06-28 15:35:43 +02:00
Bernhard Landauer
8de9849e9a
rm trailing whitespace
2017-06-28 15:35:35 +02:00
Philip
9d906e7964
[displaymanager] fix issue with tuple for string
2017-06-28 13:29:27 +02:00
Philip
cc5adb6586
[displaymanagers] fix sed routine
2017-06-28 11:44:26 +02:00
Philip
f048772020
[displaymanager] PEP8ify it for better reading
2017-06-28 11:12:08 +02:00
Philip
faf065205b
[displaymanager] PEP8tify it
2017-06-28 11:07:00 +02:00
Philip
38f5af3c82
[displaymanager] error out the right way
2017-06-28 11:06:52 +02:00
Philip
e57107187c
[displaymanager] re-add lightdm_conf_path to 'if lightdm'
2017-06-28 11:06:43 +02:00
Philip
82626d7639
[displaymanager] fix issues
2017-06-28 11:06:35 +02:00
Philip
ac179343d6
[displaymanager] fix typo
2017-06-28 11:06:27 +02:00
Philip
c75dbd83e0
[displaymanager] add filter for .desktop file
2017-06-28 11:06:19 +02:00
Philip
cd3e631027
[displaymanager] simplify code
2017-06-28 11:06:10 +02:00
Adriaan de Groot
59588672ed
SDDM-config: allow poorly formatted SDDM config
...
SDDM itself doesn't trip over duplicate sections or keys, but
the Python config-parser does (in strict mode). Relax a bit.
FIXES #579
2017-06-28 11:05:03 +02:00
Adriaan de Groot
2905a9969d
SDDM-config: allow poorly formatted SDDM config
...
SDDM itself doesn't trip over duplicate sections or keys, but
the Python config-parser does (in strict mode). Relax a bit.
FIXES #579
2017-06-28 03:57:01 -04:00
Philip
7ea82be77a
[displaymanager] PEP8ify it
2017-06-28 09:10:06 +02:00
Bernhard Landauer
7f7ab50356
[displaymanager] check for installed lightdm greeter and configure accordingly
...
- no matter if for example slick-greeter is installed as "lightdm-slick-greeter" or whatever.
tested with lightdm-deepin-greeter and slick-greeter.
- plus some little simplifications
- added Copyright
https://github.com/calamares/calamares/issues/756
2017-06-28 03:11:14 +02:00
Bernhard Landauer
d4e8e4f472
fix https://github.com/calamares/calamares/issues/756
2017-06-27 15:05:03 +02:00
Bernhard Landauer
72cfb83873
fix https://github.com/calamares/calamares/issues/756
2017-06-27 14:50:53 +02:00
Philip
96c9d744e4
[Merge] with upstream and development changes
2017-06-23 13:10:17 +02:00
Adriaan de Groot
c7a323e466
Displaymanager: simplify gdm configuration.
...
Replace calling out to shell to run echo redirected to a file by
opening the file and writing to it.
2017-06-20 00:37:13 +02:00
Adriaan de Groot
182c3bdcd0
Displaymanager: check alternative locations for kdmrc.
...
FIXES #578
2017-06-20 00:36:59 +02:00
Adriaan de Groot
df819f2efb
Displaymanager: refactor a little, don't bail out at the first DM that doesn't configure
2017-06-20 00:36:34 +02:00
Alf Gaida
76aa860b73
Fixed pep8 whining in module displaymanager
...
Added myself to copyright
2017-06-20 00:36:30 +02:00
Adriaan de Groot
4405790253
Displaymanager: simplify gdm configuration.
...
Replace calling out to shell to run echo redirected to a file by
opening the file and writing to it.
2017-06-19 18:20:24 -04:00
Adriaan de Groot
70af29672d
Displaymanager: check alternative locations for kdmrc.
...
FIXES #578
2017-06-19 18:05:34 -04:00
Adriaan de Groot
582e4354a7
Displaymanager: refactor a little, don't bail out at the first DM that doesn't configure
2017-06-19 18:00:10 -04:00
Alf Gaida
f9695cabac
Fixed pep8 whining in module displaymanager
...
Added myself to copyright
2017-06-06 20:35:07 +02:00
Philip
33fc1ba08a
Merge remote-tracking branch 'upstream/master' into 3.0.x-stable
2017-01-27 11:40:05 +01:00
Teo Mrnjavac
68e2c4f901
Unbreak autologin setting.
2017-01-24 18:55:32 +01:00
Philip
0440765680
[configs] adjust for manjaro
2017-01-23 16:09:47 +01:00
Philip
170b6cadc2
adopt upstream changes vor v3.0
2017-01-23 15:52:14 +01:00
Teo Mrnjavac
8d5e4cdb16
Don't assume 'User' exists in autologin section.
2017-01-17 17:02:53 +01:00
Philip
0bd31b0404
[displaymanager] set_autologin: Unset autologin for sddm when needed
2016-12-06 21:58:30 +01:00
Kevin Kofler
bc8dd4225a
[displaymanager] set_autologin: Unset autologin for sddm when needed
...
CAL-423 #close
2016-12-03 19:18:41 +01:00