[Bug 300095] Files and Images crash on launch
Lamarque V. Souza
lamarque at kde.org
Tue May 29 23:24:35 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=300095
Lamarque V. Souza <lamarque at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |lamarque at kde.org
Ever confirmed|0 |1
--- Comment #6 from Lamarque V. Souza <lamarque at 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.
More information about the Active
mailing list