Skip to content

Instantly share code, notes, and snippets.

@arsho
Created August 27, 2025 21:36
Show Gist options
  • Save arsho/b8ed158a49a5d23994c52e3762f1ee49 to your computer and use it in GitHub Desktop.
Save arsho/b8ed158a49a5d23994c52e3762f1ee49 to your computer and use it in GitHub Desktop.
Fix App opening error in Ubuntu 24.04

Scenario

Apps like VLC, Libreoffice do not open from the dock and cannot open associated file extension that is mapped to the app (e.g. .mp3). FYI, the apps are installed from Ubuntu app center

Fix

  • Uninstall the apps from Ubuntu app center (e.g. VLC, libreoffice)
  • Install from terminal:
sudo apt install vlc -y
sudo apt install libreoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment