We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've adjusted the .json file so it copies gtk-3.0 instead of 3.22. I keep getting this error everytime I try to build.
flatpak-builder .build org.gtk.Gtk3theme.elementary.json --install Downloading sources Initialized empty Git repository in /home/caligaris/org.gtk.Gtk3theme.elementary/.flatpak-builder/git/git_github.com_elementary_stylesheet.git-BEZIPZ/ Fetching git repo git://github.com/elementary/stylesheet.git, ref refs/heads/master remote: Enumerating objects: 77, done. remote: Counting objects: 100% (77/77), done. remote: Compressing objects: 100% (48/48), done. remote: Total 77 (delta 36), reused 47 (delta 24), pack-reused 0 Unpacking objects: 100% (77/77), done. From git://github.com/elementary/stylesheet * [new branch] master -> master Initializing build dir Committing stage init to cache Starting build of org.gtk.Gtk3theme.elementary ======================================================================== Building module elementary in /home/caligaris/org.gtk.Gtk3theme.elementary/.flatpak-builder/build/elementary-1 ======================================================================== Already on 'master' Running: install -dm755 /usr/share/runtime/share/themes/elementary/gtk-3.0 Running: cp -aL gtk-3.0/* /usr/share/runtime/share/themes/elementary/gtk-3.0 cp: cannot stat 'gtk-3.0/*': No such file or directory Error: module elementary: Child process exited with code 1
I know I can install this theme from Flathub, but I rather learn how to bundle my own theme.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've adjusted the .json file so it copies gtk-3.0 instead of 3.22. I keep getting this error everytime I try to build.
I know I can install this theme from Flathub, but I rather learn how to bundle my own theme.
The text was updated successfully, but these errors were encountered: