lubot | q5sys was added by: q5sys | 00:02 |
---|---|---|
lubot | <tsimonq2> Look what the cat dragged in 😉 | 00:02 |
lubot | <q5sys> @q5sys [<reply to image>], I can't wait for a Lumina based Ubuntu!!! | 00:03 |
lubot | <tsimonq2> omg I can't either, soooo exciting :D | 00:03 |
lubot | <tsimonq2> hahahahaa | 00:03 |
lubot | <q5sys> (Document) https://telegram.lubuntu.me/ATnIM6o7/file_4070.mp4 | 00:04 |
-lugito:#lubuntu-devel- [T32: Calamares should let the user pick what applications they WANT to use] ShalokShalom (ShalokShalom) commented on the task: https://phab.lubuntu.me/T32#1234 | 00:05 | |
lubot | <tsimonq2> In all seriousness though, wxl you should probably meet @q5sys, he does work on the Lumina desktop for Trident, a BSD flavor. | 00:06 |
lubot | <q5sys> @tsimonq2 [In all seriousness though, wxl you should probably meet @q5sys, he does work on …], Bring him to SELF next year | 00:07 |
lubot | <tsimonq2> wxl: You should totally come!!! | 00:07 |
lubot | <HMollerCl> (Photo, 1280x496) https://i.imgur.com/BCPB77c.jpg this si what my scriptsa makes now for a 2 monitor configuration in stretch wallpaper mode (1360x768 + 1280x1024). That works for me. | 00:50 |
lubot | <tsimonq2> ooh | 00:50 |
lubot | <HMollerCl> @PZ It should work in 3 monitor environment, but I don't have one to test . If you could test it would be nice. | 00:51 |
lubot | JJ_4884 was added by: JJ_4884 | 02:22 |
wxl | @HMollerCl looks great. You should get that in a repo somewhere. Launchpad might be a good place | 02:23 |
wxl | hai @q5sys what's your interest in lubuntu/lxqt (besides the fact that lumina is obviously qt) | 02:27 |
lubot | <HMollerCl> @wxl [<wxl> @HMollerCl looks great. You should get that in a repo somewhere. Launchpad …], Never done that, will look how to do it. For fit and zoom I need to do some division and I found out that bash doesn't has it native. Any approach that's better than other? | 02:29 |
wxl | @q5sys btw as a beastie you may appreciate this exchange (well, until the OP makes it weird) https://irclogs.ubuntu.com/2018/08/30/%23lubuntu.html#t19:15 | 02:30 |
wxl | @HMollerCl have you used git before? | 02:30 |
wxl | @HMollerCl the typical way to do division is (especially given the fact that you'll invariably need to deal with non-integers) is `bc` | 02:31 |
wxl | you can also do $(( x / y )) | 02:33 |
lubot | <HMollerCl> Ok, bc it is then. I have used git to download sources and compile them, but never created one of my own | 02:33 |
lubot | <HMollerCl> @wxl [<wxl> you can also do $(( x / y ))], That doesn't work for non-integee | 02:33 |
wxl | oh really? bah. i usually use bc :) | 02:34 |
lubot | <HMollerCl> @wxl [<wxl> oh really? bah. i usually use bc :)], Yup, 1080/1920 gives me an error | 02:35 |
wxl | re: git, it's kind of similar | 02:37 |
wxl | basically you do this: | 02:37 |
wxl | 1. make a directory | 02:37 |
wxl | 2. `git init` | 02:38 |
wxl | 3. do some stuff | 02:38 |
wxl | 4. `git add -A` which adds all the files that have changed recursively to the commit you're working on.. or you can add them one at a time, or with a pattern, etc. | 02:38 |
wxl | 5. `git commit` which will ask you for a commit message, of which "initial commit" is the industry standard for the first one | 02:39 |
wxl | 6. `git push lp:~youruser/somepath` | 02:40 |
wxl | now you'll have to have some other stuff set up but that's the basics of using it | 02:40 |
wxl | https://help.launchpad.net/Code/Git | 02:42 |
wxl | not the configuring bit | 02:42 |
wxl | note, that is | 02:42 |
wxl | uhhhhhh | 05:04 |
wxl | is it just me or do we not have an email client in our seed, @tsimonq2 ? | 05:04 |
lubot | <tsimonq2> @wxl [<wxl> is it just me or do we not have an email client in our seed, @tsimonq2 ?], That's correct. Wanna package Trojita? XD | 05:05 |
wxl | ughhhhhhhhhhhhh | 05:05 |
wxl | well THAT'S got to be on the must haves | 05:05 |
wxl | do we have a backup, even if it sucks? | 05:06 |
lubot | <tsimonq2> Uhhhhh | 05:08 |
lubot | <tsimonq2> KMail? | 05:08 |
wxl | hell to the no | 05:09 |
wxl | kdepim = yuck | 05:09 |
lubot | <tsimonq2> Uhhh | 05:09 |
lubot | <tsimonq2> Thunderbird? | 05:09 |
wxl | yeah.......................................................... | 05:09 |
wxl | so we better package the darn thing | 05:10 |
lubot | <tsimonq2> Tag, you're it XD | 05:10 |
wxl | uhh huh | 05:10 |
lubot | <tsimonq2> Yup | 05:12 |
lubot | <tsimonq2> Love you too | 05:12 |
lubot | <tsimonq2> Now it's bedtime for me o/ | 05:12 |
wxl | yeah i'm going to push this bug upstream to falkon | 05:13 |
wxl | turns out featherpad/mime-types wasn't the issue | 05:13 |
wxl | https://bugs.launchpad.net/ubuntu/+source/falkon/+bug/1788542 | 05:13 |
ubot93 | Launchpad bug 1788542 in falkon (Ubuntu) "falkon goes to 100% CPU usage when trying to open a mailto link" [Undecided, Confirmed] | 05:13 |
lubot | <tsimonq2> inb4 it's a QtWebEngine bug, making it my fault :P | 05:13 |
wxl | oh yay even better | 05:14 |
wxl | is there another browser in the repos that uses qtwebengine i could test that theory with? | 05:14 |
lubot | <tsimonq2> Uhhhhhhhhhhhhhhhhhhhhhhh | 05:14 |
lubot | <tsimonq2> There's that one that acts like Vim | 05:14 |
wxl | xombrero? | 05:15 |
lubot | <tsimonq2> I wanna say Qutebrowser? | 05:15 |
wxl | oh hm ok | 05:15 |
lubot | <tsimonq2> (Document) https://telegram.lubuntu.me/BSs6rJSg/file_4077.mp4 | 05:15 |
lubot | <tsimonq2> Bed for real though | 05:15 |
wxl | lub | 05:15 |
lubot | CarlosRol was added by: CarlosRol | 06:03 |
lubot | <JJ_4884> Is Lubuntu 18.10 not having Bluetooth support at the moment? | 06:33 |
wxl | @JJ_4884 needs further investigation https://phab.lubuntu.me/T59 | 06:33 |
-lugito:#lubuntu-devel- [Needs Triage, Open] Investigate Bluetooth Fun: https://phab.lubuntu.me/T59 | 06:33 | |
wxl | https://wiki.ubuntu.com/Testing/EnableProposed now includes info on rolling back from a proposed upgrade | 06:38 |
wxl | @tsimonq2: is that arc land? | 06:52 |
lubot | <tsimonq2> @wxl [<wxl> @tsimonq2: is that arc land?], Yupper | 06:53 |
wxl | neat | 06:53 |
-lugito:#lubuntu-devel- [rLXQTCONFIGPACKAGING1d42b9727e81: Make a path for GTK settings if it does not exist.] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLXQTCONFIGPACKAGING1d42b9727e81 | 06:53 | |
lubot | <tsimonq2> Now make a separate commit fixing the timezone and just push it. XD | 06:54 |
wxl | aw jeez nevermind all that :) | 06:54 |
lubot | SivaMachina was added by: SivaMachina | 07:06 |
lubot | <Speedy> @HMollerCl [Hola, @Speedy], ¡Hola! =) | 07:55 |
lubot | <SivaMachina> Hello | 07:56 |
ShalokShalom | hi | 09:12 |
lubot | <ZebedeeBoss> @HMollerCl [@PZ It should work in 3 monitor environment, but I don't have one to test . If y …], sure send it over - »> or point me to it | 09:19 |
lubot | <ZebedeeBoss> @HMollerCl [@PZ It should work in 3 monitor environment, but I don't have one to test . If y …], with or without nvidia drivers ? | 09:20 |
lubot | <HMollerCl> @PZ I will contact yoou directly | 11:40 |
lubot | <HMollerCl> @wxl [<wxl> https://help.launchpad.net/Code/Git], thanks!! | 11:51 |
lubot | <q5sys> @wxl [<wxl> hai @q5sys what's your interest in lubuntu/lxqt (besides the fact that lum …], I used to use lxde quite a bit when I was a Linux Dev. | 12:17 |
lubot | <q5sys> @wxl [<wxl> @q5sys btw as a beastie you may appreciate this exchange (well, until the …], LOL | 12:18 |
lubot | Tele_Launda was added by: Tele_Launda | 12:30 |
lubot | Baby Bobs was added by: Baby Bobs | 13:58 |
lubot | <Baby Bobs> (Sticker, 480x512) https://telegram.lubuntu.me/0JTMAvV8/file_4078.png | 13:59 |
lubot | <karlschneider> Falkon? Not sure if it's in the repos. KaOS only ships with Qt software and their default is Falkon. | 15:57 |
wxl | @karlschneider say what? Falkon's on our image | 17:26 |
wxl | shalokshalom: actually, we got a report of this bug yesterday. @ZebedeeBoss had it, with nvidia. let me dig that up and you can add to it | 17:41 |
wxl | https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1790536 | 17:42 |
ubot93 | Launchpad bug 1790536 in lxqt-config (Ubuntu) "lxqt-config-monitor forces logout with multiple monitors when using nouveau" [Undecided, New] | 17:42 |
wxl | it sounds like you're not using noveau though, eh? | 17:42 |
wxl | i did ask the OP to do a backtrace, so you should do similarly and add it along | 17:42 |
shalokshalom | This is unrelated? | 17:44 |
shalokshalom | I am in Virtualbox | 17:44 |
wxl | it's the exact same thing, oddly | 17:46 |
wxl | i can't reproduce it | 17:46 |
wxl | (in virtualbox) | 17:46 |
shalokshalom | try it with 1.19 | 17:59 |
wxl | you're saying that >1.19 has the problem, but i don't see it, but then you're suggesting i try it with 1.19 to see if i see it? color me confused | 18:00 |
lubot | <Baby Bobs> (Sticker, 512x512) https://telegram.lubuntu.me/wXcbXB3b/file_4080.png | 18:02 |
wxl | @Baby please keep it to English | 18:05 |
shalokshalom | wxl: sorry, I was distracted while writing this | 18:08 |
shalokshalom | I mean ofc you as a team | 18:08 |
shalokshalom | when ever you see the issue | 18:08 |
lubot | <Baby Bobs> @wxl [<wxl> @Baby please keep it to English], Wtf | 18:09 |
lubot | <Baby Bobs> You bot | 18:09 |
lubot | <Baby Bobs> (Sticker, 512x512) https://telegram.lubuntu.me/5oagZKXl/file_4081.png | 18:09 |
shalokshalom | In KaOS, it disappeared once the packager rebuild a bunch of packages | 18:09 |
shalokshalom | one of the changes was the downgrade of X | 18:09 |
shalokshalom | we had exactly the same issue as in my video: all resolutions with 1300 above fail | 18:10 |
shalokshalom | :) | 18:10 |
lubot | <JJ_4884> How many ppl of Indian descent are in the room? Just asking b/c of the memds | 18:13 |
lubot | <Baby Bobs> (Sticker, 512x512) https://telegram.lubuntu.me/Cv0k0mkG/file_4082.png | 18:17 |
lubot | <Baby Bobs> @JJ_4884 [How many ppl of Indian descent are in the room? Just asking b/c of the memes], Join @bobsandvagana | 18:17 |
shalokshalom | haha | 18:18 |
lubot | <JJ_4884> Any PM Modi memes? | 18:18 |
lubot | <JJ_4884> Or is that a bridge too far .. (BTW, I am American....) | 18:21 |
wxl | if you folks want to do memes, especially in non-English, you can take it to the offtopic channel. | 18:53 |
lubot | <q5sys> yea, lets keep the dev channel about developmenty things. | 18:56 |
lubot | <q5sys> btw... developmenty is totally a legit word. | 18:56 |
lyorian | I think I could try to reproduce that bug but that would mean moving monitors from other rooms moving my printer around and putting my nvidia card in | 18:59 |
lyorian | wxl great job triaging | 19:03 |
lyorian | I might need to make a kde bug account I think I found something else wierd as well try tel: uri | 19:09 |
lyorian | or sftp | 19:10 |
lubot | <Baby Bobs> (Photo, 604x408) https://i.imgur.com/xhEmw95.jpg | 19:25 |
lubot | <q5sys> ^^ that's getting annoying in a dev channel | 19:27 |
lyorian | @q5sys the memes right? | 19:28 |
lubot | <q5sys> yes | 19:28 |
lubot | <tsimonq2> Baby is gone | 19:29 |
lubot | <q5sys> im fine with memes and jokes in the offtopic channel, or if they actually fit into a conversation that's being had. | 19:29 |
lubot | <tsimonq2> And congrats on becoming an op @q5sys :P | 19:29 |
lubot | <q5sys> But random memes for no reason shouldn't happen here. | 19:29 |
lubot | <q5sys> Context matters. | 19:29 |
lubot | <q5sys> :P | 19:29 |
lubot | <tsimonq2> Right. | 19:29 |
lubot | <q5sys> (Document) https://telegram.lubuntu.me/DryP7KU7/file_4084.mp4 | 19:30 |
tsimonq2 | wxl: yo | 21:34 |
tsimonq2 | wxl: Around? | 21:34 |
wxl | @tsimonq2: pong | 21:48 |
tsimonq2 | wxl: Hm, were you working on two patches or just one? :) | 21:49 |
wxl | @tsimonq2: two. it didn't just go so i called it a night. | 21:50 |
tsimonq2 | wxl: OK, wanna do that today? | 21:51 |
tsimonq2 | wxl: I'm getting the new Cala release in Ubuntu nowish and I'd like to crank out another newsletter. | 21:51 |
-lugito:#lubuntu-devel- [rLXQTCONFIGPACKAGINGa4916b21f504: Fix the timezone in the changelog.] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rLXQTCONFIGPACKAGINGa4916b21f504 | 22:10 | |
-lugito:#lubuntu-devel- [rCALAPACKAGING6433c9d4b9b4: New upstream release.] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rCALAPACKAGING6433c9d4b9b4 | 22:10 | |
-lugito:#lubuntu-devel- [rCALAPACKAGINGed316fe56169: Remove the reverse-applicable fix-defaultde-variable.patch.] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rCALAPACKAGINGed316fe56169 | 22:10 | |
-lugito:#lubuntu-devel- [rCALAPACKAGING0302600c8e12: 0002-Add-patch-to-compile-with-pythonQt.patch is no longer needed in favor of a…] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rCALAPACKAGING0302600c8e12 | 22:10 | |
-lugito:#lubuntu-devel- [rCALAPACKAGINGbb374c857887: Bump Standards-version to 4.2.1, no changes needed.] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rCALAPACKAGINGbb374c857887 | 22:11 | |
-lugito:#lubuntu-devel- [rCALAPACKAGING0647494eaa4e: Upload to Cosmic.] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rCALAPACKAGING0647494eaa4e | 22:11 | |
-lugito:#lubuntu-devel- [rCALAPACKAGING5ef9bcd40093: Remove reverse-applicable 0003-remove-wrong-path.patch.] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rCALAPACKAGING5ef9bcd40093 | 22:11 | |
wxl | @tsimonq2: sure but it will be later | 22:17 |
tsimonq2 | wxl: OK | 22:17 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!