-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt dist-upgrade sometimes causes regolith-desktop to be uninstalled #120
Comments
I'm unsure of why this is, and am unable to find any documentation of |
apt dist-upgrade
sometimes regolith-desktop
to be uninstalled
it is not only on dist-upgrade also on normal upgrade. Well not exactly. I got a heldback for my normal upgrade and after doing apt full-upgrade I lost regolith and all it's config files. I'm on ubuntu 19.04 |
I am having theme related issues as well. I have two machines, a laptop and a desktop, after a recent apt update both seem to have lost the theme. Everything is a bright white theme now and I cannot for the life of me figure out what happened. A common issue I did have on both was the app launcher no longer launched. Both showing an error related to 'regolith-theme.rasi' and after a reboot everything is white. |
I got the same issue! Did a After running Looks like I'm back to normal, why was regolith-desktop uninstalled from |
@thebeardbe the stock configuration files for Regolith are now in |
@falsechicken let me know if |
@MikeShiner I am not clear as to the root-cause of the issue. My guess is that some apt policy is causing the maunally-installed |
I have added a section to the Troubleshooting page of the site regarding this issue: https://regolith-linux.org/troubleshooting.html#uninstalled |
@kgilmer No problem. If it happens again I'l gather some more debugging info to help out. Still singing Regolith's praises, I really love the work you're doing here. |
Thanks @MikeShiner! If you'd like me to send you a Regolith laptop sticker email me a postal address to kgilmer at gmail.com. |
That did solve the issue. Sorry for the delay! |
What is probably happening is that the official Ubuntu repository has a more recent version for a package installed through regolith PPA. It then wants to upgrade that package, which will pull all its dependencies (i3) and remove lot of package from Regolith. One way to solve that would be to do some apt pinning on the PPA (making the PPA prioritary even if versions are lower). That's a bit ugly. The correct way of fixing that is not offering packages which are also in the Ubuntu repository so "forking" and offering them a new name. |
Sounds plausible. After looking at the list of packages in the stable PPA I'm not sure which would be colliding with an Ubuntu repo. In any case, a fix doesn't seem to be obvious. I've added some documentation here that may help other users that encounter the error: |
No description provided.
The text was updated successfully, but these errors were encountered: