[13:41] [telegram] I hope you place also lxqt 1.2 to the Lubuntu dev backports!!! [13:42] [telegram] Yep, that's the plan [13:43] [telegram] The first goal is probably going to be to get Qt 5.15.7 out of the way, then straight to LXQt assuming the archive isn't looking messy :P [14:03] [telegram] So that's mean that will be avaliabe on 22.04 LTS too with the backports enabled [14:04] [telegram] Eventually yes [14:16] [telegram] Perfect!! === tomreyn_ is now known as tomreyn [15:09] * arraybolt3[m] yawn [15:10] I see stuff about a Qt update going around, so I'll add that to the list for us. [15:14] New iteration of the list for those interested: https://notes.lubuntu.me/huOk59_iRSaAMZDl_my8bw?both [15:16] [telegram] Which IDE you use mostly in Lubunru? [15:19] @Thanos: It's really a matter of preference. Lubuntu can (at least theoretically) use all of the same software that Ubuntu can, so pretty much just pick an IDE that works with Ubuntu, install it, and roll with it. Personally I've just been using Featherpad in Lubuntu, but I do most of my development work on non-Lubuntu machines, where I use Visual Studio Code, Kate, and (eventually) Intellij. [15:21] That's one of the nice things about Ubuntu flavors - they can all run the same software (in theory), so just pick a flavor that acts as a good base for you and then turn it into pretty much whatever you want. (I should note, I've seen some incompatibilities between software that was designed for different desktop environments than the one I was using, like trying to use Yakuake in Lubuntu looked somewhat broken. But those events [15:21] are the exception rather than the rule.) [15:21] (In my experience at least.) [15:22] Oh I also use Nano a bunch. [18:43] [telegram] Is featherpad support programming languages? (re @lubuntu_bot: (irc) @Thanos: It's really a matter of preference. Lubuntu can (at least theoretically) use all of the same software that Ubuntu can, so pretty much just pick an IDE that works with Ubuntu, install it, and roll with it. Personally I've just been using Featherpad in Lubuntu, but I do most of my development work on non-Lubuntu machines, where I use Visual Stu [19:14] @Thanos: Yes, Featherpad supports several programming languages. It's just a text editor, not a full-on IDE though. [21:02] [telegram] What we call full IDE? (re @lubuntu_bot: (irc) @Thanos: Yes, Featherpad supports several programming languages. It's just a text editor, not a full-on IDE though.) [21:23] @Thanos: The difference between an IDE and a text editor is that an IDE generally works as a one-stop-shop for the entire development process (write - compile - test - debug), while a text editor only helps with the first step (writing the software). You then use other tools to do the rest of the steps. Which method of programming you use depends on your preference. [22:20] [telegram] Understood