Rohan Garg
d3d9ea130c
Fix build, last merge was a bit broken
10 years ago
Teo Mrnjavac
294d6a34ca
Merge pull request #142 from shadeslayer/github_master
...
Make sure we also write to the /etc/hosts file
10 years ago
Rohan Garg
7a2fe5e647
Make sure we also write to the /etc/hosts file
10 years ago
Manjaro Linux
36e8ed5f46
adjust LXDE startup scripts
...
- add LXQT support
- add LXDE 0.5 changes in Archlinux
10 years ago
Teo Mrnjavac
7c89613332
Merge pull request #140 from kkofler/detect-sddm-session-type
...
displaymanager: Detect SDDM session type
10 years ago
Kevin Kofler
8512e43405
displaymanager: Set Session= for sddm autologin.
...
Detect the correct value using find_desktop_environment.
10 years ago
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.
10 years ago
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.
10 years ago
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.
10 years ago
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).
10 years ago
Teo Mrnjavac
1df44eddba
Fix displaymanager sddm config call.
10 years ago
demmm
3828eb6d2a
add the define
10 years ago
demmm
a186c7e44b
Missing define, check_chroot_call replaced
...
not really needed here, subprocess.call well tested
10 years ago
Teo Mrnjavac
486f160ca9
Merge pull request #134 from calamares/sddm
...
Generate sddm.conf if not present.
10 years ago
demmm
49bdb25f30
remove erronous line line, wrongly left in
10 years ago
Teo Mrnjavac
fef448833e
And some more debug output readability improvements.
10 years ago
Teo Mrnjavac
f2f73b2e87
More meaningful debug output.
10 years ago
Teo Mrnjavac
a51251fdc6
Expose list of build-time available translation languages.
10 years ago
Teo Mrnjavac
aaa696f543
Even less debug noise.
10 years ago
Teo Mrnjavac
5b01925d99
Remove debug noise.
10 years ago
Teo Mrnjavac
8026a287d3
Shut up Qt lupdate warnings.
10 years ago
Teo Mrnjavac
10ca85338d
Yet another Qt 5.4 fix.
10 years ago
Teo Mrnjavac
519ba038cf
Fix build on Qt 5.4, again.
10 years ago
Teo Mrnjavac
633c8512c2
Try to make compile on Qt 5.4
10 years ago
demmm
8cefd1dcb8
remove indent
10 years ago
demmm
e26335d2da
proper check for existing sddm.conf
...
second set of if/else is obsolete with this, sddm.conf always exists at this point
10 years ago
Teo Mrnjavac
a97297a3fe
Attempt to fix #125
10 years ago
demmm
231c93a513
missed colon
10 years ago
demmm
f26406daa4
actually create a sddm.conf
10 years ago
Rohan Garg
6a9c9cbaae
Fix typo
10 years ago
Teo Mrnjavac
8b0ad2f675
Merge pull request #129 from shadeslayer/master
...
Add support to set the hostname
10 years ago
Rohan Garg
fdd84d1f99
Don't crash when packageOperations is empty
10 years ago
demmm
972fe23131
create sddm.conf if not present
10 years ago
Rohan Garg
a0a3b4dc49
Style fixes
...
Run calamaresstyle over new classes
10 years ago
Teo Mrnjavac
ee2ed0921e
Allow mounting a Fedora image.
...
Fixes #127
10 years ago
Rohan Garg
4a4dc74f5c
Drop useless line
10 years ago
Rohan Garg
b587a0ff00
Add support to set the hostname
10 years ago
demmm
c84a98c23c
set option to select higlighted text color
...
keep it independent from background color, should make it easier to add a color section option to branding
10 years ago
Rohan Garg
8a623cc118
Fix function call
10 years ago
Teo Mrnjavac
97867af2aa
Autopep8 pass on bootloader module.
10 years ago
Teo Mrnjavac
8f250311e8
Allow links in Greeting page.
10 years ago
Teo Mrnjavac
c2d6237d31
Merge pull request #119 from calamares/efi
...
adding new bootloader job
10 years ago
Rohan Garg
34befb9cb8
Refactor CPU detection code to be more reliable
...
Instead of parsing hwinfo output, which might or might be present
on systems, just parse the /proc/cpuinfo file, it's much more
reliable.
10 years ago
Rohan Garg
b8b2c2b735
Properly break lines in Python
10 years ago
Teo Mrnjavac
2e2bd78deb
Use Branding in partition viewmodule.
10 years ago
Teo Mrnjavac
4c51d320f6
Use branding in Prepare viewmodule.
10 years ago
Teo Mrnjavac
8e38a03cca
Branding in greeting module.
10 years ago
Teo Mrnjavac
90e10f63fa
Use Branding in main window.
10 years ago
Teo Mrnjavac
7594c85f2e
Add ImageRegistry support to Branding.
10 years ago
Teo Mrnjavac
5e8ab97de4
Actually load branding data from default component.
10 years ago