Ian Cleary

Results 21 comments of Ian Cleary

only thinking of supporting elementary os as a platform

No plans to do this as of now

@aral @cassidyjames Hello, I encountered the same issue. > Ah so you'll need to install the Flatpak SDK as a user. We need to include this in the instructions: >...

> @icancclearynow Thank you :) You're welcome! Thanks for the reporting the issue as it helped me when I followed the tutorial 😊

It wasn't clear to me how to uninstall. I'd like the docs to state the method directly. If `sudo ninja uninstall` from the build folder is the right way, I'd...

@Eldhrimer `sudo ninja uninstall` from the `build` folder worked. I agree that is the preferred way forward. Thanks! :) ```bash sudo ninja uninstall [0/1] /usr/bin/meson --internal uninstall Deleted: /usr/bin/com.github.icancclearynow.nordvpn Deleted:...

Per https://github.com/elementary/docs/commit/8e6890010b7e5a458ea2b8db0a87ee44e7f53780, I edited the build system edits to use `sudo ninja uninstall`. Per https://github.com/elementary/docs/pull/134/commits/4a747979560a586c780f499b64bb710e610db5c2, I added copy regarding the `flatpak remove` command. Per https://github.com/elementary/docs/pull/134/commits/58a969a430a8f4ba8d6ec6f2e2b90844e92c1898, I added a link to...

@Eldhrimer I removed the bash output per https://github.com/elementary/docs/commit/8ff32d85c43b45423fc92bb3ce95b455653d977a. Does it look good to merge to you?

@cassidyjames @Marukesu Thanks for the review! I believe I've incorporate your suggestions or requested changes. Let me know if there is anything else you need.

> While we are here we could also mention to add `.flatpak-builder` to `.gitignore`. FYI: In a separate PR (#133 ), I proposed an update on the flatpak SDK and...