HiranChaudhuri

Results 65 comments of HiranChaudhuri

I also ran into this limitation. How bad would it be to allow multi-level hierarchies?

It is neither a Gnome nor a Ubuntu thing - it will affect all FreeDesktop.org compliant systems. Taken from https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html: _StartupWMClass If specified, it is known that the application will...

As Github does not allow to upload text files I am listing game.json here: ``` { "firstLayout": "", "gdVersion": { "build": 98, "major": 4, "minor": 0, "revision": 0 }, "properties":...

Your analysis coudl very well be true. I trusted the debuggerr and assumed the variable would contain a wrong value. After all I also accessed it with the wrong methods....

Today I also perceive the same issue. This is my first AppImage so I have no successful projects to compare with. I read https://docs.appimage.org/packaging-guide/index.html I especially followed https://docs.appimage.org/packaging-guide/manual.html When I...

Without further knowledge I simply started the appimage using strace: `$ strace ./Nexus-1.0-SNAPSHOT-x86_64.appimage` and stumbled over this line: ``` execve("/tmp/.mount_Nexus-rJ3MLl/AppRun", ["target/Nexus-1.0-SNAPSHOT-x86_64"...], 0x1dd61c0 /* 65 vars */) = -1 ENOENT (No...

I was not able to access the datasource before reading the source code to understand what was missing. The log message was not sufficient, and the exception never shown. It...

I tried to cover the installation challenge with this project: https://github.com/HiranChaudhuri/settlers-installer Maybe you can help me to add some Arch stuff well?

I got as far as this, but having never build an Arch package some help would be welcome... ![Screenshot from 2022-04-25 22-00-09](https://user-images.githubusercontent.com/6866487/165166045-f47d11d3-ffea-488b-9fab-cb4937a8b5be.png)

While I spent some time now getting familiar with Arch I am yet not entirely sure how to actually create a package. Re-reading the original post I am not sure...