Commit Graph

671 Commits

Author SHA1 Message Date
Teo Mrnjavac
efdf4cb490 Fix check in CMakeColors. 2014-11-07 14:20:59 +01:00
Manjaro Linux
36e8ed5f46 adjust LXDE startup scripts
- add LXQT support
- add LXDE 0.5 changes in Archlinux
2014-11-07 14:04:15 +01:00
Teo Mrnjavac
7c89613332 Merge pull request #140 from kkofler/detect-sddm-session-type
displaymanager: Detect SDDM session type
2014-11-07 11:50:28 +01:00
Teo Mrnjavac
0dfc536dee Merge pull request #139 from kkofler/fix-sddm-chroot-call
displaymanager: Run "sddm --example-config > /etc/sddm.conf" in a shell.
2014-11-07 11:45:49 +01:00
Calamares CI
74384dc5d4 Automatic merge of Transifex translations 2014-11-07 08:45:37 +00:00
Kevin Kofler
8512e43405 displaymanager: Set Session= for sddm autologin.
Detect the correct value using find_desktop_environment.
2014-11-07 04:09:54 +01:00
Kevin Kofler
467d78dde6 displaymanager: Use a regex to match User= in sddm.conf.
This ensures we really only match the User= line and not the
RememberLastUser= one.
2014-11-07 04:09:54 +01:00
Kevin Kofler
e365864c05 displaymanager: Detect the KDE Plasma (5 and 4) and GNOME desktop environments.
Add them to the front of the list of desktop environments because users
are more likely to expect those as the default if they have them
installed.
2014-11-07 04:09:54 +01:00
Kevin Kofler
4990b8e3f8 displaymanager: Refactor the desktop environment detection to eliminate the copy&paste.
This also fixes some issues with the previous code:

* The code for LightDM only supported Xfce.

* The case where multiple desktop environments are installed was not
  handled in a good way.

* We now also check that the xsession definition actually exists. This
  allows handling the case where upstream changed the xsession
  definition's name without renaming the invoked binary.
2014-11-07 04:09:54 +01:00
Kevin Kofler
5a4ae7f62c displaymanager: Run "sddm --example-config > /etc/sddm.conf" in a shell.
Otherwise, the output redirection cannot work (and the argument was also
misinterpreted as part of the command name).
2014-11-07 01:09:33 +01:00
Teo Mrnjavac
1df44eddba Fix displaymanager sddm config call. 2014-11-06 10:44:53 +01:00
Calamares CI
90cd09b759 Automatic merge of Transifex translations 2014-11-06 08:45:17 +00:00
Manjaro Linux
76421e300d Merge pull request #137 from kkofler/fix-issue-124
CMakeColors.cmake: Use colors only if stderr is an interactive terminal.
2014-11-06 09:16:21 +01:00
Manjaro Linux
822d75d1ce Merge pull request #136 from kkofler/pkexec-policy-file-name
Rename pkexec policy file to .policy extension.
2014-11-06 09:15:19 +01:00
demmm
3828eb6d2a add the define 2014-11-05 22:42:58 -05:00
demmm
a186c7e44b Missing define, check_chroot_call replaced
not really needed here, subprocess.call well tested
2014-11-05 22:26:10 -05:00
Kevin Kofler
3fdd06b013 CMakeColors.cmake: Use colors only if stderr is an interactive terminal.
In particular, do not write ugly escape sequences to log files.

Fixes #124.
2014-11-05 23:49:41 +01:00
Kevin Kofler
bc9b9d2ce4 Rename pkexec policy file to .policy extension.
Rename com.github.calamares.calamares.bin to
com.github.calamares.calamares.policy. This matches how other policy
files in the same directory are named.
2014-11-05 23:34:03 +01:00
Calamares CI
4c226fdaf3 Automatic merge of Transifex translations 2014-11-05 08:45:23 +00:00
Rohan Garg
b9af5b7d54 XDG_APPS_INSTALL_DIR comes from ECM, use a different var 2014-11-04 18:31:01 +01:00
Rohan Garg
36bd745e65 Install the desktop file 2014-11-04 18:09:30 +01:00
Rohan Garg
fe9a768f29 Use pkexec to execute calamares with the right permissions 2014-11-04 17:59:31 +01:00
Teo Mrnjavac
486f160ca9 Merge pull request #134 from calamares/sddm
Generate sddm.conf if not present.
2014-11-04 09:51:36 +01:00
Calamares CI
e3ab6037d6 Automatic merge of Transifex translations 2014-11-04 08:45:21 +00:00
Calamares CI
e868491962 Automatic merge of Transifex translations 2014-11-03 08:45:19 +00:00
Calamares CI
ea0b26cf0d Automatic merge of Transifex translations 2014-11-02 08:45:13 +00:00
Calamares CI
a539b0dd06 Automatic merge of Transifex translations 2014-11-01 08:45:11 +00:00
Calamares CI
880a54d797 Automatic merge of Transifex translations 2014-10-31 11:02:34 +00:00
Calamares CI
6a0d8acfe1 Automatic merge of Transifex translations 2014-10-31 10:54:55 +00:00
Calamares CI
f74a9d183e Automatic merge of Transifex translations 2014-10-31 10:50:57 +00:00
Calamares CI
36e98eb912 Automatic merge of Transifex translations 2014-10-31 10:38:58 +00:00
demmm
49bdb25f30 remove erronous line line, wrongly left in 2014-10-30 14:30:53 -04:00
Teo Mrnjavac
5a77a0a088 Add desktop file. 2014-10-30 17:47:41 +01:00
Teo Mrnjavac
fef448833e And some more debug output readability improvements. 2014-10-30 17:36:56 +01:00
Teo Mrnjavac
f2f73b2e87 More meaningful debug output. 2014-10-30 17:30:13 +01:00
Teo Mrnjavac
a51251fdc6 Expose list of build-time available translation languages. 2014-10-30 17:26:03 +01:00
Teo Mrnjavac
aaa696f543 Even less debug noise. 2014-10-30 17:25:16 +01:00
Teo Mrnjavac
5b01925d99 Remove debug noise. 2014-10-30 16:26:54 +01:00
Teo Mrnjavac
abd65fb259 We don't need calamares_i18n.qrc because it's autogenerated. 2014-10-30 11:17:28 +01:00
Teo Mrnjavac
5fd2ad2f22 Enable all the translation languages we currently have on Transifex. 2014-10-30 11:16:24 +01:00
Calamares CI
b8b47b739e Automatic merge of Transifex translations 2014-10-30 09:05:18 +00:00
Teo Mrnjavac
703cec4e23 Initial commit for Transifex translations. 2014-10-29 13:52:19 +01:00
Teo Mrnjavac
314816d32c Generate initial strings file for Transifex. 2014-10-29 13:07:54 +01:00
Teo Mrnjavac
8026a287d3 Shut up Qt lupdate warnings. 2014-10-29 13:06:52 +01:00
Teo Mrnjavac
ef6e4e6e03 Update README.md 2014-10-29 12:28:22 +01:00
Teo Mrnjavac
37df47d4a6 Add CI status to README.md 2014-10-29 11:57:19 +01:00
Teo Mrnjavac
10ca85338d Yet another Qt 5.4 fix. 2014-10-28 18:38:27 +01:00
Teo Mrnjavac
519ba038cf Fix build on Qt 5.4, again. 2014-10-28 18:30:37 +01:00
Teo Mrnjavac
633c8512c2 Try to make compile on Qt 5.4 2014-10-28 18:20:28 +01:00
demmm
8cefd1dcb8 remove indent 2014-10-28 11:18:10 -04:00