=== brainwash_ is now known as brainwash === NegativeFlare_ is now known as NegativeFlare === az is now known as Guest88293 === amirthehossein is now known as sefid === sefid is now known as amirthehossein [16:43] re [16:52] is there some "installer" way to have encrypted installation without unencrypted boot? (legacy / no uefi bios / grub)? [16:53] if i get your double negation right you want FDE including /boot ? [16:54] then your answer would be "no" [16:54] https://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019 [16:54] :( [16:54] i thought grub can do it with luks or what not [16:54] with luks v1, yes [16:54] probably misunderstood the concept :( [16:54] hm but have to do it manually [16:54] it's doable, there's just no installer for it [16:55] fml [16:55] ok... simplicity over complexity ... :/ [16:55] thx for simple answer === Guest88293 is now known as az [20:22] I'm in a mood to learn something about xfce [20:23] I know all kinds off apps are straight written in c [20:23] I want to change thunar toolbar and add an icon [20:23] seems not possible [20:24] it's probably hard written in the code [20:27] RonaldsMazitis: it probably is [20:28] I'm browsing source code and can't find a thing about toolbar [20:29] thunar looks nice, except I hate to press twice, once to open file menu, and second time to search in directory [20:29] https://git.xfce.org/xfce/thunar/tree/thunar/thunar-window-ui.xml#n128 [20:30] you could assign a keybinding to the search action [20:31] that xml is just a design file right? [20:31] I guess so [20:31] https://docs.xfce.org/xfce/thunar/custom-actions [20:33] I already have that custom action [20:33] how does it work [20:33] it's just a menu item [20:34] I need icon besides home icon [20:34] and you can assign a keyboard shortcut to that action [20:35] still not the thing I want but cool [20:35] you don't want to mess around with the source code, or do you? [20:35] of course I do [20:35] I like things like that [20:35] then go ahead :) [20:36] I just have no idea how it's written, I guess I add something in xml and then make a bunch of code that does the thing [20:37] sounds like a good plan [20:37] thunar has many code lines, so implementing things can take much time [21:13] okay [21:13] quick coding question [21:14] how can my written scripts 49 files weigh 14 mb [21:14] while 190 files in thunar source code weight 3mb [21:14] is this some sort of trick [21:18] Your scripts are probably not written in an efficient language, like C [21:24] it's a text [21:24] how can one text be efficient [21:25] it's not like it gets compiled before it executes [21:30] C does. It's a compiled language, not an interpreted language like bash or python, etc [21:41] genii okay thanks for knowledge