jesustorresdev / yakuake-session

A script to create new yakuake sessions from command-line or '.desktop' files. It allows yakuake to be a better replacement of konsole.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working in 3.0.4

alexivkin opened this issue · comments

The latest version of yakuake refuses to execute runCommand over DBUS citing security issues, and suggests recompiling itself. Any way to solve it without having to recompile yakuake?

Turns out this was related to a subshell change. Created a pull request #19 to fix. The security warning is just that, a warning, yakuake runcommand is working

Then this is a dup of #17 and is caused for a regression introduced in 2c0d96c trying to fix #16.
Thank you @alexivkin