Ben Gooch

Results 10 comments of Ben Gooch

Must be a discrepancy with how Flatpak lays it down in the system. If you've never ran either, that might be the reason also. Though, it should have still shown...

The script should work fine with Ubuntu. It was our main testing environment when we originally developed the script. When Unbuntu moved to Snap, we added in the option to...

`Line 31` calls the function `browser_check`, which is defined on `line 217`. It then calls `check_for_firefox` on `line 220`, which is defined on `line 353`. It checks the system for...

`command -v firefox >/dev/null` just returns the path of where firefox is installed, or nothing if it isn't. If the install path contains `snap` when running `command -v firefox |...

I use Pop_OS as my daily driver and I haven't had any issues with it so far, knock on wood. Jeremy tested everything in regular Ubuntu and I tested it...

I think you already know this, but just in case you didn't, so we're all on the same page, System 76 computers come with Pop_OS installed by default because it's...

I like the idea of a monolithic script with distro specific functions, but only at the lowest possible level for each distro. That is to say: if the process for...

You're a good human! Thanks for testing that.

Hey Robaire, I'm still looking into this. We recognize that holding back a package is not idea and it is high on our list of things to address. I've poked...

That does appear to be the case, yes. Ben Gooch - Sent from my Pixel 6 Pro On Tue, Jun 14, 2022, 16:28 Robaire Galliath ***@***.***> wrote: > Ah okay....