Mark LO interface as unmanaged (this should be reverted in the next KDE release)
This commit is contained in:
parent
8183f88e2e
commit
f9ed84e944
2 changed files with 6 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Librewish <librewish@gmail.com>
|
# Maintainer: Librewish <librewish@gmail.com>
|
||||||
|
|
||||||
pkgname=garuda-common-settings
|
pkgname=garuda-common-settings
|
||||||
pkgver=2.6.14
|
pkgver=2.6.15
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||||
|
|
5
usr/lib/NetworkManager/conf.d/unmanaged-lo.conf
Normal file
5
usr/lib/NetworkManager/conf.d/unmanaged-lo.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# This should be removed after the next KDE update
|
||||||
|
# Created 2023-02-20
|
||||||
|
|
||||||
|
[keyfile]
|
||||||
|
unmanaged-devices=interface-name:lo
|
Loading…
Reference in a new issue