Viewing profile — probonopd
probonopd
HN member- Joined
- Sat, Feb 27, 2016, 5:08 PM UTC
- HN karma
- 61
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About probonopd
No profile information was provided.
Recent public activity
-
comment
Comment #46495842
Exactly. Design, to us, is also how it works. Not just how it looks. The "feel" part in "look and feel".
-
comment
Comment #46495829
Gershwin is using the key next to the spacebar (whatever is written on it) as the Command key.
-
comment
Comment #46488476
Should be doable to put a Rhapsody theme on it... GNUstep is very flexible in this regard. Thanks to Method Swizzling, themes can change things pretty substantially.
-
comment
Comment #46488453
We are on it. The whole UI is going to be overhauled a lot. Would you like to help us get things in shape? AppearanceMetrics.h in gershwin-eau-theme is a start.
-
comment
Comment #46488419
Definitely let's talk. You'll find us on GitHub Discussions and Libera Chat.
-
comment
Comment #46488412
This is why we think something inspired by the HIG needs to be reborn as open source.
-
comment
Comment #17564251
Is there anything XAR can do that AppImage cannot? There are very complex Python applications (e.g., Ultimaker Cura) which are packaged in the AppImage format as self-standing sing…
-
comment
Comment #17461044
App availability makes or breaks every platform. App developers only release stuff for platforms with a large user base, and "Desktop Linux" as a whole is at a mere 2-3 percent at …
-
comment
Comment #17458628
Yes, I started klik about a decade ago, over time evolved and simplified the concept and renamed it to AppImage. Thanks for calling it a "lone island of sanity in the ocean of bad …
-
comment
Comment #17452667
AnIdiotOnTheNet, I couldn't agree more. Which is why I've started the AppImage project roughly a decade ago. Would you like to join, even if only as an evangelist? Please get in to…
-
comment
Comment #17452638
And almost no one uses them. Or did you get your Photoshop in the Windows Store?
-
comment
Comment #17452631
There's also this artificial distinction between the uninstalled and the installed form of the same software. Once you have installed it, it is married into a system that makes it …
-
comment
Comment #17452613
AnIdiotOnTheNet, did you know the https://gitlab.com/probono/platformissues project? It is describing the Desktop Linux Platform Issues and what should be done to overcome them. I …
-
comment
Comment #17452562
Systems like the Open Build Service can ease the pain a bit by building for different distributions and versions, but it is a pain nevertheless. Luckily the Open Build Service inst…
-
comment
Comment #17452553
What we need is a clear separation between the Core OS a.k.a. base system which should be provided by every "Desktop Linux" distribution, and the rest. Applications should only use…
-
comment
Comment #17452513
I think we need to distinguish between software that is used as a component in a larger system (e.g., the core OS for which is the core business of a distribution), and an applicat…
-
comment
Comment #13424223
Since an AppImage is just a compressed filesystem, you can also extract its content very similar to a zip file. But you then will miss out on the easy binary delta updates using Ap…
-
comment
Comment #12462200
An AppImage contains everything an app needs to run on most Linux systems. Just download one file, chmod +x, and run. No installation, no root, no unpacking, no repositories to be …
- story
-
comment
Comment #11833235
bubblewrap works for sandboxing AppImages: https://github.com/probonopd/AppImageKit/issues/152
-
comment
Comment #11833228
Actually the sandbox used for Flatpak can also be used to run AppImages already now: https://github.com/probonopd/AppImageKit/issues/152
-
comment
Comment #11191581
Depending on the scenario, an app packaged as an AppImage may launch as fast as or sometimes even faster (due to the compression) than an installed app. In most cases, there will n…
-
comment
Comment #11190809
You shouldn't run "random binaries", but binaries from the original author of the software. E.g., Scribus from https://www.scribus.net/ or Subsurface from https://subsurface-divelo…
-
comment
Comment #11188596
Well, this is what Linus had to say about packaging: "I've seen this firsthand with the other project I've been involved with, which is my divelog application. We make binaries for…
-
comment
Comment #11188582
Well, the code is on https://github.com and my AppImages are on https://bintray.com/probono/AppImages - once https://github.com/isaacs/github/issues/156 is closed, appimage.org, to…