/srv/irclogs.ubuntu.com/2019/02/18/#lubuntu-devel.txt

guivercdebian soft-waves :)00:29
lubot<HMollerCl> @wxl[m] [<wxl[m]> @tsimonq2 I just thought maybe you might have some insight. Adding an a …], I'm more convinced that we should drop nm-tray in favor of nm-applet00:44
wxl[m]I know why you feel that way and I'm sure you know why we'd like to not!01:12
lubot<HMollerCl> Jajajja01:38
-lugito:#lubuntu-devel- [rLXQTMETAPACKAGESARCHIVE8d03dc04a1f4: DSC file for 29] Diffusion committed: https://phab.lubuntu.me/rLXQTMETAPACKAGESARCHIVE8d03dc04a1f404:54
-lugito:#lubuntu-devel- [rLXQTMETAPACKAGESARCHIVE5f85568b3047: Import patches-unapplied version 29 to debian/sid] agaida (Alf Gaida) committed: https://phab.lubuntu.me/rLXQTMETAPACKAGESARCHIVE5f85568b304704:54
-lugito:#lubuntu-devel- [rLXQTMETAPACKAGESARCHIVEa007f7ad9426: Import patches-applied version 29 to applied/debian/sid] agaida (Alf Gaida) committed: https://phab.lubuntu.me/rLXQTMETAPACKAGESARCHIVEa007f7ad942604:54
-lugito:#lubuntu-devel- [rLXQTMETAPACKAGESARCHIVE2e166303c165: DSC file for 29] Diffusion committed: https://phab.lubuntu.me/rLXQTMETAPACKAGESARCHIVE2e166303c16505:41
lubot<The_LoudSpeaker> @HMollerCl [I'm more convinced that we should drop nm-tray in favor of nm-applet], Why?08:35
lubot<HMollerCl> @The_LoudSpeaker [Why?], Mainly because nm-tray has to basic configuration options. But is full Qt and consumes less resources than cmst11:22
lubot<tsimonq2> Fwd from Lubuntu Announcements: We have reached 5,000 followers on Twitter! Thank you! ... You can follow us here: https://twitter.com/LubuntuOfficial ... https://twitter.com/LubuntuOfficial/status/109761245652289126421:45
lubot<HMollerCl> It seems to me that bash is less resource intensive than python. Giving that, it's better to develop in bash that python? Any contrary argument?22:53
lubot<HMollerCl> (Obviously I'm talking about basic scripts)22:53
wxli think it's a question of what you want to do22:53
wxlthere certainly are limitations to what you can do with python22:54
wxls/python/bash/22:54
wxland python is waaaaay more readable 22:54
wxlthat said, i have found bash to be generally the better solution22:54
wxlbtw if you're putting something in the repos, it's really best to make sure you're portable22:55
lubot<HMollerCl> That I'm portable?22:56
wxlin other words, don't use bash, but /bin/sh22:56
wxlmake it POSIX-compliant22:56
wxlunfortunately that will mean more limitations22:56
wxla lot of "bashisms" will be missing22:56
lubot<HMollerCl> Ok22:57
lubot<HMollerCl> But is really simple what I want to do22:57
wxlooh this is nice http://sites.harvard.edu/%7Elib113/reference/unix/portable_scripting.html22:57
lubot<HMollerCl> The interpreter of python consumes more than 5meg22:58
wxlbashisms include: [[, ((, { (including ${ and string handling), function (!), let, local, select, source, <<< (here strings), &>, string comparison with == in test23:01
lubot<HMollerCl> what I want to do is to run this script and parse teh output ... /usr/lib/update-notifier/apt-check23:02
lubot<HMollerCl> which are two number separated by ;23:02
lubot<HMollerCl> should be prety easy with bash.23:03

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