Search found 41 matches
- Tue Sep 14, 2021 10:41 am
- Forum: MX KDE Official Release
- Topic: Program selection poll [Solved]
- Replies: 41
- Views: 4512
Re: Program selection poll [Solved]
It's a reasonable suggestion, however some people complained about "bloat" and while I don't usually pay attention to that, it's a bit much and even confusing to have Discover, Synaptic, MX Packageinstaller, not to mention apt, apt-get, aptitude to manage packages. It's fine to add whatever you ...
- Tue Sep 14, 2021 9:31 am
- Forum: MX KDE Official Release
- Topic: Program selection poll [Solved]
- Replies: 41
- Views: 4512
Re: Program selection poll [Solved]
I voted for Discover. However Synaptic should be installed as default as well. I always install Synaptic as a backup. Apt notifier is a more pleasing indicator of updates but that is all IMO.
- Sat Aug 28, 2021 9:34 am
- Forum: General
- Topic: MX-21 KDE beta 1 feedback thread
- Replies: 127
- Views: 11450
Re: MX-21 KDE beta 1 feedback thread
...I found the above mentioned setting for Discovery does indeed prevent Discover notifications. I can get notifications from only from MX Updater and still have Discovery installed.
I was wrong. I just got some updates today and both Discover and MX Updater notifications showed up in the tray ...
- Fri Aug 27, 2021 8:22 pm
- Forum: General
- Topic: MX-21 KDE beta 1 feedback thread
- Replies: 127
- Views: 11450
Re: MX-21 KDE beta 1 feedback thread
But how do you disable Discovery notifications?
I couldn't work that out either, which is why I ended up removing it.
I don't. Does not bother be.
EDIT: You could disable popups for Discover in System Settings>Notifications.
I found the above mentioned setting for Discovery does ...
- Fri Aug 27, 2021 12:52 pm
- Forum: General
- Topic: MX-21 KDE beta 1 feedback thread
- Replies: 127
- Views: 11450
Re: MX-21 KDE beta 1 feedback thread
Great job with this MX-KDE release MX team! Many thanks!
Some notes:
Installed without any errors on my desktop.
Sharing folders using Dolphin is super easy :-)
Accessing samba shares on my network with Dolphin also worked very well.
After reading several posts here I decided to install MX Updater ...
Some notes:
Installed without any errors on my desktop.
Sharing folders using Dolphin is super easy :-)
Accessing samba shares on my network with Dolphin also worked very well.
After reading several posts here I decided to install MX Updater ...
- Thu Aug 12, 2021 6:06 pm
- Forum: General
- Topic: MX-21 beta 1 feedback thread
- Replies: 668
- Views: 58184
Re: MX-21 beta 1 feedback thread
See my edit above ..
The command you suggested failed as shown in my post and a reboot did not help.
Seen this:
+++EDIT++ If the file /var/lib/AccountsService/users/$(id -nu 998)
was not yet created, b/c never logged in, do just create it:
printf "[User]\nSystemAccount=true\n" | sudo ...
- Thu Aug 12, 2021 5:09 pm
- Forum: General
- Topic: MX-21 beta 1 feedback thread
- Replies: 668
- Views: 58184
Re: MX-21 beta 1 feedback thread
Try this as normal user:
sudo sed -i '/SystemAccount=/s/false/true/' /var/lib/AccountsService/users/$(id -nu 998)
and reboot.
I got this as a response.
sed: can't read /var/lib/AccountsService/users/nextpvr: No such file or directory
See my edit above ..
The command you suggested ...
- Thu Aug 12, 2021 4:52 pm
- Forum: General
- Topic: MX-21 beta 1 feedback thread
- Replies: 668
- Views: 58184
Re: MX-21 beta 1 feedback thread
I got this as a response.fehlix wrote: Thu Aug 12, 2021 4:42 pm Try this as normal user:and reboot.Code: Select all
sudo sed -i '/SystemAccount=/s/false/true/' /var/lib/AccountsService/users/$(id -nu 998)
Code: Select all
sed: can't read /var/lib/AccountsService/users/nextpvr: No such file or directory
- Thu Aug 12, 2021 2:15 pm
- Forum: General
- Topic: MX-21 beta 1 feedback thread
- Replies: 668
- Views: 58184
Re: MX-21 beta 1 feedback thread
Yes, it's at vers 0.6.55-3
- Thu Aug 12, 2021 1:48 pm
- Forum: General
- Topic: MX-21 beta 1 feedback thread
- Replies: 668
- Views: 58184
Re: MX-21 beta 1 feedback thread
I have a media server app that I installed on MX-21 and it creates a user with a uid of 998. Now when I login I have this app user appear in the login greeter. I don't believe mx19 had this issue as I had the same media server running on it. I thought a user had to have a UID of 1000 or more for it ...