/srv/irclogs.ubuntu.com/2019/08/20/#lubuntu-devel.txt

kc2bezwxl: I can't find where automirror.conf and module.desc are made +x00:25
wxlpull the repo down and check the mode00:26
wxlhttps://medium.com/@tahteche/how-git-treats-changes-in-file-permissions-f71874ca239d00:27
kc2bezSo my filemode is set to true00:35
wxlyeah so definitely toggle that00:37
kc2bezdumb noob question: what will that mess up?00:37
kc2bezOr will it just show the files with the permissions set from git?00:38
wxlgood questions XD00:39
wxli'm not sure tbh00:39
kc2bez:D00:39
wxlif it were me, i'd just `chmod -x` the files and push it00:43
wxlleaving filemode as true00:43
wxlthe files = those two files00:44
kc2bezI will try that.00:44
kc2bezHere is where I am at: http://paste.ubuntu.com/p/232YCmg2sy/01:08
lubot<HMollerCl> after fixing lintian and pep8 here is the new ppa for lubuntu-update-notifier sudo add-apt-repository ppa:hmollercl/lubuntu-update-notifier01:36
lubot<N0um3n0> added to my system01:53
lubot<HMollerCl> please test the new .desktop01:53
lubot<HMollerCl> it's under preferences01:54
lubot<HMollerCl> triggers cache update + full upgrade01:54
lubot<N0um3n0> @HMollerCl [triggers cache update + full upgrade], I tried it, it works ok01:56
kc2bezNot sure where to go from here wxl https://paste.ubuntu.com/p/9QXGJcMSqy/02:05
tsimonq2kc2bez: Well, where do you want to start? :)02:10
kc2bezWith you writing a manpage XD02:11
tsimonq2XD02:11
kc2bezOther than that pick a spot.02:11
tsimonq2First off, throw out everything starting with N:02:12
kc2bezI did that. 02:12
tsimonq2https://paste.ubuntu.com/p/nNN7mWN4bG/02:12
tsimonq2Okay.02:12
tsimonq2Easy ones:02:13
tsimonq2I: calamares-settings-ubuntu source: testsuite-autopkgtest-missing - override.02:13
kc2bezgot it02:13
tsimonq2See https://lintian.debian.org/tags/desktop-entry-lacks-keywords-entry.html - our custom .desktop file needs a Keywords entry.02:14
tsimonq2The two executable-not-elf-or-script lines just need chmod -x ran on both of those files.02:14
lubot<HMollerCl> @kc2bez for manpages if you have —help and —version, you can try help2man02:14
* tsimonq2 punts binary-without-manpage at wxl for not writing a manpage with his script XD02:14
tsimonq2Oh and same with uses-dpkg-database-directly O_O02:15
kc2bezI tried the chmod -x02:15
tsimonq2Interesting. Did that not work?02:15
kc2bezcorrect02:15
lubot<HMollerCl> @kcb02:15
tsimonq2Fun one.02:15
kc2bezit didn't work02:15
kc2beznot really XD02:15
tsimonq2If you are using debhelper to build your package, running dh_fixperms will often correct this problem for you.02:16
tsimonq2hmm02:16
tsimonq2Never done it, but Lintian is trustworthy.02:16
lubot<HMollerCl> @kc2bez desktop entry lack keywords, you can add somethin like Keywords=upgrade;update to your .desktop02:17
kc2bezI think I can fix the easy ones. Let me do that, brb.02:19
tsimonq2Sounds good.02:19
kc2bezAwesome. My override on the testsuite isn't working.02:41
wxl[m]That's not my script dorko! 02:43
tsimonq2wxl: Waaat?02:48
kc2bezKeywords are fixed up but I can't get the testsuite override to stick and then we still have the executable stuff.02:48
wxl[m]<tsimonq2 "punts binary-without-manpage at "> That's you dude02:54
wxldo we want to leave the testsuite override to remind us to maybe add that later?03:01
-lugito:#lubuntu-devel- [rMANUALfe0abe8acff8: Add crit temperture] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALfe0abe8acff803:02
-lugito:#lubuntu-devel- [rMANUALa6dbf968e8fd: Move sensors with paragraph to custom settings] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALa6dbf968e8fd03:07
kc2bezI gotta get some shuteye here soon, what should I do?03:08
wxlKEEP WORKING03:09
wxlwhat else is left?03:09
kc2bezexecutable fun and testsuite03:10
wxli would just ignore the testsuite03:10
kc2bezGot it03:11
wxlcalamares-logs-helper stuff leave to @tsimonq2 03:11
kc2bezWas planning to XD03:12
lubot<tsimonq2> ???03:12
wxlpush everything you got03:12
lubot<tsimonq2> You wrote the thing03:12
wxli did not03:12
wxlthat's what i said before03:12
lubot<tsimonq2> Who did?03:12
kc2bezWasn't me03:12
wxlyou03:12
lubot<tsimonq2> Uh, no03:12
wxlhttps://phab.lubuntu.me/rCALASETTINGS88e201e0c82eda4438f78ad949b25a43409556a203:13
lubot<tsimonq2> Oh what.03:13
lubot<tsimonq2> Bahh03:13
* wxl pats @tsimonq2 on the back03:13
lubot<tsimonq2> Go go go go Dan :D03:13
wxlhave fun with that03:13
lubot<HMollerCl> @kc2bez https://phab.lubuntu.me/source/lubuntu-update-notifier/browse/master/debian/source/lintian-overrides maybe that helpS03:13
lubot<tsimonq2> Send the code to the mothership!03:13
kc2bezAlright I will arc diff this baby03:14
wxlgit update-index --chmod=-x03:14
wxl????03:14
wxlgit update-index --add --chmod=-x test-file03:15
wxlthat i mean03:15
-lugito:#lubuntu-devel- [rMANUALafa7889220bb: Minor Leave reword] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALafa7889220bb03:15
wxlgit ls-files should show the mode03:16
kc2bezAh hang on. I just sent it.03:16
wxlsorry `git ls-files --stage`03:17
wxlthey all seem to have the same mode03:17
wxloh03:20
wxlthe Makefile makes all desktops executable03:20
wxlwtf03:20
kc2bezugh03:20
kc2bezthat is why I can't change it. 03:21
wxljust delete that and you'll be fine :)03:21
kc2bezdelete the makefile ?!03:21
wxlno delete the chmod line03:21
kc2bezoh already pushed it.03:22
wxlyou can update03:22
wxlthere's also a 755 chmod in debian/rules03:22
kc2bezwhat about the main.py ?03:22
-lugito:#lubuntu-devel- [rMANUAL6ac92b35c113: Style leave options] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL6ac92b35c11303:22
wxlwell i guess we could specifically target that03:25
wxlinstead of the wildcard03:25
-lugito:#lubuntu-devel- [rMANUALa71802df1a41: Add Lock screen] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALa71802df1a4103:25
-lugito:#lubuntu-devel- [rLUBUNTUMETAPACKAGING91c63c6d5f48: added screengrab] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLUBUNTUMETAPACKAGING91c63c6d5f4803:28
-lugito:#lubuntu-devel- [rMANUAL29051d988cde: Make quicklaunch one word] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL29051d988cde03:31
-lugito:#lubuntu-devel- [rLUBUNTUMETAPACKAGINGd6cbdd754823: remove fcitx-ui-qimpanel. resolves T64] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLUBUNTUMETAPACKAGINGd6cbdd75482303:37
-lugito:#lubuntu-devel- [rLUBUNTUMETAPACKAGINGf4cad29742bf: fixing target distro] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLUBUNTUMETAPACKAGINGf4cad29742bf03:39
kc2bezI headed off to bed wxl03:40
wxloh did you want me to figure that all out?03:41
kc2bezNo03:41
kc2bezI didn't mean it that way.03:41
wxlnor did i :)03:41
kc2bez:) I appreciate the help.03:42
wxlping me if you need anything else03:43
lubot<kc2bez> Ok. Thanks.03:43
lubot<tsimonq2> Hey wxl how about that ITS bug for compton?03:47
wxlgetting there03:48
wxli'm trying to figure out why the target distro when update is running in lubuntu-meta always ends up UNRELEASED03:49
lubot<tsimonq2> I've done https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927231 - feel free to use it as a reference03:49
lubot<tsimonq2> germinate-update-metapackage03:49
wxli know that03:49
wxlthe instructions to `dch -r` is useful... but if you just save, since the temporary file hasn't changed, it will not save the change03:51
wxlthat's how lubuntu-meta got out of sync (it was UNRELEASED versus eoan)03:51
lubot<tsimonq2> Exactly03:51
wxli wonder if `dch -r ""` would do the trick03:53
wxlthat's it03:54
-lugito:#lubuntu-devel- [rLUBUNTUMETAPACKAGING5deac3c8124f: update README] wxl (Walter Lapchynski) committed: https://phab.lubuntu.me/rLUBUNTUMETAPACKAGING5deac3c8124f03:59
lubot<tsimonq2> Keep up the great work everyone, seriously I'm really happy to see the progress being made :)04:01
-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#213004:21
lubot<The_LoudSpeaker> How do I drop D17? Can't find a option there.07:25
guiverc2wxl fyi: i've finished testing on t96 for devices I can think of07:28
wxl@The_LoudSpeaker https://stackoverflow.com/questions/23083339/how-to-reject-delete-close-a-phabricator-patch16:46
-lugito:#lubuntu-devel- [T59: fix keyboard shortcuts] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T59#213216:53
lubot<The_LoudSpeaker> @wxl [<wxl> @The_LoudSpeaker https://stackoverflow.com/questions/23083339/how-to-rejec …], Done.16:53
wxl^^^^^16:54
lubot<The_LoudSpeaker> @lugito [<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 th16:56
lubotat and also your ppa. Will do tonight. But not for another 2 hours. So someone please test it.16:56
-lugito:#lubuntu-devel- [T107: Clean up calamares settings] apt-ghetto (apt-ghetto) commented on the task: https://phab.lubuntu.me/T107#213417:40
lubot<HMollerCl> screengrab landed, I will do the .desktop to hide lximage screenshot. Will @The_LoudSpeaker change the shortcut?18:40
lubot<The_LoudSpeaker> @HMollerCl [screengrab landed, I will do the .desktop to hide lximage screenshot. Will @The_ …], yup!18:41
lubot<HMollerCl> nice18:41
lubot<The_LoudSpeaker> will do. will add it to D1818:41
lubot<The_LoudSpeaker> whats the command again?18:42
lubot<HMollerCl> just need to change "lximage-qt -s" for "screengrab"18:42
lubot<The_LoudSpeaker> okay.18:42
lubot<The_LoudSpeaker> noted.18:42
lubot<HMollerCl> type screengrab —help if you want more combination, like ctrl+print18:43
lubot<HMollerCl> for only active window18:43
lubot<The_LoudSpeaker> okay. Actually busy tonight with microsoft codefundo. will surely do it first thing tommorow morning.18:46
-lugito:#lubuntu-devel- [rMANUAL88dda8cd543a: Update old Progress.md file] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL88dda8cd543a20:25
-lugito:#lubuntu-devel- [rMANUALb43c9333a2f0: Add status for appendix F] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALb43c9333a2f020:28
-lugito:#lubuntu-devel- [rMANUAL298f2b6519ee: Update 4.3 in progress.md] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL298f2b6519ee20:31
-lugito:#lubuntu-devel- [rMANUAL3d356c034830: Rewrite how to launch software sources] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL3d356c03483020:34
-lugito:#lubuntu-devel- [rMANUAL676bc1b874b8: Remove : from end of line] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL676bc1b874b820:37
-lugito:#lubuntu-devel- [rMANUAL4769923b7d6a: Fix capitlization] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL4769923b7d6a20:39
-lugito:#lubuntu-devel- [rMANUAL7c74c2695a54: Move info on packages to previous paragraphs and provide a few examples] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL7c74c2695a5420:48
-lugito:#lubuntu-devel- [T96: investigate yshui's compton fork] bjlockie (James) commented on the task: https://phab.lubuntu.me/T96#213621:02
-lugito:#lubuntu-devel- [rMANUALc37b70fc21bf: Style Version and liscense] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALc37b70fc21bf21:21
-lugito:#lubuntu-devel- [rMANUALd0be36efbfcd: Style search] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALd0be36efbfcd21:24
-lugito:#lubuntu-devel- [rMANUALac06d1b040d2: merge search box functionality in the same search box] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALac06d1b040d221:26
kc2bezwxl: 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:46
wxl[m]Oh God 21:48
kc2bezI'm just Dan.21:48
kc2bezXD21:49
lubot<teward001> *drops capsaicin on @tsimonq2*21:49
wxl[m]Oh actually that's not bad21:49
wxl[m]I got an idea21:49
kc2bezCool21:50
wxl[m]Leave it as it was originally but then chmod 644 the two offending files21:50
wxl[m]Make sense? 21:51
kc2bezI can give it whirl.21:51
wxl[m]https://www.debian.org/doc/debian-policy/ch-files.html#permissions-and-owners21:51
wxl[m]The issue you see is the directory permissions21:51
=== guiverc2 is now known as guiverc
-lugito:#lubuntu-devel- [T96: investigate yshui's compton fork] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T96#213721:54
-lugito:#lubuntu-devel- [T96: investigate yshui's compton fork] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T96#213821:56
kc2bezI think we got it now wxl http://paste.ubuntu.com/p/X48yRF2Ncp/22:10
-lugito:#lubuntu-devel- [rMANUAL9ccfbacb435e: Add panel battery screenshot] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL9ccfbacb435e22:39
wxl@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.mk23:05
wxl@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.mk23:05
wxloops sorry about that23:05
kc2bez:)23:06
kc2bezOk. I will give it a look. 23:06
wxlalternately use ?= instead of =23:06
wxlthat actually might be better23:07
wxlthe mk snippet is from dpkg-architecture and its manpage says:23:07
wxlThe 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:07
wxlconfusingly the same manpage also says:23:09
wxlNote that you can also rely on an external Makefile snippet to properly set all the variables that dpkg-architecture can provide23:09
wxlso i don't know23:09
wxlit seems to me using the snippet is less breaky23:10
kc2bezHmm23:10
wxlmy thinking is that the snippet shouldn't change and if it does, the reference to it won't change23:12
wxlbut variables and how dpkg-architecture works MIGHT change23:12
tsimonq2Hello folks.23:30
tsimonq2Ship holding up while I've been gone? :)23:30
lubot<lynorian> yes23:31
wxli think overall we've done pretty well23:31
tsimonq2Do we have someone on that new Featherpad release?23:31
wxlyou back in action?23:31
tsimonq2Yes I am23:31
wxlcould you go test the lxqt-globalkeys in my ppa?23:32
wxlif that works i'm going to get that in and finally call raman's shortcut work done23:32
wxli'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:32
wxlthe other thing is i'd like to see your tests on the compton fork23:33
wxlthat would help me a lot23:33
wxli might be able to do featherpad if no one else jumps23:33
tsimonq2What kind of tests do you want to see for both?23:39
wxllxqt-globalkeys: make sure configs in our xdg dirs work23:39
wxlcompton: 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 resources23:40
lubot<The_LoudSpeaker> Hey! I actually tried applying the upstream patch for xdg-config on lxqt-globalkeys. Hand edited the three files. But debuild fails :(23:40
lubot<The_LoudSpeaker> says there is fuzz23:40
wxlyeah23:40
lubot<The_LoudSpeaker> but quilt refresh has it clean23:40
wxlthere's like a line that needs to be removed or something23:41
wxli can't remember23:41
wxlyou can grab the deb file and unpack it and look at my patches23:41
wxlbut i mean honestly you don't have to bother with all that :)23:41
wxl(i did the work for you)23:41
lubot<The_LoudSpeaker> that's what I didn't want to happen.23:41
wxloh don't worry about it23:43
lubot<The_LoudSpeaker> I wanted to patch it myself coz when I did it for T99, I thought I could do for this also.23:43
wxldealing with patches can suck :/23:43
lubot<The_LoudSpeaker> but lite now that you have done.23:43
wxlespecially when there's things that don't line up23:43
wxland man, if it's a big patch.... that's hell on earth23:43
lubot<The_LoudSpeaker> I am just spinning my vm back. testing the ppa.23:43
wxlthere you go. you can spend your time on other things :)23:44
wxl(xscreensaver!)23:45
kc2bezwxl: 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
kc2bezHere is the result http://paste.ubuntu.com/p/mBsDmCXYGW/23:52
tsimonq2I 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:53
lubot<The_LoudSpeaker> where does the config file go? /etc/xdg/xdg-Lubuntu/lxqt/ right?23:54
wxlkc2bez: ah well that's PROBABLY not my doing. i think i stole initial packaging XD23:54
wxlthat looks great! ship it!23:55
wxl@tsimonq2: you're saying push compton through???23:55
wxl@The_LoudSpeaker look at $XDG_DATA_DIRS but that sounds right23:55
tsimonq2wxl: Yes. If it doesn't crash and burn and it doesn't cause a noticable regression, get it in.23:56
wxlokie dokie23:56

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