lmms icon indicating copy to clipboard operation
lmms copied to clipboard

in the latte dock on kubuntu (linux of course), i can't fix the launcher of lmms in the dock.

Open xyl5b2 opened this issue 4 years ago • 3 comments

Steps to reproduce

when i click on (fijar lanzador) in spanish, just don't work, it do nothing.

Affected LMMS versions

at least the 1.2.2 of lmms

and latte: 0.9.11-0ubuntu1

xyl5b2 avatar Apr 12 '22 19:04 xyl5b2

at least the 1.2.2 of lmms

Is that one from Oubuntu store? Then retry with this version: https://lmms.io/download#linux

musikBear avatar Apr 17 '22 23:04 musikBear

I also run Latte Dock (lattedock 0.10.8) and LMMS (1.3.0-alpha.1.175+g54bee2272), and I cannot reproduce this bug. latte-dock as well as KDE plasma in general look for .desktop files generally in /usr/share/applications. If I were troubleshooting this I would do the following:

  1. cat /usr/share/applications/lmms.desktop (You can also use less for this as well). You will see a line that says Exec=, probably Exec=lmms.
  2. If it does not, you can change it to that. If it is that, try running which lmms to see if the lmms executable is found in your PATH. If it's not there, try uninstalling and reinstalling it. (For kubuntu it should be sudo apt purge lmms and then sudo apt install lmms)

Also, are you using any PPAs or third party repositories from which LMMS could have been installed (e.g., KXStudio)? If so, this is a bug I'd log with them.

ifndefJOSH avatar Jun 13 '22 04:06 ifndefJOSH

For reference, this is my lmms.desktop file:

[Desktop Entry]
Name=LMMS
GenericName=Music production suite
GenericName[ca]=Programari de producció musical
GenericName[de]=Software zur Musik-Produktion
GenericName[fr]=Suite de production musicale
GenericName[pl]=Narzędzia do produkcji muzyki
Comment=Music sequencer and synthesizer
Comment[ca]=Producció fàcil de música per a tothom!
Comment[fr]=Séquenceur et synthétiseur de musique
Comment[pl]=Prosta produkcja muzyki dla każdego!
Icon=lmms
Exec=lmms %f
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Audio;Midi;
MimeType=application/x-lmms-project;

ifndefJOSH avatar Jun 13 '22 04:06 ifndefJOSH