MX-21 beta 1 feedback thread

Message
Author
User avatar
agnivo007
Posts: 720
Joined: Mon May 04, 2020 11:39 pm

Re: MX-21 beta 1 feedback thread

#471 Post by agnivo007 »

I was unable to find where to look for notification history in beta. Any suggestions?
- Roy, Kolkata, IN. "REDUCE-REUSE-RECYCLE-REPURPOSE"
MX-21-AHS-KDE on [ H110M-H : Modded BIOS | Core i3-9350K | 8GB DDR4 | SP A60 NVMe PCIe3x4 | Samsung Evo 870 SSD | WD Black Mobile HDD ]

3.14r
Posts: 4
Joined: Sun Aug 08, 2021 1:31 pm

Re: MX-21 beta 1 feedback thread

#472 Post by 3.14r »

agnivo007 wrote: Wed Aug 11, 2021 12:15 pm I was unable to find where to look for notification history in beta. Any suggestions?
Would this be the notification log you are looking for?
If so, I think you'll find it here:
Open the Menu app:
select Settings/Settings Manager and open Notifications.
There is the "log" tab, is this what you are looking for? If yes, that's great, if not, I'm sorry for my answer.

User avatar
i_ri
Posts: 1078
Joined: Tue Jun 30, 2015 12:26 am

Re: MX-21 beta 1 feedback thread

#473 Post by i_ri »

hello dolphin_oracle
distraction
balloon twisting art flower

User avatar
agnivo007
Posts: 720
Joined: Mon May 04, 2020 11:39 pm

Re: MX-21 beta 1 feedback thread

#474 Post by agnivo007 »

Issue report: Thunar>file>checksum>cannot select and copy the hashes. Also, the progress bar doesn't update beyond 50%; it's stuck there all the time even when done; no updates during the checksum process.
- Roy, Kolkata, IN. "REDUCE-REUSE-RECYCLE-REPURPOSE"
MX-21-AHS-KDE on [ H110M-H : Modded BIOS | Core i3-9350K | 8GB DDR4 | SP A60 NVMe PCIe3x4 | Samsung Evo 870 SSD | WD Black Mobile HDD ]

User avatar
chrispop99
Global Moderator
Posts: 3334
Joined: Tue Jan 27, 2009 2:07 pm

Re: MX-21 beta 1 feedback thread

#475 Post by chrispop99 »

Just as a data point, I was able to boot a Mac Mini (Late 2014) live in EFI mode, and create live persistence. It seems like everything works.

Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

VCR58
Posts: 41
Joined: Sun Apr 12, 2020 1:26 pm

Re: MX-21 beta 1 feedback thread

#476 Post by VCR58 »

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 to show up as a valid user in the login greeter. MX User manager does not list this user.

I looked at /etc/lightdm/users.conf and found a line

Code: Select all

[UserList]
minimum-uid=500
so I changed it to

Code: Select all

[UserList]
minimum-uid=1000
However the app user still appears in the login greeter. Tried a restart after changing the file but still this user shows up.

How can I hide this user from the login greeter? Is there a different setting I should change?

User avatar
dolphin_oracle
Developer
Posts: 22103
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-21 beta 1 feedback thread

#477 Post by dolphin_oracle »

is "accountservice" installed?
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

VCR58
Posts: 41
Joined: Sun Apr 12, 2020 1:26 pm

Re: MX-21 beta 1 feedback thread

#478 Post by VCR58 »

dolphin_oracle wrote: Thu Aug 12, 2021 2:09 pm is "accountservice" installed?
Yes, it's at vers 0.6.55-3

User avatar
fehlix
Developer
Posts: 12632
Joined: Wed Apr 11, 2018 5:09 pm

Re: MX-21 beta 1 feedback thread

#479 Post by fehlix »

VCR58 wrote: Thu Aug 12, 2021 1:48 pm 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 to show up as a valid user in the login greeter. MX User manager does not list this user.

I looked at /etc/lightdm/users.conf and found a line

Code: Select all

[UserList]
minimum-uid=500
so I changed it to

Code: Select all

[UserList]
minimum-uid=1000
However the app user still appears in the login greeter. Tried a restart after changing the file but still this user shows up.

How can I hide this user from the login greeter? Is there a different setting I should change?
Try this as normal user:

Code: Select all

sudo sed -i '/SystemAccount=/s/false/true/' /var/lib/AccountsService/users/$(id -nu 998)
and reboot.
+++EDIT++ If the file /var/lib/AccountsService/users/$(id -nu 998)
was not yet created, b/c never logged in, do just create it:

Code: Select all

printf "[User]\nSystemAccount=true\n" | sudo tee /var/lib/AccountsService/users/$(id -nu 998)
sudo chmod 600 /var/lib/AccountsService/users/$(id -nu 998)

VCR58
Posts: 41
Joined: Sun Apr 12, 2020 1:26 pm

Re: MX-21 beta 1 feedback thread

#480 Post by VCR58 »

fehlix wrote: Thu Aug 12, 2021 4:42 pm Try this as normal user:

Code: Select all

sudo sed -i '/SystemAccount=/s/false/true/' /var/lib/AccountsService/users/$(id -nu 998)
and reboot.
I got this as a response.

Code: Select all

sed: can't read /var/lib/AccountsService/users/nextpvr: No such file or directory

Locked

Return to “General”