Here's what happened when I tried to update, using the command I found in the README: pop-upgrade release upgrade -f
- Upgraded from the 22.04 LTS to the 24.04 LTS Beta. Reboot.
- No greeter, CLI login prompt. Logged in.
- Check cosmic-greeter from systemctl - no entry.
- Start gdm3 through systemctl - works.
- Stop gdm3.
- Try installing cosmic-greeter - apt tells to try
apt --fix-broken install
sudo apt --fix-broken install - shows dpkg error when installing pipewire-pulse
sudo apt remove pipewire-pulse does not work.
SOLUTION:
I don't know what exactly let the apt --fix-broken install work, but here are all the commands I ran. First 2 were to remove info on pipewire-pulse.
sudo mv /var/lib/dpkg/info/pipewire-pulse* /tmp/
sudo dpkg --remove --force-remove-reinstreq pipewire-pulse
sudo apt-get install pulseaudio
sudo apt --fix-broken install pipewire-pulse
sudo apt --fix-broken install pop-pipewire
sudo apt --fix-broken install
Since fixing the broken install worked, I rebooted and found that cosmic greeter worked!
But it was a little pain to do this right before a Zoom meeting. Thankfully, I joined by phone and didn't have to use my laptop for it.
Here's what happened when I tried to update, using the command I found in the README:
pop-upgrade release upgrade -fapt --fix-broken installsudo apt --fix-broken install- shows dpkg error when installing pipewire-pulsesudo apt remove pipewire-pulsedoes not work.SOLUTION:
I don't know what exactly let the
apt --fix-broken installwork, but here are all the commands I ran. First 2 were to remove info on pipewire-pulse.Since fixing the broken install worked, I rebooted and found that cosmic greeter worked!
But it was a little pain to do this right before a Zoom meeting. Thankfully, I joined by phone and didn't have to use my laptop for it.