User Tools

Site Tools


ubuntu_tips_tricks_and_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu_tips_tricks_and_notes [2024/12/27 20:40] mikeubuntu_tips_tricks_and_notes [2025/06/22 01:06] (current) mike
Line 71: Line 71:
  
 ''$nrconf{restart} = 'a';'' (if we want to restart the services automatically) or ''$nrconf{restart} = 'l';'' to simply list the services that need restart. ''$nrconf{restart} = 'a';'' (if we want to restart the services automatically) or ''$nrconf{restart} = 'l';'' to simply list the services that need restart.
 +
 +==== Ubuntu Desktop (Gnome/GUI) Stuff ====
 +
 +=== Set login screen default resolution ===
 +  - Login and set the screen resolution as desired.
 +  - Once set, copy the file **~/.config/monitors.xml** to **/var/lib/gdm3/.config/monitors.xml**.
 +  - Ensure the user/group ownership is set to **gdm.gdm**.
 +  - Reboot the system to apply the changes.
 +
 +=== Eliminating the annoying repeated authentication dialogs when logging in via xrdp ===
 +Edit the file **/etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla**; paste the following config into it and then save it:
 +
 +  [Allow Colord all Users]
 +  Identity=unix-user:*
 +  Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
 +  ResultAny=no
 +  ResultInactive=no
 +  ResultActive=yes
 +
 +If the issue persists afterwards, a reboot of the system should resolve it.
ubuntu_tips_tricks_and_notes.txt · Last modified: by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki