regolith-linux / regolith-desktop

Meta package for the Regolith Desktop Environment
1.48k stars 31 forks source link

Regolith 3: ~/.config/regolith2/Xresources used #862

Closed theova closed 1 year ago

theova commented 1 year ago

Describe the bug Hello, I just updated to Regolith 3, thanks for the new version!

I realized, that I could not change the look, regolith-look set had no effect.

I think the underlying reason is that Regolith 3 does not use the correct Xresource folder:

$ regolith-diagnostic    
--- Regolith Diagnostic - Fri Jun 16 09:35:55 AM CEST 2023
--- /etc/regolith/version:
REGOLITH_VERSION=3.0

--- System Info 
Linux user-machine 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr  6 07:48:48 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
--- /etc/lsb-release:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=23.04
DISTRIB_CODENAME=lunar
DISTRIB_DESCRIPTION="Ubuntu 23.04"
--- Xresources
--- [/home/user/.Xresources does not exist]
--- /home/user/.config/regolith2/Xresources:

To Reproduce Opt in for the testing, run regolith-diagnosis or regolith-look set

Expected behavior The look changes.

Configuration file(s) I did not customize any files

Installation Details

SoumyaRanjanPatnaik commented 1 year ago

Can you try updating your system packages? The new configs are supposed to exist at ~/. config/regolith3. This seems like an older version of regolith diagnostic. This is the output of regolith-diagnostic on my system for reference:

--- Regolith Diagnostic - Friday 16 June 2023 03:38:14 PM IST
--- /etc/regolith/version:
REGOLITH_VERSION=3.0

--- System Info 
Linux RegolithLinux 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr  6 07:48:48 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
--- /etc/lsb-release:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=23.04
DISTRIB_CODENAME=lunar
DISTRIB_DESCRIPTION="Ubuntu 23.04"
--- Xresources
--- [/home/soumyarp/.Xresources does not exist]
--- /home/soumyarp/.config/regolith3/Xresources:
theova commented 1 year ago

You are right!

Running apt update && apt upgrade I saw that some regolith packages have been kept back.

I installed them (apt install $list_of_regolith_packets) and now the issue is gone.

Thanks a lot!