Results 1 to 2 of 2

Thread: VLC doesn't show up with LXDE on Ubuntu 18.04.01

  1. #1
    Join Date
    Dec 2017
    Location
    The Oort Cloud
    Beans
    65
    Distro
    Ubuntu 20.04 Focal Fossa

    Question VLC doesn't show up with LXDE on Ubuntu 18.04.01

    Hi Folks,

    I switched over to LXDE for a lighter desktop (I don't use many of Gnome's bells and whistles), and my installation of VLC does not show up anywhere. I can run it from the command line, but it doesn't show up under the program menu or the supported programs to open media. How can I make LXDE see VLC?

    Thanks!

    MikeG
    Lenovo Ideapad Laptop (81CW) - Linux User #624832
    Pentium CPU 4415U (2.30GHz, x4) - 4G RAM
    Ubuntu 20.04.2 LTS

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: VLC doesn't show up with LXDE on Ubuntu 18.04.01

    There should be a vlc.desktop file in /usr/share/applications which you could copy to /home/username/.local/share/applications and if necessary you can then edit it to ensure it shows in the Sound and Video multimedia section of your menu.

    You could also copy the text below, save it as vlc.desktop and move it into ~/.local/share/applications when it should appear in your menu and work fine.
    Code:
    [Desktop Entry]
    Version=1.0
    Name=VLC media player
    GenericName=Media player
    Exec=/usr/bin/vlc --started-from-file %U
    TryExec=/usr/bin/vlc
    Icon=vlc
    Terminal=false
    Type=Application
    Categories=AudioVideo;Player;Recorder;
    Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast;

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •