/srv/irclogs.ubuntu.com/2017/10/27/#lubuntu.txt

Kamilionagaida: is that an amlogic board?00:34
agaidanvidia jetson tk100:35
agaidahttps://pb.5id.eu/2EwA00:36
tsimonq2Kamilion: For what it's worth, this is my first *full* release as Release Manager :)00:39
tsimonq2wxl threw me in 1.5 months before 17.04 so I just kinda had to release with what we had.00:39
tsimonq2And I'm really happy about 17.10 because I worked hard on enhancing the LXQt "edition" and doing bugfixes all around. Now I also have MOTU so 18.04 should be even better so I don't have to wait for my usual Italian (meaning, not the same timezone...) sponsors :)00:40
tsimonq2I'll have to have a conversation with gilir about doing a Backports PPA of sorts, I'm also a Kubuntu developer so it might follow that style with some enhancements ;)00:42
Kamiliontsimonq2: dude, I'm not complaining, I was simply pointing out you were inexperienced at that time.00:43
Kamilionyou've gained a lot of skill since then.00:43
tsimonq2Kamilion: I know, and I appreciate it ;)00:44
KamilionRepetition is the key to learning; and you've been repeating stuff left and right ;)00:44
tsimonq2hehehehe :)00:44
Kamilionhow do you think I learned Linux From Scratch?00:44
KamilionKept on trying till I ran out of cake.00:44
tsimonq2A case of <energy drinks> and a weekend? :P00:44
tsimonq2Oh, gotcha... right... :P :)00:45
Kamiliontry 1998 through 2003 *grin*00:45
tsimonq2:D00:45
Kamilionbut I STILL know './configure; make; make install' from repeating it SO MANY TIMES on LFS...00:45
KamilionAnyway; yeah, it'd be nice if the lxqt PPA got a fresher set of packages for xenial00:46
tsimonq2I want to be collaborative with gilir so I'll run it by him.00:46
KamilionIt's a PPA; so "if it breaks, you get to keep both pieces" applies; I'm probably one of the few people even using it.00:46
Kamilionworst case you can always pop a fresh ppa00:47
tsimonq2Yeah00:47
Kamilionif it's too much work, can it. I'll wait for bionic.00:47
Kamilionif it just works; that makes me happeh.00:47
Kamilioncause then I don't have to drop my ISO builder VM00:47
tsimonq2One thing I'm considering is to just wholesale backport Qt 5.9.2 and LXQt 0.12 once everything gets violently kicked down *AHEM* I mean nicely synced from Debian :)00:48
Kamilionalso, the whole reason I didn't release with lxqt for xenial was that darn desktop bug00:48
Kamilionyou saw the screenshots?00:48
tsimonq2It shouldn't be *too* much work. qtdeclarative has an ABI bump but not much should go wrong...00:48
tsimonq2Kamilion: Which?00:48
Kamilion[16:21:27] <Kamilion> http://puu.sh/y80bD/155caf7847.png00:48
Kamilion[16:21:43] <Kamilion> vs http://puu.sh/y7ZUw/21ccb570a5.png00:48
Kamilionthat's 0.10.0 on xenial00:49
Kamiliondoesn't wanna resize the root window when the desktop geometry changes.00:49
Kamilion0.11 and 0.12, I havn't seen the issue, so it's been fixed somewhere, somewhen00:49
tsimonq2O__o00:49
Kamilionand it's the only thing that really sticks out.00:49
tsimonq2Interesting...00:49
tsimonq2Yeah00:49
tsimonq2All fine here00:50
Kamilionyeah. Go grab VMWare workstation 14 sometime -- it's free now.00:50
tsimonq2Kamilion: If you can bisect the commit I'll be happy to get it SRUed in...00:50
tsimonq2Meh, I'm happy with QEMU ;)00:50
Kamilionhttps://www.vmware.com/products/workstation-pro.html00:50
Kamiliondoesn't matter what you're happy with00:50
Kamilionyou have to test, still!00:50
tsimonq2Oh00:50
tsimonq2True00:50
Kamilionvmware and vbox are the only non-qemu virtualizers that really 'count'00:50
Kamilionmicrosoft will deal with hyper-v, that's their problem00:51
Kamilionand it all works fine in xen and kvm00:51
Kamilion(which are both qemu-dm based)00:51
Kamilionbut yeah, you should keep a copy of vbox and vmware workstation *(NOT PRO!) around and fire the ISO up once a month00:51
Kamilionhalf the artful ISOs had video corruption in vbox00:52
Kamilionalso, the package to get the external resize to work is 'open-vm-tools-desktop'00:52
Kamilionthere's also open-vm-tools but it wants to pull in dkms for the old vmware shared folders (which isn't needed anymore)00:53
KamilionWorkstation pro is the pay-for version now; they split it about a year ago00:53
Kamilion"VMWare Player" is dead, it's now "VMWare Workstation", and "VMWare Workstation Pro" if you want remote connections to ESXi00:53
KamilionI have to have pro cause I'm managing ESXi VMs at work00:54
Kamilionone thing that's super nice though, is the new ESXi Embeddeed Host Client, available from https://labs.vmware.com/flings/esxi-embedded-host-client00:56
tsimonq2Sure00:56
Kamilioninstall it in ESXi, and you get a HTML5 console00:56
Kamilionno client software needed. \o/00:56
tsimonq2I don't know much about VM solutions to be honest :)00:56
Kamilionyeah, it's not lubuntu's target at all00:57
tsimonq2I know there's QEMU, VBox, Some weird thing GNOME did, and VMsomethingorother00:57
Kamilionvbox is still qemu based00:57
Kamilionthey use a fork of some kind though00:57
Kamilionand there's a lot more too00:57
Kamilionlike bochs00:57
Kamilionbut bochs is a legit x86 emulator; not a virtualizor00:57
Kamilion(virtualizors/hypervisors use hardware features to switch contexts, it can be done in software too (like we used to) but it's slow00:58
Kamilionqemu can also do software emulation00:58
Kamilionbut if it sees the kvm kernel module loaded, it will prefer to use it over the software (as long as the guest's CPU arch matches the host's, otherwise if you're like, trying to run a MIPS or ARM on an intel box, it'll use software anyway.)00:59
KamilionXen is even more weird; cause it starts up before the kernel does00:59
Kamilionand then Xen hands it a bunch of PCI devices to manage (including the video adapter) and disappears into the ether; never to be spoken directly to again.01:00
Kamilionfrom then on, everything is managed from that first linux kernel to start01:00
Kamilionthe 'domain 0'01:01
Kamilionhyper-v is similar01:01
Kamilionthen there's all the container stuff01:01
Kamilionmost of that runs under a single kernel image but uses newer linux namespacing features to slice things up01:01
tsimonq2Huh01:03
tsimonq2Interesting01:03
Kamilioni've been messing around with Xen for years01:07
Kamilionit's what I built into the kamikazi lubuntu ISOs01:07
tsimonq2Oh cool01:07
Kamilionwell, it's got kvm and lxc too...01:07
Kamilionturned out qemu-kvm (the package) only added an extra 150KB (cause xen already brought in most of the other qemu stuff)01:08
Kamilionlibvirt will deal with all of them (just not at once)01:08
Kamilionso I included that too.01:08
Kamilionthe only problem there is, if libvirt notices Xen, it will take over management for it (and then you can't use xen's commandline tools like xl)01:09
Kamilionso i told systemd to disable it01:09
Kamilionbefore rolling the ISO01:09
Kamilionpackages are there; just needs 'systemd enable libvirt-bin' or something like that01:10
Kamilioner, no, doesn't need to be enabled; just needs to be started. My bad.01:10
Kamilionoh -- that reminds me.01:10
agaidaand only for the records - i guess that upstream don't test vmware - we are sane people01:12
tsimonq2hehehehehehehehehehe01:12
Kamilion"sane people"?01:12
agaidabelive it or not01:12
KamilionI must be missing some context there01:12
agaidaKamilion: if LXQt don't work on vmware - i guess we accept patches, but we will likely not spend an hour on it01:14
* Kamilion tilts head01:14
Kamilionhuh?01:14
agaidayour problem with the ancient lxqt on vmware - your screenshot01:14
KamilionThere's nothing wrong with xserver-xorg-video-*01:15
Kamilionxserver-xorg-video-vmware works absolutely fine.01:15
KamilionIt has been doing so since 12.1001:15
Kamilionthe bug is in LXQT, anything that resizes the xserver geometry.01:16
KamilionThe easiest way to trigger it is using vmware's "fit guest to window" but there's plenty of other ways01:17
agaidaok, so you are a LXQt dev? Fine, no clue about - but the problem is not in LXQt - it might be fixed in Qt 5.901:17
agaidaor not - we will see01:17
Kamilionincluding on real hardware -- Nuvoton wpcm450 bmcs will do the same thing.01:17
KamilionWow. Talk about not listening.01:18
KamilionIt's already been fixed, agaida.01:18
Kamilionbut packages were never re-released for LTS.01:18
KamilionRegressions are unacceptable.01:19
agaidadownstream decision - and a sane one - it would be insane to port all the needed things back01:19
Kamilionhttp://puu.sh/y84KF/a2a2b5ba3f.png01:20
KamilionArtful has no problems with any geometry.01:20
KamilionBut artful is not an LTS release01:20
Kamilionand I only use LTS releases for my Xen ISOs.01:20
agaidaright - and 0.11.(1,2) is the first version in debian/stable for a reason01:20
agaidai praised god that 0.10.0 dont go in01:21
Kamilionhuh? I didn't say anything about debian01:21
Kamilion... what do they even have to do with anything?01:21
agaidahave a look at the packaging01:21
Kamilionas far as I knew, lxqt was coming from the lubuntu folks01:21
agaidaand into the changelogs01:21
agaidahihihi- good joke01:21
Kamilionjoke?01:22
KamilionI'm not kidding.01:22
Kamilionit first appeared in canonical's PPAs, then canonical repos.01:22
tsimonq2Kamilion: agaida is the Debian maintainer for LXQt.01:22
tsimonq2It was in Debian first.01:22
tsimonq2:)01:22
KamilionI didn't even know there were debian packages available.01:22
tsimonq2Now you do. :P01:22
Kamiliontsimonq2: "it was in debian first", "we didn't release 0.10.0 in debian", "look at my 0.10.0 screenshots and the brokeness"01:23
agaidaand the guy who throw his packaging 2015 at Debconf into debian - that was the first packages01:23
Kamilionso then how was it in debian first if 0.10.0 wasn't there, and my screenshots are of 0.10.0 on ubuntu 16.04?01:23
Kamilionor are you just talking about building .debs?01:24
tsimonq2Kamilion: Debian Sid =/ Debian Stable01:24
Kamilionthat means very little to me.01:24
tsimonq2My point is, LXQt was in the repos between Debian releases.01:25
agaidayou should learn the basics - ubuntu take the sid packages01:25
Kamilionmind using numbers instead of toy story?01:25
Kamilionsid? that's... 9.0, right?01:25
tsimonq2Before the next Debian was released, it was put into Sid, which is "Unstable"01:25
tsimonq2Kamilion: People upload to Sid where it automatically migrates to "Testing" (staging area for next Debian release) after a certain amount of time.01:26
agaidayou should really learn the basics - sid (sid is dangerous, still in development, unstable is the development branch or distribution of debian)01:26
Unit193All uploads (basically) go to unstable, there's a transition period then they're in testing, which is the staging area for the next stable.01:26
KamilionI don't use debian though, it doesn't have PPAs.01:26
Unit193No, the dangerous one is experimental.01:26
tsimonq2agaida: "sid is dangerous" hehehehehehe01:26
agaidaalso called recursive acronym01:27
Kamilionas far as I'm concerned, all of debian is dangerous because their packages are so far out of date.01:27
Kamilionwhich, changed with jessie, but I never messed with jessie outside of the raspberry pi 2 images.01:27
tsimonq2agaida: OH hah :)01:27
Unit193Kamilion: Ubuntu is derived from Debian, thus you shouldn't use Ubuntu because of the same fact.01:27
KamilionPfft01:27
agaidatsimonq2: so you spend your time getting outdated packaging :D01:27
KamilionSo, then where do all these magic ubuntu patches that actually make things work come from, Unit193?01:27
tsimonq2Kamilion: Sometimes Ubuntu but most of the time Debian.01:28
tsimonq2agaida: hehehehehehehe01:28
Unit193This is all more fitting for #lubuntu-offtopic though.01:28
KamilionReguardless; I make heavy use of PPAs01:28
Kamilionand until debian has something similar, I'll be on canonical's repos.01:28
Unit193Kamilion: Interestingly, those patches and other delta is why Ubuntu packages can get even years out of date.01:28
KamilionI've not had that problem in years, Unit19301:29
Kamilionnot since 12.0401:29
Kamilion14.04 had a modern version of python3, and since then, everything has been new enough.01:29
Kamilion13.10 was a pain in my neck01:29
KamilionStill is, since I have one 13.10 machine left01:30
Kamilion 18:30:24 up 752 days, 20:1801:30
Kamilionlast of my xen servers that lacks the new 'xl' toolstack.01:31
Kamilionthankfully, this is it's last month before the hardware gets pitched on the junk pile and replaced with a modern E5 and a fresh kamikazi01:32
Kamilionoh -- actually. I have one 12.04 VM left, running a murmurd 1.0 server for Battlefield 2: Project Reality, as their python2.3 mumble library can't connect to newer versions, and it was too much of a pain to rebuild the old murmurd packages for 16.04.01:33
Kamilionthat's the only real versioning problem I've had in the last 3 years.01:33
KamilionSo all in all, canonical's teams have been doing a really awesome job at keeping ubuntu's tagline true... Linux for human beings.01:34
KamilionKamikazi's "just booted" on a rediculous amount of hardware now... Mobile Robots, massive servers ( https://files.sllabs.com/files/images/biggest_kamikazi.png ), tiny tablet PCs, if it's got an amd64 compatible chip in there, I've probably booted kamikazi on it (or could)01:36
Kamilionhttps://files.sllabs.com/files/images/runningwildfromalivecd.png01:36
KamilionINCEPTION before the movie.01:36
KamilionI mean, heck.01:38
Kamilionhttps://files.sllabs.com/files/images/maverick-panel.png01:38
KamilionI still have screenshots from 2012 of talking to wxl in here. I even use the same IRC theme.01:38
Kamilionhttp://puu.sh/y85tH/72dec1641e.jpg01:38
Kamilionhassle-free for years.01:40
Kamilionpapercut bugs, at the most.01:41
Kamilionwell, okay. I'm not happy with where gnome-disks went with it's gnome3 UI and the GINORMOUS titlebar crap that drags in.01:43
KamilionSpeaking of which -- has anyone elected to solve that for lxqt?01:44
Kamiliongnome-disk-utility doesn't seem to be included with lubuntu-next artful01:45
Kamilionhttp://puu.sh/y85Py/f54baa3f6a.png01:46
KamilionI never thought I'd say this, but LXterminal looks a heck of a lot better than gnome-disk-utility01:47
Hafhi08:51
Hafhow do i i instal lubuntu?08:51
Hafvia usb?08:52
MastusWhat's going on, isn't there a calculator and a cd burning sw installed as default?17:53
MastusAnd some e-book SW is?17:53
xanguaDon't remember if by default but you can install brasero18:45
ifaishello there!22:12
ifaisIs anyone non-afk ?22:13
wxl!ask | ifais22:14
ubottuifais: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience22:14
ifaisWell, I tryied today to install Lubuntu. The pc is old and I want to experiment with it. Its a Pentium 4 with 1.5Gb RAM , CPU 2.4 , 200GB hard disk. The thing is that is not support USB-stick and I can only install from the Dvd-drive. The first time I install it and the PC was loading Lubuntu just fine, then I messed around a bit & removing start menu loosing pics of the icons etc. So cause I am newbie I decide to to reinstall it. I h22:20
ifaisluck dvd-rom seems to stuck22:21
wxldefine stuck22:21
ifaisI change the wire and the dvd-rom but no luck either..22:21
ifaisthere is no moving22:22
wxlso you mean there's no additional progress?22:22
ifaisyes22:22
ifaisthe mouse point stuck too22:23
wxlyou're trying to install it or you're trying to load the live session?22:23
ifaisthe live session load just fine22:23
ifaisi want to install it22:23
wxli would recommend the alternate session22:25
wxlyou don't have a lot of ram and the standard installer may be using it all up22:25
ifaisI used that too22:25
wxlalso note that DVDs are SLOOOOOW22:25
ifaisthe thing is that I did once22:26
ifaisi install it22:26
ifaisI dont understand why I cant the second one22:26
ifaisI beleive that is the cd rom(dvd)22:26
ifaisdrive22:27
ifaisit is old and thats why is stuck during the progress22:27
wxldid you check the hashes?22:28
ifaiswhat is that "?22:28
ifaisI am a newbie22:28
wxl!md522:28
ubottuTo verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows22:28
wxl^^^22:28
ifaisnope22:28
wxlif you don't do that you can't verify that the download is not corrupted22:29
ifaisI see.22:29
wxland you should also check the integrity of the copied image at the grub screen ("Check disc for defects")22:29
ifaisI did that22:30
ifaisI download and the earlier version... I will try that too22:30
ifais14.0422:31
wxlyou must do both22:31
ifaisok, I will try it22:31
ifaisthx for yr time22:33

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!