https://bugs.kde.org/show_bug.cgi?id=448859
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fab...@ritter-vogt.de Resolution|FIXED |--- Status|RESOLVED |REOPENED Assignee|kio-bugs-n...@kde.org |a.samir...@gmail.com --- Comment #3 from Fabian Vogt <fab...@ritter-vogt.de> --- I don't think specifying environment variables like this is valid. The Exec= line must start with the application and must not contain '=': https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html A command line consists of an executable program optionally followed by one or more arguments. The executable program can either be specified with its full path or with the name of the executable only. If no full path is provided the executable is looked up in the $PATH environment variable used by the desktop environment. The name or path of the executable program may not contain the equal sign ("="). Arguments are separated by a space. So the previous KIO behaviour was probably correct and the change should be reverted. -- You are receiving this mail because: You are watching all bug changes.