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

Bugs and Suggestions in XnView MP or XnConvert MP which have been resolved.

Moderators: XnTriq, helmut, xnview

User avatar
oops66
XnThusiast
Posts: 2005
Joined: Tue Jul 17, 2007 1:17 am
Location: France

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

Post 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 "$@" )
Last edited by oops66 on Tue Mar 16, 2010 11:02 pm, edited 2 times in total.
XnViewMP Linux X64 - Debian - X64
User avatar
xnview
Author of XnView
Posts: 39916
Joined: Mon Oct 13, 2003 7:31 am
Location: France

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

Post by xnview »

Please, could you test XnViewMP 0.25
Pierre.
User avatar
oops66
XnThusiast
Posts: 2005
Joined: Tue Jul 17, 2007 1:17 am
Location: France

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

Post 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
XnViewMP Linux X64 - Debian - X64