summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2022-11-13 17:17:04 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2022-11-13 17:17:04 +0000
commit2bd04f2accb3d522f37200491024d2e7c3503eaf (patch)
treec13710594425a434e3bace9a3b8bfa47bd77922a
parentd6f349d9e6bc844ae96d92fc3a3a2a5a8f48badb (diff)
downloaddraklive-config-2bd04f2accb3d522f37200491024d2e7c3503eaf.tar
draklive-config-2bd04f2accb3d522f37200491024d2e7c3503eaf.tar.gz
draklive-config-2bd04f2accb3d522f37200491024d2e7c3503eaf.tar.bz2
draklive-config-2bd04f2accb3d522f37200491024d2e7c3503eaf.tar.xz
draklive-config-2bd04f2accb3d522f37200491024d2e7c3503eaf.zip
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.
-rw-r--r--config/build.cfg3
1 files changed, 3 insertions, 0 deletions
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 } ],
),