summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* Small simplificationPascal Terjan3 days1-5/+1
|
* 18.7018.70Martin Whitaker2025-11-291-0/+2
|
* Use POSIX::setlocale() instead of c::setlocale().Martin Whitaker2025-11-023-2/+4
| | | | | | | | | | | | | | | | | | | | | | 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.
* Use task-plasma-minimal instead of task-plasma5-minimal (mga#33383)Papoteur2025-10-232-3/+4
|
* 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
|
* Adapt to latest gdk-pixbufThierry Vignaud2025-08-302-1/+1
|
* Update NEWS.Martin Whitaker2025-06-081-0/+2
|
* 18.6918.69daviddavid2025-06-071-0/+2
|
* Update Greek translation from TxYuri Chornoivan2025-06-011-4/+697
|
* 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-650/+34
|
* Update Finnish translation from TxYuri Chornoivan2025-05-101-2/+2
|
* 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-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-192-1/+1
|
* perl-install: Agafari-16 console font support was dropped from kbdJani Välimaa2025-02-191-0/+1
|
* perl-install: fix glob for svg pixbuf loaderJani Välimaa2025-02-192-1/+2
|
* Also update install/NEWS for previous commit.Martin Whitaker2024-11-181-0/+1
|
* Update Swedish translation from TxYuri Chornoivan2024-11-171-136/+15
|
* Update Norwegian translation from TxYuri Chornoivan2024-11-071-633/+498
|
* Update Norwegian translation from TxYuri Chornoivan2024-11-071-30/+8
|
* Update Catalan translation from TxYuri Chornoivan2024-10-151-477/+346
|
* Update Catalan translation from TxYuri Chornoivan2024-10-151-2/+2
|
* Update Portuguese translation from TxYuri Chornoivan2024-10-141-616/+546
|
* Update Portuguese translation from TxYuri Chornoivan2024-10-141-2/+2
|
* Fix Greek translationYuri Chornoivan2024-10-131-2/+2
|
* Update Greek translation from TxYuri Chornoivan2024-10-131-816/+360
|
* Update Greek translation from TxYuri Chornoivan2024-10-131-2/+2
|
* Update German translation from TxYuri Chornoivan2024-10-131-435/+136
|
* Update German translation from TxYuri Chornoivan2024-10-131-2/+2
|
* Update Dutch translation from TxYuri Chornoivan2024-10-121-192/+140
|
* Update Dutch translation from TxYuri Chornoivan2024-10-121-2/+2
|
* Update Russian translation from TxYuri Chornoivan2024-10-121-113/+93
|
* Update Russian translation from TxYuri Chornoivan2024-10-121-5/+5
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-10-111-341/+316
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-10-111-107/+109
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-09-091-2/+2
|
* Fix Brazilian Portuguese translations from TxYuri Chornoivan2024-09-081-2/+2
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-09-081-271/+843
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-09-041-707/+33
|
* Add config for helpYuri Chornoivan2024-09-041-0/+8
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-09-041-183/+192
|
* Detect legacy (non-PCI) Intel SST audio DSP devices (mga#33145)Martin Whitaker2024-05-251-0/+1
| | | | | | | | | | On the Broadwell. Bay Trail, Cherry Trail, and Braswell platforms the CPU has direct access to the SST sound device, so the device doesn't appear on the PCI bus. So the only way to detect these devices is to inspect the ACPI device list. As there are only a few devices involved, include the device table here rather than extending ldetect-lst.
* perl-install: use glob when installing rpm popt aliases file to stage2 imageJani Välimaa2024-05-021-1/+3
|