Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_template folder missing in AppImage #107

Open
KarlZeilhofer opened this issue Jul 3, 2018 · 2 comments
Open

_template folder missing in AppImage #107

KarlZeilhofer opened this issue Jul 3, 2018 · 2 comments
Labels

Comments

@KarlZeilhofer
Copy link

When trying to generate plugin code on Linux with the AppImage, the log messages show, that the _template folder cannot be accessed.

Workaround

  • set paths in settings
    2018-07-03_001
  • clone git repo and copy _template folder from
    ./ImagePlay/media/plugin_development/_template
    to /home/karl/imageplay/plugindev
  • If the folder that should be generated already exists, delete or rename it.
  • now the code generation should succeed
@l00mi
Copy link
Member

l00mi commented Jul 4, 2018

The AppImage was kindly provided by @probonopd. He might give us a hint?

@l00mi l00mi added the bug label Jul 4, 2018
@probonopd
Copy link
Contributor

The application should check upon launch whether $HOME/imageplay/plugindev exists and if it doesn't, copy it out of the AppImage to that location. The directory's location inside the AppImage shall be determined by using e.g., QString QCoreApplication::applicationDirPath() and constructing a relative path from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants