Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 4:42 am
I mean Muon isn't bad, but I was just wondering what other options are there and If you have experience with.
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
Code: Select all
#!/bin/bash
# Note: this is EXPERIMENTAL code and may break your system
mkdir ~/mintinstall-files
cd ~/mintinstall-files
# Get mintinstall , mint-common , mint-translations from Linux Mint repository
wget http://packages.linuxmint.com/pool/main/m/mintinstall/mintinstall_8.0.5_all.deb
wget http://packages.linuxmint.com/pool/main/m/mint-common/mint-common_2.1.4_all.deb
wget http://packages.linuxmint.com/pool/main/m/mint-translations/mint-translations_2021.01.02_all.deb
# Get its dependencies that are not in debian repos - they are present in ubuntu repos
wget http://archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/aptdaemon_1.1.1+bzr982-0ubuntu32_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/aptdaemon-data_1.1.1+bzr982-0ubuntu32_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/python3-aptdaemon_1.1.1+bzr982-0ubuntu32_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/python3-aptdaemon.gtk3widgets_1.1.1+bzr982-0ubuntu32_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/a/app-install-data-ubuntu/app-install-data_15.10_all.deb
# Install its dependencies present in debian repos
sudo apt install python3-setproctitle python3-configobj gir1.2-appstream-1.0
# Install all debs downloaded before
sudo dpkg -i *.deb
# Fix missing dependencies, if any
sudo apt install -f
exit 0
With apologies, I wasn't calling you nuts and didn't mean for anyone to take it that way. It was the idea (highly imaginative, but dangerous, and that anyone should consider it) is nuts. It was a way of doubling down on your disclaimers.LionelZaylan wrote: Mon Jun 14, 2021 2:07 pm @figueroa I agree that I was not so practical in this post (: That's why I added loud and clear disclaimers that these are just experimental .
Nevertheless, I don't think it is OK to call someone "nuts" in a respectable public forum .