munix9

Results 33 comments of munix9

hm, strange. The build on OBS based on this PR works for openSUSE Leap 15.3, 15.4 and Tumbleweed without problems. The environment is a bit different due to the OBS...

In the meantime found out the following: in the file [build.yml](https://github.com/nmeum/android-tools/blob/master/.github/workflows/build.yml) in line [123](https://github.com/nmeum/android-tools/blob/master/.github/workflows/build.yml#L123) remove the option `-DCMAKE_BUILD_TYPE=Release` [(diff)](https://github.com/jershell/android-tools/compare/master...munix9:master#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721). With this at least the build with `gcc` for `tumbleweed` and...

> For build with clang necessary uninstall gcc 12 and use gcc11 or gcc10 No, this does not work and quite a few dependencies are broken on the package level,...

Yes, I know, this is currently only for testing. Another question: Where do the used patches actually come from?

FYI: Implemented the following as a proof-of-concept (openSUSE and AppImage): https://build.opensuse.org/package/view_file/home:munix9:unstable/celestia/fisheye-celestia_cfg.patch?expand=1 https://build.opensuse.org/package/view_file/home:munix9:unstable/celestia/appimage.AppRun?expand=1 `./celestia-1.7.0-git-x86_64.AppImage --celestia-fisheye` starts Celestia with the appropriate settings - this can already be tested, see also https://github.com/CelestiaProject/Celestia/issues/333 Not...

No, I don't think that's a problem with OBS. I created the `debian.tar.xz` manually for testing, normally this is created by OBS using the `_service` file. The manually generated `debian.tar.xz`...

> With #335 merged, this: > > > create a portable home folder to use as $HOME > > $ ./celestia-qt-latest-x86_64.AppImage --appimage-portable-home > > create a portable config folder to...

> > I'm sorry, i don't get. Could you explain a little bit? > > From what you wrote it seems like the user has to export certain environment variables...

> I tried with two different updater tools and neither was able to update it correctly: > > https://github.com/AppImage/AppImageUpdate > > https://github.com/CelestiaProject/Celestia/issues/333#issuecomment-518027817 yep, I was thinking something like that, thanks...

> Would you be interested in having an updater inside the application? There is a Qt plugin that can do it. https://github.com/TheFutureShell/updatedeployqt cc @antony-jr That sounds interesting. I'll take a...