Skip to content
Commit f0843d32 authored by Johnny Jazeix's avatar Johnny Jazeix
Browse files

fix data directory on Windows platforms

parent 9ed0eb00
  • mentioned in merge request packaging/craft-blueprints-kde!121 (closed)

    Toggle commit list
  • Developer

    That looks wrong. How about qstandarddirs

  • Author Developer

    That is what you recommended in packaging/craft-blueprints-kde!121 (comment 219500).

    The actual installation tree is C:\Program Files\Marble:

    bin\marble-qt.exe
    data\...
    share\...
    uninstall.exe

    QStandardPaths::standardLocations(QStandardPaths::AppDataLocation) does not return this C:\Program Files\Marble\data, but C:\Program Files\Marble\bin\data.

    Do you suggest installing the data in C:\Program Files\Marble\bin\data instead?

    Note that there is already a C:\Program Files\Marble\bin\data filled with dbus-1, info and locale (containing libphonon translations).

  • Developer

    bin/data is the Windows data dir used by qt and the equivalent to share. data is not really defined.

  • Johnny Jazeix @jjazeix

    mentioned in commit adc06ef1

    ·

    mentioned in commit adc06ef1

    Toggle commit list
  • Johnny Jazeix @jjazeix

    mentioned in merge request !47 (merged)

    ·

    mentioned in merge request !47 (merged)

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment