Adriaan de Groot
c6f429e310
[libcalamares] re-add Runner to the public API
2024-11-05 15:53:24 +01:00
Adriaan de Groot
f6b4d6db43
[contextualprocess] Use GS method for dotted lookup
2024-11-05 15:53:24 +01:00
Adriaan de Groot
05bc0cbb09
[libcalamares] Make other tests more resilient
...
Use the full path to the test file, rather than assuming the test
is run from the build-directory. Repair check that looked at
the number of keys in the test-file, now that a new key has been added.
2024-11-05 15:53:00 +01:00
Adriaan de Groot
8a095504c4
[libcalamares] Add nested (dotted) key lookup for GS
2024-11-05 14:50:20 +01:00
Adriaan de Groot
3f4d2c8040
Changes: credits for recent fixes
2024-11-05 13:41:21 +01:00
Adriaan de Groot
2bde5af133
[unpackfs] Rename 'include' to 'condition'
...
Avoids ambiguity with 'exclude' which is passed to rsync.
2024-11-05 13:38:29 +01:00
Adriaan de Groot
6c33240ad0
Merge pull request #2390 from lubuntu-team/lubuntu/conditional-unpackfs
...
Add include keyword for unpackfs
2024-11-05 13:11:35 +01:00
dalto8
72e3945d09
Merge pull request #2392 from jpetso/work/jpetso/fix-2367
...
[partition] Use the same last sector for root vs. swap partitions
2024-11-04 14:30:55 +00:00
Adriaan de Groot
709e6c64b1
Merge pull request #2391 from lubuntu-team/lubuntu/presentation-qml-fixes
...
Fix a syntax error in Presentation.qml which prevents the slideshow from displaying
2024-11-04 00:32:02 +01:00
Jakob Petsovits
51c773c3f9
[partition] Use the same last sector for root vs. swap partitions
...
If we have already determined that `lastSectorForRoot` should be
a lower value for GPT tables, the calculation of swap partition
boundaries shouldn't keep using `dev->totalLogical()` for its
own size.
Fixes #2367
2024-11-01 21:08:11 -04:00
Simon Quigley
93f1090204
Fix a syntax error in Presentation.qml which prevents the slideshow from displaying
2024-10-30 22:08:21 -05:00
Simon Quigley
80841b1a29
Add include keyword for unpackfs
2024-10-30 22:06:14 -05:00
Adriaan de Groot
4cd1f0f402
Changes: post-release housekeeping
2024-10-22 21:53:35 +02:00
Adriaan de Groot
16cb360a69
[libcalamares] Don't write out pragmas by hand, use Qt helpers
2024-10-22 21:24:23 +02:00
Adriaan de Groot
f4d62f0f41
[locale] Repair tests
...
It is unclear how this could have worked previously:
the only code path through currentLocationStatus()
checks the pointer, also.
2024-10-22 21:14:38 +02:00
Adriaan de Groot
35aa975a74
Changes: mention new possibilities in users module
2024-10-22 17:41:57 +02:00
Adriaan de Groot
c68c3632cc
[users] Expand tests and repair newly-acceptable cases
2024-10-22 17:41:57 +02:00
Adriaan de Groot
4ac0529d1c
[users] Explain new permissions possibilities in config
2024-10-22 17:41:57 +02:00
Adriaan de Groot
c9e9043e9d
[users] Expand configuration-parsing for home-permissions
2024-10-22 17:40:08 +02:00
Adriaan de Groot
206dfce409
[libcalamares] Add an "rwx" mode for permissions (and tests)
2024-10-22 17:35:13 +02:00
Adriaan de Groot
d1dece4473
[libcalamares] Expand file-permissions to allow leading 'o'
2024-10-22 17:31:30 +02:00
Adriaan de Groot
7842d03ef6
[libcalamares] Add an "integer-like" predicate for variants
2024-10-22 17:31:30 +02:00
Adriaan de Groot
69e3e493de
[users] Avoid compiler warning on FreeBSD (where umask is unused)
2024-10-22 17:31:30 +02:00
Adriaan de Groot
b485bfea07
Changes: pre-release housekeeping
2024-10-21 21:36:09 +02:00
Adriaan de Groot
1814b7fd41
Merge pull request #2376 from ArrayBolt3/calamares
...
Partition module fixes for encryption checkbox
2024-10-21 21:34:11 +02:00
Calamares CI
08f34835d5
i18n: [calamares] Automatic merge of Transifex translations
2024-10-21 21:28:29 +02:00
Calamares CI
97cc2413ff
i18n: [python] Automatic merge of Transifex translations
2024-10-21 21:03:14 +02:00
Calamares CI
8ee1da93ce
i18n: [calamares] Automatic merge of Transifex translations
2024-10-21 21:03:13 +02:00
Aaron Rainbolt
fe124b0e1e
[partition] Only apply preCheckEncryption to the encrypt widget once
2024-10-02 11:17:34 -05:00
Aaron Rainbolt
cc96e65787
[partition] Always update EncryptWidget's m_state when updateState is called
2024-09-25 18:02:16 -05:00
Adriaan de Groot
cbe39e1324
[users] Repair example configuration
2024-09-23 23:42:27 +02:00
Adriaan de Groot
09a3f58800
[users] Add unit-test for new parsing and configuration options
2024-09-23 21:53:50 +02:00
Adriaan de Groot
e80437c9b9
[libcalamares] Make permissions-parsing public API
2024-09-23 21:53:50 +02:00
Adriaan de Groot
ad4064456b
Changes: mention new users setting
2024-09-23 21:53:50 +02:00
Adriaan de Groot
8c8bb7a3df
[users] Pass the home permissions to useradd
2024-09-23 21:53:50 +02:00
Adriaan de Groot
aa938285a4
[users] Read home_permissions setting from config
2024-09-23 21:53:50 +02:00
Adriaan de Groot
f5c425345b
[users] Add a *permissions* setting for overriding useradd
2024-09-11 18:01:31 +02:00
Adriaan de Groot
e57aab2008
[libcalamares] Split out file-mode parsing to a separate function
2024-09-11 18:01:26 +02:00
Adriaan de Groot
d398d6568e
Changes: mention styling improvements
2024-09-11 15:37:27 +02:00
Adriaan de Groot
032fca834e
[libcalamaresui] Adjust waiting widget to style
...
This follows Dark / Light mode, but also adjusts the spinner
when the style is changed while Calamares is running.
2024-09-08 10:33:38 -04:00
Adriaan de Groot
b0fc0a0a4d
i18n: handle plurals in English for the welcome page
2024-09-08 08:50:49 -04:00
Adriaan de Groot
ff23fabfe0
[welcome] Use system theme color instead of hard-coded black
2024-09-08 08:38:29 -04:00
Adriaan de Groot
7f49b21c49
CI: add tools for schema-validation to EndeavourOS build
2024-09-08 07:06:39 -04:00
Adriaan de Groot
9a9acf0b93
Changes: credit for umount fix
2024-09-08 06:56:02 -04:00
Adriaan de Groot
c14ffa08e2
[umount] Minor tweaks in wording and code
2024-09-08 06:52:56 -04:00
Adriaan de Groot
bfe2f7993f
Merge pull request #2369 from calamares/fix-umount
...
[umount] Also unmount the root filesystem
2024-09-08 06:02:44 -04:00
dalto
f38502d5ad
[umount] Also unmount the root filesystem
2024-09-07 12:02:13 -05:00
Adriaan de Groot
5fc2b2753a
Changes: note keyboard fixes
...
Neal Gompa suggested running KWin with the --locale1 flag, which
makes it listen to locale1 changes. For systems that don't support
that, there is now a different approach that rudely writes the
config file -- which you should probably then copy into the
target system later with a *preservefiles* module.
FIXES #2264
2024-09-07 11:26:17 -04:00
Adriaan de Groot
cde6acd224
[keyboard] Send DBus signal to KWin for new keyboard layout
2024-09-07 11:20:33 -04:00
Adriaan de Groot
6498f9e0d1
[keyboard] Rewrite KWin config file
2024-09-07 10:50:35 -04:00