Summary: | Dragging a PDF file to the Desktop and selecting "Previewer" doesn't show the preview | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Matteo Agostinelli <agostinelli> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sebas |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matteo Agostinelli
2009-08-07 14:32:20 UTC
There seems to be something fishy with parsing the command-line arguments of the previewer. SVN commit 1008493 by sebas: Use links passed in through args Makes dropping stuff onto the desktop and creating a previewer actually work. BUG:202948 M +9 -1 plasma-previewer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1008493 SVN commit 1008495 by sebas: Fix dropping of content and creating the previewer We should not just create the applet, but also pass in the filename so it gets loaded, otherwise it would be like clicking on a file, opening the default application for that file-type, but not actually loading the file. Backported from trunk. BUG:202948 M +9 -1 plasma-previewer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1008495 |