[00:01] Am I supposed to do a dch -r too? [00:03] wxl: your phab documentation is rough... like *real* rough. Also it still doesn't like my SSH keys for cloning😐 [00:04] @teward001 then go fix them. also your keys are ridiculous and you know it [00:04] no you mean the nasty RSA keys [00:04] i have an ecdsa key that is up there too :P [00:05] *goes in with godmode to figure out what was going on* [00:05] kc2bez: yep [00:06] @teward001 if you can't figure it out i can show you where phab's bug tracker is but you're the only one that's had a problem with it [00:06] guiverc: http://iso.qa.ubuntu.com/qatracker/milestones/398/history [00:08] thanks wxl :) [00:08] wxl: actually it turns out the issue isn't actually with phab LOL [00:08] well not entirely [00:09] pebkac i'm sure [00:09] no actually a server kex problem [00:09] *fixed with all of 30 seconds of effort* [00:14] do I need to specify a path? E: Unable to find a source package for libfm-qt [00:14] from apt update apt build-dep ^ [00:16] libfm-qt5 [00:17] no joy [00:18] do you have the source package lines enabled on your computer? [00:18] if you don't have the deb-src lines in /etc/apt/sources.list uncommented it won't find source packages [00:18] (I ran into this yesterday resetting up my build env here) [00:18] *looking* [00:19] apt-cache showsrc libfm-qt [00:19] if it doesn't show anything likely you don't have src packages enabled [00:19] wxl: parent src package for libfm-qt5 is libfm-qt [00:19] not sure build-dep would work if you put libfm-qt5 in there [00:19] me either but i was guessing [00:27] New issue: builddeps:libfm-qt : Depends: qtbase5-private-dev but it is not going to be installed [00:27] and `sudo apt install qtbase5-private-dev` says what? [00:27] oh sigh early development cycle bs i'm sure [00:27] qt transition [00:27] ^ this most likely [00:28] Welcome to DEVELOPMENT 101 [00:28] instant painfulness :P [00:34] Gak! dep hell! qtbase5-private-dev : Depends: libinput-dev Do I need to do an apt upgrade ? [00:34] to disco [00:35] you're not on disco [00:35] that's a problem [00:35] i'll add that in :( [00:35] Sorry didn't know. :( [00:36] What will I break? [00:36] well it won't ever build right [00:36] not to mention dependency issues [00:37] you could upgrade to disco but it would probably be best just to make aVM [00:37] I get that now. I have a VM, should've done it there. PEBKAC [00:38] no i should have had that in the tutorial [00:40] For fear of messing up my main box, I am going to put my sources back and start over in my VM. [00:40] good idea [01:14] @HMollerCl this one looks like it would be up your alley https://bugs.launchpad.net/lubuntu-tweaks/+bug/1804552 [01:14] Launchpad bug 1804552 in Lubuntu-Tweaks "18.10: lxqt themes with dark backgrounds not properly displaying" [Undecided, New] [02:23] wxl I started over. Here is my latest issue http://paste.ubuntu.com/p/5qsr5ZBR8y/ [02:23] I think the reason I didn't get an error before was that my patch was empty. [02:31] @tsimonq2 [OOH my favorite day!], How about Christmas? [02:31] (Sticker, 338x512) https://telegram.lubuntu.me/oAyHb0OZ/file_4900.png [02:32] @fwapy [How about Christmas?], My favorite Ubuntu day (besides release day ofc) [02:37] @tsimonq2 [My favorite Ubuntu day (besides release day ofc)], both are lies. [02:37] :P [02:37] *knows the truth* [02:47] @teward001 [both are lies.], Oh? :P [02:51] your favorite Ubuntu day is when you get new powers you didn't have before. *shot* [02:52] (Sticker, 512x512) https://telegram.lubuntu.me/ZAEAq91y/file_4815.png [02:53] Although I rarely have those days anymore. :P [03:17] (Sticker, 338x512) https://telegram.lubuntu.me/YdamcBGm/file_4900.png [03:30] kc2bez: why are you trying to use reportbug? [03:30] oh nevermind [03:30] wth [03:31] so this is weird because you didn't have this problem before [03:31] you must have not followed the same procedure [03:31] I think I made an empty patch before. [03:31] it will leave .rej files explaining where the problem is [03:31] sometimes patches don't apply cleanly [03:31] nothing in it so no error [03:32] send the content of the patch [03:32] wait .rej file where is that? [03:33] btw be patient with the process. this stuff can take a little fiddling to get used to sometimes. after you've cut your teeth and struggled with a couple they become easy. [03:33] it's where the file it's trying to patch is at [03:33] so if you were trying to patch README, then you'd have a README.rej [03:33] I am ok, I just don't want to mess y'all up. [03:34] standby let me look for that [03:34] *WE* want you to learn. we have time to work this out, so no big deal [03:41] hmm I didn't find the .rej file [03:41] You still want the paste of the patch? [03:53] yeah [03:55] http://paste.ubuntu.com/p/t4vVrBkKBs/ [04:26] I think you did the git diff in the wrong way. Change the hashes of the commits so that the new lines are added and not removed. [04:26] Archie Socialny was added by: Archie Socialny [04:27] Welcome! [04:27] Heey [04:30] Instead of `git diff aabbcc eeff11` do `git diff eeff11 aabbcc` and you should get pretty the same patch as the upstream commit [04:31] Archie Socialny mentioned in the Ubuntu Podcast channel that he has some questions about Russian support in Cala [04:31] @aptghetto [Instead of `git diff aabbcc eeff11` do `git diff eeff11 aabbcc` and you should g …], Right :) [04:31] I think [04:34] Yes, thanks @aptghetto. Better now. [04:45] Basically, the English word "about" is "o" in Russian. So at the first screen of the installer you have 2 buttons: "o" and "next" which made me think it was a radio button at first, so I clicked it and understood what it actually was. Microsoft solved this 30 years ago by translating "about" to "подробнее", which would literal [04:45] ly mean "more info...", but it wouldn't apply to our particular case, because the word "about" appears in a lot of different translation strings, I assume, and the translation varies depending on the context. I will try to setup a VM later in the day to demonstrate this and a few other things... [04:45] welcome [04:56] @Archie Socialny [Basically, the English word "about" is "o" in Russian. So at the first screen of …], Thanks! [04:56] I'm off for the night, cya everyone! [04:56] Should I have done a commit before arc diff? [05:12] wxl you still around? [05:21] @kc2bez [ Should I have done a commit before arc diff?], I don't think so [05:22] arc diff is telling me I have uncommitted changes, do I want to create a commit with these changes? [05:26] yay or nay on that? [05:43] kc2bez: I know that feeling [05:43] kc2bez: run git status to see what it is [05:43] is it something like a temporary file from vim or something [05:44] It gave me a list. [05:44] Applying a patch to libfm [05:45] Was just following the guide and wanted to make sure I didn't miss something. [05:46] I don't do packaging but arc wants all things commited before you apply arc diff [05:51] You should add/stage only files in debian/ and delete the rest. I am not sure, but I think you must create a commit and then arc diff it. Have a look at the tutorial [05:58] (Photo, 838x602) https://i.imgur.com/pVea3c3.jpg I think I followed it right.? [05:59] https://phab.lubuntu.me/w/packaging-tutorial/ [09:56] fatfreddie was added by: fatfreddie [09:57] * fatfreddie followed the link from that ubuntu podcast chatterbox place [09:57] Happy turkey day from NZ [13:32] @fatfreddie [/me followed the link from that ubuntu podcast chatterbox place], Welcome! [15:25] smkellat was added by: smkellat [17:32] Pixtolero was added by: Pixtolero [18:31] Welcome @smkellat (! Didn't know you were a Lubuntu user!) and @pixtolero [18:54] i've got more BogoMIPS :) [18:54] oops ECAHN [19:06] @wxl[m] [ Welcome @smkellat (! Didn't know you were a Lubuntu user!) and @pixtole …], They're coming from Ubuntu Podcast Chatter :) [19:46] @TheWendyPower look at this. https://github.com/lxqt/lxqt/issues/572 [19:49] @kc2bez you figure it out? [19:50] It is still sitting there. [19:50] not sure if you saw my screenshot or not [19:50] oh missed it. please resend [19:51] (Photo, 838x602) https://i.imgur.com/DeGBtGm.jpg [19:51] oh [19:51] yeah somehting's not right there [19:51] did you do the rm step? [19:52] Yeah, I thought so [19:53] should be in the screen [19:53] well, it didn't work XD [19:53] or [19:53] wait [19:53] huh [19:53] * wxl is confused [19:53] i don't understand why the source is in debian [19:54] again, the way that tutorial is written is very specific about locations [19:54] rm all of debian/libfm-qt5 and do over [19:58] do over starting where? [19:58] the arc diff [19:58] @tsimonq2 [They're coming from Ubuntu Podcast Chatter :)], That and I have family members to support that use Other Than Xubuntu... [19:58] @smkellat [That and I have family members to support that use Other Than Xubuntu...], Ah :) [19:58] Well welcome regardless [20:02] (Photo, 732x253) https://i.imgur.com/39guIAL.jpg wxl Better? [20:02] YES [20:03] that's EXACTLY what you want [20:03] in general that is what you should expect to see with these sorts of things.. you'll be adding a patch, which means you'll be changing the series file... and you'll always have a changelog update [20:03] good work! [20:05] so yes here and what do I need in the message? [20:07] something sensible for the commit message [20:07] you can be more verbose with the diff explanation, perhaps referencing this task (just use T### and the remarkup will link it) and make sure to include tsimonq2 and i as reviewers [20:13] It should be up. https://phab.lubuntu.me/D45 [20:14] just to save you typing next time you can just type T170 .. it will auto link it [20:14] Gotcha, thanks. [20:15] and in this case it may have been good to say that this is part one of two .. the test plan could then say "see second fix for pcmanfm-qt" or something of the sort [20:16] Understood. Sorry about that. [20:17] not a problem at all [20:17] you actually did pretty darn good for the first time on your own [20:17] you should give yourself several pats on the back [20:17] I had a lot of help from my friends. [20:21] replied [20:25] @wxl [ replied], That's a meh nitpick [20:25] totally [20:27] but since he did so good his first time, he'll now do perfect from here on out XD [20:27] Fair, but I want to do it right. Where do I need to go to fix that? [20:27] so you still have your repo? [20:27] I haven't wiped it yet. [20:28] so get back in there, and in the folder containing debian, type `dch -r` and change "UNRELEASED" to "DINGO" [20:28] NO [20:28] "dingo" [20:29] :) [20:29] then `arc diff` [20:29] disco? [20:29] yeah jeez [20:29] i keep struggling with this codename [20:30] I had disco in there [20:30] well that's not what showed in arc diff [20:31] cat debian/changelog and be sure [20:35] Weird, I don't know what went wrong. [20:36] i've seen before that when dch passes control to vim, all the changes it makes aren't considered changes by vim and so sometimes it will just quit without saving those changes. [20:37] Where do I go from here? [20:38] is it fixed in the actual file now? [20:40] I manually edited it, yes. [20:40] then just arc diff [20:43] congrats! [20:43] now work on the other part :) [20:43] Thanks, I will give it a go. [20:55] is the bot dead? [21:05] -lugito:#lubuntu-devel- [rMANUAL621be3a5ce2c: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL621be3a5ce2c [21:05] -lugito:#lubuntu-devel- [rMANUALdae463dd5d12: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALdae463dd5d12 [21:05] -lugito:#lubuntu-devel- [rMANUALa18f2216a46e: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALa18f2216a46e [21:05] -lugito:#lubuntu-devel- [Testing] wxl (Walter Lapchynski) : [21:06] -lugito:#lubuntu-devel- [rMANUALd72d8406cd2b: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALd72d8406cd2b [21:06] -lugito:#lubuntu-devel- [rMANUAL06f16805833d: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL06f16805833d [21:06] -lugito:#lubuntu-devel- [rMANUALd7d2768aa688: Add apply and cancel buttons to window effects] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALd7d2768aa688 [21:06] -lugito:#lubuntu-devel- [rMANUALae0625bf99c3: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALae0625bf99c3 [21:06] -lugito:#lubuntu-devel- [rMANUALa9a7b20e1ae1: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALa9a7b20e1ae1 [21:06] -lugito:#lubuntu-devel- [rMANUAL586370ff3e36: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL586370ff3e36 [21:06] -lugito:#lubuntu-devel- [rMANUALa0b518e8cf68: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALa0b518e8cf68 [21:06] Better [21:06] -lugito:#lubuntu-devel- [rMANUALbbe0eb3c9958: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALbbe0eb3c9958 [21:06] -lugito:#lubuntu-devel- [rMANUAL60818271f9b6: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL60818271f9b6 [21:06] -lugito:#lubuntu-devel- [rMANUAL26bd2da310b2: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL26bd2da310b2 [21:06] -lugito:#lubuntu-devel- [rMANUALa9ff079312b2: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALa9ff079312b2 [21:06] -lugito:#lubuntu-devel- [rMANUALae61700a7983: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALae61700a7983 [21:07] -lugito:#lubuntu-devel- [rMANUAL8ff51193bd25: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL8ff51193bd25 [21:07] -lugito:#lubuntu-devel- [rMANUAL299c8bfe17eb: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL299c8bfe17eb [21:07] -lugito:#lubuntu-devel- [rMANUALe9f804ff37d9: Fix typo] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALe9f804ff37d9 [21:07] -lugito:#lubuntu-devel- [Testing] wxl (Walter Lapchynski) : [21:07] -lugito:#lubuntu-devel- [rMANUAL8d540906ba55: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL8d540906ba55 [21:07] -lugito:#lubuntu-devel- [rMANUAL7e6d1a8d0d29: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL7e6d1a8d0d29 [21:07] -lugito:#lubuntu-devel- [rMANUALdd3b877c015f: Add paste and undo to noblenote] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALdd3b877c015f [21:07] -lugito:#lubuntu-devel- [rMANUALf432d43d4715: Add how to delete a note] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALf432d43d4715 [21:07] -lugito:#lubuntu-devel- [rMANUALf7a93f957329: Add adding annotation to qpdfview] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALf7a93f957329 [21:07] -lugito:#lubuntu-devel- [rMANUAL8ac646ab1807: Add how to view your annotations] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL8ac646ab1807 [21:07] -lugito:#lubuntu-devel- [rMANUAL7e205471e837: Add note about discover is only for GUI packages] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL7e205471e837 [21:07] -lugito:#lubuntu-devel- [rMANUAL05a5db34283c: Add qpdfview removing annotations] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL05a5db34283c [21:07] -lugito:#lubuntu-devel- [rMANUAL728f7ba23420: Add more on shadows] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL728f7ba23420 [21:07] -lugito:#lubuntu-devel- [rMANUALb67517ff3093: Start move and resize tab for obconf-qt] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALb67517ff3093 [21:07] -lugito:#lubuntu-devel- [rMANUALeea2750e1773: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALeea2750e1773 [21:07] -lugito:#lubuntu-devel- [rMANUAL3854224b9fd5: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL3854224b9fd5 [21:07] -lugito:#lubuntu-devel- [rMANUAL6a321ab2256b: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL6a321ab2256b [21:07] -lugito:#lubuntu-devel- [rMANUALc8a003e75ed2: Fix :menuselection: for locale] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALc8a003e75ed2 [21:07] oh boy [21:07] -lugito:#lubuntu-devel- [rMANUAL677006814b17: Add titlebar actions to obconf-qt] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL677006814b17 [21:07] -lugito:#lubuntu-devel- [rMANUALf7b8a836fb04: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALf7b8a836fb04 [21:07] -lugito:#lubuntu-devel- [rMANUAL9e33b4d5d6a8: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL9e33b4d5d6a8 [21:07] -lugito:#lubuntu-devel- [rMANUAL2c0fa3713d25: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL2c0fa3713d25 [21:07] -lugito:#lubuntu-devel- [rMANUAL076fab6ce533: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL076fab6ce533 [21:07] -lugito:#lubuntu-devel- [rMANUAL14282665e5ac: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL14282665e5ac [21:07] -lugito:#lubuntu-devel- [rMANUAL355d3d8da5bd: Fix zoom out menuselection] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL355d3d8da5bd [21:07] -lugito:#lubuntu-devel- [T173: Let's find out how good we can make Lubuntu. All Ideas Welcome!] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T173#3448 [21:07] -lugito:#lubuntu-devel- [rMANUALa46dc1fbad2a: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALa46dc1fbad2a [21:07] -lugito:#lubuntu-devel- [rMANUAL49fec1601d88: Even more shadow work] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL49fec1601d88 [21:08] -lugito:#lubuntu-devel- [rMANUAL1f95112e020c: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL1f95112e020c [21:08] -lugito:#lubuntu-devel- [rMANUAL06427be8f11b: /s/:menuselect:/:menuselection:/] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL06427be8f11b [21:08] -lugito:#lubuntu-devel- [rMANUAL3cc5947ece11: Merge branch 'master' of ssh://phab.lubuntu.me:2222/source/lubuntu-manual] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL3cc5947ece11 [21:08] -lugito:#lubuntu-devel- [rMANUAL9d55be2ecd9b: Fix arrow for Kcalc menuselection] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL9d55be2ecd9b [21:08] -lugito:#lubuntu-devel- [rMANUALe03644c9be0c: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALe03644c9be0c [21:08] welcome back lugito [21:08] -lugito:#lubuntu-devel- [rMANUAL37b0435614de: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL37b0435614de [21:08] @teward001 we got some lightweight nagios sort of thing we could use to keep tract of whether or not the bot has pooped out? [21:08] -lugito:#lubuntu-devel- [rMANUAL893a7cde20b8: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL893a7cde20b8 [21:08] -lugito:#lubuntu-devel- [rMANUAL24af8382c646: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL24af8382c646 [21:08] -lugito:#lubuntu-devel- [rMANUAL04ce35b6f61f: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL04ce35b6f61f [21:08] -lugito:#lubuntu-devel- [rMANUAL4adc52c8fef8: Fix arrow] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL4adc52c8fef8 [21:08] -lugito:#lubuntu-devel- [rMANUAL6dd7c7ce61e0: Add go first/last image in lximage-qt] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL6dd7c7ce61e0 [21:08] -lugito:#lubuntu-devel- [rMANUALf3ebc84ebffe: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALf3ebc84ebffe [21:08] -lugito:#lubuntu-devel- [rMANUAL7848dc74f63a: Add shadow offset] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL7848dc74f63a [21:08] -lugito:#lubuntu-devel- [rMANUAL6e2910c3c7ab: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL6e2910c3c7ab [21:08] -lugito:#lubuntu-devel- [rMANUAL6635ba46ac81: add copying and pasting of images to lximage] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL6635ba46ac81 [21:08] -lugito:#lubuntu-devel- [rMANUALa8b574a99806: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALa8b574a99806 [21:08] -lugito:#lubuntu-devel- [rMANUALc4397efd15c2: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALc4397efd15c2 [21:08] -lugito:#lubuntu-devel- [rMANUAL9d31a82ef0ca: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL9d31a82ef0ca [21:08] -lugito:#lubuntu-devel- [rMANUALf29611e551c2: Add how to flip images] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALf29611e551c2 [21:08] -lugito:#lubuntu-devel- [T41: Test the Openbox SRU] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T41#3455 [21:08] -lugito:#lubuntu-devel- [T173: Let's find out how good we can make Lubuntu. All Ideas Welcome!] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T173#3443 [21:08] -lugito:#lubuntu-devel- [rMANUAL5e1206687fc2: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL5e1206687fc2 [21:09] -lugito:#lubuntu-devel- [rMANUALb0f9752c41d0: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALb0f9752c41d0 [21:09] -lugito:#lubuntu-devel- [rMANUALe96a16293244: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALe96a16293244 [21:09] -lugito:#lubuntu-devel- [rMANUAL9ab6f3f54ebb: Add undo to noblenote] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL9ab6f3f54ebb [21:09] -lugito:#lubuntu-devel- [rMANUAL97a6fc2a18a9: Add change password to users and groups] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL97a6fc2a18a9 [21:09] -lugito:#lubuntu-devel- [rMANUAL796fbe25ce83: Translated using Weblate (Ukrainian)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL796fbe25ce83 [21:09] -lugito:#lubuntu-devel- [rMANUALcc5d9dc035bf: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALcc5d9dc035bf [21:09] -lugito:#lubuntu-devel- [rMANUALae2805d61ff9: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALae2805d61ff9 [21:09] -lugito:#lubuntu-devel- [rMANUAL5f3092fbf8aa: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL5f3092fbf8aa [21:09] -lugito:#lubuntu-devel- [rMANUALe8ed8c1df02f: Add LXQt theme to Appearance] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALe8ed8c1df02f [21:09] -lugito:#lubuntu-devel- [rMANUAL2d7655c2b38e: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL2d7655c2b38e [21:09] -lugito:#lubuntu-devel- [T173: Let's find out how good we can make Lubuntu. All Ideas Welcome!] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T173#3450 [21:09] -lugito:#lubuntu-devel- [Packaging Tutorial] wxl (Walter Lapchynski) : [21:09] -lugito:#lubuntu-devel- [rMANUAL6f0297263acd: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL6f0297263acd [21:09] -lugito:#lubuntu-devel- [rMANUAL391272ac094c: Start chapter of keyboard menu navigation] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL391272ac094c [21:09] -lugito:#lubuntu-devel- [rMANUAL536551ed6d00: Add file associations reset button] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL536551ed6d00 [21:09] -lugito:#lubuntu-devel- [rMANUAL516ac9e62de0: add submenus] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL516ac9e62de0 [21:09] -lugito:#lubuntu-devel- [rMANUALf74126688a25: Translated using Weblate (German)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUALf74126688a25 [21:09] -lugito:#lubuntu-devel- [rMANUAL47fb1ca602c6: Translated using Weblate (Ukrainian)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL47fb1ca602c6 [21:09] -lugito:#lubuntu-devel- [rMANUAL58272645c5ae: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL58272645c5ae [21:10] -lugito:#lubuntu-devel- [rMANUAL0245eaef1566: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL0245eaef1566 [21:10] -lugito:#lubuntu-devel- [rMANUAL60bea50acfea: Translated using Weblate (German)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL60bea50acfea [21:10] -lugito:#lubuntu-devel- [rMANUAL193072e8751e: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL193072e8751e [21:10] -lugito:#lubuntu-devel- [rMANUAL8883710a133c: Translated using Weblate (Spanish)] lugito (Lugito) committed: https://phab.lubuntu.me/rMANUAL8883710a133c [21:10] -lugito:#lubuntu-devel- [rMANUAL5ef9ad98722c: Add window effects screenshot] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL5ef9ad98722c [21:10] -lugito:#lubuntu-devel- [rMANUAL03f3d0b4d21e: Add moving windows to different desktops past the edge of the screen] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL03f3d0b4d21e [21:18] lightweight? probably not [21:18] but I could write a script [21:18] it would operate like SmokeDetector on SE does [21:18] but I will think a while Turkey time [21:22] Bugger. This one doesn't want to go wxl http://paste.ubuntu.com/p/M9dR2m6dhQ/ [21:23] look for the rejects file kc2bez [21:29] I don't know where I am going wron, I can't find that. [21:29] it should be in pcmanfm [21:29] it is most likely settings.cpp.rej [21:33] wxl send me details about what we need to track on the bot I will see what I can come up with tomorrow [21:34] @tsimonq2: how might we tell the bot is dead? [21:34] @wxl [ @tsimonq2: how might we tell the bot is dead?], Ask docEbrown [21:34] wxl https://paste.ubuntu.com/p/6HQcw69xhz/ [21:38] i have never seen a situation where it doesn't leave the .rej file SOMEWHERE [21:38] try something like `find . -type f -iname *.rej` [21:38] it's also possible it actually left it in settings.cpp, so you might want to see if there are comments in there [21:38] if you don't find the reject file, pastebin that up [21:44] I have tried find and locate, no go. You want the whole settings.cpp file? [21:51] here it works? [21:54] guys, do you know where bugs regarding panel widgets should be filed? [21:57] @hmollercl [ here it works?], Let me rephrase, find and locate work but they don't show a reject file. [21:57] @kc2bez [Let me rephrase, find and locate work but they don't show a reject file.], sorry, I was test8ing some things on irc [21:58] Ah, gotcha. [21:58] lynorian you might want to hide your name in the quassel screenshot [21:58] also in the URL Quasel is only with one "s" [21:58] https://manual.lubuntu.me/2/2.1/2.1.3/Quasel_IRC.html [21:59] hmollercl: it is listed in the authors [21:59] @socialarchie [guys, do you know where bugs regarding panel widgets should be filed?], lxqt-panel [22:00] https://phab.lubuntu.me/w/bugs/ [22:02] hmollercl: thanks for spotting that typo [22:06] @lynorian [ hmollercl: it is listed in the authors], jajaja, some privacy paranoid I tend to have. [22:07] @tsimonq2 [lxqt-panel], I actually tracked it down to the World Clock widget, but thanks for the link [22:10] @socialarchie [I actually tracked it down to the World Clock widget, but thanks for the link], Right, it's the same package. :) [22:24] happy thanksgiving peeps! [22:45] what's thanksgiving [22:50] excuse to have another big christmas dinner and holiday, without admitting to that [22:50] @acheronuk [excuse to have another big christmas dinner and holiday, without admitting to th …], This [22:50] But also celebrating our Pilgrims escaping the (then corrupt) King of England [22:51] Turkey overdose rounds 1 [22:53] why would anybody want another christmas day? [22:53] ok this is off-topic i'll stop [22:56] @tsimonq2 [But also celebrating our Pilgrims escaping the (then corrupt) King of England], ^ [22:58] @xdruppi [ why would anybody want another christmas day?], over-eating and arguing with family is fun for americans [22:59] * acheronuk hides [22:59] this is amazing! While writing the bug report, I've actually managed to find a workaround that also points (at least seems so) to the root cause of the problem [22:59] @xdruppi [ ok this is off-topic i'll stop], ditto. appologies 😊