A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/orgs/AppImage/discussions/1339 below:

Add to Wiki page update with instruction to fix ubuntu after installation fuse · AppImage · Discussion #1339 · GitHub

This worked for me:

Switch to a Virtual Console (TTY)

Since the GUI isn’t working, switch to a terminal interface:

Remove fuse from your system
sudo apt remove --purge fuse

Restart the display manager:

sudo systemctl restart gdm    # or lightdm, sddm, etc.
Reconfigure or Reinstall the Display Manager

If the display manager itself is broken:

sudo dpkg-reconfigure gdm3   # or lightdm

Or reinstall it:

sudo apt install --reinstall gdm3   # or lightdm
Reboot

After making your changes:

If not still not working try the following Check for a Valid Session File

List files in /usr/share/xsessions/:

ls -l /usr/share/xsessions/

Expected output (for GNOME):

gnome.desktop
ubuntu.desktop

If this directory is empty or missing GNOME:

sudo apt install ubuntu-gnome-desktop gnome-session
Check GNOME Session Binary

Check that the GNOME session command exists:

Expected output:

If it's missing:

sudo apt install gnome-session
Force Default Session

Try setting GNOME explicitly as the default session:

echo "gnome-session" > ~/.xsession
chmod +x ~/.xsession

Then reboot.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4