View Single Post
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#6
You need to give the actual name of a file like so:

Code:
/usr/bin/dbus-send --print-reply --dest=com.nokia.image_viewer /com/nokia/image_viewer com.nokia.image_viewer.mime_open string:file:///media/mmc1/DCIM/p100001.jpg
However this only shows a single photo, even if in the image viewer you backup into the directory it will only list that single specified photo.

What you need to do is give it a directory:

Code:
/usr/bin/dbus-send --print-reply --dest=com.nokia.image_viewer /com/nokia/image_viewer com.nokia.image_viewer.mime_open string:file:///media/mmc1/DCIM/
Then when image viewer appears you need to swipe it once or twice to actually get it to start displaying the photos, otherwise it will just sit there pretending to be busy.
 

The Following User Says Thank You to kureyon For This Useful Post: