summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support exfat in stage2 (mga#34843)HEADmasterPascal Terjan4 days1-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 Terjan4 days1-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.
* Fix new implementation of any::sessions() (mga#33738)Martin Whitaker2025-06-081-2/+3
| | | | | | Commit 98978485f changed sessions() to search two directories, but didn't merge the results into a single list. Actually the code was not valid Perl, so sessions() always returned an empty list.
* 18.6918.69daviddavid2025-06-073-1/+5
|
* Update NEWSPapoteur2025-06-071-0/+1
|
* Update Greek translation from TxYuri Chornoivan2025-06-011-4/+697
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-05-271-138/+136
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-05-271-310/+296
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-05-271-193/+182
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-05-271-45/+43
|
* Update Finnish translation from TxYuri Chornoivan2025-05-101-27/+23
|
* Update Finnish translation from TxYuri Chornoivan2025-05-101-650/+34
|
* Update Finnish translation from TxYuri Chornoivan2025-05-101-2/+2
|
* Update Asturian translation from TxYuri Chornoivan2025-04-141-8/+8
|
* Update Asturian translation from TxYuri Chornoivan2025-04-141-27/+29
|
* Update Asturian translation from TxYuri Chornoivan2025-04-141-0/+1138
|
* Update Asturian translation from TxYuri Chornoivan2025-04-141-139/+167
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-03-051-61/+52
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-03-051-115/+117
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-03-051-34/+33
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-03-051-40/+38
|
* perl-install: bytes_heavy.pl was merged into bytes.pmJani Välimaa2025-02-193-1/+2
|
* perl-install: Agafari-16 console font support was dropped from kbdJani Välimaa2025-02-193-1/+3
|
* Update NEWS after 6b460f8c7Jani Välimaa2025-02-191-0/+1
|
* perl-install: fix glob for svg pixbuf loaderJani Välimaa2025-02-192-1/+2
|
* Manage also Wayland session in MCCAurelian R2024-12-051-9/+17
| | | | At this moment, MCC knows only about the X session location (/usr/share/xsessions/); hence, it cannot load or set Wayland sessions as they are located in /usr/share/wayland-sessions/. With this patch, MCC looks also at /usr/share/wayland-sessions/
* Also update install/NEWS for previous commit.Martin Whitaker2024-11-181-0/+1
|