https://bugs.kde.org/show_bug.cgi?id=523038
Bug ID: 523038
Summary: yakauake "run in yakauke" gives security warning
notification
Classification: Applications
Product: yakuake
Version First 26.04.3
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
DESCRIPTION
Ive setup a dolphin right click shortcut "open with yakauke" so i dont need to
keep opening terminal windows.
The issue is that i pops up with an annoying security warning. Theres no way to
disable the warning.
Can we add a option to hide the warning?
STEPS TO REPRODUCE
1. run the script or create the shortcut yourself:
tee $HOME/.local/share/kio/servicemenus/yakuake_run.desktop > /dev/null << EOL
[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=application/x-executable;
Actions=runInYakuake;
X-KDE-AuthorizeAction=shell_access
[Desktop Action runInYakuake]
Name=Run in Yakuake
Icon=yakuake
Exec=sh -c "$DBUS_CMD org.kde.yakuake /yakuake/window toggleWindowState &&
$DBUS_CMD org.kde.yakuake /yakuake/sessions runCommand 'clear && %f'"
EOL
chmod +x $HOME/.local/share/kio/servicemenus/yakuake_run.desktop
kbuildsycoca6 --noincremental
2. in dolphin, right click a sh file > Run in Yakauke
3. this warning pops up:
The D-Bus method runCommand was just used. There are security concerns about
allowing these methods to be public. If desired, these methods can be changed
to internal use only by re-compiling Yakuake. This warning will only show once
for this Yakuake instance.
OBSERVED RESULT
Annoying security pop-up
EXPECTED RESULT
Need an option to not have the warning.
SOFTWARE/OS VERSIONS
Operating System (available in the Info Center app, or by running `kinfo` in a
terminal window):
KDE Plasma Version: 6.7.2
KDE Frameworks Version: 6.27
Qt Version: 6.11.1
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.