From 2bd04f2accb3d522f37200491024d2e7c3503eaf Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 13 Nov 2022 17:17:04 +0000 Subject: Configure plasma-nm-applet to prefer system network connections. This matches the behaviour of drakconnect, and ensures that if the user configures a wireless connection before installing onto hard disk, the connection will be available for use by finish-install on first boot. --- config/build.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/build.cfg b/config/build.cfg index ab62c58..95e3b16 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -265,6 +265,9 @@ my $config = { # Disable Korganiser autostart. [ 'files/korgacrc', '/etc/kde/korgacrc', { mode => 0644 } ], + # Prefer system network connections. + [ 'files/plasma-nm.conf', '/home/live/.config/plasma-nm', { mode => 0644 } ], + # Workaround for dolphin segfault (mga#28324) [ 'files/dolphinrc', '/home/live/.config/dolphinrc', { mode => 0644, no_install => 1 } ], ), -- cgit v1.2.1