https://bugs.kde.org/show_bug.cgi?id=300095
Lamarque V. Souza <lamar...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |lamar...@kde.org Ever confirmed|0 |1 --- Comment #6 from Lamarque V. Souza <lamar...@kde.org> --- The parameter "-graphicssystem raster" in active-imageviewer.desktop and active-filebrowser.desktop is not working probably because they are launched by kdeinit4_wrapper. I tried adding "QT_GRAPHICSSYSTEM=raster" to /usr/share/kde4/apps/startactive/env.conf but the crash still happens even though the variable was added to the process environment. The only workaround I have found so far for this problem is changing the Exec= line in the .desktop to: Exec=/bin/true; exec active-filebrowser --resourceType=nfo:Image -graphicssystem raster %u The "/bin/true; exec" part forces kdeinit to launch a shell to execute Exec= line and then it works without crashes. Do you think this hack is acceptable? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Active mailing list Active@kde.org https://mail.kde.org/mailman/listinfo/active