https://bugs.kde.org/show_bug.cgi?id=372153
--- Comment #5 from k...@web.de --- This is not solved. When changing the command string by editing the settings, additional arguments are ignored. For example, adding this argument to start thunderbird with the addressbook open thunderbird -addressbook does start thunderbird, but does not open the addressbook. This might be related to the takeFirst() method, if it works as i'm thinking it does, it ignores any arguments but the first one. auto program = arguments.takeFirst(); -- You are receiving this mail because: You are watching all bug changes.