Page 1 of 1
0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Mon Mar 17, 2014 8:06 am
by yossic00
Hi,
When right clicking a folder in the browser window and selecting the 'Explorer' option nothing happens. I've noticed from the print outs that it tries to execute:
gvfs-open: file://media/...
It looks like a slash is missing, it should be:
gvfs-open: file:///media/...
yossi
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Thu Mar 20, 2014 3:14 pm
by Akovia
Same here. +1
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Fri Mar 21, 2014 10:45 am
by xnview
I can't reproduce on ubuntu 10, no problem with nautilus
ubuntu 12?
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Fri Mar 21, 2014 5:10 pm
by yossic00
xnview wrote:I can't reproduce on ubuntu 10, no problem with nautilus
ubuntu 12?
On Ubuntu 13.10; the error appears after right-clicking on the Pictures folder and selecting Explorer:
Thanks,
Yossi
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Fri Mar 21, 2014 5:54 pm
by Akovia
Here's my error with Thunar:
Code: Select all
Thunar: Failed to open "/Elements/Backups/H-Drive/Graphics/Anime-Manga Graphics/Anime Art/[Series]/Kara No Kyokai": Error when getting information for file '/Elements/Backups/H-Drive/Graphics/Anime-Manga Graphics/Anime Art/[Series]/Kara No Kyokai': No such file or directory
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Sat Mar 22, 2014 10:49 am
by xnview
With any folder??
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Sat Mar 22, 2014 1:10 pm
by yossic00
xnview wrote:With any folder??
I've tested on several folders and if it is a top level folder (e.g. /home or /media) it opens the explorer window but if it is any non top level folder (e.g. /media/a or /media/a/b etc.) it gives the error message.
Yossi
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Wed Mar 26, 2014 7:57 pm
by xnview
Strange, i've tried on ubuntu 12 & 13 with a mounted volume, and no problem
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Wed Mar 26, 2014 9:28 pm
by Akovia
I'm getting a little different behavior. It will open fine in any subfolder of home, but not mounted media.
Looking at the command line output it seems to me that when it's the root folder it only has a single forward slash in the pathname. "
/"
When it's deeper than the root folder, the path is prepended with two forward slashes. "
//"
From the command line output:
Code: Select all
BrowserWindow :: updateMenu()
CHECK : <FU_scripts.zip>
LOAD BITMAP <//media/Elements/Temp/FU_scripts.zip>
GFF :: LoadThumbnail : 2
CHECK : <Gimp from scratch scripts.zip>
LOAD BITMAP <//media/Elements/Temp/Gimp from scratch scripts.zip>
GFF :: LoadThumbnail : 2
CHECK : <gimp-scripts.zip>
LOAD BITMAP <//media/Elements/Temp/gimp-scripts.zip>
GFF :: LoadThumbnail : 2
CHECK : <gimp_plug-ins.zip>
LOAD BITMAP <//media/Elements/Temp/gimp_plug-ins.zip>
GFF :: LoadThumbnail : 2
CHECK : <menurc>
LOAD BITMAP <//media/Elements/Temp/menurc>
GFF :: LoadThumbnail : 2
CHECK : <MoviesBluRay.tar.gz.crdownload>
LOAD BITMAP <//media/Elements/Temp/MoviesBluRay.tar.gz.crdownload>
GFF :: LoadThumbnail : 2
LOAD BITMAP </media/Elements/.windows-serial>
GFF :: LoadThumbnail : 2
ThumbLoaderThread - ADD into DB (6942)
LOAD BITMAP </media/Elements/AllChars-4.0.321.msi>
GFF :: LoadThumbnail : 2
ThumbLoaderThread - ADD into DB (6943)
LOAD BITMAP </media/Elements/autorun.inf>
GFF :: LoadThumbnail : 2
ThumbLoaderThread - ADD into DB (6945)
LOAD BITMAP </media/Elements/cbSetup.exe>
GFF :: LoadThumbnail : 2
ThumbLoaderThread - ADD into DB (6946)
LOAD BITMAP </media/Elements/CobIT_setup.exe>
GFF :: LoadThumbnail : 2
ThumbLoaderThread - ADD into DB (6947)
LOAD BITMAP </media/Elements/CobViewInstall_ShellEx.exe>
GFF :: LoadThumbnail : 2
ThumbLoaderThread - ADD into DB (6948)
LOAD BITMAP </media/Elements/Commador Extended Normal.ttf>
GFF :: LoadThumbnail : 2
ThumbLoaderThread - ADD into DB (-1)
I also noticed this anomaly (at least to me)
Code: Select all
BrowserWindow :: updateMenu()
BrowserWindow :: updateMenu()
## onItemPressed
setPathname </media/Elements/>
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
### ThumbLoaderThread :: setFileList(0)
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
### ThumbLoaderThread :: setFileList ok
######ThumbLoaderThread :: forever 2 : 2ed93b0
CHECK <0>
######ThumbLoaderThread :: forever : 2ed93b0
## OPEN FOLDER
## OPEN FOLDER ok
## updateLabels
## updateLabels ok
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
TIME 0
AFTER WAIT
setPathname <//media/Elements/>
Notice the two references to
setPathname. They are set differently. Maybe it's supposed to be this way, but looks weird to me.
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Thu Mar 27, 2014 9:22 am
by xnview
It's related to
this bug
Ok, i can reproduce, when you restart XnViewMP on media, i have //media
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Thu Mar 27, 2014 10:45 am
by xnview
See
Issue 324 for current status and details.
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Thu Mar 27, 2014 10:59 am
by Akovia
Thank you Pierre

Looking forward to 0.65!
Re: 0.64 x64 Linux: Explorer Option in Browser not Working
Posted: Thu May 15, 2014 8:00 am
by yossic00
Working in 0.67 with Ubuntu 14.03.
Thanks,
Yossi