Bug ID 1045898
Summary KDE 5.8.7 User PATH
Classification openSUSE
Product openSUSE Distribution
Version Leap 42.3
Hardware 64bit
OS SUSE Other
Status NEW
Severity Major
Priority P5 - None
Component KDE Workspace (Plasma)
Assignee opensuse-kde-bugs@opensuse.org
Reporter alpvonkri@protonmail.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Since the last update in Leap 42.3 to KDE 5.8.7, it lost the ability to run
user apps directly.

Scenario...

Won't work:
myapp.desktop points exec=myapp
Resulting in:
KDEInit could not launch 'myapp':
Could not open library 'libkdeinit5_myapp'.
Cannot load library libkdeinit5_myapp:
(libkdeinit5_myapp: cannot open shared object file: No
such file or directory)

Will work:
myapp.desktop points exec=/home/user/bin/myapp

Workaround:
Added export PATH="${PATH}:$HOME/bin" to ~/.bash_profile


You are receiving this mail because: