=== JanC is now known as Guest4834 [02:32] The default search engines no longer include Linux Mint search partners (Yahoo, DuckDuckGo...) but Mozilla search partners (Google, Amazon, Bing, DuckDuckGo, Ebay...) [07:47] morning [08:05] Morning [08:08] o/ === RemoteHost is now known as A_Dragon [14:03] movo What are the downsides of debian over ubuntu when it comes to the desktop?  I actually use emacs for almost everything, including my window manager.  I just need everything else to stay really consistent until I have time to update them.  I just began having problems with my 18.04 ubuntu install when certain programs in the repository (like [14:03] obs) started becoming too outdated, but I don't think I want to have security updates and bleeding edge software updates rolled into one like I understand arch has [14:04] just use snaps [14:05] then your underlying OS matters a lot less and yuor apps will always be up to date ... [14:12] Aim, i haven't used debian personally. But i also considered moving to it.. what kept me away is hearing that debian is even more conservative than ubuntu. ubuntu's out-of-box experience is bit more polished. easier support for proprietary drivers for example... ubuntu is the officially supported distro for many proprietary games and apps like steam .. so if you use debian you are on your own. [14:12] also more documentation and discussion online w.r.t. ubuntu (this is becoming less true over the years tho) [14:15] ogra You can't choose not to upgrade a snap package?  That's kind of a concern for me [14:16] Aim, actually you know what i might dual-boot debian one of these days... [14:17] Hah, I'm not trying to convince you.  I would have thought that a lot of discussions w.r.t ubuntu would apply to debain as well. I am concerned about the more 'conservatives' that you described though [14:18] i am not sure you might find what you are looking for though. if you want up-to-date packages, debian-stable might be worse than ubuntu... debian-testing is supposed to be better mix of stability and updates for desktop users [14:18] I guess I'm looking for something that's really consistent in how it behaves, such that I can have consistent behavior during school semesters when I can't afford to be tinkering with things, but I also want the ability to upgrade to newer releases of obs and gimp and things when I choose to [14:18] snaps sounds almost perfect, expect it seems like I can't choose not to upgrade things, which is also a concern [14:18] debian is the grandmaster of consistency... the problem i fear for you it may be too consistent (stale packages) [14:19] yeah, I agree [14:19] i have never used debian though. i am looking more into it these days... [14:19] i wonder how fresh debian-testing packages are [14:20] Aim, you yan set a setting that auto-delays it and notifies yu about a new version (up to 60 days, then it will update regardless to not leav you with security holes) [14:20] i have become disenchanted with snaps.. they come with their own shortcomings.. depends on the snap in question.. nowadays i am trying out flatpaks [14:21] I don't know, that.. just doesn't feel right.  Fighting with updates is one of the things that originally got me to leave other OSes [14:21] it is not much different to the deb notifiction system about updates ... just that it has a time limit to not leave you with massive securit holes [14:22] I don't feel like I need my music player to be update every 60 days [14:22] you dont have to update if you dont want to [14:22] at least linux gives you that choice [14:22] It sounds like there's a 60 day limit even on the auto-delays? [14:23] you do ... with snaps you can only delay by 60 days [14:23] ah for snaps okay.. yeah at least snaps handles it in bg without your input. [14:24] it doesnt if you tell it to notify you [14:24] Oh, sorry, I was responding to ogra's comment about snaps.  I appreciate the suggestion, it seems almost correct for what I want, but I'm ultimately looking to have more control about when things are updated, and to what eversions [14:24] i have been looking to distro hop.. but more i learn about debian . more i think they are correct in their way of doing things. Does any other distro/repo code review and vet their packages? [14:25] sudo snap set system experimental.refresh-app-awareness=true [14:25] Snaps, flatpaks, Nix, redhat, Arch AURs [14:25] that will then not update quietly but give you notifications for updates of running apps [14:26] and only update them after 60 days of notifying ... [14:26] afai cant tell none of these actually review and vouch for the code in their repos (not sure about redhat fedora) [14:26] err [14:26] snaps are designed in a way that the review is builtin ... that the whole purpose of snaps to exist [14:26] *that's the whole ... [14:27] ogra, reviewed? by who? afaik any one can publish a snap.. noone reviews them.. does ubuntu review them? [14:27] by the design of the format [14:27] a snap can not access anything on the system by default [14:27] do you mean sandboxing? [14:28] to allow it to get access t any resources you need to use one of the pre-defined interfaces [14:28] some of these are harmless (i.e. audio-playback) and can auto-connet at install [14:29] as soon as your snap uses something less harmless you can not zpload it without human review [14:29] *upload [14:29] https://forum.snapcraft.io/c/store-requests/19 [14:29] on x window sandboxing is trivially bypassed... and even then if the app accesses home folder etc.. that is too much.. really depends on app.. but app still has access to confidential info [14:30] well, with 22.04 wayland is default [14:30] if yu are paranoid about home access, snap disconnect :home [14:30] what kernel will 22.04 run? [14:30] no idea, the guys in #ubuntu-next might know [14:31] ok, thanks [14:31] movo, note that home access does explicitly exclude all hidden dirs, so it can really only access your downloads and data but not something like passwords from apps (that are usually in hidden dirs) [14:31] I think I might go to debian to have almost everything just really consistent, but then use snaps/flatpacks for a few select things I want to keep a bit more up to date [14:32] ogra so ubuntu manually reviews the snaps? to debian standards? they also have proprietary apps so i never felt comfortable with them.. also lot of snaps are from randos and not the offical author of the software [14:32] movo, not ubuntu ... a team of reviewers ... [14:32] not to debian standards, to snap standards 🙂 [14:33] a deb style review would be useless [14:33] differnet technology [14:33] ogra, Ah okay. i guess i have to look into snaps more.. i was under impression it was similar to node dystopia [14:34] and yes, that technology also applies to prop. SW ... it is in fact designed for this [14:35] sandboxing on linux is not up to mark of android/ios.. like i said trivially bypassed in x-window system. wayland hopefully patches up these flaws... [14:35] huh ? what makes you think that [14:35] so you cant depend on sandboxing.. have to manually code review [14:35] I thought one of the concerns about snaps were that they were all distributed from a central source controlled by canonial.  I would have thought that meant they were all at least somewhat reviewed/approved by canonical though [14:35] > afai cant tell none of these actually review and vouch for the code in their repos (not sure about redhat fedora) : Unless i misunderstand ubuntu main, Canonical does vouch for software in that specific pocket. Canonical maintains the updates and does review patches. and many Canonical employees are debian maintainers. [14:35] the technologies used are all kernel features like in android(ios [14:37] jchittum, oh yeah i include debian-based distros as debian (although i am not sure about ubuntu-multiverse universe whatever its called) [14:38] ogra, xwindow is fundamentally unsecurable last i heard .. as long as your linux desktop uses it .. all sandboxing can be bypassed https://mjg59.dreamwidth.org/42320.html [14:38] one massive difference to debs is that deb installation gives the packager full root access to your system ... this is not possible wih snaps [14:38] anyone correct me if i am wrong... Wayland is supposed to fix this.. [14:38] so debs actually *require* that kind of caution [14:38] yes wayland is fixing this and as i said, default by 22.04 [14:40] still if i am using say an image editor snap whatever data that accesses is compromisable (if it has access to my home folder it has access to all my files, emails, browser history etc) [14:40] I think I'm going to try and stick with software in the main repos whenever possible, but grab a snap/flatpack when I need something that is too outdated in the main repo next install, instead of adding ppa repositories [14:40] that should keep things really stable, since everything is either supported or a snap/flatpack..? [14:41] PPAs are fine if you verify the author.. such as if it is by the original developer or ubuntu developer [14:41] snap/flatpaks probably wont ruin your system... true. [14:41] well, I handled them badly, and now have a horrible dependency mess.  This is admittedly due to me handling my repos poorly [14:43] movo, wrong .. a snap does not have access to your emails, browser hstory or any app settings it does not own ... see above ... the home interface does not allow access to hidden files ... so if you dont use a browser that stores your histroy in clear text as ~/history on your home dir there is no way [14:45] Interesting, I didn't realize putting a period before file names/directories actually change their security [14:45] well, it just makes the file hidden in gui tools [14:45] snaps use that fact to recognize these files as "nt for me" [14:46] *not [14:46] (or rather the kernel does and tells the snap it cant access them) [14:46] ogra, i stand corrected... that is a very good feature... still there are files in home folder that could compromise confidentiality [14:46] sure [14:47] but if you are concerned you can always disconnect the home interface for that suspicious snap [14:47] and use the app via the per-app home in ~/snap//current/ [14:48] chrome web store, play store, all have excellent sandboxing yet 99% of their apps/addons i dont feel confident installing. my point is sandboxing isnt a replacement for code review. [14:49] well, if you have an actual secure snapdbox and defined and controlled interfaces to grant exceptions it does 🙂 [14:49] *snapdbox ... haha [14:49] sandbox indeed [14:49] and i fear linux ecosystem is moving away from it.. debian reviews their repos, and debian-based distros benefit. ubuntu does.. snapcraft may do it ( i have to look into it how much they do) ... what about Arch, Fedora/Red Hat, NixOS, Flatpaks, etc.. [14:51] well, flatpaks leave the whole security to the packager and have no upload reviews AFAIK [14:51] still sandboxing wont protect from say analytics, phoning home and similar privacy concerns unless they also firewall [14:52] snap disconnect :network ... [14:52] yu can prevent them [14:52] ogra... ah thats unfortunate. i didnt know this... 1 point to snap over flatpaks... [14:52] but yeah, network is typically granted by default [14:52] I hear AUR scripts you can at least read and see what they are doing exactly... fetching code from which sources etc. [14:54] well, to the rescue of flatpaks i think you are always forced to publish your packaging code [14:54] so there *can* be reviews [14:54] but unlike snaps flatpaks do not generally have the "locked down by default" rule [14:55] (AFAIK ... i'm not doing anything wth flatpak so take my knowledge with a grain of salt) [15:01] oh so thats like AURs if i am correct (dunno, never used either) [15:01] same here ... [15:01] ss ... probably ... 😛 [15:02] still anytime the publisher can push a malicious update and if you are on auto-update you are screwed. [15:02] */ss/s👋 [15:02] *so [15:03] open source sounds good in theory but only if someone reads the actual code every update.. only debian does that afaik... (dunno about red hat) [15:04] well, you cant *just enable* any powerful interface in a snap that has not been granted before ... even a subsequent upload will go into manual review [15:06] chrome apps are a perfect example. technically code is opensource since its javascript. even if you trust the author... someone can purchase the rights to the code from original author and push malicious updates. this HAS HAPPENED in chrome and in android play store [15:07] If you have a popular addon or app there are always shady parties willing to buy it [15:07] g2g bbl... [15:08] ogra thanks for info on snaps... i had mostly written them off but you have convinced me to give them a revisit.. [15:09] if you have actual technical questions, there is #snappy ... and forum.snapcraft.io [15:09] (or any doubts around security etc) [15:11] i will check them out since i have some questions [15:15] Mozilla uses to review and vouch for all the addons in their marketplace but now they do it only for a subset of addons (probably due to their financial situation). At least they warn you when an addon has not been reviewed. Something that snaps and flatpaks dont do satisfactorily afaik. Snaps has that little asterix for official authors tho.. thats nice.. === unixlab is now known as nicoz- === nicoz- is now known as nicoz === jiggawatt is now known as Qazaqstan