[00:00] so where should I place my folder with the welcome center code [00:00] like you have it on phabricator as [00:00] "lubuntu-welcome-center" [00:00] mine is: [00:00] lubuntuWelcomeCenter [00:00] huh [00:00] aka a folder full of the necessary code [00:00] you did git clone whatever, right? [00:00] like I have both directories side by side in my "phabricator" folder [00:00] um yeah just the git clone command yes [00:00] so should I drag and drop my code into the "branches" folder? [00:00] so move the files from the one folder to the other one [00:01] yeah for sure [00:01] then add, commit, push [00:01] but its just a matter of where I should put them is what confused me for some reason [00:01] you [00:01] put [00:01] them [00:01] in [00:01] the [00:01] folder [00:01] that's it? [00:01] no branches? [00:01] don't sweat that for the time being [00:01] ok cool [00:01] just want to make sure [00:01] we can always move stuff around [00:01] don't want to screw it up for everyone else [00:01] great I'll try that real quick then [00:01] thanks for bearing with me [00:01] glad you're here hah [00:01] np [00:02] its super basic [00:02] but I have buttons laid out vertically so far [00:02] so obviously things will change [00:02] and we have to add actual functionality to it [00:02] but 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] anyway [00:02] keep at it. you're doing great! [00:02] i'll try that real quick [00:04] I've got 2 pull requests for documentation on github, will someone kindly merge when they have time. Thanks. [00:05] I'll get it [00:05] we should work out a way to have github automatically create a arc diff [00:05] wxl: place it in the .git folder right wxl? [00:06] noooo [00:06] .git is a special folder [00:06] you want it in the containing folder [00:06] gotcha [00:07] ok so I just placed the files in there [00:07] gonna read your instructions [00:07] like not in the .git folder [00:07] just the lubuntu-welcome-center folder [00:07] I'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] git add, git commit, git push [00:08] hmm, so do I git add all of these files like "git add lubuntuWelcomeCenter.pro" for ex? [00:08] yeah [00:08] -lugito:#lubuntu-devel- [rMANUALc1c7b83df946: Merge branch 'master' of https://github.com/lubuntu-team/manual] Steedalion (Steed) committed: https://phab.lubuntu.me/rMANUALc1c7b83df946 [00:08] -lugito:#lubuntu-devel- [rMANUALc87e1362a688: Merge branch 'master' of https://github.com/Steedalion/manual] Steedalion (Steed) committed: https://phab.lubuntu.me/rMANUALc87e1362a688 [00:08] -lugito:#lubuntu-devel- [rMANUAL781eccd20515: Merge branch 'master' of https://github.com/lubuntu-team/manual] Steedalion (Steed) committed: https://phab.lubuntu.me/rMANUAL781eccd20515 [00: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/rMANUALbd2838e38124 [00: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/rMANUAL297f99c51ae3 [00:08] -lugito:#lubuntu-devel- [rMANUAL26bef809ae0c: Merge remote-tracking branch 'Steedalion/typos'] tsimonq2 (Simon Quigley) committed: https://phab.lubuntu.me/rMANUAL26bef809ae0c [00:08] or just do `git add -A` to add them all [00:08] cool I'll try that [00:08] Thanks. [00:08] or do `git commit -a` to commit and add at the same time [00:08] Thanks for merge. [00:09] what would you like for me to place in the git commit command? [00:09] but safer to add explicitly [00:09] thanks but too late ha, i did commit separately [00:09] whatever you think is reasonable [00:09] ok [00:09] I only ask cause I forget the styling guide from last time [00:09] "initial commit" is traditional, but it might be reasonable to say "initial commit of UI" [00:09] since this is isn't like patch specific [00:09] ok will do [00:10] we don't need to worry about packaging until we do XD [00:10] it keeps saying "Aborting commit due to empty commit message" [00:10] it opens up VIM [00:10] well duh [00:10] you need a commit *message* [00:10] i thought yuo said you used github XD [00:11] and then I just placed # Initial commit for UI [00:11] well [00:11] I use Github in the most noob way possible [00:11] like I prefer the GUI to just upload stuff and be done with it [00:11] don't prepend a # because that ignores what's after it [00:11] for some reason it gets complicated for me real quick, idk [00:11] ewwwwwwwwwww git UI [00:11] ah gotcha [00:11] well [00:11] that's worse than IRC on a UI [00:11] maybe I'm too much late 90s kid [00:11] TRUE that [00:11] i will agree [00:11] mmmmmm [00:11] maybe too much windows [00:12] but the concept of uploading files seems like a ftp server to me [00:12] just drag and drop lol [00:12] but that's not what git is [00:12] anyway I'll take out the comment and try that [00:12] it's not uploading files AT ALL [00:12] see this is why I'm still a noob at it tbh [00:12] ❤️ [00:12] I understandt hat the git concept was Linus's idea though [00:12] to work on related kernel projects [00:12] version control wasn't [00:13] ultimately git has become the predominant tool for version control [00:13] I don't know why I posted a heart... [00:13] and though purists will argue, there's very little difference between them [00:13] I tried git push [00:13] and it said requested URL returned error: 403 [00:13] the commit did work though [00:13] ah [00:13] you used the https remote [00:13] that's the problems [00:13] ah I see [00:13] do `git remote remove origin` [00:14] is there any way I can add the https prefix to that part of the CLI? [00:14] ok i'll try that [00:14] then `git remote add origin whatever-the-ssh+git-uri-is` [00:14] ok i did that [00:14] then git push [00:14] gotcha i'll look that up on Phabricator now [00:14] thanks [00:15] @TheWendyPower [I don't know why I posted a heart...], We all love git, it is ok. [00:16] @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] haha lol [00:16] got it: ssh://git@phab.lubuntu.me:2222/source/lubuntu-welcome-center.git [00:17] "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 master [00:18] follow the instructions [00:18] I did: [00:18] git remote add origin ssh://git@phab.lubuntu.me:2222/source/lubuntu-welcome-center.git [00:18] permission denied public key [00:18] weird [00:18] I just did: git push --set-upstream origin master [00:18] you probably don't have your ssh config set up correctly [00:19] the key on this comp is the same on phabricator and even on my own webhosting site too [00:19] dang [00:19] have something like the following in your ~/.ssh/config: [00:19] Host phab.lubuntu.me [00:19] User git [00:19] it saying that: Permissions 0664 for 'home/sam/.ssh/id_rsa' are too open [00:19] Port 2222 [00:19] ok i'll look there [00:19] IdentityFile /path/to/your/key [00:19] ok well that's a problem too [00:20] I'm in ~/.ssh but there's no config directory [00:20] I just have the "id_rsa" file and "known_hosts" [00:20] it's a file not a directory; create it if it's not there [00:20] oh [00:21] well [00:21] i guess that's the other thing [00:21] if you have id_rsa you proabbly don't need it [00:21] i'm screwed :/ [00:21] the issue is likely the permissions [00:21] chmod 600 ~/.ssh/id_rsa [00:22] ok I did that [00:22] gonna go back in that git folder and try git push again [00:22] now `git push --set-upstream origin master` [00:23] -lugito:#lubuntu-devel- [rWELCOME3698c183132b: Initial commit] SBanya (Samuel Banya) committed: https://phab.lubuntu.me/rWELCOME3698c183132b [00:23] ok looks good [00:23] ^ you did it [00:23] sick :) [00:23] thanks man [00:23] np [00:23] thank you [00:23] weird question, but could you update the "how to" for new idiots like me with that [00:23] like its just a basic gui, and obviously buttons need to be made [00:24] hm? [00:24] I just literally brainstormed what i thought a user would want and just made buttons flush from top to bottom [00:25] for the Welcome Center [00:25] a news section, a submit bug button, look for icons / themes, etc [00:25] you'll see [00:25] I had to use a template from qtcreator as well [00:25] since I've been following the qt docs guide for beginners [00:26] i mean we don't have a how to at all [00:26] any more than we have a how to on how to use python [00:29] Does anyone have a guide on the arc, phab stuff? [00:30] wxl: well, more or less that contribution guide. just to include those git command ideas would be great [00:30] wxl: Either way, I'm gonna continue that qt guide for today [00:30] yeah well that's not something most people should have to do [00:31] wxl: you never know though, I see what you're saying, but just in case they wanna do dev stuff, make it easy you know [00:31] Steedalion: basically you git clone the repo using the urls on phabricator, do normal git stuff, instead of pushing, you arc diff. see the packaging tutorial [00:32] https://phab.lubuntu.me/w/packaging-tutorial/ [00:32] @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 screen [00:32] wxl: aha, so the packaging tutorial is the newbie section [00:32] that's what I was saying [00:32] even just to include it there would be great [00:32] it's the second for PACKAGING [00:33] not necessarily for writing brand new code which we do very little of [00:33] s/second/section/ [00:34] -lugito:#lubuntu-devel- [T128: To-Do/Wish List ] lynorian (Lyn Perrine) commented on the task: https://phab.lubuntu.me/T128#2567 [00:35] @wxl, wiki/packaging tutorial. Got it! [00:35] That is for setting up arc which I still need to get in the manual [00:35] I have the command to clone [00:38] gotcha [00:42] @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] Steedalion: not all of that is necessary. We need to rewrite that for manual contributions [00:42] Can I install arcanist using apt-get? [00:43] Steedalion: supposedly @TheWendyPower is working on a video [00:44] 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 way [00:45] Yeah 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:46] -lugito:#lubuntu-devel- [rMANUAL16fd93c34e82: Add a screenshot for pulse audio volume control.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL16fd93c34e82 [00: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/rMANUAL0f19fceb6b56 [00:46] so do I just git add remote PHAB, git pull PHAB, arc diff ? [00:47] I haven't had problems with the manual for the repos version of phab [01:01] @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/rMANUALc4e439b7e9f5 [01:04] It's chilled. I the guide is good. [01:04] Do I need quilt for Docs? [01:06] @TheWendyPower good idea about multiple monitors. Nice. [01:11] Steedalion: no [01:13] @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:14] True [01:14] I forgot about that tbh [01:14] I thought about it more like a hub for other issues to check in on [01:14] I forgot that it would be a section after install [01:15] I thought of it akin to the updating packages section [01:15] Good to clarify it [01:16] -lugito:#lubuntu-devel- [rMANUAL198569127d53: Add desktop screnshot.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL198569127d53 [01:17] @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:18] I can merge it yeah if it is on phab [01:18] yeah [01:19] -lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] kc2bez (Dan Simmons) commented on the task: https://phab.lubuntu.me/T61#2569 [01:24] Okay @lynorian, I'm just testing. I did push but it requires review. How do I set reviewers? [01:25] I can see that Steedalion [01:26] Okay, so that's how I'll do it from now on. @lynorian, did I forget anything? [01:28] Okay so the Phabricator is like social media git? [01:30] -lugito:#lubuntu-devel- [rMANUAL693ee324beeb: Add screenshot for desktop notifications.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL693ee324beeb [01:31] it's a software development collaboration suite. :P [01:31] git is a minor piece of that ;) [01:34] @Wafficus ya, the welcome center will be the first thing users see on the first boot. [01:38] -lugito:#lubuntu-devel- [T128: To-Do/Wish List ] hmollercl (Hans P. Möller) commented on the task: https://phab.lubuntu.me/T128#2570 [01:48] -lugito:#lubuntu-devel- [rMANUAL421e4530effa: Add keyboard and mouse screenshot.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL421e4530effa [01:54] -lugito:#lubuntu-devel- [rMANUALea0ec8fb1368: update contributing and README partially telling an easy way to get arcanist.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALea0ec8fb1368 [02:09] Ok, tried this in a clean install and worked [02:10] Someone knows why lxqt is grabbing info from a file called .config/kdeglobals ??? [02:33] TimApple was added by: TimApple [02:37] Welcome @TimApple! [02:38] Good to have you here [02:59] -lugito:#lubuntu-devel- [T128: To-Do/Wish List ] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T128#2571 [05:28] -lugito:#lubuntu-devel- [rMANUAL307c3e527cd7: Add screenshot for shortcut keys.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL307c3e527cd7 [05:29] @lynorian arc diff'd [05:29] ok [05:35] nice screenshots [05:37] I 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] @lynorian what do you think about adding an appendix for keyboard shortcuts? [05:37] Steedalion: I have been thinking about that myself a bit but have not done it [05:38] probably a good idea [05:38] I am hoping we can parse the .xml files and automate the process. [05:39] It may be too many commands to do by hand. [05:49] -lugito:#lubuntu-devel- [rMANUALe7a812e274bf: Testing push to phabricator] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALe7a812e274bf [05:50] well some of them are in the screenshot I added of shortcut keys [05:51] but for all applications yeah that would take a while [06:03] @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:18] Steedalion: yeah espically for someone like my mom to understand [06:43] lol [06:50] -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/rMANUALc9a3ae6ab6e8 [07:10] -lugito:#lubuntu-devel- [rMANUAL7a8019f9ca58: Add screenshot for obconf-qt.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL7a8019f9ca58 [08:26] @HMollerCl I was able to set my Qt theme to Breeze Dark using your pasted kdeglobals file. [13:44] lbssousa was added by: lbssousa [13:46] @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 too [13:56] I was just getting back to my computer. I'll take a look! [14:06] -lugito:#lubuntu-devel- [T128: To-Do/Wish List ] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T128#2572 [14:15] @lbssousa [], Welcome! [14:15] @tsimonq2 [Welcome!], Thanks! [14:29] -lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T61#2573 [14:30] -lugito:#lubuntu-devel- [T72: Fix HTML for lubuntu-devel list] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T72#2574 [14:36] -lugito:#lubuntu-devel- [T129: Write a coding style guide] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T129 [14:40] -lugito:#lubuntu-devel- [T130: Add a license to the Welcome Center] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T130 [14:43] -lugito:#lubuntu-devel- [T130: Add a license to the Welcome Center] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T130#2594 [14:45] -lugito:#lubuntu-devel- [T131: Convert the welcome center to CMake] tsimonq2 (Simon Quigley) just created this task: https://phab.lubuntu.me/T131 [14:48] -lugito:#lubuntu-devel- [T105: LibreOffice needs language/l10n support] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T105#2605 [14:52] -lugito:#lubuntu-devel- [T128: To-Do/Wish List ] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T128#2606 [14:52] -lugito:#lubuntu-devel- [T117: Must haves for 19.04 release] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T117#2607 [14:57] -lugito:#lubuntu-devel- [T11: Ubuntu SSO for Phab] tsimonq2 (Simon Quigley) commented on the task: https://phab.lubuntu.me/T11#2612 [15:34] -lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T61#2613 [15:40] -lugito:#lubuntu-devel- [T105: LibreOffice needs language/l10n support] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T105#2614 [15:40] -lugito:#lubuntu-devel- [T117: Must haves for 19.04 release] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T117#2615 [15: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#2616 [15:51] -lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] agaida (Alf Gaida) commented on the task: https://phab.lubuntu.me/T61#2617 [15:52] wxl: ^ agaida has spoken XD [15:53] He's like [15:53] (Document) https://telegram.lubuntu.me/GgX0Fq9z/file_4369.mp4 [15:54] 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#2618 [15:55] -lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T61#2619 [15:56] ^ and that's where he gets fish slapped [15:59] -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#2620 [16:05] @tsimonq2 [A note for the newbies, don't take agaida personally :)], he's from melmac? [16:08] Naboo [16:09] -lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] agaida (Alf Gaida) commented on the task: https://phab.lubuntu.me/T61#2621 [16:13] Now we get to make fun of him for his small screen. XD [16:13] -lugito:#lubuntu-devel- [T61: Our xscreensaver theme is too old] wxl (Walter Lapchynski) commented on the task: https://phab.lubuntu.me/T61#2622 [16:14] Already did [16:14] HAHAHAHA [16:29] Turns out we were on the same page. [16:31] Thanks for the assistance wxl. [16:39] @kc2bez yeah agaida has a tendency to look for opportunities to be a sardonic naysayer [16:59] -lugito:#lubuntu-devel- [T128: To-Do/Wish List ] TheWendyPower (Wendy Hill) commented on the task: https://phab.lubuntu.me/T128#2623 === lynorian_ is now known as lynorian [19:34] -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/T132 [19:36] -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#2635 [20:55] This group is up to 100 members and the Spanish group is up to 120 💪 [20:55] Huzzah! [20:55] ^ [21:02] (Document) https://telegram.lubuntu.me/Ew4afLXH/file_4376.mp4 [21:34] (Document) https://telegram.lubuntu.me/nIXa0Dkd/file_4378.mp4 [21:45] -lugito:#lubuntu-devel- [rMANUALd79d8b2d6241: Add screenhost for vlc] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALd79d8b2d6241 [22:05] -lugito:#lubuntu-devel- [rMANUAL60544cdbbcae: Add libreoffice impress screenshot.] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL60544cdbbcae [22:39] I'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] not with efi but otherwise yes qwebirc83150 [22:40] So, it won't work with EFI enabled? [22:40] correct [22:40] @tsimonq2 theoretically has some workaround to the problem but hasn't shared it with us yet :) [22:40] Is there a bug for that or is that just a limitation? [22:41] Gotcha [22:41] @wxl [ @tsimonq2 theoretically has some workaround to the problem but hasn't shar …], No I don't XD [22:41] Bad wxl is bad [22:41] oh well, i guess anyone who wants to do encryption and efi is screwed [22:42] For now [22:42] I'll figure it out [22:42] that's what we should do.. and provide some reasonable workaround [22:42] 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. :P [22:43] Why can't you do it wxl? XD [22:43] because i don't know what the problem is. [22:43] You have an EFI machine, right? [22:43] irrelevant [22:43] Reproduce the problem and then try to fix it. [22:43] Once you have a fix, standardize it. [22:44] yeah gee thanks [22:44] If I get hit by a bus tomorrow you're gonna have to figure it out either way so XS [22:44] *XD [22:44] Anyway, yeah, I don't know the solution yet. [22:44] I want to, but I don't unfortunately. [22:44] I could have sworn it did work at one point though. [22:44] Gotcha [22:44] that should something we work to solve immediately [22:45] Is there a bug for that somewhere or would the calamares folk be the target contact for that? [22:46] Don't contact them, we'd be the target. [22:48] Where should I check for updates on the issue then? [22:49] We'll update the release notes. [22:49] Gotcha [23:35] I 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:41] thatrandomguy: Does sever install with efi and luks correctly ? [23:41] if so you can then install the lubuntu-desktop metapackage [23:41] but that would only work for amd64 as no i386 server for 18.10 [23:43] I 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:44] thatrandomguy: it did affect ubiquity too and they had a hacky workaround our team did not find out about is what I heard [23:44] thatrandomguy: a lot of the efi problems seem to be with grub [23:44] Gotcha [23:45] Would you happen to know if there's a bug out there for this somewhere? [23:46] I don't know the number [23:47] Gotcha. As long as it's out there, I can search for it. Thank-you.