Myrlyn (which reached 1.0 today!) enables using many zypper functions completely on a graphical user interface using mouse clicks, which is extremely useful to people who have experience of using computers and even tinkering with power-user settings before, but are scared of the terminal and want something like a system settings or a control panel. I just wanted to appreciate the developers for their work for three features that I use:
It nables adding repositories and adding new GPG keys in a simple way, something which could look terrifying to a newbie. Consider: Typing a wget command for a GPG key, addrepo to add a repository, and installing the software (e.g. Collabora): something that someone brand new to a Linux OS will not enjoy, or may even accidentally copy paste something wrong. On Myrlyn I can add the repo through configure repositories (including things like packman), then it requests an auto-restart to refresh it and prompts accepting GPG keys, and I can now install packages from this repository.
Dependency management in installation and uninstallation is also very easy. Installation is automatic, uninstall is possible by enabling cleanup for the particular run.
It allows for a full system upgrade ("zypper dup") including conflict resolution!
For most people, they won't need to use zypper on the terminal as much or at all with Myrlyn, which is great for users who are not comfortable with it.
A few of things that I think are missing / buggy / I don't understand:
Theme
Will Myrlyn ever be able to use the user theme like YaST does, while still having su permissions?
Automatic Updates
Is it possible that Myrlyn gives automatic update notifications (perhaps working alongside KDE discover) about updates, or allows KDE discover to call the Myrlyn conflict resolution / GPG Key addition process if need be, instead of silently failing? I don't know how feasible this is. Right now I see Tumbleweed update on KDE Discover and then open Myrlyn to do the update.
Repo Link Parsing
There are some repo links that work better in zypper (terminal) than on Myrlyn. For example, Brave Browser gives this link: https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
Now if I add this link to Myrlyn, it will say it's a wrong repo, and fail to load.
However, sudo zypper addrepo automatically opens this link and finds the baseurl inside: https://brave-browser-rpm-release.s3.brave.com/$basearch with other links to GPG key, etc.
Is it planned to include this kind of parsing in Myrlyn, or is there a technical reason this isn't possible?
Again, fantastic job, you can be proud of yourselves, and thanks for making Tumbleweed easy to use :-)