callmepk | good morning | 00:52 |
---|---|---|
=== meetingology` is now known as meetingology | ||
=== guiverc2 is now known as guiverc | ||
=== jose- is now known as jose | ||
seb128 | goood morning desktopers | 05:35 |
duflu | Morning seb128 | 05:48 |
seb128 | hey duflu, how are you? | 05:49 |
duflu | seb128, light headache but not so bad by my new standards. Still have been able to exercise and do some pilates. How are you? | 05:50 |
seb128 | I'm alright, wondering why I'm up so early though | 06:06 |
seb128 | speaking of which need to drop for a bit now | 06:07 |
seb128 | bbl | 06:07 |
jibel | good morning | 06:12 |
duflu | Morning jibel | 06:16 |
jibel | Hi duflu | 06:19 |
callmepk | Hi duflu jibel | 06:25 |
duflu | Hi callmepk | 06:27 |
jibel | Hi callmepk | 06:28 |
oSoMoN | good morning desktoppers | 07:39 |
duflu | Morning oSoMoN | 07:45 |
oSoMoN | hey duflu | 07:51 |
jibel | Salut oSoMoN | 08:02 |
oSoMoN | salut jibel | 08:08 |
marcustomlinson | morning callmepk seb128 duflu jibel oSoMoN and other desktoppers | 08:33 |
duflu | Hi marcustomlinson | 08:33 |
seb128 | hey again desktoper, feeling better after a small nap, being up at 5am is not for me... | 08:34 |
seb128 | hey marcustomlinson, how are you? | 08:34 |
marcustomlinson | seb128: feeling like I might need a nap too. otherwise, doing ok thanks | 08:35 |
jibel | Hi marcustomlinson | 08:36 |
jibel | salut seb128 | 08:36 |
seb128 | lut jibel | 08:38 |
didrocks | good morning | 08:51 |
duflu | Morning didrocks | 08:52 |
didrocks | hey duflu | 08:53 |
callmepk | hi marcustomlinson seb128 oSoMoN | 08:55 |
callmepk | and hi didrocks | 08:55 |
didrocks | hey callmepk! | 08:56 |
seb128 | lut didrocks, hey callmepk | 08:58 |
Laney | \o| | 09:04 |
didrocks | hey seb128, Laney | 09:07 |
seb128 | hey Laney! | 09:07 |
marcustomlinson | hey Laney | 09:08 |
marcustomlinson | and hey didrocks | 09:08 |
Laney | happy rainly thursday didrocks seb128 marcustomlinson | 09:12 |
duflu | Hi Laney | 09:15 |
jibel | Salut Laney | 09:23 |
didrocks999 | hey hey Laney | 09:31 |
Laney | aloha duflu jibel and didrocks999! | 09:32 |
Laney | the return of the 999 | 09:35 |
juliank | My thorough autoremover suggests I can remove ubuntu-mono | 10:41 |
juliank | presumably because adwaita-icon-theme Depends ubuntu-mono | adwaita-icon-theme-full | 10:41 |
juliank | but somehow I feel like that's the wrong approach :D | 10:41 |
juliank | for some reason I have mutter installed | 10:42 |
juliank | (the thorough autoremover is a pseudo-boolean optimizer and it just removes as many automatically installed packages as it can while keeping all manually installed ones intact; without caring for order of dependencies) | 10:44 |
Laney | mutter used to be a dependency of gnome-shell, you can indeed remove that | 10:46 |
Laney | for the icon theme, if you don't want to use it, go ahead and remove I guess | 10:46 |
juliank | I guess I could remove it, I only use vanilla gnome | 10:49 |
juliank | mutter was weirdly kept around because | 10:50 |
juliank | i A gdm3 Depends gnome-session | x-session-manager | x-window-manager | x-terminal-emulator | 10:50 |
juliank | p mutter Provides x-window-manager | 10:50 |
juliank | apt autoremove is so limited :D | 10:50 |
Laney | apt autoremove --serious | 10:50 |
juliank | I was thinking apt autoremove --thorough | 10:51 |
juliank | but that word is prone to typos | 10:51 |
Laney | yeah | 10:52 |
Laney | --max? | 10:52 |
* Laney bikesheds | 10:52 | |
juliank | apt autoremove --deep | 10:52 |
juliank | or --in-depth | 10:53 |
juliank | --full | 10:53 |
juliank | joke version would be --assiduous | 10:53 |
juliank | Maybe it will be there in 21.10 | 10:54 |
Laney | assiduous should be --full --purge | 10:54 |
juliank | Thing is, that mode like also removers xserver-xorg-input-all and -input-wacom becauses obviously -input-libev is enough to satisfy all dependencies D: | 10:55 |
juliank | um, libinput, not libev | 10:55 |
juliank | same for va-driver-all and vdpau-driver-all - the dependencies allow removing everything except one driver | 10:56 |
kenvandine | happy snowy day :) | 11:01 |
marcustomlinson | hey kenvandine | 11:24 |
marcustomlinson | up early to play in the snow I see :) | 11:25 |
marcustomlinson | and now I see it's for meetings... boo | 11:28 |
Laney | assigning all the work to marcustomlinson MUHAHAHAHA | 11:32 |
kenvandine | :-) | 12:09 |
marcustomlinson | :,( | 12:09 |
didrocks999 | does anyone have a simple example of out of source build makefile (without autotools)? | 13:06 |
* didrocks999 wonders which env var to use | 13:06 | |
marcustomlinson | didrocks999: sure, I keep makefiles out of all my source | 13:25 |
marcustomlinson | ;) | 13:25 |
didrocks999 | hehe. I wish, but alongside our Go program, we need to build a C lib (pam lib), I would like to have the strict minimum Makefile instead of bringing along Meson or others… | 13:25 |
oSoMoN | a README.md with instructions on how to build using gcc will do :) | 13:26 |
ItzSwirlz | Go for Meson would *maybe* be nice? | 13:26 |
ItzSwirlz | I think most likely they would use Google's GN system (like Dart projects) | 13:27 |
didrocks999 | oSoMoN: I will just need then a parser in debian/rules :p | 13:27 |
didrocks999 | ItzSwirlz: I can survive with bare go tools to build and generates everything I need, it’s just this lib which is annoying | 13:28 |
didrocks999 | or I can probably do a main.go which calls gcc and install it in DESTDIR… | 13:28 |
ItzSwirlz | Of course, it's classic C that is always annoying | 13:28 |
ItzSwirlz | well have fun if you can :P (and if you want to be lazy like me you can also build your go files with gccgo which exists for whatever reason lol) | 13:29 |
=== alan_g_ is now known as alan_g | ||
hellsworth | good morning desktopers | 15:48 |
marcustomlinson | hey hellsworth | 15:48 |
oSoMoN | hey hellsworth | 15:48 |
hellsworth | hey guys | 15:49 |
jibel | Good morning hellsworth | 15:55 |
=== ItzSwirlz_ is now known as ItzSwirlz | ||
=== ijohnson is now known as ijohnson|lunch | ||
=== ijohnson|lunch is now known as ijohnson | ||
=== fabiomirmar_ is now known as fabiomirmar |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!