summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining ntp package reference replaced by ntpsecBruno Cornec2026-01-042-2/+2
|
* Update German translation from TxYuri Chornoivan2026-01-041-5/+5
|
* Update German translation from TxYuri Chornoivan2026-01-041-0/+214
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2026-01-021-98/+97
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2026-01-021-176/+181
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2026-01-021-210/+212
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2026-01-021-138/+141
|
* Update Portuguese translation from TxYuri Chornoivan2026-01-021-3/+4
|
* Update Dutch translation from TxYuri Chornoivan2025-12-301-4/+5
|
* Update Slovenian translation from TxYuri Chornoivan2025-12-301-2/+2
|
* Update Slovenian translation from TxYuri Chornoivan2025-12-301-28/+24
|
* Update Slovenian translation from TxYuri Chornoivan2025-12-301-263/+134
|
* Update Slovenian translation from TxYuri Chornoivan2025-12-301-4/+4
|
* Update Russian translation from TxYuri Chornoivan2025-12-301-5/+6
|
* Update Greek translation from TxYuri Chornoivan2025-12-301-6/+6
|
* Update translation catalogYuri Chornoivan2025-12-2980-7714/+7714
|
* improve Congratulations message (mga#28209)Marja van Waes2025-12-292-1/+2
|
* Set default session for SDDM on first boot (mga#34836)Martin Whitaker2025-12-272-0/+10
|
* Make IceWM the last choice when picking the default session for first boot ↵Martin Whitaker2025-12-273-1/+7
| | | | | | | (mga#34836) IceWM is automatically installed as a fallback DE. So we want to default to one of the DEs the user actually chose.
* Change drakautologin to use new session_names() subroutine.Martin Whitaker2025-12-271-1/+1
| | | | This removes the last remaining use of chksession.
* Simplify set_autologin().Martin Whitaker2025-12-271-26/+7
| | | | | Using the new session_files() subroutine allows us to eliminate get_session_file() and get_session_file_with_extension().
* Remove redundant use of sessions_with_order().Martin Whitaker2025-12-271-7/+1
| | | | | 'chksession -L' no longer returns any numbers, so prepending $wm_number to the session name written to ~/.dmrc has no effect.
* Fix inconsistent use of any::sessions()Martin Whitaker2025-12-273-12/+29
| | | | | | | | | Some callers of any::sessions() expected it to return a list of session names, other callers expected it to return a list of base file names, leading to various bugs in the autologin handling. So provide two new subroutines, session_files(), to provide a map of names to files, and session_names() to return a sorted list of names. Remove sessions() to avoid confusion in future. Fix up the users accordingly.
* Fix autologin session selection for GDM.Martin Whitaker2025-12-262-0/+8
| | | | | GDM now reads the session setting from /var/lib/AcoountsService/users/<name>, so we need to create/update that file.
* Fix desktop_to_dm in any::get_autologin() to handle new session names.Martin Whitaker2025-12-261-7/+16
| | | | | | | There are now multiple session files in /usr/share/xsessions and in /usr/share/wayland-sessions for each DE, so the old hash table was both broken and inadequate. Replace with a subroutine that uses case-insensitive regex matching, which should be more future-proof.
* Support exfat in stage2 (mga#34843)Pascal Terjan2025-12-211-1/+1
| | | | | | We most likely should rewrite this part as we should not need to load the modules manually before mounting nowadays, so it could be made generic.
* Small simplificationPascal Terjan2025-12-211-5/+1
|
* binaries: version 2.63drakx-installer-binaries-2.63Martin Whitaker2025-11-292-2/+3
|
* 18.7018.70Martin Whitaker2025-11-293-1/+5
|
* images: version 2.94drakx-installer-images-2.94Martin Whitaker2025-11-242-1/+3
|
* images: restore memory testMartin Whitaker2025-11-243-0/+9
|
* Use POSIX::setlocale() instead of c::setlocale().Martin Whitaker2025-11-029-19/+27
| | | | | | | | | | | | | | | | | | | | | | Since Perl 5.28, Perl has used the thread-safe uselocale() functions from the C standard library when setting the locale. Once a thread-safe locale setting has been made, the Locale::gettext functions will use those settings, not the global locale settings. So calling the drakx c::setlocale() and c::init_setlocale() functions, which still use the underlying setlocale() function from the C standard library normally has no effect. However, prior to Perl 5.38, there was a bug in Perl that could cause the main thread to revert to using the global locale settings, and it it would seem this bug was being triggered by the stage2 installer, meaning it still properly translated the UI after the language selection step. Now we have a newer version of Perl, this is no longer so, and the UI contiues to be in English after the user has selected a different language (mga#34656). The POSIX::setlocale() function affects the thread-safe locale, so can be used to fix this bug. This patch removes the c::setlocale() function to prevent reintroduction of this bug, and moves the c::init_locale() function to the common module.
* Rename installer desktop-PLASMA5 pixmaps to desktop-PLASMA.Martin Whitaker2025-11-022-0/+0
| | | | | Commit d45506bfa changed the file name the installer tries to load, so rename the files to match.
* images: version 2.93drakx-installer-images-2.93Jani Välimaa2025-10-252-1/+2
|
* images: fix image build with new dracut distro config locationJani Välimaa2025-10-253-2/+5
|
* Use task-plasma-minimal instead of task-plasma5-minimal (mga#33383)Papoteur2025-10-234-4/+6
|
* rescue: version 1.68drakx-installer-rescue-1.68Jani Välimaa2025-10-182-2/+3
|
* images: version 2.92drakx-installer-images-2.92Jani Välimaa2025-10-182-2/+3
|
* images: no more linux32 and thus memtestJani Välimaa2025-10-163-8/+3
|
* stage2: use gdk-pixbuf with glycin to load imagesJani Välimaa2025-09-172-2/+8
|
* stage2: use mutter with X11 backendJani Välimaa2025-09-173-1/+8
|
* stage2: crete /etc while creating installer systemJani Välimaa2025-09-142-0/+2
|
* images: fix commit 61c040ad8Jani Välimaa2025-09-141-1/+1
|
* drakbug: replace i586 arch with i686Jani Välimaa2025-09-141-1/+1
|
* rescue: replace i586 with i686 in filesJani Välimaa2025-09-142-0/+1
|
* mdk-stage1: replace i586 with i686 in filesJani Välimaa2025-09-144-5/+7
|
* rescue: fix systemd modules listJani Välimaa2025-09-142-5/+9
| | | | | | - Sort list - Add systemd-executor - Remove systemd-cgroups-agent
* Adapt to latest gdk-pixbufThierry Vignaud2025-08-302-1/+1
|
* Update NEWS.Martin Whitaker2025-06-082-0/+4
|
* Fix any::sessions() to really preserve cwd (mga#33738)Martin Whitaker2025-06-081-3/+1
| | | | | | | Both the old and new implementations of sessions() used chdir() to change to the directory being searched and then tried to restore the current working directory using the return value of chdir(). But chdir() returns a boolean indicating success or failure, so that could never work.