dolphin_oracle wrote: ↑Tue Dec 26, 2023 4:44 pm
fehlix wrote: ↑Tue Dec 26, 2023 11:31 am
Jerry3904 wrote: ↑Tue Dec 26, 2023 10:21 am
I would love to see nala as default, have also been using test version with no problems. It's much more user friendly..
Maybe we add to package mx-apps-rpi (or somehere else )
the conf file
/etc/apt-notifier/apt-notifier.conf
with this content:
which would make nala the default for mx-updater.
@dolphin_oracle
We can set that up for updater if that’s what people want to do. I have a package called desktop-defaults-rpi-extras that this could be pushed out in. However we must consider that this may conflict with future packages.
I could do a user level default in desktop-defaults-xfce-mx-desktop-rpi which conflicts with the existing desktop-defaults-xfce-mx-desktop. But this could cause futur conflicts with the non-xfce desktop-defaults packages.
Might be easier to add the file manually to the rpi respin as a test. I’m not convinced that nala is suitable for scripting.
The user level default in ~/.config/MX-Linux/apt-notifier.conf
will be re-generated by the updater if this one was missing or deleted by the user.
So place the additional conf within either of those packages preferable at /etc/apt-notifier/apt-notifier.conf.
There are other conf-directories, which are considered to look for conf-files:
Those file/patterns in that order and alphabetical would could be used
Code: Select all
/usr/share/apt-notifier/conf/apt-notifier.conf.d/*.conf
/etc/apt-notifier/apt-notifier.conf
/etc/apt-notifier/apt-notifier.conf.d/*.conf
/usr/local/share/apt-notifier/conf/apt-notifier.conf
/usr/local/share/apt-notifier/conf/apt-notifier.conf.d/*.conf
to overlay the system-wide default config of the apt-notifier packages itself:
Code: Select all
/usr/share/apt-notifier/conf/apt-notifier.conf.d/01_apt-notifier.conf