/srv/irclogs.ubuntu.com/2011/12/27/#ubuntu-uk.txt

popeyMorning all.09:50
dwatkinshiya10:03
gordonjcpmorning10:08
feisarI'm having trouble with OpenJRE and Audio. Under Ubuntu openjre seems only to find the PulseAudio virtual mixer, can I change this?10:25
gordonjcpjava and audio10:27
gordonjcpyou're brave10:27
feisarhehe it's for Subsonic10:27
feisarI think it will work if I uninstall openjre and go with Oracle's version but I didn't want to do that10:28
feisarit looks like the Ubuntu version of openjre only has one audio mixer, a virtual pulse audio device10:29
feisarwhich is no good for a 'headless' server10:29
brobostigongood morning everyone,10:50
gordonjcpmorning11:04
czajkowskialoha11:07
daubersAfternoon12:33
gordonjcphi12:33
* daubers makes use of the hackspaces interwebs12:35
christelmorning12:35
christeler, afternoon perhaps12:35
AlanBellafternoon13:07
popeyHello13:08
* AlanBell wonders about Farnham drinkies over the next few days13:08
christelDRINKIES \o/13:30
Pendulumhiya13:57
gordonjcpPendulum: was that the New Year party round at mine?14:16
RaycisCharlesWhy wasn't I invited?14:18
gordonjcpRaycisCharles: you probably weren't hanging around in #lugradio at the time14:19
RaycisCharlesI would've brought a keg of Lithuanian vodka.14:20
Pendulumgordonjcp: yeah14:22
Pendulumgordonjcp: the person who I was responding to is in Edinburgh, which is why I mentioned the Scotland bit14:23
gordonjcpPendulum: you'll need to come out to the new place some time14:26
gordonjcpflatter, fewer steps ;-)14:26
Pendulumgordonjcp: sadly, I have no idea when I'll be over next. Probably not going to be any time soon :(14:27
RaycisCharlesMake sure you let me know this time.14:28
kvarleyWhere is the grub list stored? I want to change the title of some of the entries in my boot list14:41
=== 16WAAFETU is now known as Gary
=== gary_ is now known as Guest32508
Azelphurgordonjcp: that post on WHT is going quite well, my host saw it and I've got straight through to the boss there, haha17:25
gordonjcpAzelphur: about your connection?17:27
Azelphuryea17:27
* penguin42 hmms and hars about buying a new TV17:40
mgdmI'm on a boat!18:56
DJonesmgdm: Paddle faster18:58
mgdmthis is a new boat; it has fancy new-fangled iron paddles18:59
mgdm(or probably bronze now that I think about it)18:59
DJonesHmmh, Bronze age boating18:59
mgdmhehe18:59
MartijnVdSvery steampunk19:02
DJonesmgdm: I name your boat the "Not for hire"19:05
mgdmheh19:06
Azelphurhaha wtf at mtr, first time I've ever seen this, it says I lost a packet going to my router, I'm on cabled gige19:07
Azelphurweird19:07
Azelphurand mtr --report gives totally different results than mtr on it's own \o/19:08
penguin42Azelphur: You will occasionally get that - although it's rare, shouldn't be more than 1 or 2 packets an hour flat out at gige speeds20:07
Azelphurfun20:07
MartijnVdSpenguin42: I seem to have 3-4 routes to almost anywhere in the world, chosen at random20:08
MartijnVdSpenguin42: so my MTR output becomes huge fast20:08
MartijnVdSwait.. that's v620:09
penguin42MartijnVdS: That's not too unusual, although it's a little false in the sense that MTR uses packets that aren't normal packets and don't necessarily follow the normal routing tricks20:10
MartijnVdSpenguin42: true20:10
MartijnVdSas long as it works.. :)20:10
penguin42yeh it can occasionally be a bit misleading20:16
martsbradleyHi folks,20:52
martsbradleyI'd like to get my app into ubuntu, I've just added it to launchpad tonight.   A couple of years ago it was a closed source app that I was trying to sell to teachers, sold two of them.20:52
martsbradleyCould someone try the build out on their machine, It works on mine :-)20:53
martsbradleyhttps://code.launchpad.net/sumtree20:53
martsbradleyTo get the code down.20:53
martsbradleybzr branch lp:sumtree      then the usual ./configure && make && make install20:53
ali1234what does it do?20:53
martsbradleyVideo of the app is at  http://www.youtube.com/watch?v=xc9cu-ekFrg  ,   I've tried also on #wxwidgets and #launchpad-dev but there is no reply.20:54
ali1234neither of those is an appropriate place20:54
ali1234you know... arithmetic precidence is something almost nobody knows or cares about... just saying20:56
ali1234(to the point where even if you know the correct rules, chances are whoever wrote down the question didn't anyway)20:57
martsbradleyYea ali1234 I know that in the real world.     But in school they teach it.20:58
ali1234which version of wx does it need?20:59
ali1234i very much recommend rewriting it in QML20:59
martsbradley2.821:00
ali1234http://paste.ubuntu.com/785026/21:01
martsbradleyQt, I was at that years ago.   Then jumped to wxwidget, Java Swing, and now Eclipse RCP.21:01
ali1234wow21:01
ali1234it's like you're travelling backwards through time or something21:01
martsbradleyI think that Eclipse RCP is really good, hard to get into tho.21:02
ali1234i used swing at university in like 199821:02
ali1234that was a hellish experience21:02
martsbradleyali1234,    did you do the ./configure.21:02
ali1234yes21:02
martsbradleyI was doing Swing for a bank in 2005.  Its probably still in use.21:05
martsbradleyWhat version of wx-widgets have you got?21:06
martsbradleywx-config --cflags21:06
martsbradley-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread21:06
martsbradleyIs what I have.21:06
ali1234you should use wx-config21:07
martsbradley(Its probably still in use) I mean Swing, not my crappy code :-)21:07
ali1234oh yeah, swing had improved a lot since 9821:07
martsbradleyAli do you have wx-common package installed?   I had to install that to get some m4 macro that was needed for the autotools.21:08
ali1234yes21:09
martsbradleyI was following the help here http://wiki.wxwidgets.org/Autoconf#Generating_the_configure_script when trying to create the configure.ac file.21:10
ali1234i dont thinkt he problem is in the configuration21:12
martsbradleyThe two compliation lines are the same on your machine and mine.21:20
martsbradleyWould you be able to output the result of the configure into a pastebin please?21:20
martsbradleyAlso could I see the output of "wx-config --version",   It might be that I've specified 2.8.0 as the wx-widgets version but I need something more like 2.8.1021:23
ali1234http://paste.ubuntu.com/785050/21:23
ali1234i have 2.8.1121:23
martsbradleyArrgh, then I don't know whats wrong.21:24
martsbradleyMaybe it just don't build with 2.8.11?21:24
martsbradleyBut it does with 2.8.10.21:24
martsbradleyThanks ali1234 for trying it out, I'm not sure why its not working.21:27
martsbradleybye21:29

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