Pulsar from Flatpak and packages with CLI usage #271
Replies: 1 comment 2 replies
-
Thanks a ton for posting! The general consensus among the team as far as I'm aware, is that there are some issues with the Flatpak, that's why it's not officially supported. The Pulsar team doesn't distribute the Flatpak version of Pulsar and that is entirely a community effort. If you'd like you can always feel free to open an issue with them to troubleshoot. As for Lastly, while we have no specific plans or goals for further distribution, generally we would like to get more officially supported methods of distribution. As far as I can see the major determiner if we can support it is the time and cost associated with doing so. Take for example Otherwise if you'd like to contribute more to a specific avenue of distribution please check out this much more in-depth discussion on the topic. |
Beta Was this translation helpful? Give feedback.
-
Hello.
I currently don't like Flatpak too much. It has weirder syntax to call (I have to create aliases (but they don't work with
sudo
)). It seems like a sandbox too much, Snap seems better system-integrated.Firstly I've faced the issue with main menu color in GNOME. System settings don't affect Flatpak apps. Work-around: install Flatseal, set
GTK_THEME=Adwaita-dark
for Pulsar (and all other apps you want to), and, of course, install Adwaita Dark flatpak package (weird).OK, it's resolvable. But now my Pulsar packages, which use CLI, just don't work. For example, I have
linter-rubocop
package, it tries to call RuboCop but can't see it. And I don't know what to do with it, how to pass my user env and shell config to Pulsar from Flatpak. I can set the absolute path,/home/aleksandr/.rbenv/shims/rubocop
, but now I getLinter-Rubocop: ruby: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
. So, I have to install additional system packages somehow into Flatpak Pulsar image, but I don't know how, and it seems like a double work (if not more, if I have to do it with multiple Flatpak apps).deb-get
, another way you distribute Pulsar, still doesn't work with Ubuntu 24.04 LTS.So… how to pass my user's env to Flatpak app? Or do you have plans to distribute Pulsar in other ways? Like Snap, or PPA, or something else (with automatic updates).
Beta Was this translation helpful? Give feedback.
All reactions