Labels

Thursday, November 15, 2012

[Tuturial] LMMS Shortcut Fix

When installing Linux Multimedia Studio (LMMS) to Ubuntu with Unity the shortcut does not get installed to the dash or desktop.  Here's a quick fix to that I found on here on AskUbuntu.com.



Code to copy and paste to .desktop file:


[Desktop Entry]
Name=Linux MultiMedia Studio
GenericName=music production suite
GenericName[ca]=Programari de producció musical
GenericName[de]=Software zur Musik-Produktion
Comment=easy music production for everyone!
Comment[ca]=Producció fàcil de música per a tothom!
Icon=lmms
Exec=lmms
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Audio;Midi;
MimeType=application/x-lmms-project;

1 comment:

  1. With french description:
    [Desktop Entry]
    Name=Linux MultiMedia Studio
    GenericName=music production suite
    GenericName[ca]=Programari de producció musical
    GenericName[de]=Software zur Musik-Produktion
    GenericName[fr]=Logiciel de création musicale (MAO)
    Comment=easy music production for everyone!
    Comment[ca]=Producció fàcil de música per a tothom!
    Comment[fr]=Enregistrement et mixage pour tous
    Icon=lmms
    Exec=lmms
    Terminal=false
    Type=Application
    Categories=Qt;AudioVideo;Audio;Midi;
    MimeType=application/x-lmms-project;

    ReplyDelete