[dolphin] [Bug 482571] Open With not launching application. Terminal is not launching either

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon May 20 17:06:29 BST 2024


https://bugs.kde.org/show_bug.cgi?id=482571

--- Comment #9 from jestarray at gmail.com ---
This bug is still not fixed on archlinux and requires manual intervention:

https://bbs.archlinux.org/viewtopic.php?pid=2166989

pkgname=plasma-workspace
pkgver=6.0.4
_dirver=$(echo $pkgver | cut -d. -f1-3)

mkdir temp && cd temp
wget "https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz"
# note the filename that was downloaded
tar -xJf plasma-workspace-6.0.4.tar.xz
find . -name "*.menu"
mkdir ~/.config/menus
cp plasma-workspace-6.0.4/menu/desktop/plasma-applications.menu
~/.config/menus/applications.menu
kbuildsycoca6
cd .. && rm -rf temp

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list