最後の更新Amarok
後、Archlinux
次のエラーが発生しました。
The name org.kde.amarok was not provided by any .service files
端末から起動できますが、Amarok
latte-dock のアイコンをクリックするとこのエラーが発生します。
デスクトップファイル:
[Desktop Entry]
Categories=Qt;KDE;AudioVideo;Audio;Player;
Comment=Amarok - Rediscover Your Music!
DBusActivatable=true
Exec=amarok %U
GenericName=Audio Player
Icon=kplayer
MimeType=audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;application/x-ogm-audio;audio/x-vorbis+ogg;audio/ogg;
Name=Amarok
NoDisplay=false
Path=
StartupNotify=true
StartupWMClass=amarok
Terminal=false
TerminalOptions=
Type=Application
Version=1.0
X-DocPath=amarok/index.html
X-KDE-Keywords=music,podcast
X-KDE-Protocols=http
X-KDE-SubstituteUID=false
X-KDE-Username=
答え1
何らかの理由で、KDE(私の例)は次のアプリケーションショートカットを作成します。
org.kde.amarok.desktop
...フォルダパスで...
/home/<YOUR_USER>/.local/share/applications
。
だからショートカットの名前を次のように変更しました...
Amarok.desktop
...内容を次に変更します...
[Desktop Entry]
Comment=Amarok - Rediscover Your Music!
Exec=amarok %F
Icon=amarok
MimeType=audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;application/x-ogm-audio;audio/x-vorbis+ogg;audio/ogg;
Name=Amarok
GenericName=Audio Player
NoDisplay=false
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
...チャジャン!