Bug ID 1017696
Summary Wrong command to install rpm file through yast2 from GUI
Classification openSUSE
Product openSUSE Distribution
Version Leap 42.2
Hardware All
OS Other
Status NEW
Severity Minor
Priority P5 - None
Component KDE Workspace (Plasma)
Assignee opensuse-kde-bugs@opensuse.org
Reporter jakub.kuzniar@myswissmail.ch
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Wen user clicks rpm file on the Dolphin file manager and selects
"Install/Remove Software", following command is invoked: 

xdg-su -c "/sbin/yast2 sw_single %F"

yast2 opens if the package file name is regular one. In case if in rpm file
name brackets are presents like adobeair.i386(1).rpm, yast2 does not start.

Simple correction would be to add: \"

xdg-su -c "/sbin/yast2 sw_single \"%F\""


You are receiving this mail because: