[01:22] genius3000: could be the normal and the snap version of those apps [01:22] qwebirc45837: could be the normal and the snap version of those apps [01:22] genius3000: sorry [01:23] check with gnome-software which is able to list both versions [01:23] or variants === brainwash_ is now known as brainwash [08:34] I noticed on some Xubuntu supported architectures webpage that x86 are well supported and also included in that are old 32b VIA (former Cyrix) models. That is all good. Is there anything else that I should check, or something that my system needs to support in order to be xubuntifiable? Should there be some buzzwords I should check to exist on the /proc/cpuinfo listing? [08:39] (I know that 32b processors will not be supported starting with 19.04, but luckily 18.04 LTS and as of yet 16.04 LTS are available.) [09:05] Hi! [09:06] Since I installed Xubuntu on my laptop, I am having issues with the wireless speeds. [09:06] I have tried changing the wifi card, but that didn't solve the problems. [09:07] It really seems the problem is with the Xubuntu, because other devices in my network do not suffer from these problems. [09:57] super_koza: I would ask in #ubuntu [09:57] super_koza: xubuntu does no specific wifi configuration [10:21] Ok, thanks! [12:05] Hi, how do I solve my problem with the two applications app!? I installed an update of firefox, gimp and vlc and now I see to applications the old one and the updated one in my menu bar and they both still work but when I search in Synaptec Package Manager only one shows up. Has anyone encoutered this problem befor in Ubuntu? [12:11] can someone help me about qt5ct [12:15] qwebirc90726: I told you to check with gnome-software [12:16] xubuntu80w: is it a xubuntu specific question? [12:16] yes sir. [12:17] so, what is the problem? [12:18] thanks for reply, i install qt5ct to change icons and themeing of qbittorrent but whenever i open it, it says environment variable not set [12:19] but i have already set it to QT_QPA_PLATFORMTHEME=qt5ct in `/.profiles [12:21] and "echo $QT_QPA_PLATFORMTHEME" in a terminal window gives the correct result? [12:22] i checked it gives no result [12:22] Hi, how do I solve my problem with the two applications app!? I installed an update of firefox, gimp and vlc and now I see to applications the old one and the updated one in my menu bar and they both still work but when I search in Synaptec Package Manager only one shows up. Has anyone encoutered this problem befor in Ubuntu? [12:23] xubuntu80w: then it's not properly set in .profiles I'd think [12:24] alternatively, you could run "QT_QPA_PLATFORMTHEME=qt5ct qbittorrent" instead [12:24] as command [12:24] i just pasted QT_QPA_PLATFORMTHEME=qt5ct at the end of .profile, is there any other thing i had to do ? [12:25] and "env QT_QPA_PLATFORMTHEME=qt5ct qbittorrent" when used in a desktop launcher [12:25] did you relog? [12:25] .profiles is only read on session start [12:26] .profile [12:26] yes i relog and even rebooted [12:27] maybe it has to be "export QT_QPA_PLATFORMTHEME=qt5ct" [12:27] try that [12:28] when i run qt5ct as sudo it gives QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' [12:28] why as sudo? [12:29] i did export QT_QPA_PLATFORMTHEME="qt5ct" and export QT_QPA_PLATFORMTHEME=qt5ct but no good [12:29] just to check it sudo solves problem [12:29] does "QT_QPA_PLATFORMTHEME=qt5ct qbittorrent" work properly? [12:30] when run as command in a terminal window [12:30] yes it works [12:31] okay. I don't know why the env var isn't properly set via .profile :/ [12:31] maybe pastebin the file [12:31] yes that's what confusing me too [12:31] so we can have a look [12:32] or try to set a different var [12:32] there is a chance that something may unset QT_QPA_PLATFORMTHEME [12:32] maybe [12:33] what file should i show on pastebin [12:33] environment one ? [12:34] .profile [12:34] ok wait [12:34] or maybe .profile is not read at all on login [12:34] login via a display manager [12:35] LightDM does [12:36] https://pastebin.com/fQmLdw6t [12:36] i think i login via xubuntu manager or something [12:37] looks okay. no surprise there. [12:38] yes, i looks good to me too. [12:38] assuming that you have also tested with "export" [12:39] yes i tested with export and without it and with "qt5ct" in [12:39] everytime i rebooted [12:39] I would add another line at end: "touch $HOME/success" [12:40] and see if that file is created after login [12:40] what i do ? [12:40] *it [12:40] it will create the empty file ~/success [12:41] to confirm that .profile was properly read (including your added line) [12:41] but to do that i had to relog how can i contact you again ? [12:42] the same way to did in the first place [12:42] ok i added touch $HOME/success lets see [12:44] xubuntu91w: okay [12:45] still qt5ct gives error [12:46] https://git.launchpad.net/xubuntu-default-settings/tree/etc/X11/Xsession.d/56xubuntu-session [12:46] the variable should not be unset in a xubuntu session [12:47] i already did it [12:47] it should be QT_QPA_PLATFORMTHEME=gtk2 [12:47] unless overridden [12:47] i commented QT_QPA_PLATFORMTHEME=gtk2 [12:48] should i uncomment it ? [12:48] maybe [12:49] was it set to gtk2 when testing? [12:49] ok let me check [12:50] I guess what I'm asking is why you've commented it? [12:50] instead of setting it to qt5ct [12:51] xubuntu13w: is it set to gtk2 now when displaying the value in a terminal window? [12:51] echo $QT_QPA_PLATFORMTHEME [12:51] right no its export QT_QPA_PLATFORMTHEME=gtk2 [12:52] it gives gtk2 [12:52] so, the solution is to set it to qt5ct in 56xubuntu-session [12:53] i am thinking should i replace gtk2 to qt5ct [12:53] I have no idea why it's not working for you via .profile [12:53] ok and should remove line from .profile [13:08] xubuntu92w: probably because you have started it with sudo [13:09] check ownership of the qbittorrent config dir [13:09] in ~/.config [13:11] xubuntu91w: have you seen my previous messages? [13:11] about sudo [13:12] no sorry, should i run qt with sudo ? [13:12] not at all [13:12] >probably because you have started it with sudo [13:12] >check ownership of the qbittorrent config dir [13:12] and the files in there [13:13] if owned by root, it will not be able to save configuration changes [13:13] i checked it already [13:14] and now i am just confused why qt still gives me environment error [13:17] which error is that? [13:18] this The QT_QPA_PLATFORMTHEME environment variable is not set correctly [13:21] did you try adding it to /etc/environment like most of the posts about it on a google search suggest? [13:22] yes did that i even added QT_QPA_PLATFORMTHEME=qt5ct to both [13:23] but still gives error [13:30] xubuntu27w: how did you solve it? [13:31] i just used most stupid manner [13:31] i added export QT_QPA_PLATFORMTHEME=qt5ct to sessions, profile and environments [13:32] pretty odd [13:33] glad you got it sorted [13:33] but still from what i know just adding to .profile should do the job [13:33] only the Qt devs can tell how it works [13:33] yes i still feel bit iffy cuz i don't know how it got to work [13:34] anyways thanks for your time sir. [13:34] you're welcome [13:35] bye, take care [14:40] help [14:41] help [14:41] how can i enter my bios setting [15:00] asdewrweed [15:01] hi [16:32] hi, I have xubuntu 18.04 on my thinkpad and I'm trying to use a bluetooth keyboard. it pairs fine and it only works after I `sudo evtest /dev/input/eventN` [16:33] I mean, it _only_ works when I'm running evtest [16:33] any idea what I could be missing for it to work automatically? [16:34] mnemoc, no clue but you can make a script that wil automatically run that command [16:35] diogenes_:it does sound quite fragile and redundant tbh [16:55] diogenes_: to make it worse, sometimes I have to kill and rerun evtest [16:55] when the keyboard goes to sleep [16:58] mnemoc: tried with a newer kernel version yet? [17:05] I tried with the bluez ppa, but as evtest works I assumed the kernel side of things was working fine and it was something with the integration with the window manager... [17:06] I'm running 4.15.0-45-lowlatency [17:06] all that ibus stuff that killedctrl-shift-u for unicode years ago [17:08] what replaced ibus btw? I don't see it anymore [17:09] nothing [17:09] ibus just was removed from the default installation [17:17] btw, this is Xorg.0.log when turning the keyboard on. https://paste.ubuntu.com/p/sNnWjy48dS/ [17:19] nothing visible there when running evtest, but this is evtest's output itself https://paste.ubuntu.com/p/bN544Jjzfy/ [19:45] Hi. I have a problem... I have installed Xubuntu 1-2 months ago, but this problem just showed up before yesterday. The problem is that the screen freezes for 5-8 seconds, then it gets filled with blank, then it displays the GUI again. Sometimes, when I watch YouTube videos or do something that uses a lot of RAM, it does the previous sequence 2-4 times. And sometimes, that sequence occur randomly. [19:45] It even does that when I just open a new tab in Chromium [19:46] could be a problem with the graphics card driver [19:47] I would check if it still happens after disabling Xfce's compositor [19:47] The problem came out for no reason, idk what changed [19:47] brainwash: is it compton? [19:48] xfwm's builtin compositor [19:48] settings manager > window manager tweaks > compositor [19:48] you mentioned two web browser [19:48] yup [19:49] those usually get updates every few months [19:49] brainwash: do I need to reboot my PC after disabling the compositor? [19:49] no [19:49] k [19:49] not even relog [19:49] brainwash: Oops, still happens [19:50] with? [19:50] disabling the compositor [19:50] which application [19:50] Chromium mostly [19:51] It does that with Firefox but not too much [19:51] Chromium kills memory [19:51] But the thing is, the problem doesn't occur when I use AToml [19:51] Atom [19:51] disabling chromium's GPU acceleration might help [19:52] It's not just Chromium [19:52] Unlimiter, mind running: inxi -Gx | nc termbin.com 9999 [19:52] sometimes just randomly [19:52] bad ram? [19:52] diogenes_: wrong usage [19:52] diogenes_: oops wait [19:53] termbin.com ... amazing [19:53] diogenes_: https://termbin.com/6h98 [19:54] Unlimiter, nah, that's a mess, better run: inxi -Gx and pastebin the output somewhere else [19:55] !pastebin [19:55] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:55] and share the link [19:55] Graphics: Card: Intel 82Q963/Q965 Integrated Graphics Controller [19:55] bus-ID: 00:02.0 [19:55] Display Server: x11 (X.Org 1.19.6 ) driver: intel [19:55] Resolution: 1024x768@60.00hz [19:55] OpenGL: renderer: Mesa DRI Intel 965Q x86/MMX/SSE2 [19:55] version: 2.1 Mesa 18.2.8 Direct Render: Yes [19:55] Unlimiter: don't paste on the channel [19:56] is that good? [19:56] good :) [19:57] you could try uxa rendering mode for intel [19:57] diogenes_: how? [19:58] Unlimiter, run: sudo touch /etc/X11/xorg.conf.d/20-intel.conf [19:59] diogenes_: then? [19:59] I put somethign in it from past resaerch [19:59] Unlimiter, sudo mausepad /etc/X11/xorg.conf.d/20-intel.conf [19:59] diogenes_: I put this https://paste.ubuntu.com/p/wJ2qrPKPKB/ [20:00] Unlimiter, that's goo but [20:00] instead of Option "AccelMethod" "sna" [20:00] diogenes_: oh, so I need to change sna with uxa [20:00] you put Option "AccelMethod" "uxa" [20:00] save reboot [20:00] * Unlimiter rebooting... [20:04] diogenes_: didn't get fixed [20:05] Unlimiter, what year is your processor released? [20:06] Pentium 4, is released on 2000 [20:08] oh right, so have you had any kernel updates or some mesa updates recently? [20:08] diogenes_: I don't think so [20:09] diogenes_: But I did had 2 system updates [20:09] since my move to Xubuntu [20:10] diogenes_: I do think that the problem occured just afterthe second update [20:10] so one quick check you could do is to reboot the system and boot a previous kernel [20:11] see if the things improved [20:11] diogenes_: um, how fo I use a previous kernel version? [20:12] Unlimiter, you are dual booting? [20:12] no [20:12] I have just Xubuntu [20:12] I read there is a new fancy tool to install different kernel versions these days [20:12] clicky [20:13] then shutdown the pc and when you start it again, hold down sfit key [20:13] then you gonna see a grub meny [20:13] menu* [20:13] diogenes_: mhm [20:13] advanced optiona nd pick an older kernel [20:13] got it [20:13] * Unlimiter exited from a nearby toilet [20:17] diogenes_: nope, not a kernel version problem [20:20] Unlimiter, another check would be to run the initial ubuntu release 18.04 off a usb in a live session and it the problem is gone, then it's updates, if the problem persist then most likely the chip is dying [20:20] ok... [20:20] i meant xubuntu of course [20:25] diogenes_: Btw, do you mean downling it from the xubuntuw ebsite? [20:25] because that means the new updates are applied [20:26] Unlimiter, look for xubuntu 18.04 not 18.04.1 or .2 [20:26] it's 18.04.1 actually [20:26] ok [20:27] there should be places where to download then older releases too [20:30] diogenes_: I can't find them [20:32] Unlimiter, grab the 16.04 from here [20:32] http://cdimage.ubuntu.com/xubuntu/releases/16.04/release/ [20:32] diogenes_: how about 18.04 [20:32] ? [20:33] OMG, I literally have to wait seconds before doing anythin [20:33] Unlimiter, 15.04 would be a better choice [20:34] because your graphics is too old [20:34] thus must be checked with older graphics libs [20:34] i mean 16.04* [20:34] diogenes_: nah that's not necesary [20:35] everythign worked fine for 2 months [20:35] there is for 18.04 [20:35] http://cdimage.ubuntu.com/xubuntu/releases/18.04/release/ [20:38] diogenes_: I'll try 18.04.1 first, to see if a third-party program causes the problem, then I 'll try 18.04 [20:38] ok [20:39] This problem will probably cause some people to commit suicide [20:39] lol [20:42] You literally cannot do anything without waiting 10s [20:43] take it as a positive thing, you got some free 1o seconds time to relax [20:43] 10* [20:45] Lol [20:45] Actually I die in those 10s, and then revive to die again [20:45] Lol [20:45] brainwash: I just tried 4.20.6 from mainline-ppa, issue remains :( [20:48] mnemoc: personally, I would boot the 18.10 or even 19.04 (dev release) ISO, and check if the issue still remains [20:50] brainwash: thanks for the hint, I'll download 19.04 now [20:52] disco :D [21:14] hello [21:14] anyone here ? [21:14] hi [21:15] Hi , i have a quick question, If i update xubuntu will it overwrite my files? [21:15] what are those "my files" [21:16] general files documents, music [21:16] of course not [21:17] by update i dont mean the sudo update i mean update OS version [21:17] it won't touch your personal files, it'snot windows who'd delete your files lol [21:18] lol thats exactly my fear [21:18] solution -> have a backup [21:19] no space :/ [21:19] ideally, on an external device [21:19] im not worried about worst case scenarios , it just in the past every time i would install a new version of linux i would do a clean install from live cd [21:21] Hi Everyone. I need some advice one a duplicate file finder. Which one would be the best for Ubuntu? My most important condition is that it is easy to work with and understand, sinds I just made the switch from windows to Ubuntu. Could somebody advice me? [21:21] i'd suggest to keep all your most importnant files in the cloud google drive or dropbox or anything else [21:22] Yes thank you. But I am looking for away to eliminate duplicated files on my pc and HD [21:22] ok thank you guys and have a great sunday [21:22] *external HD [21:22] qwebirc66693, it was meant for quick :) [21:22] haha oke I figured! [21:25] qwebirc66693, FSlint [21:26] oke I just intalled that one. I am looking at it right now. I am trying to work out how it works and what it finds. For example in the result does it show the original file or not? And so, could I just remove all the file results!? [21:27] Is this safe haha, I am a bit scared.... [21:27] qwebirc66693, did you do: man FSlint [21:28] what do you mean? It's just FSlint, I installed it true the synaptic PM [21:29] qwebirc66693, open the terminal and run: man FSlint [21:30] brainwash: it works fine with the latest "disco" iso.... I'm getting tempted to update :p [21:31] diogenes: aha I see manual! [21:31] mnemoc: disco isn't out yet though [21:32] brainwash: not even via `do-release-upgrade -d` ? [21:33] you would have to upgrade to 18.10 first [21:34] what I meant to say is that 19.04 is still in development phase [21:34] so, not out yet [21:34] diogenes_ that doesn't help me much unfortanetly I will try to figure it out. [21:36] brainwash: fair enough. I'll stick to 18.04 and open a ticket [21:37] mnemoc: in that case if would help to test with 18.10 too, and maybe even the 18.04 ISO (without any additional software installed) [21:38] good idea [21:38] HELP: I have a another question, Ubuntu installed two versions of gimp, vlc and firefox when I updated them but I can only find one back in the SPM? [21:38] How do I de-instal the old version!? [21:39] qwebirc66693: I already told you twice to check with gnome-software (the Software Center) [21:40] ok thanks. Yeah sorry for that the two time I asked the question my pc went out so I didn't see the answer. [21:41] it may be the case you have the normal and the snap variant installed of those applications [21:41] snap being the new packaging format [21:42] and only gnome-software will display/list them [21:42] ok I am checking it out. It's still loading. Sorry Im working on an old laptop! [21:47] I don't see it. I don't see two versions. [21:48] you don't? [21:49] or you don't see the two versions being marked as installed in gnome-software? [21:50] I don't see the two versions. I only see one in the software. [21:51] see http://ubuntuhandbook.org/wp-content/uploads/2018/02/vlc-software-center-600x377.jpg [21:52] you running xubuntu 18.04? [21:54] Yes I see. It doesn't show. Only one version. [21:55] It's Ubuntu 18.04.1 [21:55] But this happend when I tried out the other desktop: xfce4 [21:56] I see two entries for VLC here [21:57] Since I am looking for the best lightweight runner on my laptop. I installed the lxde desktop today. [21:57] same for GIMP [21:57] this should not be affected by the chosen desktop environment at all [21:57] what do you mean? [21:58] two entries where [21:58] I see two showing up in the menu apps for firefox as well [21:59] https://i.imgur.com/0zhhDck.png [22:00] same for vlc and firefox [22:00] Yes I undertand but I don't see this [22:00] those should be listed twice in gnome-software (Software) [22:01] did you remove snapd (the snap backend)? [22:01] that could explain why there is only one entry [22:02] and the menu entries are just leftovers [22:02] or do they actually work and start the application? [22:02] for example, do both menu entries start VLC? [22:03] if yes, what version does the About dialog report? [22:03] Yes both work and start and other version. [22:04] what does running "snap list" in a terminal window give? [22:04] Uhm what is the About dialog report? You mean on the gnome software? [22:05] no, VLC's About dialog [22:06] Help > About [22:06] one versio is : 3.0.6. vetinari and the other is 3.0.4. vetinari [22:06] for vlc [22:07] good [22:07] now this [22:07] what does running "snap list" in a terminal window give? [22:07] uhm I might have removed snapsd [22:07] any reason why? and when was that? [22:08] I would install it again, and then check the software center again [22:09] how do I find out if its still there what command do I do for running snap list [22:10] might have to do with an error I encoutered [22:10] you open a terminal window and type "snap list" [22:10] !pastebin [22:10] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [22:10] then you share output [22:11] it's either a list of installed snap apps, or an error message [22:11] it gives a list [22:12] does it list the 3 application? [22:12] applications [22:12] yes it does [22:13] Hello, 18.04 is great but, after the last update, I get the GRUB menu at startup. This is not a dual boot and I've tried setting grub timeout to 0, turning of OS Prober, etc. all to no avail. Thank you! [22:13] remove them with "snap remove " [22:14] appname is the name shown by snap list [22:14] won't that remove the other version as well? It shows the newer version not the older one!? [22:15] it will only remove the snap variant [22:15] which can be the newer version [22:16] I am trying to install Xubuntu 18.04 onto an old system I have and it launches into the install screen, but doesn't detect my mouse. I think there's a problem with the drivers. Any thoughts on how to solve this? [22:16] ok because it the Gnome software it shows the older version! [22:17] right [22:17] in your case it does not show snaps in gnome-software [22:17] no exactly [22:18] so why not? And what is a snap version then? [22:19] alternative packaging format [22:20] and distribution mechanic [22:20] oke so I removed the 3 [22:21] oke and now should I update the others in some other way or? [22:21] are the menu entries gone? [22:22] I had some problems with Telgram as well. But this one I only see in the snap and not in Gnome. [22:22] right. telegram a snap-only version I think. [22:23] Yep perfect! Thank you, they are gone from the snap list as well [22:23] hello? [22:23] the advantage of snaps is that you'll get the latest release of vlc, gimp, etc. [22:24] yes possible. It didn't show up the first time I installed it and dispeard again, but now it seems to stay when I installed it differently Telegram. [22:24] xubuntu61w: maybe bug 1800722 [22:24] bug 1800722 in grub2 (Ubuntu Cosmic) "EFI booting + /boot on LVM == inaccessible boot menu" [Undecided,Fix released] https://launchpad.net/bugs/1800722 [22:24] this was fixed in the recent grub2 package update [22:25] so now what should I delete the one from Gnome and install a the new version in snap. I am confused now. [22:26] thanks, reading the bug note now [22:26] xubuntu61w: last comment in that report indicates that there is a problem [22:26] qwebirc66693: why should you? if you wish to, then yes. [22:27] note that snaps may take a bit longer to start up (you notice that you have a low end system) [22:27] you noted [22:28] oke so the updates are not important here. And I can stick with the older versions. This won't affect anything in the programs. Or ... [22:28] no [22:28] oke. [22:29] And the only way to update these versions is to install them true snaps? Do I understand correctly? So no way to update the old in Gnome? Sorry for all the questions I am trying to understand I am a newbie. [22:30] thanks. are the downgrade commands good/safe (i'm not an expert)? [22:31] And / or de-instal the old versions and instal the new versions again. [22:31] So not like windows that the updates cover the old one and replace it. If I understand correctly. [22:34] xubuntu61w: you will have adjust the versions for 18.04 [22:35] 2.02-2ubuntu8.10 -> 2.02-2ubuntu8.9 [22:35] and you need to have .9 in the local deb cache [22:36] or you have to go down to 2.02-2ubuntu8 [22:36] ok. a bit nervous about this. how do i see what's in my deb cache? [22:37] apt-cache policy grub-common [22:38] new report bug 1814403 [22:38] bug 1814403 in grub2 (Ubuntu) "Latest update causes 30 sec. menu delay timeout" [Undecided,Confirmed] https://launchpad.net/bugs/1814403 [22:39] qwebirc66693: the traditional packages provide a specific version, and that version won't change during the release cycle [22:40] there are exceptions though [22:40] like firefox [22:40] but vlc may stay at version 3.0.4 [22:41] what do you mean by traditional package? [22:41] so, you either have to update this package via a 3rd party PPA, or use the snap to get the latest release of vlc [22:41] you mean the desktop interface? [22:41] no [22:42] don't have .9 in cache. Out of curiousity, how long, nominally, does a fix for a bug like this take? [22:42] so I uninstal the version in Gnome and instal the newer version true snaps [22:43] *you mean the vlc package for ex. ok [22:43] qwebirc66693: like you've noticed, you can just have them installed both side by side too [22:44] xubuntu61w: a week I'd think [22:44] unless it's something security related [22:45] yes well I figure it out what the best way is for me. Do you have an advice on the several desktop users like mate/lxqt/lxde/xfce4 wich one would be the best go for an old laptop! And should I reinstall everything from there own interface like Xubuntu/Lubuntu? [22:46] ok, thank you so much, brainwash! I really appreciate it. [22:46] So it's the most lightweigth possible and takes up the less space. That is exacly my goal here. But if I understand correctly having two versions installed from VLC for example won't take up more space then one!? [22:46] xubuntu61w: you're welcome [22:46] qwebirc66693: it will take up more space [22:48] xubuntu is not that lightweight [22:48] owh hmm okey haha still trying to figure it out. So if I understand correctly, I have installed several desktop on my Ubuntu: Mate and Xfce4 and Lxde to test them out. [22:48] Oke [22:48] it comes with quite a lot of programs and services [22:49] but this is a channel for Xubuntu [22:50] and I can instal programs on the different desktops interfaces. So Gnome is Mate for ex.? And it it is installed in snaps it's installed in the core of Linux? Is this correct? Okey so maybe I should take a comp. course instead! haha [22:50] MATE is based on the old Gnome 2 [22:50] yes okey So I will try out maybe Lubuntu and mate (unbuntu). [22:51] oke [22:51] and snaps are mostly used for applications, and not system related programs [22:52] oke so what would be the difference between the two? What is a system related program for example? And would this then be installed on the Gnome software? [22:53] Thank you for taking the time to explain. [22:54] But like vlc, this is an app right!? And this would be better installed true snaps or what would be the difference? Because it's less heavy then a system related program? [22:55] system related programs ensure that your system (the operating system) is running properly [22:56] this may include core parts of a desktop environment [22:56] like the window manager [22:56] https://en.wikipedia.org/wiki/Snappy_(package_manager) [22:57] yes oke I see [22:57] thanks [22:58] this really isn't something that you can explain easily [22:58] so, best to do some research on your own [22:59] Yes I understand I will, I won't take up more of your time here. Thank you for answering my questions. [23:02] glad I could help [23:03] :-) [23:46] brainwash: btw, from the latest xubuntu iso 18.04 failed, 18.100 failed, 19.04 passed [23:47] unfortunatelly I don't have any other BT keyboard to test if it's something on this particular model or general :(