DarkTrick | Hello | 02:07 |
---|---|---|
DarkTrick | I would like to go into Ubuntu programming. Particularly I'd like to be able to work on distribution development (e.g. Filemanager, ... ) | 02:09 |
DarkTrick | I'm diving into GTK for a while, but I miss getting the whole image. | 02:09 |
DarkTrick | X-Window-System, GDK, DBus, configs, .... | 02:10 |
DarkTrick | Question: | 02:11 |
DarkTrick | Is there any book(online/offline), that rounds everything up , not too detailed, not too rough ? | 02:11 |
sarnold | DarkTrick: probably all those topics are far too much for one book | 02:13 |
sarnold | DarkTrick: I've just skimmed this for thirty seconds but it looks like it's probably a reasonable enuogh intro to a subset https://people.gnome.org/~swilmet/glib-gtk-dev-platform.pdf | 02:13 |
DarkTrick | sarnold, thank you for the link | 02:15 |
DarkTrick | I didn't know there was a 2019 version! | 02:15 |
sarnold | that's one of the hard parts, there's a lot from 20 years ago .. hehe | 02:15 |
DarkTrick | I liked the 2017 already. Maybe a reread helps :) | 02:15 |
sarnold | oh nice | 02:16 |
sarnold | this is one of my all-time favourite programming books, but it's unlikely to cover anyu of what you asked :) http://www.apuebook.com/ | 02:16 |
DarkTrick | sarnold, I will check it out! Thank you very much! | 02:19 |
DarkTrick | I feel like in the jungle of information, where it's hard to get the needed one. | 02:19 |
sarnold | DarkTrick: indeed, there's no way one person can know everything | 02:20 |
mwhudson | not sure what i think about autopkgtests failing on stderr by default | 02:28 |
The_LoudSpeaker | where do I find the source code of the captive portal detector in ubuntu? | 04:10 |
sarnold | The_LoudSpeaker: I believe that's a feature of networkmanager | 04:13 |
The_LoudSpeaker | it must have its source code somewhere na? | 04:14 |
Unit193 | sarnold: It is. | 04:14 |
sarnold | The_LoudSpeaker: if your deb-src lines are configured correctly, apt-get source network-manager will retrieve it | 04:15 |
sarnold | Unit193: woo :) | 04:15 |
The_LoudSpeaker | sarnold: okay. I will check. | 04:17 |
The_LoudSpeaker | Thanks! | 04:17 |
Unit193 | The_LoudSpeaker: You..You guys are trying to re-invent the wheel again? Why? Just use (https://sources.debian.org/src/xfce4-session/4.14.0-1/debian/patches/0002-use-xscreensaver-through-the-wrapper-it-ships.patch/) the xscreensaver wrapper (https://sources.debian.org/src/xscreensaver/5.42+dfsg1-1/debian/xscreensaver-wrapper.sh/) and not risk breaking it for everyone else... | 05:15 |
tarzeau | can someone with ubuntu 18.04 lts apt install sextractor, and confirm it behaves like: https://bugs.launchpad.net/ubuntu/+source/sextractor/+bug/1852535 | 06:40 |
ubottu | Launchpad bug 1852535 in sextractor (Ubuntu) "symbol lookup error" [Undecided,New] | 06:40 |
cpaelzer | Laney: yes I'll look for tpm2-tss again | 06:47 |
cpaelzer | LocutusOfBorg: what exactly would I build of in 1840749 actually? | 07:35 |
cpaelzer | I can't even identify 5.2.18 in https://github.com/mirror/vbox or https://www.virtualbox.org/browser/vbox/trunk | 07:35 |
cpaelzer | I guess I need to page-fault my forgotten svn foo back in .. :-/ | 07:36 |
cpaelzer | but if there is an easier way let me know | 07:36 |
LocutusOfBorg | cpaelzer, would you mind joining vbox-dev irc channel here on freenode? | 07:52 |
LocutusOfBorg | they might already have test builds | 07:52 |
=== ricab is now known as ricab|lunch | ||
=== ricab|lunch is now known as ricab | ||
CarlFK | https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/SHA512SUMS has ...818dc6f301e debian-10.1.0-amd64-netinst.iso - I curl |cut...| and I have 10.1.0 which I can use to construct debian-10.1.0-amd64-netinst.iso | 16:39 |
CarlFK | is there something similar where given either 18.04 or bionic I can construct cdimage.ubuntu.com/releases/18.04.3/release/ubuntu-18.04.3-server-amd64.iso | 16:40 |
CarlFK | I have a script that wgets files needed to make a usb installer - it is a pain to have to manually look up what the point release is (the .3 in 18.04.3) | 16:42 |
=== led2 is now known as led1 | ||
rafaeldtinoco | xnox: for when you're back, do you remember, by any chance, why you added --force-depends to fix autopkgtest on ubuntu cloud VMs (crmsh package). i'd like to remove that delta if possible. (debian/tests/utils.sh). | 20:59 |
infinity | rafaeldtinoco: You can see the red Xs going green here: http://autopkgtest.ubuntu.com/packages/c/crmsh/bionic/amd64 | 21:14 |
rafaeldtinoco | autopkgtest [07:29:31]: ERROR: erroneous package: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. | 21:14 |
rafaeldtinoco | I see. | 21:14 |
infinity | + dpkg --purge vim | 21:14 |
infinity | dpkg: dependency problems prevent removal of vim: | 21:14 |
infinity | ubuntu-server depends on vim. | 21:15 |
infinity | Now, arguably, our autopkgtest VMs shouldn't have that metapackage in the first place. | 21:15 |
infinity | And, indeed, current ones don't. | 21:16 |
infinity | So we probably don't need that delta anymore. | 21:16 |
rafaeldtinoco | awesome! | 21:16 |
infinity | More recent runs show: | 21:16 |
infinity | + dpkg --force-depends --purge vim | 21:16 |
infinity | dpkg: warning: ignoring request to remove vim which isn't installed | 21:16 |
rafaeldtinoco | i see what you mean now | 21:17 |
rafaeldtinoco | i should have checked that =). i was going to try bileto and reproduce but couldnt get rights yet | 21:17 |
rafaeldtinoco | tks! | 21:17 |
infinity | I'll just drop that bit of the delta and upload. No need to keep the cruft now that our VM images seem approrpriately slimmer. | 21:18 |
rafaeldtinoco | infinity: i have an ongoing merge | 21:18 |
rafaeldtinoco | https://code.launchpad.net/~ubuntu-server-ha/ubuntu/+source/crmsh/+git/crmsh/+merge/375457 | 21:18 |
infinity | Oh, or you do that there instead. Sure. :) | 21:18 |
rafaeldtinoco | great. thx a lot | 21:18 |
=== soren___ is now known as soren |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!