Closed leorochael closed 2 years ago
I know this kind of "me too" comment isn't usually helpful, but I ran into the same problem, also when upgrading from 20.04 to 22.04 and also a couple of days ago.
I see that pop-session
is held back (to the 20.04 version) on my machine. I get the same dependency problems with gnome-shell-extension-cosmic-dock
, which is also uninstallable on my system.
I tried everything in the Black Screen or Login Issues guide, but to no avail.
Thank you for the gnome-session
workaround - it's a good backup plan in case I end up needing a GUI. I'll try unholding pop-session
tonight to see if that helps. I also haven't tried the manual repair instructions (pop-upgrade release repair
, sudo apt-get install -f
, sudo apt-get full-upgrade --allow-downgrades
) yet.
I'll report back tonight.
sudo apt-mark showhold
returned nothing when I tried it. The hold was already lifted from pop-session
, I ran sudo apt full-upgrade
and restarted and everything seems to work just fine. Nice.
Indeed, gnome-shell-extension-cosmic-dock
is now available on the release
pop-os repository, making the upgrade of the pop-session
package possible.
This was a duplicate of https://github.com/pop-os/cosmic-dock/issues/172. The gnome-shell-extension-cosmic-dock
package was unavailable for a time due to a CI error. We will be more careful to watch out for this issue and are also working to systematically prevent it from occurring: https://github.com/pop-os/repo-release/issues/155
Distribution (run
cat /etc/os-release
):This is a machine that was recently upgraded from 20.04 to 22.04.
Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Also of interest:
Issue/Bug Description:
After upgrading from pop.os 22.04 and logging in, I had no mouse pointer and had to navigate the first-run wizard by keyboard. And after that wizard closed, I had a black screen with no interactivity whatsoever. Rebooting from a virtual console and logging in again went straight to the black screen with no mouse pointer.
Following these instructions I created a new user but that only repeated the same situation: black screen with no mouse pointer after login (except for the first run wizard on first login).
I've managed to regain graphical control of my machine by installing
gnome-session
withapt
and selecting theGNOME
session on the login screen.Steps to reproduce (if you know):
Upgrade from Pop!OS 22.04
Expected behavior:
The pop desktop session should work normally.
Other Notes:
I cannot prove, but highly suspect, that the lack of
gnome-shell-extension-cosmic-dock
is what is causing the pop-os session to misbehave. Which repository is supposed to carry this package?I suggest adding the tip about installing the
gnome-session
package to the Black Screen or Login Issues guide.