David Capello
David Capello
Hi there @lunu-bounir, sure, we could add some option in the CMakeLists.txt to exclude the image support. I'll take this next week.
You can use the https://cmake.org/cmake/help/v3.19/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.html for that in your own project. You can check an example: https://github.com/aseprite/laf/blob/9c3092901416ed0aef85b49f33ad514c7988cfa4/CMakeLists.txt#L7 https://github.com/aseprite/laf/blob/master/cmake/c_flag_overrides.cmake https://github.com/aseprite/laf/blob/master/cmake/cxx_flag_overrides.cmake All that before you include the `add_subdirectory(clip)` In case that you...
🤔 I'm not sure about this one, I should give a try on my Windows notebook. You can take a look to your `CMakeCache.txt` file in the build directory and...
Hi @AyyKamp! Actually never thought about that possibility (even more, the `empty_format` is almost never used in the whole project). I'll leave this issue open like an opportunity to check...
@EmeraldEelEntertainment could you please configure the `--debug` parameter on Steam: https://www.aseprite.org/docs/debug/ and upload the `.txt` file here.
@EmeraldEelEntertainment could you please attach/send the `Aseprite-v1.1.13-DebugOutput.txt` file that is in your desktop here?
@EmeraldEelEntertainment if you have configured the `--debug` parameter, please restart Aseprite and try to set the theme. Then close Aseprite and that `.txt` file should be in your desktop.
@EmeraldEelEntertainment Sorry, I missed one step: 1. Start Aseprite 2. Choose the new theme from Preferences and press the "Select" button, you should see something like this:  of files. Maybe when you copied the theme into the `skins` folders from the Windows File Explorer, the files were...
Yes, some options from the File > Export menu should use #1080, see this comment https://github.com/aseprite/aseprite/issues/1080#issuecomment-244763783