diff --git a/README.md b/README.md index c566c92..a671e3a 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,8 @@ and if not it is downloaded from both sources and only imported when all the key This is to ensure that no manipulated software is used. +# Not currently supported +- Open Suse Tumbleweed and Leap (Let's get back) + # Screenshots [![wire-py.png](https://fb.ilunix.de/api/public/dl/ZnfG9gxv?inline=true)](https://fb.ilunix.de/share/ZnfG9gxv) \ No newline at end of file diff --git a/locale/de/LC_MESSAGES/lxtoolsinstaller.mo b/locale/de/LC_MESSAGES/lxtoolsinstaller.mo index e2148f7..fe8602b 100644 Binary files a/locale/de/LC_MESSAGES/lxtoolsinstaller.mo and b/locale/de/LC_MESSAGES/lxtoolsinstaller.mo differ diff --git a/manager.py b/manager.py index 4fa9b06..aa264c9 100644 --- a/manager.py +++ b/manager.py @@ -233,7 +233,7 @@ class Detector: elif os_system == "SUSE Tumbleweed" or os_system == "SUSE Leap": result = subprocess.run( - ["zypper search --installed-only | grep NetworkManager"], + ["systemctl status NetworkManager"], capture_output=True, shell=True, text=True,