On Mon, Aug 18, 2014 at 8:41 PM, Tomaz Canabrava <tcanabr...@kde.org> wrote:

> On Mon, Aug 18, 2014 at 1:34 PM, Dirk Hohndel <d...@hohndel.org> wrote:
>
>> Dear Qt Experts...
>>
>> QFSFileEngine::open: No file name specified
>>
>
> on mine, just to compare:
>
> [tcanabra@trantor subsurface]$
> ./subsurface
>
> can't find Qt localization for locale "C" searching in "/usr/share
> /qt4/translations"
>
> can't find Subsurface localization for locale
> "C"
>
>
>
A while ago I've tracked  this down to MarbleWidget that tries to
stat marbledata/stars/ and related files
while trying to display stars background for the globe:

stat("/home/star/.local/share/marble/stars/stars.dat", 0x7fff199370b0) = -1
ENOENT (No such file or directory)
lstat("/home/star/src/Subsurface/marbledata/stars", 0x7fff19937070) = -1
ENOENT (No such file or directory)
stat("/home/star/.local/share/marble/stars/constellations.dat",
0x7fff199375e0) = -1 ENOENT (No such file or directory)
lstat("/home/star/src/Subsurface/marbledata/stars", 0x7fff199375a0) = -1
ENOENT (No such file or directory)
stat("/home/star/.local/share/marble/stars/dso.dat", 0x7fff199375a0) = -1
ENOENT (No such file or directory)
lstat("/home/star/src/Subsurface/marbledata/stars", 0x7fff19937560) = -1
ENOENT (No such file or directory)
stat("/home/star/.local/share/marble/stars/deepsky.png", 0x7fff199375a0) =
-1 ENOENT (No such file or directory)
lstat("/home/star/src/Subsurface/marbledata/stars", 0x7fff19937560) = -1
ENOENT (No such file or directory)


Unfortunately  I have no idea how to fix this.

Sergey
_______________________________________________
subsurface mailing list
subsurface@hohndel.org
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to