Masato TOYOSHIMA
3e9eabe9df
If you selected "Manual Partitioning", Scan for partition information.
2024-12-21 22:25:09 +09:00
Adriaan de Groot
59985eaf4e
Merge pull request #2410 from lubuntu-team/tsimonq2/2409
...
Allow for optional items in unpackfs (Fixes : #2409 )
2024-12-21 10:45:36 +01:00
Masato TOYOSHIMA
6964a4f5d9
[Partition] Fixed message for Replace destination partition
...
use shortVersionedName as first argument.
choicepage.cpp has 1 instances where %1 is not defined.
2024-12-15 18:26:15 +09:00
Simon Quigley
560ad70aeb
Allow for optional items in unpackfs
2024-12-11 02:24:17 -06:00
Adriaan de Groot
b5533caece
[partition] Deal with deprecations in QCheckBox
2024-12-03 14:26:26 +01:00
Adriaan de Groot
20e6d1d66c
[libcalamares] Deal with deprecations in QComboBox
2024-12-02 22:58:04 +01:00
Adriaan de Groot
a067e4fc4f
[finished] Handle Qt 6.7 deprecations in checkbox
2024-12-02 22:58:04 +01:00
Adriaan de Groot
9106dd9337
[welcome] Follow deprecations in QLocale
2024-12-02 13:23:43 +01:00
Adriaan de Groot
196f85fa2c
C++: prefer std::as_const over Qt solution
...
In Qt 6.6, qAsConst is deprecated; since Calamares is C++17
we have had a standard solution always.
2024-12-02 13:15:42 +01:00
Adriaan de Groot
ba96a39ca0
[welcome] Use UTF-8 ellipses for text
2024-11-29 15:40:41 +01:00
Adriaan de Groot
0259662b67
[unpackfsc] Add missing Q_OBJECT for things that use translation
2024-11-29 13:55:04 +01:00
Simon Quigley
3151eb7c82
[dracut] Stylistic update for conf file list
2024-11-22 19:47:15 -06:00
Simon Quigley
8ea29c271f
[dracut] Ensure the user can remove -f but it stays as the default
2024-11-22 19:46:32 -06:00
Simon Quigley
119f3fb4bd
[dracut] Add an options setting for additional Dracut parameters
2024-11-22 16:37:41 -06:00
Adriaan de Groot
3614fd003d
[users] Ensure UMASK= gets a leading 0 if needed
2024-11-11 00:34:53 +01:00
Adriaan de Groot
a93dc7740c
[users] Expand test coverage with numeric value
2024-11-08 22:28:45 +01:00
Adriaan de Groot
3008260bb2
[unpackfsc] Import unpackfsc module from Calamares-extensions
...
This does some of the same things that unpackfs does, but
with nicer progress reporting, possibly it is faster.
It does not use rsync, so it might not be a drop-in replacement
for unpackfs.
Instead of having one configuration file with multiple items,
each unpackfsc instance unpacks just one thing.
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
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
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
80841b1a29
Add include keyword for unpackfs
2024-10-30 22:06:14 -05: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
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
69e3e493de
[users] Avoid compiler warning on FreeBSD (where umask is unused)
2024-10-22 17:31:30 +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
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
ff23fabfe0
[welcome] Use system theme color instead of hard-coded black
2024-09-08 08:38:29 -04:00
Adriaan de Groot
c14ffa08e2
[umount] Minor tweaks in wording and code
2024-09-08 06:52:56 -04:00
dalto
f38502d5ad
[umount] Also unmount the root filesystem
2024-09-07 12:02:13 -05: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
Adriaan de Groot
5414e51245
[keyboard] Add kwin-specific configuration flag
...
Running `kwin_wayland --locale1` makes KWin listen to locale1
for keyboard updates, but not everybody has that. Introduce a
KWin-specific configuration flag that will (re)write the
KWin configuration.
2024-09-07 09:25:45 -04:00
Adriaan de Groot
4fea2920d7
[keyboard] Rename functions, simplify logic
...
The timer can be connected to one slot, which just
checks what kinds of configuration are enabled.
Then update all the ones that make sense in a live system.
2024-09-07 06:57:07 -04:00
Adriaan de Groot
783881edaa
[keyboard] Rename confusing overloaded function
2024-09-07 06:41:15 -04:00
Adriaan de Groot
dc3c08a012
[keyboard] Remove unnecessary inline
2024-09-07 06:41:15 -04:00
Adriaan de Groot
f0c8e02901
[keyboard] Remove misplaced <br/> from user-visible message
2024-09-06 14:32:20 +02:00
Adriaan de Groot
d72df37333
[locale] Fully replace message of timezone.
...
Since we need to break translations anyway (it was missing a "."),
do the right thing with the zone-name.
2024-09-06 14:24:15 +02:00
Adriaan de Groot
0ad97beed5
[locale] Use human-readable naming for messages
2024-09-06 13:57:15 +02:00
Adriaan de Groot
7987cc5727
[partition] Repair test of partition layout
...
There are asserts in KPMCore that are triggered when
creating a partition with no (table) parent.
2024-08-13 22:00:50 +02:00
Adriaan de Groot
237e3f7066
Merge pull request #2357 from AnInternetTroll/user/luca/xbps-log
...
packages: add debug logging to xbps
2024-08-12 23:14:30 +02:00
Luca Matei Pintilie
19430fac56
packages: add debug logging to xbps
2024-07-28 15:34:04 +02:00
Adriaan de Groot
5f9b7890c3
[partition] Add a summary message about swapfile
2024-07-24 23:20:43 +02:00