-
Notifications
You must be signed in to change notification settings - Fork 6
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
Port to Odin sandboxed SDK #74
Comments
This is the current YAML manifest I'm using:
It runs fine until the
|
I can clear up the appdata errors... |
Just pushed an update to appdata.xml if you want to pull it and give it another try. |
Oops I forgot to try this morning, I’ll give it a shot later |
OK I opened pull #75 which adds the new manifest (yaml) and removes the old one (json) |
The pull request has been merged. I have an opened issue related to the resizing lagginess (although I don't know if this is an actual issue with my codebase as the Debian and source versions run just fine). In regards to the styling, what is wrong? |
Thanks for the merge!
|
The command to install the -flatpak remote-add --if-not-exists elementary https://flatpak.elementary.io/elementary.flatpakrepo
+flatpak remote-add --if-not-exists elementary https://flatpak.elementary.io/repo.flatpakrepo due to them changing a path. It then builds and runs fine after running: flatpak install io.elementary.Sdk/x86_64/daily
flatpak install io.elementary.Platform/x86_64/daily
flatpak-builder --user --install --force-clean build-dir com.github.phase1geo.outliner.yml
flatpak run com.github.phase1geo.outliner What a beauty! And how well it accompagnies Minder. In comparison here on Fedora 33 the visual differences that I can recognise are:
|
@almereyda The issue there is that the elementary stylesheet isn't being forced for whatever reason. I thought the PRA was merged to force in the platform it but maybe it isn't? |
I believe that the 1.5.1 version of Outliner is packaged properly with the appropriate styling now. Closing issue. |
I presume you could quite easily write a flatpak manifest that uses the odin SDK (which is now fully funcitonal and available for installing with
flatpak remote-add --if-not-exists elementary https://flatpak.elementary.io/elementary.flatpakrepo
I'll see if I can make one myself and add it here
The text was updated successfully, but these errors were encountered: