[00:06] I did the ssh steps, and added my key to Phab, and am still getting the "Please make sure you have the correct access rights" error [00:09] now I'm trying that quiltrc section, and it says there's no such file or directory [00:09] what do you mean? [00:10] I'm assuming the quiltrc section means, click the link, and look under the Patches section [00:10] so add that section to $HOME/.quitrc [00:10] err quilt [00:10] yeah it doesn't exist though [00:11] it says quilt is installed too [00:11] weird [00:11] that doesn't mean you'll have it [00:11] you have to create it [00:11] oh [00:11] its in the my etc folder [00:12] quilt.quiltrc [00:12] don't bother with that [00:12] just copy and paste the bit from the link into $HOME/.quiltrc [00:12] I made a directory called .quiltrc [00:13] in home like requested [00:13] no [00:13] its a file right? [00:13] a file $HOME/.quiltrc [00:13] gotcha [00:13] thanks [00:16] I tried that arc command, and i'm getting an error: [00:16] ARC: Cannot mix E and E [00:16] UNIX: NO such file or directory [00:16] nevermind [00:17] I skipped that installing arcanist step [00:17] lemme look into that first [00:17] where should I install Arcanist? [00:17] like in bin? [00:18] the instructions basically tell you to put it wherever you want [00:18] and that's reasonable [00:19] where are typically programs stored in lubuntu [00:19] ok cool [00:19] I assumed bin but just wanted to confirm [00:19] thanks [00:19] i'd probably put it in $HOME/bin personally [00:20] do I add that path variable to the Bash terminal's rc file? [00:20] *for arc? [00:21] you should do that so you don't have to run it again next time but for the purposes of doing the work where you're at, you can just run the export PATH [00:21] well its fine, i'd rather define an alias type idea [00:21] or rather the path variable [00:21] its in the rc file for bash right? [00:22] typically $HOME/.bashrc [00:22] unless you zsh XD [00:22] ok I added export PATH="$PATH:/somewhere/arcanist/bin/" [00:22] at the end of the .bashrc file in $HOME [00:23] you actually have a /somewhere? [00:23] nah I made a directory called arcanist [00:23] oh damn [00:23] you're right haha [00:23] right :) [00:23] just copied and pasted that [00:23] thanks for noticing [00:23] dang [00:27] i'll be back in a sec [00:28] hey back [00:28] so I exited all terminals just to make sure that path variable thing works [00:28] and apparently i'm getting the same error [00:28] ARC: Cannot mix E and T [00:28] UNIX: No such file or directory [00:32] where should I set the phabricator.url URL to be? [00:32] like my Phab account's main page, or the Lubuntu's uri for that bug? [00:35] I changed the URL in the .arcconfig file to be: [00:35] https://phab.lubuntu.me/ [00:35] it still gave me that UNIX error [00:36] I skipped to the install-certificate part, but its just listing all the options I can do [00:43] i'll try that portion of the guide tomorrow I guess [00:46] i have no idea what that E and T business is [00:50] I'm willing to bet .bashrc is at fault. [01:22] @wxl did you want me to try Trojita again? [02:38] @kc2bez sure [02:58] tsimonq2: what time did you set the cronjob to build the manual to? [02:59] @lyorian [ tsimonq2: what time did you set the cronjob to build the manual to?], Hourly [02:59] Every hour at the top of the hour [02:59] oh wow [03:06] @tsimonq2: any reason why we don't create a git hook to trigger the rebuild rather than doing it periodically? [03:07] @wxl [ @tsimonq2: any reason why we don't create a git hook to trigger the rebuil …], No server side code for it [03:07] huh? [03:08] ...you can't just magically POST to a cronjob. :P [03:08] hey guys can anyone help me with that issue regarding phabricator? [03:08] Or local scripts. [03:08] if so ill hop on my laptop [03:09] not a cronjob dum dum [03:10] it's certainly possible to get it to run a script on a remote server [03:10] @wxl [ not a cronjob dum dum], Then fix it, boss :) [03:10] Wafficus: what does `which arc` say? [03:11] booting into it now [03:12] be back [03:13] back [03:16] its saying No repository "PACKAGE" exists [03:16] git clone ssh://git@phab.lubuntu.me:2222/source/PACKAGE.git [03:17] ^ for that command [03:17] um [03:17] read the line above the block section [03:17] oh wait sorry hold on [03:17] you asked about the arc section [03:17] one sec [03:17] lemme try that [03:17] tried: [03:17] arc set-config phabricator.uri "https://phab.lubuntu.me/" [03:18] it stating: [03:18] ARC: Cannot mix E and T [03:18] UNIX: No such file or directory [03:18] and what does `which arc` say? [03:18] I have it on the PATH variable as well in my bashrc [03:18] it says: [03:18] /usr/bin/arc [03:19] and what does `echo $PATH` say? [03:19] arc set-config phabricator.uri "https://phab.lubuntu.me/" [03:19] one sec [03:19] wrong command [03:19] /home/sbpc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/sbpc/bin/arcanist/arcanist/bin/ [03:20] since /usr/bin is first, that's your problem [03:21] you should change to `export PATH="/home/sbpc/bin/arcanist/arcanist/bin/:$PATH"` [03:22] you're competing, likely, with arc the archive utility [03:22] !info arc [03:22] arc (source: arc): Archive utility based on the MSDOS ARC program. In component universe, is optional. Version 5.21q-5 (cosmic), package size 52.2 kB, installed size 110 kB [03:23] that said, i don't know why you HAVE it XD [03:23] @TheWendyPower wnt to take care of that changelog? [03:31] why do we use the manual on launchpad and not on phab? [03:32] that might be kind of problematic [03:32] changed it to that export statement you just said [03:33] I'm still getting the ARC and UNIX error with: [03:33] arc set-config phabricator.uri "https://phab.lubuntu.me/" [03:34] https://pastebin.com/4dYdppBQ [03:34] that's my .bashrc file [03:34] if you still get /usr/bin/arc from `which arc` my guess is you put it in .bashrc but didn't (A) run the export command in your terminal (B) source .bashrc or (C) open a new terminal [03:34] oh i see the problem [03:34] you realize that $PATH means 'insert the value of the PATH variable here' right? [03:35] like the PWD of the PATH variable? [03:35] didn't really know [03:35] so you're setting PATH to the existing path + your arcanist path + the existing path [03:35] $something is a variable [03:35] if you do: [03:35] true, that much I remember from pHP [03:35] something=this [03:35] *php [03:35] echo $something → this [03:36] if you do: [03:36] something="$something:that" [03:36] echo $something → this:that [03:36] if you do: [03:36] something="$something:that:$something" [03:36] echo $something → this:that:this [03:37] what we're trying to do is to end up with "that:this" [03:37] instead you have "this:that:this" [03:37] export PATH="$PATH:/home/sbpc/bin/arcanist/arcanist/bin/:$PATH" [03:37] should be [03:37] yeah I see your reasoning [03:37] export PATH="/home/sbpc/bin/arcanist/arcanist/bin/:$PATH" [03:38] when looking for an executable is searches the PATH from the beginning. the first instance wins [03:38] if $PATH is before your special path, inevitably $PATH will win where a conflict exists [03:38] that said, given the other arc, this is an error on their part [03:38] I see your point [03:38] $PATH is the ultimate location its looking for [03:39] like you give it the starting path [03:39] and it should look for an .exe there [03:39] or in the linux sense, .run or whatever [03:39] $PATH ultimately is a list, delimited by colons [03:39] it iterates through the list looking for whatever command you typed [03:40] again, first one wins [03:40] gotcha [03:40] so when I save that path variable [03:40] aka any changes to an rc file [03:40] I have to exit the terminal and come back to it for changes to result right? [03:40] it would be like if you had two bathrooms and you sent someone to look for toilet paper and you gave them a list of the master bathroom followed by the guest bathroom, they'd bring you the toilet paper from the master bathroom [03:40] you have three choices: [03:41] 1. run the export command in your existing terminal [03:41] 2. run `source $HOME/.bashrc` in your existing terminal which will reload the whole thing [03:41] 3. open a new terminal [03:43] gotcha [03:43] wrote that down in a .txt guide file for myself [03:43] appreciate that advice [03:44] I have guides in my guide folder for weird linux tricks I don't know off the top of my head [03:45] sweet [03:45] API Token installed [03:48] yeah I'm still getting that error lol [03:48] `which arc` ? [03:48] or do you mean the git error [03:48] the git error [03:48] which arch: [03:48] which arc: [03:49] nevermind that [03:49] /home/sbpc/bin/arcanist/arcanist/bin//arc [03:49] it says PACKAGE doesn't exist? [03:49] it has two slashes near the end [03:49] that can't be right [03:49] if `arc --version` returns something like this you'll be fine: [03:50] arcanist d9a4293ae734756823b4a3ca202f185c57f3e834 (3 Aug 2018) [03:50] libphutil 5b341cc09ca9bb707be469c7f23bbf6a961bc593 (15 Aug 2018) [03:50] yeah it returns 14 september 2018 and 1 oct 2018 [03:50] then leave that alone [03:50] ok so that's fine I guess [03:50] so now the problem is the PACKAGE doesn't exist? [03:50] hmm [03:50] yeah [03:50] did you reaed the line in the instructions that says: [03:50] "arcanist d9a4293ae734756823b4a3ca202f185c57f3e834 (3 Aug 2018) [03:50] ugh [03:50] "Anything in caps represents a field you'll need to fill out based on your particular situation." [03:50] its okay, copying and pasting for me is a pain too [03:51] idk why tmux is a pain with it [03:51] I usually have to pull up another terminal all together to copy and paste lol [03:51] idk why [03:59] so is it a prob on my end then do you think? [03:59] yes [03:59] PACKAGE is not what you should be using [04:00] oh so its the bug specific .git file [04:00] ? [04:00] no [04:00] the actual repo for the code [04:00] all the repos are here https://phab.lubuntu.me/diffusion/ [04:01] the repo you want is here https://phab.lubuntu.me/source/calamares-settings-ubuntu/ [04:01] https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/common/modules/automirror [04:01] I have a change to the main.py fil [04:01] click the clone button and you'll see PACKAGE = "calamares-settings-ubuntu" [04:01] file [04:02] ok will do [04:03] aha you're right [04:04] so would it be git clone ssh://git@phab.lubuntu.me:2222/source/https://phab.lubuntu.me/source/calamares-settings-ubuntu.git [04:04] nope [04:04] or just that git command right? [04:04] git clone command rather [04:05] git clone ssh://git@phab.lubuntu.me:2222/source/calamares-settings-ubuntu.git [04:05] just like in the instructions [04:05] only you replace PACKAGE [04:05] for everything in that list, you will need to tweak anything in CAPITAL_LETTERS to what your specific need requires [04:06] ok I cloned it successfully [04:07] would "main.py" be the CODENAME in that section? [04:07] no, cosmic [04:08] the codename of the release [04:08] ah I see [04:08] Im in that directory [04:08] and I did git checkout ubuntu/cosmic [04:09] error: pathspec 'ubuntu/cosmic' did not match any file(s) known to git. [04:09] ugh yes i guess @tsimonq2 did not set up the branches appropriately [04:09] hold on it might be me [04:09] you can continue in the master branch. `git branch` and make sure master is selected [04:09] no i'm sure it's not [04:09] okay I ran git branch [04:10] then I got a * master [04:10] I'm guessing I am now in the master branch [04:10] yup [04:11] ok, so I tried: uscan --download-current-version [04:11] it sayid: uscan warn: No watch file found [04:11] ah yes [04:11] this is because it's an exception [04:11] scroll down to "native" [04:12] tl;dr skip to all that plus the quilt stuff. make changes and move on to the dch bit [04:12] okay, so we apply changes directly to src [04:12] you won't need to do the `rm -rf !(debian) .pc/` step either [04:13] so do: [04:13] dch -i? [04:13] -i vs -a [04:13] what do these flags represent [04:13] include vs append? [04:13] i should write a whole section on this [04:13] yep one sec [04:18] gotcha, lemme know [04:18] i need about 5 min to type this out [04:18] hmm, should I hit you up tomorrow then about this revision [04:18] naw [04:18] is it mission critical? [04:18] i just want to type this once [04:18] ok [04:19] I only ask [04:19] cause its like 12:19 AM here in NY [04:19] it's important, yeah [04:19] gotcha [04:19] ah go to bed :) [04:19] well [04:19] before you type it out [04:19] help me push my change first [04:19] and then do what you want [04:19] well i'm trying to answer your question [04:19] clearly [04:19] true [04:19] and in the documentation so others see it [04:19] true again [04:28] so any updates my dude? [04:28] almost done [04:28] cool [04:28] sorry to rush [04:28] I just know that my main.py will probably save the day tbh [04:29] it fixed the getcountry() and getmirror() functions [04:30] ok updated with a note about version numbers [04:31] tl;dr `dch -i` (increment). you should be on 22. [04:31] increment gotcha [04:32] 22 for what/ [04:32] like line 22 of the guide? [04:32] version 22 [04:32] ah gotcha [04:32] I refreshed the page [04:32] it looked similar [04:32] for the guide that is [04:32] look at the line for dch and read its entirety [04:32] nvm I saw the change [04:34] so [04:35] maybe its my add or something [04:35] I see the reading and yeah that's good [04:35] but im assuming there's no additional changes [04:35] so would it be -i for that flag in this case? [04:35] yep [04:35] ok I'll try that [04:35] I appreciate that section [04:36] so before I do this dch business [04:36] should I just replace the main.py with the one I made earlier [04:36] ? [04:36] cause before it had all that quilt stuff before [04:36] you can do it before or after [04:36] ok [04:37] you should get into the habit of doing it before tho [04:37] if you're going to follow that guide for other things [04:37] ok will do [04:37] since the quilt section involves the changes [04:37] quilt can be.. particular [04:37] ok so I see this doc it opened up [04:37] these are the changes i'm assuming right [04:38] do I write my section that I'm changing right? [04:38] follow the format you see there [04:38] ok [04:39] basically you'll want to just add a bulletpoint briefly describing your change [04:40] pastebin me the changelog after you've done the `dch -r` step and i'll doublecheck it [04:44] ok I did that dch -r step [04:44] I did wq! in VIM [04:44] and now its back in the same directory [04:44] was it supposed to give me a paste bin [04:44] oh the change log [04:44] no [04:44] sorry [04:44] yeah one sec [04:45] my copy and paste doesn't work in tmux [04:45] so I'll try to write it out like usual [04:46] dch: warning: debian/changelog(15): badly formatted heading line [04:46] LINE: urllib.request. This is due to a renaming or urllib's modules in Python 3, [04:46] dch: warning: debian/changelog(16): badly formatted heading line [04:46] so pastebin the changelog [04:46] not the output of dch [04:46] LINE: which was causing Bug # 1794844. [04:47] how do I get to the change log? [04:47] cat debian/changelog | pastebinit [04:47] give me the URL from that [04:47] http://paste.ubuntu.com/p/Xk6bSXQSVd/ [04:48] ok yeah [04:48] i did say "briefly" XDF [04:48] so several things here: [04:49] 1. version should be 22 not 21ubuntu1 as i said before (this is a native package) [04:49] gotcha [04:49] 2. You clearly do not have DEBEMAIL or DEBFULLNAME set because your name and email are invalid [04:49] hmm I set the git user full name and email though [04:50] ok [04:50] any other things missing? [04:50] 3. The reference to the bug can simply be "(LP: #1794844)" [04:50] Launchpad bug 1794844 in calamares-settings-ubuntu (Ubuntu) "Calamares crashes in calamares/modules/automirror/main.py in run() country = getcountry() with urlopen error [Errno 0] Error" [Undecided, New] https://launchpad.net/bugs/1794844 [04:50] ignore that [04:50] the git user is not enoguh, which is why i have both of them in there [04:50] gotcha [04:51] 4. do your bulletpoints like this: [04:51] (something like this) [04:51] hold that thought [04:52] lemme get onto another terminal one sec [04:52] * Updated getmirror() and getcountry() for urllib.request (LP: #194844) [04:52] Launchpad bug 194844 in ufw (Ubuntu Hardy) "ufw complains when ipv6 and/or ip6_tables is not available" [Undecided, Fix Released] https://launchpad.net/bugs/194844 [04:52] back [04:52] * Updated getmirror() and getcountry() for urllib.request (LP: #194844) [04:52] okay go ahead with that bullet point section [04:52] in general you want to keep it under 80 characters [04:53] ok i'll keep it brief [04:53] if you go to a different line because you're feeling really blabby, it needs to be nested under the previous line like: [04:53] * Something something [04:53] blah blah blah [04:53] ugh [04:53] let me do that again [04:53] * Something something [04:53] no worries [04:53] blah blah blah [04:53] like that [04:53] the S and the first b line up [04:53] ok i'll just keep it to one line [04:54] simpler that way [04:54] ah gotcha [04:54] yeah tab out until they match [04:54] I get the idea [04:54] Maybe even just do this: [04:54] * Updated automirror for urllib.request (LP: #194844). [04:54] Launchpad bug 194844 in ufw (Ubuntu Hardy) "ufw complains when ipv6 and/or ip6_tables is not available" [Undecided, Fix Released] https://launchpad.net/bugs/194844 [04:54] simpler still [04:54] ugh wrong bug but you get the ide [04:55] so can I still incremeent it again [04:55] with that -i flag [04:55] or do I have to undo it right? [04:55] just `dch` [04:55] you'll probably have to edit it [04:59] I put my personal email [04:59] I changed it to version 22 [04:59] kept it under 1 line for the change [04:59] pastebinit please? [04:59] and added my full name [05:00] what's the command again? [05:00] sorry my chat log disappeared cause im now in LxTerminal [05:00] cat debian/changelog | pastebinit [05:01] thanks [05:02] http://paste.ubuntu.com/p/B4DdRgjrt6/ [05:03] you don't need the calamares in there [05:03] ok [05:03] and actually I'd just use automirror rather than mentioning the functions [05:03] and don't forget the LP bug reference [05:04] so [05:04] automirror instead of Calamares? [05:04] or Lubuntu? [05:04] * Updated automirror for urllib.request. [05:04] great [05:06] http://paste.ubuntu.com/p/PyQ5Rpq67x/ [05:06] don't even need the lubuntu [05:06] and don't forget the (LP: #BUGNUMBER) [05:07] and a period :) [05:07] dang I forgot the bug number one sec [05:07] if i want to be super anal: use "Update" to keep verb tense the same [05:09] http://paste.ubuntu.com/p/bhpSRYNNwH/ [05:09] you forgot the period but it's ok :) [05:09] fuck [05:09] language now [05:10] * wxl covers @tsimonq2 's sensitive ears [05:10] whoops sorry [05:10] you're right one sec [05:11] http://paste.ubuntu.com/p/V3TFHZv96v [05:11] Ship it [05:11] but I still need to update the main.py with mine [05:12] hmm [05:12] where is that section with the main.py [05:13] common/modules/automirror [05:15] ok I changed it [05:15] aka I put the main.py in the correct spot [05:17] I did arc diff [05:18] and its asking me to Enter a commit message [05:18] just save it and get out right? [05:18] yup you want to do that [05:18] like [05:18] don't write anything? [05:18] more or less same as the changelog entry [05:18] like "updated automirror for urllib.request" [05:19] it gave me a fatal error [05:19] saying I don't have an email address [05:19] got 'sbpc@sbpc.(none) [05:19] uh [05:20] whoa that's new [05:20] wth does that mean [05:20] it means someting isn't set right [05:20] does `echo $DEBMAIL` and `echo $EMAIL` both give your email? [05:21] nothing returns [05:21] what about well then you didn't follow the instructions [05:21] see requirements 2.A.b [05:27] so now I get a STDERR aborting commit due to empty commit message [05:27] I did put a message with a pound sign at the bottom [05:27] aka a comment [05:27] or does it want this without a # sign? [05:27] yeah that's empty [05:28] would you commit something on git with a commit messge like "# something someting" ? [05:28] rhetorical question; the answer is no [05:28] Command efailed with error# 1 [05:28] COMMAND [05:28] git commit -F '/tmp/dyncdd9xmz480g4o/5349-owCMXj' [05:28] STDOUT [05:28] (empty) [05:29] right [05:29] you can't do an empty commit message [05:29] but I did git add -A [05:29] and then arc diff [05:29] and then you need to enter a commit message [05:29] wrote in the comment at the bottom with a pound sign in front of it [05:29] that's an empty commit message [05:29] so don't include the pound sign? [05:30] if you make a bash script and it's got a bunch of commands with #'s before them, it's not going to run antyhing [05:30] right [05:30] it works the same way on github [05:31] what do you want for test plan and reviewers? [05:32] test plan should be something like "verify basic function in US, but then also have non-US users test for functionality, especially paying attention to time" [05:32] reviewers is now documented at the end of the thing, but "@tsimonq2, @wxl" [05:33] subscribers? [05:33] none [05:33] like literally write that? [05:33] non [05:33] no [05:33] leave it blank [05:33] ok [05:34] I made the change [05:34] Revision URI: https://phab.lubuntu.me/D23 [05:34] congrats [05:34] damn it did it do another change without asking me? [05:35] isn't it supposed to be 22? [05:35] thanks though [05:35] that's the differential revision number [05:35] ah gotcha [05:35] not the version number of the package [05:35] ok cool [05:36] it looks to me like this should functionally be the exact same thing [05:36] oh wow [05:36] am i wrong? [05:36] yeah but on its own, without those dot operators, it will mess up [05:36] this is a common urllib mistake [05:36] ok [05:36] even people in #python were like [05:36] use requests library instead [05:36] it still needs the try/except bits as aforementioned [05:36] I've had the same issue personally though anyway [05:36] and needs a timeout of some kind [05:36] ah I see [05:37] I fixed the easy issue that I could see [05:37] (and the try/except bits should handle the timeout) [05:37] oh yeah that's a step in the right direction [05:38] anyway, thanks for your help man [05:38] good night ;) [05:38] no problem [05:38] thank you [05:38] now doing the next steps should be easy [05:38] at least once you've written them :) [05:38] hopefully haha [05:38] start with the timeout. that should be fairly simple [05:38] well I made a couple guide text files [05:39] make it arbitrary like i don't know 90s or something [05:39] sounds good [05:39] then add a very simple try/except [05:39] no real error handling [05:39] then add a little error handling here and there [05:39] yeah you're just waiting for a ping to the server right? [05:39] like a basic REST function? [05:39] yeah the bug seems to reflect timeouts [05:40] i could be wrong [05:40] this may be all we needed [05:40] still those other bits should add some additional robustness [05:41] gotcha [05:41] anyway peace out for now [05:41] cya [05:41] ta [06:08] anyone in a foreign country please see https://phab.lubuntu.me/D23 and see what sort of results you get out of the installer [06:42] @wxl [ anyone in a foreign country please see https://phab.lubuntu.me/D23 and see …], wants me to log in [09:00] @wxl I am able to get Trojita to install now. When I try to launch it throws an error: trojita: error while loading shared libraries: libtrojita_plugins.so: cannot open shared object file: No such file or directory [13:47] @wxl yes I absolutely wanted to fix that dang changelog! Sorry I wasn't around last night. My husband was home after being gone for a few days. ... I've got to be out of the house this morning, but absolutely want to have this worked out this afternoon. [14:23] @wxl [ anyone in a foreign country please see https://phab.lubuntu.me/D23 and see …], I will now, I was in 18.04 w/o calamares [14:34] didn't found libcalamares either. [14:39] My system does nota have /usr/lib/x86_64-linux-gnu)/calamares/ [14:45] should it? [14:47] Has anyone bluetooth? Apparently Papirus-Dark "system tray icon" for BT is dark (same as volume) so it doesn't look well with Lubuntu Arc. [15:09] -lugito:#lubuntu-devel- [T83: Differential ACLs are messed up] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T83 [15:12] @HMollerCl [Has anyone bluetooth? Apparently Papirus-Dark "system tray icon" for BT is dark …], That can be solved disabling "colorize icons based on widget style" maybe should it be the default???? [15:30] @acheronuk: @tsimonq2 updated it so it's now viewable. i now also changed the default view policy for differential to public. [15:31] great. maybe I should make an account anyway, but publicly viewable is best :) [15:32] yeah i'm not sure for what reason we had public for who can use is but all users for viewing [15:32] if anything the other way around [15:34] 'reason' and phabricator are not comfortable bedfellows [15:36] -lugito:#lubuntu-devel- [T83: Differential ACLs are messed up] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T83#1562 [15:38] @HMollerCl you won't have x86_64-linux-gnu if you're on i386 XD [15:39] i think it's probably reasonable to say we don't want to colorize the icons on the widget style unless we match the panel style to the widget style [15:42] oh and re: everyone that tested trojita: thanks. it confirms my suspicions that i need to make use of the debian packaging [15:43] @TheWendyPower what time would be good for you? [15:51] why are the bug reports always against lubuntu-tweaks? i don't even [15:55] anyways @tsimonq2 do we need to worry about discover being too sucky? wasn't ian complaining about this when he wasnt' complaining about the size of gnome games? https://bugs.launchpad.net/ubuntu/+source/discover/+bug/1795632 [15:55] Launchpad bug 1795632 in discover (Ubuntu) "18.10 32-Bit: The 'Discover' software centre is Slow + Unstable." [Undecided, New] [15:56] tfw your processor supports vtx but not 64 bit [16:03] @wxl [ @HMollerCl you won't have x86_64-linux-gnu if you're on i386 XD], But I'm on 64bit [16:05] Any other reason why it isn't there? [16:05] https://share.riseup.net/#4zT9m5cyb95jH9KbO9EeBQ [16:06] maybe you used x86-64 ? [16:13] @wxl [ anyways @tsimonq2 do we need to worry about discover being too sucky? wasn …], Do we have any other reasonable option for a software center? [16:16] @wxl [ maybe you used x86-64 ?], more general, I don't have /usr/lib/(i138-linux-gnu|x86_64-linux-gnu)/ where teh code of D23 shoudl be [16:24] the "Adwaita (The Only One)" icon theme, breaks thing. After using it the shutdown and lxqt-configuration icons are gear, no matter what theme you use. After re-login it solves. [16:24] @wxl I should be home about 12:30 MDT [16:28] @HMollerCl [the "Adwaita (The Only One)" icon theme, breaks thing. After using it the shutdo …], could we get rid of adwaita-icon-theme to avoid it? [16:30] @tsimonq2 muon only? [16:30] @wxl[m] [ @tsimonq2 muon only?], Hasn't been updated in a whole. [16:30] *while [16:30] I'm surprised we still ship it [16:31] @HMollerCl is it clear that (this|that) means either this or that? [16:32] @TheWendyPower that's 1130 here which should work for me. [16:32] We should pick one [16:32] I haven't looked at Kubuntu this cycle. What are they doing? [16:42] @wxl[m] [ @HMollerCl is it clear that (this|that) means either this or that?], yes, my question is. Shoudl I have it by default or should I create it. [16:43] @wxl[m] [ We should pick one], @tsimonq2 at least for me, they are different used differenly. Discover is like software center, muon like synaptics package manager. [16:50] @HMollerCl [@tsimonq2 at least for me, they are different used differenly. Discover is like …], Right [16:51] @HMollerCl you DEFINITELY should have /usr/lib/-linux-gnu [16:55] sorry, what I don't have is calamares [16:55] usr/lib/-linux-gnu/calamares [16:56] if it's an installed system you likely won't [16:56] you could install calamares and the lubuntu settings for it [16:56] *grumble* *grumble* merged /usr by default [16:56] you what? [16:57] They kinda flipped that on recently, I think. [16:57] they changed the location of the libs? [16:58] -queuebot:#lubuntu-devel- Unapproved: accepted lubuntu-default-settings [source] (cosmic-proposed) [1.14] [16:58] -queuebot:#lubuntu-devel- Unapproved: accepted lubuntu-default-settings [source] (cosmic-proposed) [1.15] [16:58] -queuebot:#lubuntu-devel- Unapproved: accepted lubuntu-meta [source] (cosmic-proposed) [1.12] [16:58] Perhaps. Let's just blame xnox and move on. XD [16:58] FINALLY SOME QUEUE PROCESSING OMG [16:58] yeah i'm usually more inclined to blame agaida but ok :) [16:58] True. [16:59] although i'll give him credit: we had a long talk about packaging the other day and he was remarkably helpful [16:59] maybe i caught him while the caffeine was still metabolising XD [17:00] Maybe XD [17:01] unchecking colorize icon make it better to see on sys tray, but worse on pcmanfm. [17:02] could we get rid of adwaita-icon-theme to avoid strange behaivour? [17:02] @HMollerCl [could we get rid of adwaita-icon-theme to avoid strange behaivour?], Sure can; if it works as intended, wanna submit a diff to the seed blacklisting it? [17:04] I should add it to the blacklist file only? [17:05] No, see how we blacklist other packages in `desktop`. [17:05] But you should also see if it's a recommend or a depend of lubuntu-desktop. If it's the latter, this gets harder. [17:06] !package e.g. https://phab.lubuntu.me/source/lubuntu-seed/browse/cosmic/desktop$37 [17:06] Factoid 'package e.g. https://phab.lubuntu.me/source/lubuntu-seed/browse/cosmic/desktop$37' not found [17:06] XD [17:07] whatever [17:22] @tsimonq2 [But you should also see if it's a recommend or a depend of lubuntu-desktop. If i …], How can I check it? [17:22] @tsimonq2 [No, see how we blacklist other packages in desktop.], Blacklist is done with a ! before? [17:24] @HMollerCl yep and you can use apt-rdepends [17:24] @HMollerCl [How can I check it?], Close your eyes and prey? XD [17:24] @tsimonq2: you want him to go hunting? [17:24] For wabbits [17:24] It's wabbit season [17:24] * wxl facepalms [17:25] @wxl [ @HMollerCl yep and you can use apt-rdepends], Or this... [17:25] Hehe [17:30] apparently muon can dot it [17:35] nope, does not do reverse. [17:36] lubuntu-desktop appear in apt-rdepends -r adwaita-icon-theme [17:36] but there are a loooot of things that appear that shouldn't be affected. For instance: xorg. [17:38] but all the Humanity icon theme depends on adwaita [17:38] Try `reverse-depends` from the `ubuntu-dev-tools` package. [17:38] -lugito:#lubuntu-devel- [rLUBUNTUMETAARCHIVEd9d8f9c5d22c: DSC file for 1.12] Diffusion committed: https://phab.lubuntu.me/rLUBUNTUMETAARCHIVEd9d8f9c5d22c [17:38] -lugito:#lubuntu-devel- [rLUBUNTUMETAARCHIVE3dcd10886793: Import patches-unapplied version 1.12 to ubuntu/cosmic-proposed] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rLUBUNTUMETAARCHIVE3dcd10886793 [17:38] -lugito:#lubuntu-devel- [rLUBUNTUMETAARCHIVE179b0ce71180: Import patches-applied version 1.12 to applied/ubuntu/cosmic-proposed] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rLUBUNTUMETAARCHIVE179b0ce71180 [17:45] -lugito:#lubuntu-devel- [T85: CI for packaging repos] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T85 [17:46] @tsimonq2 [Try reverse-depends from the ubuntu-dev-tools package.], that's nicer [17:46] hmoller@hmoller-pc:~$ reverse-depends adwaita-icon-theme ... Reverse-Recommends ... ================== ... * entangle ... * gnome-themes-extra ... * lightdm-gtk-greeter ... Reverse-Depends ... =============== ... * adwaita-icon-theme-full ... * apturl ... * fcitx-config-common ... * gnome-core ... * humanity-icon-theme ... * ibus .. [17:46] . * libgtk-3-0 ... * libgtk2.0-0 ... * neurodebian-desktop ... * numix-gtk-theme ... * ubuntu-mono ... * unity-asset-pool ... * unity-control-center [17:47] any of this is problematic? [17:49] The question really is how it's pulled in. [17:53] sorry, I don't undersatnd your question. What I know is that: ... 1.- it exist an adwaita-icon-theme-full which has all the icons. ... 2.- but this package is not the full, it has the icons that are missed in humanity. ... 3.- apparently, since it has not all the icons, produces this trange behaivour. [17:53] i purge it in my system and beside of droping the humanity icon set, I don't see any other issue. [17:55] I believe that if someone install a gnome app, it will be added. [18:12] hey guys, did my patch work out? [18:12] just wanted to make sure before I try the "try and catch" clause exception handling later [18:31] @tsimonq2 [The question really is how it's pulled in.], firefox needs adwaita [18:33] adwaita-icon-theme [18:34] -lugito:#lubuntu-devel- [rLUBUNTUDEFAULTSETTINGSARCHIVE0d04c762c8a9: DSC file for 1.15] Diffusion committed: https://phab.lubuntu.me/rLUBUNTUDEFAULTSETTINGSARCHIVE0d04c762c8a9 [18:34] -lugito:#lubuntu-devel- [rLUBUNTUDEFAULTSETTINGSARCHIVEc152060087cf: DSC file for 1.14] Diffusion committed: https://phab.lubuntu.me/rLUBUNTUDEFAULTSETTINGSARCHIVEc152060087cf [18:34] -lugito:#lubuntu-devel- [rLUBUNTUDEFAULTSETTINGSARCHIVE3135ca7cb3a3: Import patches-unapplied version 1.14 to ubuntu/cosmic-proposed] TheWendyPower (Wendy Hill) committed: https://phab.lubuntu.me/rLUBUNTUDEFAULTSETTINGSARCHIVE3135ca7cb3a3 [18:34] -lugito:#lubuntu-devel- [rLUBUNTUDEFAULTSETTINGSARCHIVEf8cf380412c2: Import patches-applied version 1.14 to applied/ubuntu/cosmic-proposed] TheWendyPower (Wendy Hill) committed: https://phab.lubuntu.me/rLUBUNTUDEFAULTSETTINGSARCHIVEf8cf380412c2 [18:34] -lugito:#lubuntu-devel- [rLUBUNTUDEFAULTSETTINGSARCHIVE36fcb2a618eb: Import patches-unapplied version 1.15 to ubuntu/cosmic-proposed] hmollercl (Hans P. Möller) committed: https://phab.lubuntu.me/rLUBUNTUDEFAULTSETTINGSARCHIVE36fcb2a618eb [18:34] -lugito:#lubuntu-devel- [rLUBUNTUDEFAULTSETTINGSARCHIVEaf14d4cf67e6: Import patches-applied version 1.15 to applied/ubuntu/cosmic-proposed] hmollercl (Hans P. Möller) committed: https://phab.lubuntu.me/rLUBUNTUDEFAULTSETTINGSARCHIVEaf14d4cf67e6 [18:58] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T86 [18:58] @lugito [ 3[ 13T86: Reorganizations of official titles 3] 15tsimonq2 (Simon …], wxl, @TheWendyPower: ping ^ [18:58] I decided to not create that internally so we could have a more public discussion about it. [19:11] -lugito:#lubuntu-devel- [T87: Online account integration] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T87 [19:13] I have had caffeine, I'm spitting ideas out real quick :) [19:16] @wxl @tsimonq2 I'm at my desk now, so I'm ready to chat about whatever we need to chat about. What would be really nice is if we caould all just go grab a coffee.... [19:18] @TheWendyPower [@wxl @tsimonq2 I'm at my desk now, so I'm ready to chat about whatever we need t …], Agreed :) [19:19] here [19:19] @TheWendyPower [19:20] BTW @kc2bez etc. apparently there's nothing in the code that would preclude the showing of the "empty disk" option........ unless the partition is mounted [19:20] -lugito:#lubuntu-devel- [T67: Repository for manual for LXQt] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T67#1592 [19:21] -lugito:#lubuntu-devel- [T78: Make icons for Telegram to put on Lubuntu.me] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T78#1594 [19:21] -lugito:#lubuntu-devel- [T72: Fix HTML for lubuntu-devel list] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T72#1595 [19:22] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T86#1596 [19:23] @wxl Now that you mentioned it, I had mounted the hard drive, as I moved files from it, into the live environment. I didn't even think of that before now. [19:23] -lugito:#lubuntu-devel- [T67: Repository for manual for LXQt] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T67#1597 [19:24] ok phew [19:24] i'm going to count that as not a bug for the time being unless we can find otherwise [19:24] so wendy where are we at with this thing? [19:25] -lugito:#lubuntu-devel- [T70: Evaluate BlueMoon] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T70#1599 [19:26] -lugito:#lubuntu-devel- [T70: Evaluate BlueMoon] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T70#1605 [19:26] @wxl we are at me needing to scroll back to where you were talking to Hans about it. I didn't pull the instructions at the time, I need to go back and get them. I'll do that now. [19:27] -lugito:#lubuntu-devel- [T67: Repository for manual for LXQt] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T67#1606 [19:28] -lugito:#lubuntu-devel- [T41: Test the Openbox SRU] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T41#1608 [19:30] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T86#1610 [19:30] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T86#1611 [19:30] -lugito:#lubuntu-devel- [T6: Telegram everywhere] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T6#1612 [19:33] -lugito:#lubuntu-devel- [T62: Minimal install is broken? ] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T62#1614 [19:35] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T86#1618 [19:37] -lugito:#lubuntu-devel- [T6: Telegram everywhere] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T6#1620 [19:39] -lugito:#lubuntu-devel- [T62: Minimal install is broken? ] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T62#1622 [19:39] @tsimonq2: whatcha up to when you're done dealing with tasks/ [19:39] are you working on stuff [19:39] ? [19:39] * wxl jumps up and down [19:40] cuz if you are this would be a neat one to bang out https://bugs.launchpad.net/ubuntu/+source/libfm-qt/+bug/1795537 [19:40] Launchpad bug 1795537 in libfm-qt (Ubuntu) "Lubuntu 18.10, icon taken from menu to the desktop, shows when executing dialogue box" [Medium, Triaged] [19:42] @wxl I installed calamares (sudo apt install calamares) [19:42] run automirror/mai.py [19:42] hmoller@hmoller-pc:/usr/lib/x86_64-linux-gnu/calamares/modules/automirror$ ./main.py ... Traceback (most recent call last): ... File "./main.py", line 20, in ... import libcalamares ... ModuleNotFoundError: No module named 'libcalamares' [19:43] @wxl [ @tsimonq2: whatcha up to when you're done dealing with tasks/], I'm bored in class because I flew through the 20 minute activity in five minutes. [19:43] I have had waaaay too much caffeine. [19:46] @wxl when I install calamares it doesn't create an "automirror" directory [19:47] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T86#1623 [19:55] -lugito:#lubuntu-devel- [T62: Minimal install is broken? ] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T62#1624 [19:56] -lugito:#lubuntu-devel- [T6: Telegram everywhere] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T6#1626 [19:57] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T86#1628 [19:57] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T86#1628 [20:02] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T86#1629 [20:10] is it possible to install Lubuntu without X? [20:12] Wafficus: Well openbox only works in X [20:13] so for an Acer Aspire 3690 with 512 meg ram, is it only good with Ubuntu server? [20:15] @tsimonq2: work now!!!!!!!!!! [20:15] @HMollerCl you need the settings package to get automirror and you can't call it directly [20:15] (not easily) [20:19] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T86#1630 [20:20] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T86#1631 [20:23] -lugito:#lubuntu-devel- [T62: Minimal install is broken? ] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T62#1632 [20:26] -lugito:#lubuntu-devel- [T6: Telegram everywhere] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T6#1634 [20:29] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T86#1635 [20:32] -lugito:#lubuntu-devel- [T62: Minimal install is broken? ] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T62#1636 [20:33] -lugito:#lubuntu-devel- [T62: Minimal install is broken? ] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T62#1637 [20:37] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T86#1638 [20:38] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T86#1639 [20:39] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T86#1640 [20:45] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T86#1641 [20:47] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T86#1642 [20:49] wxl: I'm not going to budge, my friend. [20:49] I enjoy Release Management waaaay too much. [20:49] then we should train a backup [20:49] Mkay [20:49] ...who? XD [20:49] we need to find and identify someone [20:50] Good luck with that :) [20:50] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T86#1643 [21:18] @wxl [ @HMollerCl you need the settings package to get automirror and you can't c …], how do I call it? [21:18] how can I test it? [21:20] the easiest way: boot live, apply the patch, start calamares [21:22] ok, will try that in a couple of hours [21:24] is there a known behaivour for the logout/shutdown dialog? I don't see it now in the betas of 64bit and 32bit and the last 3 64bit dailies. But I saw it in 32bit beta in a physical machine. [21:25] what are you talking about? [21:27] when you want to shutdown, sometimes a dialog appear [21:32] aaaa, now I get it is the "leave" dialog. [21:33] when you press leave it opens a very nice dialog. [21:33] @wxl So I need to clear up some steps, as I seem to be missing something. ... 'git pull' ... Then there is an error with the changelog ... 'remote: Counting objects: 13, done. ... remote: Compressing objects: 100% (13/13), done. ... remote: Total 13 (delta 9), reused 0 (delta 0) ... Unpacking objects: 100% (13/13), done. ... Fr [21:33] om https://phab.lubuntu.me/source/lubuntu-default-settings ... 7b7f148..4be7e41 ubuntu/bionic -> origin/ubuntu/bionic ... * [new tag] ubuntu/0.54.1 -> ubuntu/0.54.1 ... Auto-merging debian/changelog ... CONFLICT (content): Merge conflict in debian/changelog ... Automatic merge failed; fix conflicts and then commit the result.' ... That [21:33] is when I run 'git log' to find the change the happened before mine. I use the ... I'm still unsure how I'm supposed to use that info to create the patch. I see 'git diff revision-before-your-changes HEAD' but is that the commit number-letter-string that I place in there? [21:34] all you need to do is fix the changelog, really, Wendy [21:34] just edit it so that it's ordered correctly [21:35] and then do something like `git commit -m "merge upstream changes"` [21:35] and then, assuming you've done everything else, you should just be able to get push [21:35] BUT [21:35] HOLD ON [21:35] Linda J Black [21:35] So I'm making this really really hard when it is not. [21:35] ubuntu/bionic -> origin/ubuntu/bionic [21:35] you're in the wrong branch [21:35] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] lynorian (Lyn Perrine) commented on the task: https://phab.lubuntu.me/T86#1645 [21:36] were the branches corrected btw wxl [21:36] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T86#1646 [21:36] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T86#1647 [21:36] not that i'm aware of Wafficus [21:36] I've been using ubuntu/cosmic... Let me try this again... [21:36] @tsimonq2: calamares-settings is ubuntu, not ubuntu/cosmic [21:36] Wendy: yeah, probably just because you were away from it for a while [21:37] @wxl [ @tsimonq2: calamares-settings is ubuntu, not ubuntu/cosmic], Baaaah [21:38] -lugito:#lubuntu-devel- [T86: Reorganizations of official titles] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T86#1648 [21:39] @lugito [ 3[ 13T86: Reorganizations of official titles 3] 15wxl (Walter Lapc …], @Wolfenprey :) [21:41] Ermagerd wxl, we can get a Lubuntu Council going, and in real life we can call it "the lick" XD [21:41] Get it [21:41] Because... L C [21:41] LC [21:41] * wxl sighs [21:41] Ha ha haaaaaa [21:43] ...I'm terrible. 😆 [21:43] you need to go do some development work [21:44] wxl: random question wxl, what do you do for work for like money? I'm looking to break into dev stuff later, probably something Quality Control related first though I need the full 2 years at this job first [21:44] wxl: Rather, what's the best way to get dev gigs for money? [21:44] wxl has /the/ most hipster job on the planet XD [21:44] Wafficus: i sell custom bicycles and also do a little IT stuff for them [21:44] is he a bike store manager? [21:45] sweet wxl [21:46] Wendy you get it fixed? [21:47] @wxl yep, being on the right bang brach makes everything better! :P [21:47] ok ping me if you need help [21:48] Sounds good! [21:50] @tsimonq2 [@Wolfenprey :)], yep im on work, but reading! [21:53] https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1795539 [21:53] Launchpad bug 1795539 in lxqt-config (Ubuntu) "can't set chromium-browser as default" [Undecided, Confirmed] [22:02] oooh it got worse https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1795539 [22:02] Launchpad bug 1795539 in lxqt-config (Ubuntu) "only falkon and firefox can be set as default browser" [Undecided, Confirmed] [22:10] @wxl [ oh and re: everyone that tested trojita: thanks. it confirms my suspicions …], Let me know if you need something tested again. [22:14] @wxl [ BTW @kc2bez etc. apparently there's nothing in the code that would preclud …], I don't think I explained my situation here too clearly, plus I found some more information. Check this pastebin https://pastebin.com/0iQJjCkz [22:14] @wxl I can shoot you a screenshot as well if you need. [22:15] get the logs out of ~/.cache [22:18] standby, I'll paste them up. [22:23] https://pastebin.com/nb5HVYc9 [22:42] (Photo, 949x283) https://i.imgur.com/JwxgTtF.jpg As you can see in this screenshot, I don't have the erase option. [22:43] I think I am a fringe weird case (pretty much true all the time). [22:45] @kc2bez try `swapoff /dev/sda5` before running calamares [22:49] @wxl [ the easiest way: boot live, apply the patch, start calamares], How should I know if it works? After installation ends? Or before? [22:50] It liked that. Erase is there now. [22:50] @HMollerCl if it's proceeded to installing packages that's usually a good sign. You can watch the log in ~/.config to see when it enters and leaves the automirror section, too [22:51] @kc2bez remember what i said? won't offer it if something is mounted. apparently the swap gets automounted for some reason. [22:51] @tsimonq2: do you know any reason why booting live would automount a swap partition on the drive? [22:51] When you talk about starting calamares, you mean starting installation, right? [22:51] yes [22:52] @wxl it makes more sense to me now. I had to tap it out for it to sink in. [22:54] @HMollerCl if you look at /etc/calamares/settings.conf you'll see the sequence of options. automirror is before packages, but after users, etc. [22:56] @wxl [ @tsimonq2: do you know any reason why booting live would automount a swap …], No [22:57] @kc2bez if you start afresh again BEFORE RUNNING CALAMARES is the swap partition mounted? maybe give me `lsblk` again [23:22] https://phab.lubuntu.me/D24 [23:35] @TheWendyPower reviewed! === genii is now known as Barista [23:41] @tsimonq2: where/how do we remove calamares after install? [23:41] @tsimonq2: or is it more that we don't install it at all? that's it right? [23:42] wxl: https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/lubuntu/modules/packages.conf$5 [23:42] https://phab.lubuntu.me/source/calamares-settings-ubuntu/browse/master/lubuntu/settings.conf$45 [23:49] question regarding lxterminal, so is it possible to full screen it? [23:50] like fully full screen it? [23:51] lxterminal or qterminal? [23:51] lxterminal [23:51] mmm don't think so [23:51] *feature request ;) [23:51] hah [23:51] hey you know what would be a cool thing [23:51] if this isn't a thing already [23:51] what if you could visualize git branches like ranger [23:51] Fixed @wxl and comment added @tsimonq2 to D24 [23:51] that'd be sick [23:51] the one thing i would say is that lxde's development is reaaaaaaaaaaly slow [23:52] they had to work hard enough to get gtk3 support let alone have full screen terminals XD [23:52] wxl: "" [23:52] The only "oddity" is this. Why is there an option to install Lubuntu on [23:52] my desktop after I've installed Lubuntu? [23:52] ha [23:52] oops [23:52] wxl: That's a whoooooole separate issue. [23:52] @tsimonq2: which? [23:52] I gotta fix that shiznit. [23:52] wxl: ubuntu-quality [23:53] what issue is that because i don't even see it??? [23:53] wxl: did you want try and except clauses for getcountry() AND get mirror() right? [23:53] *for automirror [23:53] @tsimonq2: seems that live images automount swap by design (to deal with low ram). the problem with this is that if a drive has a swap partition, then the entire disk option is not displayed [23:54] wxl: Different issue. [23:54] Wafficus: for now, getcountry() [23:54] wxl: gotcha thanks [23:54] wxl: It'll take less time for me to fix it and show you the fix and you understand the fix than for me to explain it to you. [23:54] @tsimonq2: dude when you figure out how to speak in complete sentences, come back, ok? :) [23:55] wxl: Shhh, fixing it. [23:55] XD [23:55] faster [23:58] @wxl It automounted swap but I think you already figured that out. [23:58] yeah [23:59] thanks [23:59] what's a good light weight internet browser for lubuntu btw?