summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Norwegian translation from TxYuri Chornoivan2026-01-051-2/+2
|
* Update Norwegian translation from TxYuri Chornoivan2026-01-051-5/+6
|
* Update Dutch translation from TxYuri Chornoivan2026-01-051-4/+5
|
* Update Ukrainian translationYuri Chornoivan2026-01-051-15/+15
|
* Update standalone translation catalogue.Martin Whitaker2026-01-0480-4484/+4884
|
* Update NEWS for ntpsec support in drakclock.Martin Whitaker2026-01-041-0/+1
|
* drakclock: ensure the NTP server combo box always displays a valid poolMartin Whitaker2026-01-042-4/+12
| | | | | | | After installing chrony, we need to update the selection to match the initial setting in the chrony.conf file. If no ntp service is installed, display the default "pool.ntp.org".
* drakclock: make sure we configure the currently installed ntp service.Martin Whitaker2026-01-042-11/+12
| | | | | drakclock can install chrony, so the ntpd and ntp_conf strings provided by the imezone module should be dynamic, not static.
* drakclock: simplify and tidy upMartin Whitaker2026-01-041-27/+26
|
* drakclock: fix config file read/write for chrony and ntpsec (mga#34664)Martin Whitaker2026-01-044-30/+21
| | | | | | | | | | | | drakclock only supports selecting a server pool, not individual servers, so use the "pool" directive instead if the "server" directive. Rename the subroutines in timezone.pm for clarity. ntpsec overrides /etc/ntp.conf with settings found in /etc/ntp.d/, so we need to read/write /etc/ntp.d/use-pool. Both chrony and ntpsec support the iburst option, so we can write that unconditionally.
* 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
|