solarus-quest-editor icon indicating copy to clipboard operation
solarus-quest-editor copied to clipboard

Cannot create folder '/usr/share/solarus-quest-editor/assets/initial_quest/data/entities'

Open Mailaender opened this issue 8 years ago • 2 comments

I am not sure what is the best practice to fix it:

  • Don't let the editor create folders during "File - Load quest..."
  • Ship an folder on Linux to fix permissions

Mailaender avatar Jan 27 '17 08:01 Mailaender

I'm trying to figure out how to reproduce this. I'm running Debian 9, using the version 1.5.3 package. Is this a regression in the current 1.6 dev builds?

ekureina avatar Aug 16 '17 21:08 ekureina

This occurs when trying to open a quest in a read-only folder.

Here, it is the initial quest data used by the editor itself (files that get copied when the user creates a new quest). It is normal that these files are not writable. Users are not expected to open this quest anyway. When they do, trying to save any file will also fail.

I think the initial quest should contain all folders (even empty) so that they don't need to be created when opening it.

christopho avatar Aug 17 '17 09:08 christopho