Earlier quoted context omitted.
> • Nothing available that's as lightweight and good as Apple's "office"-type suite. I personally create markdown documents in vis (a text editor like vim, but lighterweight — > • Nothing as all-around good as Preview (yes, seriously). Not having ever needed to fill out a PDF form, I won’t comment. > • Worse battery life, partly due to worse OS optimizations and partly due to not having Safari available. Solutions to…
Yeah, I get there are other reasons people choose Linux—I do too, as I find Win10 intolerable as a working environment so if I'm not on Apple hardware, Linux is my only realistic option for getting things done while still being able to interact alright with the world outside my own computer. I just think that's a small set of the reasons one might find any Linux OS to represent a serious loss of functionality, versus…
Why is there only one Snap Store?
171–180 of 362 posts
Re: Why is there only one Snap Store?
#172Earlier quoted context omitted.
> The same "you are dead to me" ragers are often knee deep in google account / xbox account / netflix go anywhere accounts etc. While I am not GP, I am what of these people. I stay as far away as I can from cloud accounts unless I have the option to self host. I self host Nextcloud and I am soon going to self-host Matrix. I use F-Droid for my phone apps.
I think it is great to use F-Droid or Nextcloud if you want to! You can also use Debian or Arch if you want to. Why is it so bad that Ubuntu tries to innovate in their own way? It's not that there are no other linuxes to use?
Re: Why is there only one Snap Store?
#173Earlier quoted context omitted.
When I fist started using Debian, it was a bit of a potato. It improved over time but still felt a little wooden. Ubuntu brought a lot of people back into the Debian ecosystem, ensured that it improved constantly to the point where it's a corporate power buster, and I feel like the next release will hit the bullseye for sure.
I agreed with everything you sid.
Re: Why is there only one Snap Store?
#174Earlier quoted context omitted.
When I fist started using Debian, it was a bit of a potato. It improved over time but still felt a little wooden. Ubuntu brought a lot of people back into the Debian ecosystem, ensured that it improved constantly to the point where it's a corporate power buster, and I feel like the next release will hit the bullseye for sure.
Why did you squeeze so many release names into that comment?
Re: Why is there only one Snap Store?
#175Earlier quoted context omitted.
Sigh. I'm a developer that is on early-version binaries often, and need to keep them frozen and update them manually. I shouldn't have to default to compiling from source. Can I bypass snap entirely without major issues? I like Ubuntu, but indeed, I left Windows 10 officially due to auto-updates.
Yeah, there's no reason you have to use Snap. You can even use flatpak on Ubuntu (I've just started trying that out myself).
Re: Why is there only one Snap Store?
#176"Interestingly, Canonical actually released an open-source prototype Snap store backend a few years ago, but there was very little interest from the community in in actually maintaining and running a second Snap store, so the project bit-rotted and became incompatible with the current Snap protocol." That open-source server was a single-python-file hacky prototype written in an employee's spare time. It's not surpris…
The blogpost is very clear that each _device_ is made to point to a single store. If you want to point it to a different store, you have to recompile snapd to include your own certificate.
This is why I talk about, for example, Manjaro having their own store. Since they compile snapd, they get to choose what certificate is used and so what store is being used.
Re: Why is there only one Snap Store?
#177Earlier quoted context omitted.
> think it'd actually be very hard to replicate the experience of Homebrew on macOS, on Linux, specifically for GUI programs, because not only is the the Linux GUI (and related multimedia capabilities, for that matter) so much more fragmented than macOS (where all that ships as one big, stable package Curious about this, since as far as audio goes, as long as there's PulseAudio on the system, all others tend to have…
> Curious about this, since as far as audio goes, as long as there's PulseAudio on the system, all others tend to have compatibility with it in mind. There are hold-out ALSA users (even Linux OSS users still around, I think) and I gather people who need well-performing audio for Serious Work (particularly anything latency-sensitive or requiring that multiple streams be mixed at high quality without errors), and have…
I think the Pulse situation is very similar to the one with systemd (they’re even by the same author IIRC). There are some haters, but if you’re a hater-hater than you can just ignore them (eg. GNOME IUUC depends on both Pulse and systemd, and haters of the dependencies who want the DE just have to find their own shims, like Gentoo’s, deal with some error messages (random games and things often give me a lot of audio-related ones, but generally work ok anyway) or just leave for another DE or WM).
Re: Why is there only one Snap Store?
#178Earlier quoted context omitted.
Honestly I think it’s simpler than that. The Linux desktop experience is just terrible... I have never successfully installed a Linux distro without having to fiddle with some boot flag or some config file. Every major Linux desktop environment has been unreliable at best. Software support is fragmented across dozens of distros. I think WSL has been the biggest win for Linux on the desktop, but ironically it’s on win…
What year is this? Linux desktop experience is fantastic in 2020. It has been for several years. That's bordering FUD you're spreading.
But whenever I try to install Ubuntu or Fedora on a laptop, it just installs and boots fine.
Re: Why is there only one Snap Store?
#179Earlier quoted context omitted.
Upstart existed before systemd. I used to think it was NIH syndrome, but its initial release was in 2006, whereas systemd's was in 2010.
It's not just a release date issue. It matters (to me, at least) that Canonical was doing it's thing, RH invents something shortly after that trounces Canonical, Canonical makes futile attempts to save the ship before finally dumping the project. For example, Upstart. RH invents SystemD, Canonical stays with Upstart until, like, 2017 before giving up.
Re: Why is there only one Snap Store?
#180Ahaha crap on all sides. Please come to Nix (or, hell, GUIX) and side-step all these issues.
Nix is really cool! You can actually use Nix to build Snap packages! Not sure if that's actually used a lot though. One of the advantages of Snap over Nix is that snap has security builtin. Snap is built to support a store where anyone can publish any application without curation. Nix Flakes look really cool for third-parties to "publish" applications for Nix, but I wonder how they will do security.. In Snap, the def…
- https://spectrum-os.org/ is a big idea for secure running of applications, which leverages Nix for some things.
- I would like to see some CloudABI/Capsicum experiments, as anything that is not capability based seems baroque, difficult to, ill-fitting the problem at hand, and generally going to end in tears.
- There is currently some wrapping around systemd-nspawn which could be improved.
BTW when I say "The running of them is currently an after-thought" this isn't as bad as it sounds. I would say all the good solutions are not the scope of Nix, but instead the scope of NixOS, Nix home-manager, nix-darwin, etc. Still, a real problem that deserves a solution. Thanks for bringing it up.