annoying warnings from Qt on the console

Sergey Starosek sergey.starosek at gmail.com
Mon Aug 18 10:19:25 PDT 2014


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

> On Mon, Aug 18, 2014 at 1:34 PM, Dirk Hohndel <dirk at hohndel.org> wrote:
>
>> Dear Qt Experts...
>>
>> QFSFileEngine::open: No file name specified
>>
>
> on mine, just to compare:
>
> [tcanabra at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20140818/ec8ef448/attachment-0001.html>


More information about the subsurface mailing list