=== volvoguy [n=volvoguy@pcp09060059pcs.rocsth01.mi.comcast.net] has joined #ubuntu-artwork === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has joined #ubuntu-artwork [02:54] moin === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has left #ubuntu-artwork [] === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has joined #ubuntu-artwork [03:57] :-) [03:57] howdy klepas. [03:57] :-) [03:57] how's it going? === miketech [n=miketech@dsl-084-056-229-084.arcor-ip.net] has joined #ubuntu-artwork [03:58] oh, not too bad. i've been in bed most of the day. [03:59] back aches? [03:59] yeah. rough day. [04:00] damn [04:00] i've opted for a tasty shiraz red wine tonight instead of drugs. seems to be working so far. [04:01] found the most pleasant message in my inbox yesterday [04:01] ;-) [04:01] i did a splash screen for my favourite music manager under KDE - JuK [04:01] I sent it to the dev - Scott Wheeler [04:01] and he loved it [04:01] cool! [04:02] will be included in KDE 3.5, and possibly 4 as well [04:02] the other cool thing is that JuK never had a splash screen before [04:02] so i think i started something here - the next one will be determined via a competition [04:03] did you see - GNOME 2.12 is looking for a new splash? [04:03] Hi [04:03] moin miketech [04:04] well, i know ubuntu is going to try to have a new GDM spash screen for Breezy. [04:04] btw - volvo - you can see it [JuK splash] - http://wombat.nuxified.com/node/51 [04:05] cool [04:05] i'm interested in making the background or something like that [04:05] GDM is only the login though - there would have to be a GDM theme and a splash screen [04:05] unless i am mistaken [04:06] there is a gnome 2.12. splash screen contest at the moment [04:06] yep [04:06] http://art.gnome.org [04:06] yup [04:06] entries due in today [04:07] not going to make that deadline :-( [04:08] howdy miketech. [04:08] miketech: are you putting in an entry? [04:08] no [04:08] i am not a good artist :) [04:08] hehe [04:08] how about you volvoguy? [04:09] i'll be working on Ubuntu stuff. probably not Gnome branded artwork though. [04:10] :-) [04:10] i can't wait for art.ubuntu.com to be up [04:11] yeah ive seen the test system [04:11] very nice [04:11] it's up, more or less. the submissions just aren't making it to the website at the moment. [04:11] hey miketech, is the art.gnome.org website code alone enough to make the ubuntu repository in your gnome-art app? [04:12] hm gnome-art currently only supports one server [04:12] if you wanna use it for ubuntu you have to change the url in gnome-art [04:12] and copy the xml.php from art.gnome.org [04:12] then it should work [04:12] ok. i wasn't sure if you talked to the MySQL database directly or if we have to wait for all the SOAP stuff you told me about. [04:13] currently we are using mysql database directly [04:13] but via xml file [04:13] on AGO there is a xml.php that returns xml code, that is parsed by gnome-art [04:13] i'm going to afk for a while [04:13] talk to you guys later [04:13] oh. that's not a huge change then. i don't know if gnome-art is going to be in the main repository for breezy, but if it is i'll pass along those changes. [04:13] cheers [04:14] see ya later klepas! [04:14] cu klepas [04:14] ok i can show you, where to change it === klepas is now known as klepas|afk [04:14] will it work if our database isn't generating an xml file though? [04:15] no, xml.php is the interface for gnome-art [04:15] ahh. gotcha. [04:15] its a very simple file [04:15] ok. if it's easy, give me a run through. [04:15] i just have ssh access to my breezy machine ATM, but i can demo the GUI later. [04:15] ok, you simply have to copy the xml.php from AGO to your server [04:16] let's see... does wget parse the php file when in grabs it? [04:16] yup === volvoguy thinking.... [04:17] do you have cvs access to AGO? [04:17] no. our server guy is the only one working with AGO directly at the moment. [04:17] ok wait [04:17] if he got the code from CVS though, he might already have it. [04:18] yep. there's an xml.php file sitting in the site's root directory. [04:18] ah ok [04:18] ah yeah its working *g* [04:19] i'm *not* a php guru though by any means. do i need to make any changes? [04:19] hm well the problem is: [04:19] art.ubuntu.com has different categories [04:19] and the categories arent dynamically at the moment [04:19] yes. [04:20] it looks like he added the new categories at the top of the php file already. does that help? [04:20] hm no, this means many changes in gnome-art [04:21] because the current version of gnome-art doesnt support categories dynamically [04:21] i finally have sudo priviledges on our server. i went almost a week trying to make changes to things before i realized they hadn't given me access yet. [04:21] you can use your xml file, but i dont know, what will happen [04:21] ooooh. i gotcha. [04:22] would it be easy for me to grab gnome-art out of cvs and make the changes and compile it myself? [04:22] hm no, there are many changes needed :( [04:23] its easy to change the path of the xml file [04:23] but then your categories arent working [04:23] i see. [04:23] but you can try it of course [04:23] maybe some categories will work [04:24] i think the app is only in Ubuntu's universe, so it wouldn't make it into breezy even if it were working correctly. [04:24] ah ok [04:24] ok. i'll see what i can do over the weekend. is it in gnome's cvs system? [04:24] no [04:24] miketech.net/gnome-art [04:24] k. [04:25] here you can download the source code [04:25] i can tell you what you have to change: [04:25] in lib/gnome-art you will find a file: [04:25] config.rb [04:25] k [04:25] there is a line: XML_File = "http://art.gnome.org/xml.php" [04:26] change it to: XML_File = "http://http://69.60.114.112/xml.php" [04:26] oops [04:26] http://69.60.114.112/xml.php [04:26] you know :) [04:26] :) yep [04:26] then it should work with the old categories [04:26] maybe backgrounds are working [04:26] maybe some icons [04:27] its a ruby script [04:27] if you have already installed it you can change the code directly [04:27] the file should be installed in a ruby-dir, maybe /usr/lib/ruby/site-ruby/1.8/gnome-art/config.rb [04:27] yep. i have it installed. [04:28] found it. [04:31] k. changed it. [04:32] my job for the evening was to submit some artwork, so i probably can't test it until there's some conten there. :) [04:32] there are 3 backgrounds [04:32] oh. cool. henrik must have been busy today! [04:32] but you should take a look at the xml file [04:33] maybe you have to change some urls in there [04:33] replacing art.gnome.org with your url [04:33] ok. i'll check it out. just changing that one URL didn't seem to do it. [04:34] but nice to see the art.gnome.org software running [04:34] because when soap is continue working we simply can migrate it on art.ubuntu.com [04:35] yeah. i guess henrik has done a good amount of talking to the AGO guys and they're going to keep the sites as similar as possible. [04:35] but currently everyone is on vacation *g* [04:35] yup i have read the threads on the mailinglist [04:35] yes. :) except me who's always on vacation... well, kinda. [04:35] lol [04:35] we have some nice mockups of new gnome-art [04:36] but only mockups [04:36] i joke - but take my advice. don't ever do anything at a job that could injure you. [04:36] hm [04:36] maybe its too late ... [04:36] but i will remember it for the future :) [04:36] you showed me a couple of them, and i passed 'em along to Jeff Waugh (still the "big cheese" as far as art goes). [04:36] hehe [04:37] i am always working a lot [04:37] it turns out that i'm probably lucky they've treated me so badly. there's a good chance i'll win a big lawsuit when it's all over. [04:38] hm?? [04:38] what has happened? [04:38] i know that all the art people i've taled to are excited about the whole "artwork repository" idea. i'm sure it'll make it into ubuntu main eventually. [04:39] oh, my employer really hassled me about it initially, stopped paying me for a while, sent me to about a half dozen of "their doctors" who all claimed i was fine - and they're still holding back paychecks on weeks that i have end of the week doc appointments. [04:40] uargs [04:40] they were ready to dump me and send me back to work this week until my doctor told them i'll be needing major surgery that requires a year of recovery time. [04:40] sounds terrible [04:41] i wish you good luck with your lawsuit [04:42] it has been, but i think it'll work to my advantage in the end. [04:42] thanks! [04:43] oh i see.. i should go to bed [04:43] here it is nearly 5 am [04:43] well hey, i need to go spend some time on my other ubuntu project (the laptop testing team). [04:43] perfect timing. :) [04:43] oh laptopt testing team? [04:43] have a good night. i'll let you know how i get along with gnome-art. [04:43] yeah. they gave me a laptop to do hardware testing with. [04:44] but top priority is your health [04:44] ubuntu "only" is a hobby [04:44] yes. :) [04:44] youve got a laptop?? [04:44] the red wine seems to be effective tonight. :) [04:44] lol [04:44] yeah. Canonical sent me a really new Toshiba laptop. [04:45] canonical has too much money :)) [04:45] really new meaning it won't work properly even with breezy yet. :) [04:45] hey, i'm not complaining. :) [04:45] oh *g* [04:45] hehe :) [04:45] it means i can work from the couch. [04:45] but ubuntu is going a good way [04:46] i have it installed now too [04:46] on my desktop system [04:46] yes. i really like their whole philosophy - as well as the software - and Mark is a really great guy. [04:46] do you know him? [04:46] just from talking to him on IRC and email. [04:47] ah ok [04:47] i'll make it to a conference one of these days though. [04:47] well you are really with ubuntu *g* [04:47] + involved [04:48] yep. i'm sold. it's the first distro i've actually been able to do work with and not just "play" with. [04:48] hehe yeah [04:48] (and that's after nearly 10 years of Linux involvement)! [04:49] and the poeple love it [04:49] we distributed over 1000 cds on the "linux tag" in germany within 4 days [04:49] excellent! i just grabbed the knoppix the other day that was released at linux tag. [04:50] ah. its a nice way to do some recovery stuff. but i dont like it as a desktop system *g* [04:50] it *ahem* recognized all the hardware in my laptop. i'm trying to use that to motivate the ubuntu devs. :) [04:50] hehe yeah [04:50] me too. [04:50] the hardware recognition is really good [04:51] but its bloated [04:51] yeah. REALLY good. breezy doesn't even recognize that there's a hard drive or video card in my laptop. [04:51] not even the hard drive? [04:51] thats hard *g* [04:52] at least knoppix is really "pretty". i use the DVD often to show off the state of the linux desktop. [04:52] well, it's an SATA drive connected to a RAID controller. yes. in a laptop. :) [04:52] wow :) [04:52] it'll rock when i finally get Ubuntu installed. :) [04:53] canonical really does have to much money :) [04:53] :) [04:53] i am interested in breez [04:53] y [04:53] tried to installed it, but didnt boot :) [04:53] i'm trying to make myself useful enough that they'll want to hire me when my back is fixed. :) [04:53] breezy is still pretty rough around the edges. [04:53] you wanna work for canonical? [04:54] nice :) [04:54] i have a fully functioning desktop machine, but it was a hoary to breezy upgrade. [04:54] i'd love to. [04:54] hehe yeah why not [04:54] especially if i could move. i always thought i was born on the wrong continent. [04:54] where are you coming from? [04:55] i'm in detroit, michigan, usa. [04:55] and i drive european cars. :) [04:55] ah and where is the registered office of canonical? [04:55] hehe :) [04:55] the isle of man. an island between ireland and england i believe. [04:56] ah you dont like usa? [04:56] well, i don't like detroit. [04:56] the last time ive been there i was maybe 12 years old :) [04:57] a long time ago :) [04:57] oh well i really have to go *g* [04:57] the auto capital of the world and the roads are so bad you hesitate to drive on them sometimes. way too much money around here crammed into way too little space. [04:57] ah yes. :) [04:57] have a good night. :) [04:58] thanks :) and good luck! good night [04:58] g'night. :) === AndyFitz [n=andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-artwork === ..[topic/#ubuntu-artwork:AndyFitz] : why is the ubuntu font not packaged ? it is ! install ttf-ubuntu-title on breezy ;) ROCK AND ROLL === AndyFitz [n=andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-artwork [06:00] still there? === klepas|afk is now known as klepas === ubuntulog [n=warthylo@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-artwork === Topic for #ubuntu-artwork: why is the ubuntu font not packaged ? it is ! install ttf-ubuntu-title on breezy ;) ROCK AND ROLL === Topic (#ubuntu-artwork): set by AndyFitz at Sun Sep 4 05:19:46 2005 [06:32] (klepas/#ubuntu-artwork) :-) === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has left #ubuntu-artwork ["Cheerio!"] === AndyFitz [n=andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-artwork [] === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has joined #ubuntu-artwork === jsgotangco [n=jsg@info1-116.info.com.ph] has joined #ubuntu-artwork [08:29] hey [08:30] i wouldn't want to flood the other channel [08:30] :) [08:30] hey === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has left #ubuntu-artwork ["Cheerio!"] === Danten [n=danten@h161n6c1o1049.bredband.skanova.com] has joined #Ubuntu-artwork === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has joined #ubuntu-artwork [08:35] ahh yes. i already got yelled at once in there for going off topic. (if nobody has spoken in 30 minutes, how can 3 sentences be off topic?) :-P [08:36] heh [08:36] by next week we should have an ubuntu-ized version of the art.gnome.org website up and running. [08:37] hopefully we'll get a flood of good artwork that we can quickly tweak and promote as official breezy artwork. [08:37] sure there will be submissions [08:38] the forums has been flooded with that (backgrounds and stuff) [08:38] even usplash [08:38] yes. there's a pretty fair amount of ubuntu specific artwork up at gnome-look.org as well. [08:38] i think our own art site will be really popular. [08:39] where are you hosting it? [08:40] honestly, i don't know. a canonical person named Henrik did most of the "porting" and it's set up on a colocated machine instead of at Canonical's facilities. [08:43] it's kinda cool to have a sudo account on a production server running Ubuntu. :) i'm stuck with RHEL on my own colo box. [08:46] well hey, i'm going to go have a bedtime snack and see if a real WinXP disc works better on this laptop. drop by here anytime though. the more the merrier. :o) [08:47] g'night all! [08:48] laters [08:49] drat [08:49] just missed em === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has left #ubuntu-artwork ["Cheerio!"] === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has joined #ubuntu-artwork [11:11] anyone awake at this uncanny hour? [11:11] :) === klepas is now known as klepas|dinner === klepas|dinner is now known as klepas === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has joined #ubuntu-artwork === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has joined #ubuntu-artwork [12:56] anyone home? [01:00] :( === gothcat [i=gothcat@c-459571d5.07-44-73746f50.cust.bredbandsbolaget.se] has left #ubuntu-artwork ["Lmnar"] === klepas [n=klepas@203-213-31-142-act.tpgi.com.au] has left #ubuntu-artwork [] === bachler [i=rakahang@62.101.48.8] has joined #ubuntu-artwork === lukacu [n=lukacu@cpe-212-18-59-221.dynamic.amis.net] has joined #ubuntu-artwork === Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-artwork === bachler [i=rakahang@62.101.48.8] has joined #ubuntu-artwork === ogra [n=ogra@p5089DA99.dip.t-dialin.net] has joined #ubuntu-artwork === kafeine [n=kori@212.39.73.142] has joined #ubuntu-artwork === Ju [n=Ju@gob75-2-81-56-64-109.fbx.proxad.net] has joined #ubuntu-artwork [10:26] Hi all ! [10:26] I"m looking for the ubuntu logo in svg format... === ogra [n=ogra@p5089E5B5.dip.t-dialin.net] has joined #ubuntu-artwork === kafeine [n=kori@212.39.73.142] has joined #ubuntu-artwork [10:53] hi Ju! try this page: https://wiki.ubuntu.com/UbuntuArtwork [10:58] /o\ sorry one hundred times, google didn't show this one... Thanks for the link... [11:00] no problem === Ju [n=Ju@gob75-2-81-56-64-109.fbx.proxad.net] has left #ubuntu-artwork ["Bye]