First Impressions of Ubuntu 22.04

As I mentioned before, I installed the beta version of Ubuntu 22.04 LTS on the same system where I had installed Slackware 15.0. The official release of that version of Ubuntu is out and I have accordingly upgraded that system. A few things that I have noticed so far:

  • The bugs I notice in the beta version are gone.
  • gparted does not work. Nothing happens when you click on the icon. If you go to a terminal window and run gparted & you get the message cannot open display. Apparently this is because Ubuntu 22.04 uses Wayland rather than Xorg as its default display server. Apparently there are some ugly workaround to get gparted to work under Wayland, or you could simply log on with Xorg. I can live with this. When I am serious about using gparted I am usually booting from my Boot Repair drive, since you cannot do much with gparted on a drive that is currently in use.
  • I downloaded pCloud, but when I tried to run it I got these messages:
        mcdavid@Tyrone:~$ pcloud
        dlopen(): error loading libfuse.so.2
        
        AppImages require FUSE to run. 
        You might still be able to extract the contents of this AppImage 
        if you run it with the --appimage-extract option. 
        See https://github.com/AppImage/AppImageKit/wiki/FUSE  
        for more information    
    

    This did not happen with Ubuntu 20.04. A quite search led me to Setting up FUSE 2.x on Ubuntu, Debian and their derivatives, where recommended:

        > sudo apt-get install fuse libfuse2
    
        > sudo addgroup fuse
        > sudo adduser $USER fuse
    

    Followed by logging off and logging back on again. This worked, but I am puzzled by why FUSE was not present by default, as it apparently was in 20.04.

2 thoughts on “First Impressions of Ubuntu 22.04

  1. Pingback: Slackware Diary – 1 | From Hilbert Space to Dilbert Space, and beyond

  2. Pingback: System Updates | From Hilbert Space to Dilbert Space, and beyond

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.