Page 1 of 1

FIXED-MP Linux v0.25-opening from FileMgr in fullscreen mode

Posted: Wed Nov 25, 2009 3:16 pm
by oops66
MP Linux v0.21 - opening from FileMgr in fullscreen mode - bug
to reproduce:
1-) open from the file manager (nautilus in Ubuntu, or else) a jpg file via the script xnviewmp.sh bellow (right mouse click\Open With...\xnviewmp.sh:

Code: Select all

#!/bin/sh
folder=`dirname $0`
LD_LIBRARY_PATH=$folder
export LD_LIBRARY_PATH
QT_PLUGIN_PATH=$folder
export QT_PLUGIN_PATH
$folder/xnview "$@"
2-) move the mouse to the top of the screen
... then, in this case, I can not view any thumbnails :(
(FI:the xnview data base cache option (xnview.db) is in a custom directory)
Image
(I can see the thumbnails if I first start XnViewMP in the "normal" way - :D )

It would be also interesting to have a command line option (like into xnview v1.9x) to read a custom xnview.ini file.
So:
$folder/xnview $folder/xnview-custom.ini "$@"
Instead:
$folder/xnview "$@"

(And maybe a command line option to be able to start xnview with a predefined window size - (fit image to window) like: $folder/xnview $folder/xnview.ini-800x600.ini "$@" )

Re: MP Linux v0.21-opening from FileMgr in fullscreen mode - bug

Posted: Tue Mar 16, 2010 8:28 pm
by xnview
Please, could you test XnViewMP 0.25

Re: MP Linux v0.25-opening from FileMgr in fullscreen mode - bug

Posted: Tue Mar 16, 2010 10:00 pm
by oops66
xnview wrote:Please, could you test XnViewMP 0.25
Congratulations, this thumbnails issue is fixed into this 0.25 Linux version.
Thank you Pierre