/srv/irclogs.ubuntu.com/2018/10/24/#lubuntu-devel.txt

Wafficusso where should I place my folder with the welcome center code00:00
Wafficuslike you have it on phabricator as00:00
Wafficus"lubuntu-welcome-center"00:00
Wafficusmine is:00:00
WafficuslubuntuWelcomeCenter00:00
wxlhuh00:00
Wafficusaka a folder full of the necessary code00:00
wxlyou did git clone whatever, right?00:00
Wafficuslike I have both directories side by side in my "phabricator" folder00:00
Wafficusum yeah just the git clone command yes00:00
Wafficusso should I drag and drop my code into the "branches" folder?00:00
wxlso move the files from the one folder to the other one00:00
Wafficusyeah for sure00:01
wxlthen add, commit, push00:01
Wafficusbut its just a matter of where I should put them is what confused me for some reason00:01
wxlyou 00:01
wxlput00:01
wxlthem00:01
wxlin00:01
wxlthe00:01
wxlfolder00:01
Wafficusthat's it?00:01
Wafficusno branches?00:01
wxldon't sweat that for the time being00:01
Wafficusok cool00:01
Wafficusjust want to make sure00:01
wxlwe can always move stuff around00:01
Wafficusdon't want to screw it up for everyone else00:01
Wafficusgreat I'll try that real quick then00:01
Wafficusthanks for bearing with me00:01
Wafficusglad you're here hah00:01
wxlnp00:01
Wafficusits super basic00:02
Wafficusbut I have buttons laid out vertically so far00:02
Wafficusso obviously things will change00:02
Wafficusand we have to add actual functionality to it00:02
Wafficusbut this is sort of the biggest qt project i've done so far haha so bear with me guys on the design (super simple)00:02
Wafficusanyway00:02
wxlkeep at it. you're doing great!00:02
Wafficusi'll try that real quick00:02
SteedalionI've got 2 pull requests for documentation on github, will someone kindly merge when they have time. Thanks.00:04
lubot<tsimonq2> I'll get it00:05
wxlwe should work out a way to have github automatically create a arc diff00:05
Wafficuswxl: place it in the .git folder right wxl?00:05
wxlnoooo00:06
wxl.git is a special folder00:06
wxlyou want it in the containing folder00:06
Wafficusgotcha00:06
Wafficusok so I just placed the files in there00:07
Wafficusgonna read your instructions00:07
Wafficuslike not in the .git folder00:07
Wafficusjust the lubuntu-welcome-center folder00:07
SteedalionI'll think I should learn the arc thing. It's unreasonable to expect the whole workflow to change for me. But github is more familiar and would break down some barriers for new controibutors.00:07
Wafficusgit add, git commit, git push00:07
Wafficushmm, so do I git add all of these files like "git add lubuntuWelcomeCenter.pro" for ex?00:08
wxlyeah00:08
-lugito:#lubuntu-devel- [rMANUALc1c7b83df946: Merge branch 'master' of https://github.com/lubuntu-team/manual] Steedalion (Steed) committed: https://phab.lubuntu.me/rMANUALc1c7b83df94600:08
-lugito:#lubuntu-devel- [rMANUALc87e1362a688: Merge branch 'master' of https://github.com/Steedalion/manual] Steedalion (Steed) committed: https://phab.lubuntu.me/rMANUALc87e1362a68800:08
-lugito:#lubuntu-devel- [rMANUAL781eccd20515: Merge branch 'master' of https://github.com/lubuntu-team/manual] Steedalion (Steed) committed: https://phab.lubuntu.me/rMANUAL781eccd2051500:08
-lugito:#lubuntu-devel- [rMANUALbd2838e38124: Chapter 1.3 Proofread incomplete Need to read the bulk of the sections still.] Steedalion (Steed) committed: https://phab.lubuntu.me/rMANUALbd2838e3812400:08
-lugito:#lubuntu-devel- [rMANUAL297f99c51ae3: Moved advanced partitioning to the end as I feel it may detter new users. I…] Steedalion (Steed) committed: https://phab.lubuntu.me/rMANUAL297f99c51ae300:08
-lugito:#lubuntu-devel- [rMANUAL26bef809ae0c: Merge remote-tracking branch 'Steedalion/typos'] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rMANUAL26bef809ae0c00:08
wxlor just do `git add -A` to add them all00:08
Wafficuscool I'll try that00:08
SteedalionThanks.00:08
wxlor do `git commit -a` to commit and add at the same time00:08
SteedalionThanks for merge.00:08
Wafficuswhat would you like for me to place in the git commit command?00:09
wxlbut safer to add explicitly00:09
Wafficusthanks but too late ha, i did commit separately00:09
wxlwhatever you think is reasonable00:09
Wafficusok00:09
WafficusI only ask cause I forget the styling guide from last time00:09
wxl"initial commit" is traditional, but it might be reasonable to say "initial commit of UI"00:09
Wafficussince this is isn't like patch specific00:09
Wafficusok will do00:09
wxlwe don't need to worry about packaging until we do XD00:10
Wafficusit keeps saying "Aborting commit due to empty commit message"00:10
Wafficusit opens up VIM00:10
wxlwell duh00:10
wxlyou need a commit *message*00:10
wxli thought yuo said you used github XD00:10
Wafficusand then I just placed # Initial commit for UI00:11
Wafficuswell00:11
WafficusI use Github in the most noob way possible00:11
Wafficuslike I prefer the GUI to just upload stuff and be done with it00:11
wxldon't prepend a # because that ignores what's after it00:11
Wafficusfor some reason it gets complicated for me real quick, idk00:11
wxlewwwwwwwwwww git UI00:11
Wafficusah gotcha00:11
Wafficuswell00:11
wxlthat's worse than IRC on a UI00:11
Wafficusmaybe I'm too much late 90s kid00:11
WafficusTRUE that00:11
Wafficusi will agree00:11
wxlmmmmmm00:11
wxlmaybe too much windows00:11
Wafficusbut the concept of uploading files seems like a ftp server to me00:12
Wafficusjust drag and drop lol00:12
wxlbut that's not what git is00:12
Wafficusanyway I'll take out the comment and try that00:12
wxlit's not uploading files AT ALL00:12
Wafficussee this is why I'm still a noob at it tbh00:12
lubot<TheWendyPower> ❤️00:12
WafficusI understandt hat the git concept was Linus's idea though00:12
Wafficusto work on related kernel projects00:12
wxlversion control wasn't00:12
wxlultimately git has become the predominant tool for version control00:13
lubot<TheWendyPower> I don't know why I posted a heart...00:13
wxland though purists will argue, there's very little difference between them00:13
WafficusI tried git push00:13
Wafficusand it said requested URL returned error: 40300:13
Wafficusthe commit did work though00:13
wxlah00:13
wxlyou used the https remote00:13
wxlthat's the problems00:13
Wafficusah I see00:13
wxldo `git remote remove origin`00:13
Wafficusis there any way I can add the https prefix to that part of the CLI?00:14
Wafficusok i'll try that00:14
wxlthen `git remote add origin whatever-the-ssh+git-uri-is`00:14
Wafficusok i did that00:14
wxlthen git push00:14
Wafficusgotcha i'll look that up on Phabricator now00:14
Wafficusthanks00:14
lubot<kc2bez> @TheWendyPower [I don't know why I posted a heart...], We all love git, it is ok.00:15
lubot<TheWendyPower> @kc2bez I jumped back into this thread and there a a beautiful ❤️... And I don't remember doing that. But git awesome arc is nicer 😊00:16
Wafficushaha lol00:16
Wafficusgot it: ssh://git@phab.lubuntu.me:2222/source/lubuntu-welcome-center.git00:16
Wafficus"fatal: The current branch master has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin master00:17
wxlfollow the instructions00:18
WafficusI did:00:18
Wafficusgit remote add origin ssh://git@phab.lubuntu.me:2222/source/lubuntu-welcome-center.git00:18
Wafficuspermission denied public key00:18
Wafficusweird00:18
WafficusI just did: git push --set-upstream origin master00:18
wxlyou probably don't have your ssh config set up correctly00:18
Wafficusthe key on this comp is the same on phabricator and even on my own webhosting site too00:19
Wafficusdang00:19
wxlhave something like the following in your ~/.ssh/config:00:19
wxlHost phab.lubuntu.me00:19
wxl  User git00:19
Wafficusit saying that: Permissions 0664 for 'home/sam/.ssh/id_rsa' are too open00:19
wxl  Port 222200:19
Wafficusok i'll look there00:19
wxl  IdentityFile /path/to/your/key00:19
wxlok well that's a problem too00:19
WafficusI'm in ~/.ssh but there's no config directory00:20
WafficusI just have the "id_rsa" file and "known_hosts"00:20
wxlit's a file not a directory; create it if it's not there00:20
wxloh00:20
wxlwell00:21
wxli guess that's the other thing00:21
wxlif you have id_rsa you proabbly don't need it00:21
Wafficusi'm screwed :/00:21
wxlthe issue is likely the permissions00:21
wxlchmod 600 ~/.ssh/id_rsa00:21
Wafficusok I did that00:22
Wafficusgonna go back in that git folder and try git push again00:22
wxlnow `git push --set-upstream origin master`00:22
-lugito:#lubuntu-devel- [rWELCOME3698c183132b: Initial commit] SBanya (Samuel Banya) committed: https://phab.lubuntu.me/rWELCOME3698c183132b00:23
Wafficusok looks good00:23
wxl^ you did it00:23
Wafficussick :)00:23
Wafficusthanks man00:23
wxlnp00:23
wxlthank you00:23
Wafficusweird question, but could you update the "how to" for new idiots like me with that00:23
Wafficuslike its just a basic gui, and obviously buttons need to be made00:23
wxlhm?00:24
WafficusI just literally brainstormed what i thought a user would want and just made buttons flush from top to bottom00:24
Wafficusfor the Welcome Center00:25
Wafficusa news section, a submit bug button, look for icons / themes, etc00:25
Wafficusyou'll see00:25
WafficusI had to use a template from qtcreator as well00:25
Wafficussince I've been following the qt docs guide for beginners00:25
wxli mean we don't have a how to at all00:26
wxlany more than we have a how to on how to use python00:26
SteedalionDoes anyone have a guide on the arc, phab stuff? 00:29
Wafficuswxl: well, more or less that contribution guide. just to include those git command ideas would be great00:30
Wafficuswxl: Either way, I'm gonna continue that qt guide for today00:30
wxlyeah well that's not something most people should have to do00:30
Wafficuswxl: you never know though, I see what you're saying, but just in case they wanna do dev stuff, make it easy you know00:31
wxlSteedalion: basically you git clone the repo using the urls on phabricator, do normal git stuff, instead of pushing, you arc diff. see the packaging tutorial00:31
kc2bezhttps://phab.lubuntu.me/w/packaging-tutorial/00:32
Wafficus@TheWendyPower let me know what you think of that basic GUI i did. The buttons don't function yet, but I wanted the team's input of what should be even on that welcome screen00:32
Wafficuswxl: aha, so the packaging tutorial is the newbie section00:32
Wafficusthat's what I was saying00:32
Wafficuseven just to include it there would be great00:32
wxlit's the second for PACKAGING00:32
wxlnot necessarily for writing brand new code which we do very little of00:33
wxls/second/section/00:33
-lugito:#lubuntu-devel- [T128: To-Do/Wish List ] lynorian (Lyn Perrine) commented on the task: https://phab.lubuntu.me/T128#256700:34
Steedalion@wxl, wiki/packaging tutorial. Got it!00:35
lynorianThat is for setting up arc which I still need to get in the manual 00:35
lynorianI have the command to clone 00:35
Wafficusgotcha00:38
lubot<TheWendyPower> @Wafficus I'll take a look when I get the computer back from my husband. During the research phase, one thing I want to put on/in the welcome is the ability to set up multiple monitors.00:42
wxl[m]Steedalion: not all of that is necessary. We need to rewrite that for manual contributions00:42
SteedalionCan I install arcanist using apt-get?00:42
wxl[m]Steedalion: supposedly @TheWendyPower is working on a video00:43
wxl[m]Steedalion: yes you can but I've only ever followed the instructions given so I'm not sure if that might not be problematic in some way00:44
SteedalionYeah I am just lazy. I just hope it's not too old and going to cause issues. I'll test apt-get version and change if it gives problems.00:45
-lugito:#lubuntu-devel- [rMANUAL16fd93c34e82: Add a screenshot for pulse audio volume control.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL16fd93c34e8200:46
-lugito:#lubuntu-devel- [rMANUAL0f19fceb6b56: Merge branch 'master' of ssh://phab.lubuntu.me:2222/source/lubuntu-manual] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL0f19fceb6b5600:46
Steedalionso do I just git add remote PHAB,  git pull PHAB, arc diff ?00:46
lynorianI haven't had problems with the manual for the repos version of phab00:47
lubot<TheWendyPower> @wxl @Steedalion I am making a video, my house has been loud with sick coughing kids.01:01
-lugito:#lubuntu-devel- [rMANUALc4e439b7e9f5: Add screenshot of qps.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALc4e439b7e9f501:01
SteedalionIt's chilled. I the guide is good.01:04
SteedalionDo I need quilt for Docs?01:04
lubot<Wafficus> @TheWendyPower good idea about multiple monitors. Nice.01:06
lynorianSteedalion: no01:11
lubot<TheWendyPower> @Wafficus It would be super handy to get some of the "first thing" configurations out of the way at the welcome screen. Like, thanks for installing Lubuntu. Let's get some of this configuration crap out of the way!01:13
lubot<Wafficus> True01:14
lubot<Wafficus> I forgot about that tbh01:14
lubot<Wafficus> I thought about it more like a hub for other issues to check in on01:14
lubot<Wafficus> I forgot that it would be a section after install01:14
lubot<Wafficus> I thought of it akin to the updating packages section01:15
lubot<Wafficus> Good to clarify it01:15
-lugito:#lubuntu-devel- [rMANUAL198569127d53: Add desktop screnshot.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL198569127d5301:16
Steedalion@lynorian Okay so the guide is good. Got through it with no sweat. After you submit a commit for review, do you have to  merge it or does that happen automatically?01:17
lynorianI can merge it yeah if it is on phab01:18
lynorianyeah01:18
-lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] kc2bez (Dan Simmons) commented on the task: https://phab.lubuntu.me/T61#256901:19
SteedalionOkay @lynorian, I'm just testing. I did push but it requires review. How do I set reviewers?01:24
lynorianI can see that Steedalion01:25
SteedalionOkay, so that's how I'll do it from now on. @lynorian, did I forget anything?01:26
SteedalionOkay so the Phabricator is like social media git? 01:28
-lugito:#lubuntu-devel- [rMANUAL693ee324beeb: Add screenshot for desktop notifications.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL693ee324beeb01:30
tewardit's a software development collaboration suite.  :P01:31
tewardgit is a minor piece of that ;)01:31
lubot<TheWendyPower> @Wafficus ya, the welcome center will be the first thing users see on the first boot.01:34
-lugito:#lubuntu-devel- [T128: To-Do/Wish List ] hmollercl (Hans P. Möller) commented on the task: https://phab.lubuntu.me/T128#257001:38
-lugito:#lubuntu-devel- [rMANUAL421e4530effa: Add keyboard and mouse screenshot.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL421e4530effa01:48
-lugito:#lubuntu-devel- [rMANUALea0ec8fb1368: update contributing and README partially telling an easy way to get arcanist.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALea0ec8fb136801:54
lubot<HMollerCl> Ok, tried this in a clean install and worked02:09
lubot<HMollerCl> Someone knows why lxqt is grabbing info from a file called .config/kdeglobals ???02:10
lubotTimApple was added by: TimApple02:33
lubot<tsimonq2> Welcome @TimApple!02:37
lubot<tsimonq2> Good to have you here02:38
-lugito:#lubuntu-devel- [T128: To-Do/Wish List ] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T128#257102:59
-lugito:#lubuntu-devel- [rMANUAL307c3e527cd7: Add screenshot for shortcut keys.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL307c3e527cd705:28
Steedalion@lynorian arc diff'd05:29
lynorianok05:29
lynoriannice screenshots05:35
SteedalionI hope I didn't over do it. It's just that chapter 1 is the install and I don't want to make it too intimidating for newbies.05:37
Steedalion@lynorian what do you think about adding an appendix for keyboard shortcuts?05:37
lynorianSteedalion: I have been thinking about that myself a bit but have not done it05:37
lynorianprobably a good idea05:38
SteedalionI am hoping we can parse the .xml files and automate the process.05:38
SteedalionIt may be too many commands to do by hand.05:39
-lugito:#lubuntu-devel- [rMANUALe7a812e274bf: Testing push to phabricator] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALe7a812e274bf05:49
lynorianwell some of them are in the screenshot I added of shortcut keys05:50
lynorianbut for all applications yeah that would take a while05:51
Steedalion@lynorian, I was thinking we should rename some of the applications also. For example, there is no benifit in calling transmission Qtransmission, but it should be Transmission in Documentation and Application menu. So the change needs to happen in the default settings too.06:03
lynorianSteedalion: yeah espically for someone like my mom to understand06:18
Steedalionlol06:43
-lugito:#lubuntu-devel- [rMANUALc9a3ae6ab6e8: Add gitignore for build as we want it always building and untracked files cause…] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALc9a3ae6ab6e806:50
-lugito:#lubuntu-devel- [rMANUAL7a8019f9ca58: Add screenshot for obconf-qt.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL7a8019f9ca5807:10
lubot<marneu> @HMollerCl I was able to set my Qt theme to Breeze Dark using your pasted kdeglobals file.08:26
lubotlbssousa was added by: lbssousa13:44
lubot<Wafficus> @TheWendyPower Let me know what you think of the basic design so far. It's just a window that's 800 x 600 with buttons present. I'll include your idea to also have a change desktop resolution / monitor settings too13:46
lubot<TheWendyPower> I was just getting back to my computer. I'll take a look!13:56
-lugito:#lubuntu-devel- [T128: To-Do/Wish List ] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T128#257214:06
lubot<tsimonq2> @lbssousa [<reply to image>], Welcome!14:15
lubot<lbssousa> @tsimonq2 [Welcome!], Thanks!14:15
-lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T61#257314:29
-lugito:#lubuntu-devel- [T72: Fix HTML for lubuntu-devel list] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T72#257414:30
-lugito:#lubuntu-devel- [T129: Write a coding style guide] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T12914:36
-lugito:#lubuntu-devel- [T130: Add a license to the Welcome Center] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T13014:40
-lugito:#lubuntu-devel- [T130: Add a license to the Welcome Center] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T130#259414:43
-lugito:#lubuntu-devel- [T131: Convert the welcome center to CMake] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T13114:45
-lugito:#lubuntu-devel- [T105: LibreOffice needs language/l10n support] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T105#260514:48
-lugito:#lubuntu-devel- [T128: To-Do/Wish List ] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T128#260614:52
-lugito:#lubuntu-devel- [T117: Must haves for 19.04 release] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T117#260714:52
-lugito:#lubuntu-devel- [T11: Ubuntu SSO for Phab] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T11#261214:57
-lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T61#261315:34
-lugito:#lubuntu-devel- [T105: LibreOffice needs language/l10n support] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T105#261415:40
-lugito:#lubuntu-devel- [T117: Must haves for 19.04 release] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T117#261515:40
-lugito:#lubuntu-devel- [T122: Consider Including Carlito and Caladea Fonts in Install ISO] hmollercl (Hans P. Möller) commented on the task: https://phab.lubuntu.me/T122#261615:40
-lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] agaida (Alf Gaida) commented on the task: https://phab.lubuntu.me/T61#261715:51
lubot<tsimonq2> wxl: ^ agaida has spoken XD15:52
lubot<tsimonq2> He's like15:53
lubot<tsimonq2> (Document) https://telegram.lubuntu.me/GgX0Fq9z/file_4369.mp415:53
lubot<tsimonq2> A note for the newbies, don't take agaida personally :)15:54
-lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] agaida (Alf Gaida) commented on the task: https://phab.lubuntu.me/T61#261815:54
-lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T61#261915:55
wxl[m]^ and that's where he gets fish slapped15:56
-lugito:#lubuntu-devel- [T122: Consider Including Carlito and Caladea Fonts in Install ISO] hmollercl (Hans P. Möller) commented on the task: https://phab.lubuntu.me/T122#262015:59
lubot<HMollerCl> @tsimonq2 [A note for the newbies, don't take agaida personally :)], he's from melmac?16:05
wxl[m]Naboo16:08
-lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] agaida (Alf Gaida) commented on the task: https://phab.lubuntu.me/T61#262116:09
lubot<tsimonq2> Now we get to make fun of him for his small screen. XD16:13
-lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T61#262216:13
wxl[m]Already did16:14
lubot<tsimonq2> HAHAHAHA16:14
lubot<kc2bez> Turns out we were on the same page.16:29
lubot<kc2bez> Thanks for the assistance wxl.16:31
wxl@kc2bez yeah agaida has a tendency to look for opportunities to be a sardonic naysayer16:39
-lugito:#lubuntu-devel- [T128: To-Do/Wish List ] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T128#262316:59
=== lynorian_ is now known as lynorian
-lugito:#lubuntu-devel- [T132: [lubuntu.me] Broken Links on Front Page - "Explore Lubuntu's Features" -> /about == 404] teward (Thomas Ward) just created this task: https://phab.lubuntu.me/T13219:34
-lugito:#lubuntu-devel- [T132: [lubuntu.me] Broken Links on Front Page - "Explore Lubuntu's Features" -> /about == 404] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T132#263519:36
lubot<tsimonq2> This group is up to 100 members and the Spanish group is up to 120 💪20:55
lubot<kc2bez> Huzzah!20:55
lubot<tsimonq2> ^20:55
lubot<TheWendyPower> (Document) https://telegram.lubuntu.me/Ew4afLXH/file_4376.mp421:02
lubot<Wolfenprey> (Document) https://telegram.lubuntu.me/nIXa0Dkd/file_4378.mp421:34
-lugito:#lubuntu-devel- [rMANUALd79d8b2d6241: Add screenhost for vlc] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALd79d8b2d624121:45
-lugito:#lubuntu-devel- [rMANUAL60544cdbbcae: Add libreoffice impress screenshot.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL60544cdbbcae22:05
qwebirc83150I've been trying to create a LVM install of Lubuntu 18.10 with LUKS. I'm trying to get full disk encryption but I don't know if I can do it with the GUI installer.22:39
wxlnot with efi but otherwise yes qwebirc83150 22:39
qwebirc83150So, it won't work with EFI enabled?22:40
wxlcorrect22:40
wxl@tsimonq2 theoretically has some workaround to the problem but hasn't shared it with us yet :)22:40
qwebirc83150Is there a bug for that or is that just a limitation?22:40
qwebirc83150Gotcha22:41
lubot<tsimonq2> @wxl [<wxl> @tsimonq2 theoretically has some workaround to the problem but hasn't shar …], No I don't XD22:41
lubot<tsimonq2> Bad wxl is bad22:41
wxloh well, i guess anyone who wants to do encryption and efi is screwed22:41
lubot<tsimonq2> For now22:42
lubot<tsimonq2> I'll figure it out22:42
wxlthat's what we should do.. and provide some reasonable workaround22:42
lubot<tsimonq2> But that isn't there yet. And I haven't had the time between mountains of homework and work to get back on my feet. :P22:42
lubot<tsimonq2> Why can't you do it wxl? XD22:43
wxlbecause i don't know what the problem is. 22:43
lubot<tsimonq2> You have an EFI machine, right?22:43
wxlirrelevant22:43
lubot<tsimonq2> Reproduce the problem and then try to fix it.22:43
lubot<tsimonq2> Once you have a fix, standardize it.22:43
wxlyeah gee thanks22:44
lubot<tsimonq2> If I get hit by a bus tomorrow you're gonna have to figure it out either way so XS22:44
lubot<tsimonq2> *XD22:44
lubot<tsimonq2> Anyway, yeah, I don't know the solution yet.22:44
lubot<tsimonq2> I want to, but I don't unfortunately.22:44
lubot<tsimonq2> I could have sworn it did work at one point though.22:44
qwebirc83150Gotcha22:44
wxlthat should something we work to solve immediately22:44
qwebirc83150Is there a bug for that somewhere or would the calamares folk be the target contact for that?22:45
lubot<tsimonq2> Don't contact them, we'd be the target.22:46
qwebirc83150Where should I check for updates on the issue then?22:48
lubot<tsimonq2> We'll update the release notes.22:49
qwebirc83150Gotcha22:49
thatrandomguyI just want to double check on the EFI and LUKS conflict thing... this is not related to calamares, correct? Additionaly, is there a way to install Lubuntu via terminal?23:35
lynorianthatrandomguy: Does sever install with efi and luks correctly ?23:41
lynorianif so you can then install the lubuntu-desktop metapackage23:41
lynorianbut that would only work for amd64 as no i386 server for 18.1023:41
thatrandomguyI haven't tried it yet. I was on earlier and Simon said it was a known issue dealing with EFI. What I wasn't sure of is if it was something wrong with Calamares or....23:43
lynorianthatrandomguy: it did affect ubiquity too and they had a hacky workaround our team did not find out about is what I heard 23:44
lynorianthatrandomguy: a lot of the efi problems seem to be with grub23:44
thatrandomguyGotcha23:44
thatrandomguyWould you happen to know if there's a bug out there for this somewhere?23:45
lynorianI don't know the number 23:46
thatrandomguyGotcha. As long as it's out there, I can search for it. Thank-you.23:47

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