Hi @jbicha, It looks like gnome-remote-desktop may have been uninstalled during the upgrade to jammy due to conflicts from the remmina-next PPA. I had to manually uninstall a few packages and then was able to reinstall gnome- remote-desktop:
``` david@polar:~$ sudo apt install gnome-remote-desktop ... The following packages have unmet dependencies. libfreerdp-server2-2 : Depends: libfreerdp2-2 (= 2.7.0+git202204251304-0+remmina202205020710.r40ee5d3bc.d776065661~ubuntu22.04.1) but 2.7.0+git202204251304-0+remmina202205020710.r40ee5d3bc.da996883ab~ubuntu20.04.1 is to be installed ``` ``` david@polar:~$ sudo apt remove libfreerdp2-2 libvncserver1 libwinpr2-2 ... ``` Following this, I was able to successfully install gnome-remote-desktop. (I know PPAs are unsupported, I'm documenting in case anyone else hits the same issue.) Thank you for looking into this issue. Cheers, David -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1980606 Title: gnome-control-centre crashes after enabling "Sharing" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1980606/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
