[00:25] wxl: I can't find where automirror.conf and module.desc are made +x [00:26] pull the repo down and check the mode [00:27] https://medium.com/@tahteche/how-git-treats-changes-in-file-permissions-f71874ca239d [00:35] So my filemode is set to true [00:37] yeah so definitely toggle that [00:37] dumb noob question: what will that mess up? [00:38] Or will it just show the files with the permissions set from git? [00:39] good questions XD [00:39] i'm not sure tbh [00:39] :D [00:43] if it were me, i'd just `chmod -x` the files and push it [00:43] leaving filemode as true [00:44] the files = those two files [00:44] I will try that. [01:08] Here is where I am at: http://paste.ubuntu.com/p/232YCmg2sy/ [01:36] after fixing lintian and pep8 here is the new ppa for lubuntu-update-notifier sudo add-apt-repository ppa:hmollercl/lubuntu-update-notifier [01:53] added to my system [01:53] please test the new .desktop [01:54] it's under preferences [01:54] triggers cache update + full upgrade [01:56] @HMollerCl [triggers cache update + full upgrade], I tried it, it works ok [02:05] Not sure where to go from here wxl https://paste.ubuntu.com/p/9QXGJcMSqy/ [02:10] kc2bez: Well, where do you want to start? :) [02:11] With you writing a manpage XD [02:11] XD [02:11] Other than that pick a spot. [02:12] First off, throw out everything starting with N: [02:12] I did that. [02:12] https://paste.ubuntu.com/p/nNN7mWN4bG/ [02:12] Okay. [02:13] Easy ones: [02:13] I: calamares-settings-ubuntu source: testsuite-autopkgtest-missing - override. [02:13] got it [02:14] See https://lintian.debian.org/tags/desktop-entry-lacks-keywords-entry.html - our custom .desktop file needs a Keywords entry. [02:14] The two executable-not-elf-or-script lines just need chmod -x ran on both of those files. [02:14] @kc2bez for manpages if you have —help and —version, you can try help2man [02:14] * tsimonq2 punts binary-without-manpage at wxl for not writing a manpage with his script XD [02:15] Oh and same with uses-dpkg-database-directly O_O [02:15] I tried the chmod -x [02:15] Interesting. Did that not work? [02:15] correct [02:15] @kcb [02:15] Fun one. [02:15] it didn't work [02:15] not really XD [02:16] If you are using debhelper to build your package, running dh_fixperms will often correct this problem for you. [02:16] hmm [02:16] Never done it, but Lintian is trustworthy. [02:17] @kc2bez desktop entry lack keywords, you can add somethin like Keywords=upgrade;update to your .desktop [02:19] I think I can fix the easy ones. Let me do that, brb. [02:19] Sounds good. [02:41] Awesome. My override on the testsuite isn't working. [02:43] That's not my script dorko! [02:48] wxl: Waaat? [02:48] Keywords are fixed up but I can't get the testsuite override to stick and then we still have the executable stuff. [02:54] That's you dude [03:01] do we want to leave the testsuite override to remind us to maybe add that later? [03:02] -lugito:#lubuntu-devel- [rMANUALfe0abe8acff8: Add crit temperture] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALfe0abe8acff8 [03:07] -lugito:#lubuntu-devel- [rMANUALa6dbf968e8fd: Move sensors with paragraph to custom settings] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALa6dbf968e8fd [03:08] I gotta get some shuteye here soon, what should I do? [03:09] KEEP WORKING [03:09] what else is left? [03:10] executable fun and testsuite [03:10] i would just ignore the testsuite [03:11] Got it [03:11] calamares-logs-helper stuff leave to @tsimonq2 [03:12] Was planning to XD [03:12] ??? [03:12] push everything you got [03:12] You wrote the thing [03:12] i did not [03:12] that's what i said before [03:12] Who did? [03:12] Wasn't me [03:12] you [03:12] Uh, no [03:13] https://phab.lubuntu.me/rCALASETTINGS88e201e0c82eda4438f78ad949b25a43409556a2 [03:13] Oh what. [03:13] Bahh [03:13] * wxl pats @tsimonq2 on the back [03:13] Go go go go Dan :D [03:13] have fun with that [03:13] @kc2bez https://phab.lubuntu.me/source/lubuntu-update-notifier/browse/master/debian/source/lintian-overrides maybe that helpS [03:13] Send the code to the mothership! [03:14] Alright I will arc diff this baby [03:14] git update-index --chmod=-x [03:14] ???? [03:15] git update-index --add --chmod=-x test-file [03:15] that i mean [03:15] -lugito:#lubuntu-devel- [rMANUALafa7889220bb: Minor Leave reword] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALafa7889220bb [03:16] git ls-files should show the mode [03:16] Ah hang on. I just sent it. [03:17] sorry `git ls-files --stage` [03:17] they all seem to have the same mode [03:20] oh [03:20] the Makefile makes all desktops executable [03:20] wtf [03:20] ugh [03:21] that is why I can't change it. [03:21] just delete that and you'll be fine :) [03:21] delete the makefile ?! [03:21] no delete the chmod line [03:22] oh already pushed it. [03:22] you can update [03:22] there's also a 755 chmod in debian/rules [03:22] what about the main.py ? [03:22] -lugito:#lubuntu-devel- [rMANUAL6ac92b35c113: Style leave options] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL6ac92b35c113 [03:25] well i guess we could specifically target that [03:25] instead of the wildcard [03:25] -lugito:#lubuntu-devel- [rMANUALa71802df1a41: Add Lock screen] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALa71802df1a41 [03:28] -lugito:#lubuntu-devel- [rLUBUNTUMETAPACKAGING91c63c6d5f48: added screengrab] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLUBUNTUMETAPACKAGING91c63c6d5f48 [03:31] -lugito:#lubuntu-devel- [rMANUAL29051d988cde: Make quicklaunch one word] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL29051d988cde [03:37] -lugito:#lubuntu-devel- [rLUBUNTUMETAPACKAGINGd6cbdd754823: remove fcitx-ui-qimpanel. resolves T64] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLUBUNTUMETAPACKAGINGd6cbdd754823 [03:39] -lugito:#lubuntu-devel- [rLUBUNTUMETAPACKAGINGf4cad29742bf: fixing target distro] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLUBUNTUMETAPACKAGINGf4cad29742bf [03:40] I headed off to bed wxl [03:41] oh did you want me to figure that all out? [03:41] No [03:41] I didn't mean it that way. [03:41] nor did i :) [03:42] :) I appreciate the help. [03:43] ping me if you need anything else [03:43] Ok. Thanks. [03:47] Hey wxl how about that ITS bug for compton? [03:48] getting there [03:49] i'm trying to figure out why the target distro when update is running in lubuntu-meta always ends up UNRELEASED [03:49] I've done https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927231 - feel free to use it as a reference [03:49] germinate-update-metapackage [03:49] i know that [03:51] the instructions to `dch -r` is useful... but if you just save, since the temporary file hasn't changed, it will not save the change [03:51] that's how lubuntu-meta got out of sync (it was UNRELEASED versus eoan) [03:51] Exactly [03:53] i wonder if `dch -r ""` would do the trick [03:54] that's it [03:59] -lugito:#lubuntu-devel- [rLUBUNTUMETAPACKAGING5deac3c8124f: update README] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLUBUNTUMETAPACKAGING5deac3c8124f [04:01] Keep up the great work everyone, seriously I'm really happy to see the progress being made :) [04:21] -lugito:#lubuntu-devel- [T84: Change default screenshot utility to screengrab from lximage-qt.] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T84#2130 [07:25] How do I drop D17? Can't find a option there. [07:28] wxl fyi: i've finished testing on t96 for devices I can think of [16:46] @The_LoudSpeaker https://stackoverflow.com/questions/23083339/how-to-reject-delete-close-a-phabricator-patch [16:53] -lugito:#lubuntu-devel- [T59: fix keyboard shortcuts] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T59#2132 [16:53] @wxl [ @The_LoudSpeaker https://stackoverflow.com/questions/23083339/how-to-rejec …], Done. [16:54] ^^^^^ [16:56] @lugito [ 3[ 13T59: fix keyboard shortcuts 3] 15wxl (Walter Lapchynski) com …], Umm. About that. I started my vm to do it but then I lad yo leave for some reason. My system is still running since last 5 hours and I am not in my room. Remember last time(when talking about T99) I said I had an idea. I gotta test th [16:56] at and also your ppa. Will do tonight. But not for another 2 hours. So someone please test it. [17:40] -lugito:#lubuntu-devel- [T107: Clean up calamares settings] apt-ghetto (apt-ghetto) commented on the task: https://phab.lubuntu.me/T107#2134 [18:40] screengrab landed, I will do the .desktop to hide lximage screenshot. Will @The_LoudSpeaker change the shortcut? [18:41] @HMollerCl [screengrab landed, I will do the .desktop to hide lximage screenshot. Will @The_ …], yup! [18:41] nice [18:41] will do. will add it to D18 [18:42] whats the command again? [18:42] just need to change "lximage-qt -s" for "screengrab" [18:42] okay. [18:42] noted. [18:43] type screengrab —help if you want more combination, like ctrl+print [18:43] for only active window [18:46] okay. Actually busy tonight with microsoft codefundo. will surely do it first thing tommorow morning. [20:25] -lugito:#lubuntu-devel- [rMANUAL88dda8cd543a: Update old Progress.md file] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL88dda8cd543a [20:28] -lugito:#lubuntu-devel- [rMANUALb43c9333a2f0: Add status for appendix F] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALb43c9333a2f0 [20:31] -lugito:#lubuntu-devel- [rMANUAL298f2b6519ee: Update 4.3 in progress.md] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL298f2b6519ee [20:34] -lugito:#lubuntu-devel- [rMANUAL3d356c034830: Rewrite how to launch software sources] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL3d356c034830 [20:37] -lugito:#lubuntu-devel- [rMANUAL676bc1b874b8: Remove : from end of line] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL676bc1b874b8 [20:39] -lugito:#lubuntu-devel- [rMANUAL4769923b7d6a: Fix capitlization] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL4769923b7d6a [20:48] -lugito:#lubuntu-devel- [rMANUAL7c74c2695a54: Move info on packages to previous paragraphs and provide a few examples] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL7c74c2695a54 [21:02] -lugito:#lubuntu-devel- [T96: investigate yshui's compton fork] bjlockie (James) commented on the task: https://phab.lubuntu.me/T96#2136 [21:21] -lugito:#lubuntu-devel- [rMANUALc37b70fc21bf: Style Version and liscense] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALc37b70fc21bf [21:24] -lugito:#lubuntu-devel- [rMANUALd0be36efbfcd: Style search] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALd0be36efbfcd [21:26] -lugito:#lubuntu-devel- [rMANUALac06d1b040d2: merge search box functionality in the same search box] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALac06d1b040d2 [21:46] wxl: I changed the d/rules to your suggestion and got this http://paste.ubuntu.com/p/c2Ssnh3Jbp/ I even tried to remove the `-R` and still received the same thing. [21:48] Oh God [21:48] I'm just Dan. [21:49] XD [21:49] *drops capsaicin on @tsimonq2* [21:49] Oh actually that's not bad [21:49] I got an idea [21:50] Cool [21:50] Leave it as it was originally but then chmod 644 the two offending files [21:51] Make sense? [21:51] I can give it whirl. [21:51] https://www.debian.org/doc/debian-policy/ch-files.html#permissions-and-owners [21:51] The issue you see is the directory permissions === guiverc2 is now known as guiverc [21:54] -lugito:#lubuntu-devel- [T96: investigate yshui's compton fork] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T96#2137 [21:56] -lugito:#lubuntu-devel- [T96: investigate yshui's compton fork] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T96#2138 [22:10] I think we got it now wxl http://paste.ubuntu.com/p/X48yRF2Ncp/ [22:39] -lugito:#lubuntu-devel- [rMANUAL9ccfbacb435e: Add panel battery screenshot] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL9ccfbacb435e [23:05] @kc2bez: according to https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html you can replace the assignment of DEB_HOST_MULTIARCH with include /usr/share/dpkg/architecture.mk [23:05] @kc2bez: according to https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html you can replace the assignment of DEB_HOST_MULTIARCH with include /usr/share/dpkg/architecture.mk [23:05] oops sorry about that [23:06] :) [23:06] Ok. I will give it a look. [23:06] alternately use ?= instead of = [23:07] that actually might be better [23:07] the mk snippet is from dpkg-architecture and its manpage says: [23:07] The environment variables set by dpkg-architecture are passed to debian/rules as make variables (see make documentation). However, you should not rely on them, as this breaks manual invocation of the script. [23:09] confusingly the same manpage also says: [23:09] Note that you can also rely on an external Makefile snippet to properly set all the variables that dpkg-architecture can provide [23:09] so i don't know [23:10] it seems to me using the snippet is less breaky [23:10] Hmm [23:12] my thinking is that the snippet shouldn't change and if it does, the reference to it won't change [23:12] but variables and how dpkg-architecture works MIGHT change [23:30] Hello folks. [23:30] Ship holding up while I've been gone? :) [23:31] yes [23:31] i think overall we've done pretty well [23:31] Do we have someone on that new Featherpad release? [23:31] you back in action? [23:31] Yes I am [23:32] could you go test the lxqt-globalkeys in my ppa? [23:32] if that works i'm going to get that in and finally call raman's shortcut work done [23:32] i'd *REALLY* like to get that out of the way as he still has xscreensaver (which i think he said he's done a bunch of work on already) [23:33] the other thing is i'd like to see your tests on the compton fork [23:33] that would help me a lot [23:33] i might be able to do featherpad if no one else jumps [23:39] What kind of tests do you want to see for both? [23:39] lxqt-globalkeys: make sure configs in our xdg dirs work [23:40] compton: ensure it's not any worse than the old compton XD it might be good to check effects on both and see what impacts there is on system resources [23:40] Hey! I actually tried applying the upstream patch for xdg-config on lxqt-globalkeys. Hand edited the three files. But debuild fails :( [23:40] says there is fuzz [23:40] yeah [23:40] but quilt refresh has it clean [23:41] there's like a line that needs to be removed or something [23:41] i can't remember [23:41] you can grab the deb file and unpack it and look at my patches [23:41] but i mean honestly you don't have to bother with all that :) [23:41] (i did the work for you) [23:41] that's what I didn't want to happen. [23:43] oh don't worry about it [23:43] I wanted to patch it myself coz when I did it for T99, I thought I could do for this also. [23:43] dealing with patches can suck :/ [23:43] but lite now that you have done. [23:43] especially when there's things that don't line up [23:43] and man, if it's a big patch.... that's hell on earth [23:43] I am just spinning my vm back. testing the ppa. [23:44] there you go. you can spend your time on other things :) [23:45] (xscreensaver!) [23:52] wxl: I thought it might be best to at least be consistent so I looked at Trojita's d/rules aka I opted for `?=` [23:52] Here is the result http://paste.ubuntu.com/p/mBsDmCXYGW/ [23:53] I understand this is typically very bad advice but Thursday is Feature Freeze. Let's throw in whatever features we can right now and then polish before release. If a spot check works, get it in the archive. :) [23:54] where does the config file go? /etc/xdg/xdg-Lubuntu/lxqt/ right? [23:54] kc2bez: ah well that's PROBABLY not my doing. i think i stole initial packaging XD [23:55] that looks great! ship it! [23:55] @tsimonq2: you're saying push compton through??? [23:55] @The_LoudSpeaker look at $XDG_DATA_DIRS but that sounds right [23:56] wxl: Yes. If it doesn't crash and burn and it doesn't cause a noticable regression, get it in. [23:56] okie dokie