=== jmg [n=cartel@shinobi.thoughtcrime.org.nz] has joined #kubuntu-devel [12:42] hey all [12:42] whats the status of klaptop for breezy [12:42] any work being done between now and d-day? [12:47] jmg: it should all be working, although I havn't tested it with a fresh install [12:57] Riddell: cool [12:59] we need a breezy slogan for kubuntu [12:59] Riddell: The acpi_helper thing is broken, it doesn't use scripts but directly writes to /proc. [12:59] sebas: I patched from 3.5 and made it use pmi (ubuntu's power management scripts) [01:00] Riddell: Ok, you rock. :) [01:00] -0ubuntu2 [01:00] Is there more info on pmi? [01:00] doesn't seem to be much info no [01:01] powermanagement-interface is the package [01:02] I'll have a look at the source. [01:03] it's just a shell script [01:04] The hibernate script provides a blacklist of pm unaware modules. [01:04] The list of the package is currently empty, that's not too much use. [01:05] hibernate has blacklisted modules per kernel version even. [01:05] And it's actively maintained. [01:06] Actually, the hibernate script does all pmi does, and much more. [01:08] who maintains it? [01:14] sebas: eh? looks like pmi just calls hibernate.sh for: pmi action hibernate [01:15] Riddell: Bernard Blackham [01:15] Also maintaining suspend.net site. [01:16] allee: Yeah, but that's not the point. [01:16] Besides: where? [01:16] [01:05] Actually, the hibernate script does all pmi does, and much more. [01:17] sebas: isn't this the point? [01:17] allee: Yeah, but where is the corresponding code? [01:17] allee: Not quite. [01:17] >grep hibernate.sh /usr/sbin/pmi [01:17] /etc/acpi/hibernate.sh force [01:17] Ah, ok. [01:18] My point was though, that at least the blacklist and the services that have to be stopped might be only in *one* place, and hibernate has a good list of the modules. [01:18] The services might depend on the sort of "pmi action", i.e. suspend-to-ram and suspend-to-disk. [01:18] Or whatever pmi does more. [01:19] For example, to wake-up successfully from S3 I've got to do some setpci magic, S4 doesn't need that. [01:20] That force isn't too nice either, but that's a wholly different thing of course. [01:20] sebas: for me it looks like pmi is only there to provide a (I assume) stable interface to whatever is used behind [01:21] allee: Ehm, pmi does have a blacklist. [01:21] So it's more than a stable interface, it has also configuration (which is tricky in the PM case). [01:21] The blacklist is configuration, the services even more so. [01:22] Since the pmi blacklist is empty, one might aswell link it to the hibernate blacklist. [01:23] looks like I still miss the point. When you write 'hibernate' you don't mean /etc/acpi/hibernate.sh? [01:24] Ow, that explains a lot of the confusion :D [01:24] I'm talking about the package "hibernate", which is actually a script to handle all that. [01:25] I thought that pmi used that one :o [01:25] (Might've also read the scripts better. Sorry.) === sebas takes that as a hint that sleep is needed. [01:30] G'night Jonathan and allee! [01:30] nite sebas [01:31] mhmm, hibernate (pkg) seem to use sw suspend2. Note sure is kubuntu uses them [01:32] no 'all' suspend/hibernate implementation are supported (according to debian/control) [01:51] Riddell: regrettably klaptop is *still* buggered and ACPI [01:51] jmg: what's up with it? [01:51] Riddell: regrettably klaptop is *still* buggered and ACPI_SLEEP=true sudo /etc/acpi/sleep.sh works [01:51] Riddell: now it doesnt suspend me at all [01:52] Riddell: in it's defence i havent dist-upgraded yet [01:52] just apt-get install acpi-support klaptopdaemon to get hte latest versions [01:52] jmg: but you do have the latest klaptopdaemon (and restarted KDE)? [01:55] yeah [01:55] Riddell: now it just does a LOT of disk, and eventually wakes back up on its own. [01:56] Riddell: using te sleep.sh *does* work though, which makes me cry. === jmg checks out the source [01:57] ii klaptopdaemon 3.4.2-0ubuntu2 [01:58] Riddell: latest sid is 3.4.2-3 [01:58] can't sync? [01:58] too late huh [02:00] jmg: what changes are there? [02:00] Riddell: didnt bother to read changelog just changed sources to get from breezy [02:01] since thats the version that will need to be patched anyway [02:02] no relevant patches from debian [02:02] Riddell: um... klaptop is NOT patched to use /etc/acpi/foo.sh [02:02] at least looking in debian/patches.'.. [02:03] was it meant to be? [02:03] *confused* [02:03] debian/patches/kubuntu_04_use_pmi.diff would be the patch [02:03] it uses pmi [02:05] interesting [02:05] pmi action sleep works too [02:05] maybe my config is hosed [02:07] jmg: what action are you using in the right click menu? [02:07] Riddell: also the acpi helper is broken [02:07] Riddell: suspend [02:07] does hibernate work? [02:07] Riddell: i wonder if all of this will go away when i dist-upgrade though [02:07] Riddell: hibernate never worked [02:08] Riddell: it reboots and starts a new session [02:08] Riddell: but im working on suspend... gotta walk before run and all that [02:08] hibernate works for me, suspend doesn't (goes to sleep and never wakes up again) [02:08] Riddell: pmi action suspend works [02:09] wakes up ok [02:09] jmg: acpi helper? [02:14] Riddell: it actualy isnt broken [02:14] my bad [02:14] so... situation is : pmi suspend works, klaptop suspend doesnt. [02:14] jmg: what doesn't work about it? [02:18] jmg: it doesnt suspend at all. [02:19] jmg: just does nothing? [02:19] jmg: it blanks the screen, does a lot of disk, and eventually unblanks [02:20] Riddell: sorry [02:21] curious [02:24] Riddell: oh dear. [02:24] jmg: I'll do a fresh install tomorrow and see whether it still works for me [02:25] Riddell: just looking at the source, --suspend means action 1, which is hibernate... ???? [02:26] Riddell: nowhere is action 2 (suspend (that launches pmi suspend ( that actually works))) used by klaptop [02:26] Riddell: suspend and standby are the same action (1) === jmg busts out dpatch [02:29] hmm, yes [02:30] Riddell: i suppose you could patch it and save me the trouble, or do you want me to file a malone/bugzilla and attach a patch? if so should my patch patch use_pmi or should i create a new dpatch that patches acpi_helper.cpp again? [02:31] jmg: I'll fix it :) [02:31] Riddell: cool [02:31] Riddell: i cant sit here see that bug and not fix it though, so im cooking up a local klaptopdaemon for today :) [02:32] Riddell: suspend was my big whine since the other day i suspended walked to the park and had no battery lol [02:41] jmg: uploaded [02:41] should hit the archives in an hour or two [02:41] Riddell: cool! [02:41] Riddell: glad i could stomp another.. now onto pmi hibernate :) [02:42] thanks for your help and let me know if it fixes it === Riddell sleeps === \sh_away is now known as \sh === JRe [n=jre@pai34-2-82-226-199-36.fbx.proxad.net] has joined #kubuntu-devel === \sh is now known as \sh_away === jmg [n=Jernau@shinobi.thoughtcrime.org.nz] has joined #kubuntu-devel === jmg itches === \sh_away is now known as \sh === KaiL [n=KaiL@p548F4C48.dip.t-dialin.net] has joined #kubuntu-devel === Tonio- [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #kubuntu-devel [09:49] morning [11:46] morning! === Tonio- [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #kubuntu-devel [11:49] Tonio-: the adept's icon is nice:) [11:51] JRe: thanks ;) [11:51] JRe: built with a touchpad (no mouse out there), I thought I would become crazy with adjustments ;) [11:51] :) :) [11:51] wow it's hard to draw with the touchpad [11:52] I just wait for the next package version because svg ones have a problem on his one, I corrected that yesterday. [11:52] yep it is not that easy LOL [11:52] also the Updater version doesn't install properly actually.... I hope it'll be corrected with the next package [11:52] Tonio-: get anywhere with the usplash image? [11:53] :) [11:53] Riddell: you've taken a look to the k3b patch ? [11:53] Riddell: done tonight..... I had to finish with this xen documentation and i'm actually installing the xen server with a redhat EL and a debian sarge..... [11:53] no time forthis today sorry ;) [11:53] JRe: not yet, it's a post RC fix, don't let me forget [11:53] I promise to perform something tonight [11:54] k [11:55] Riddell: may be it would be cool to forward this patch to debian, no? (they have the same normalize-audio package) [11:56] BTW is this expected to have an adept icon within System AND Utilities ??? [11:59] JRe: yes, definatly forward it to them [12:00] JRe: double icon entry should be fixed [12:04] Riddell: actually looking for palette modification ......... [12:05] the problem is that if you wanna get "OK" brighter, it completly breaks the shadows over Kubuntu word..... [12:05] couldn't that be possible to patch the colors used ???? [12:06] Riddell: for example replacing #define TEXT_FOREGROUND 2 by #define TEXT_FOREGROUND 10 which would be perfect for this ? [12:06] Tonio-: that's no possible since it'll break the other usplash images [12:06] okay, the source is common, only the image differs..... [12:07] Tonio-: you should be able to swap colours around in the palette somehow without changing the image (I've no idea how else I'd do it myself) [12:07] so I have to manage something brighter but not too much ;) [12:07] I can modify boh palette and image [12:07] to get the modified palette and an identical to before image [12:07] that's perfectly possible [12:08] let me 1/ think about it with a cigarette 2/ check ;) [12:08] I try to do it for 2 PM [12:08] gmt+1 [12:09] it just needs colour order swapped in the palette === OculusAquilae [n=bastian@p548D1FD4.dip0.t-ipconnect.de] has joined #kubuntu-devel [12:10] howdy OculusAquilae, fancy packaging ksniffer? [12:10] hi Riddell [12:11] not so much experience in packaging [12:11] OculusAquilae: perfect time to learn :) [12:11] hm [12:12] Riddell: it needs color swap in tha palette AND image modifications ;) [12:12] http://wiki.ubuntu.com/KubuntuPackagingGuide [12:12] Tonio-: images needs to be modified to follow the swapped colours so it ends up looking exactly the same [12:12] because the image sctructure refers to the palette color id, so for each colors that I swap, I have to swap the image too [12:13] hm [12:13] absolutly, I just found how to perform this, so it might be okay [12:13] ubercool [12:13] hm I started to read this debian New maintainers Guide [12:14] only at chapter 5 [12:14] but [12:15] I've a lot time free today [12:17] OculusAquilae: excellent opportunity :) [12:17] dh_make is the one to start with [12:20] hm [12:45] ok [12:45] i'll look what i can do [12:46] Riddell: is there anything special to do? [12:47] Riddell: (on breezy ATM) [01:00] Riddell: just something with the image.... [01:00] I'm testing and let you know [01:00] unfortunatly, I don't understand how the original image has been compressed.... 4k only, while my one is 21k with exactly the same properties.... strange [01:03] is there someone in charge of kubuntu-fr ? [01:03] not now [01:03] .nl .es .de are up [01:04] amu: mmm ok i'll stick there from now because it's deseperately empty [01:05] Tonio-: you can come too, so we will be two ;) [01:05] amu: ho err, I was talking about the IRC chan :) [01:05] :) ok, i thought web *g* [01:05] amu: for the website there is http://www.ubuntu-fr.org/ [01:06] yep I could that's true ;) [01:06] amu: but no kubuntu-fr.org :( [01:06] but actually I have to finish the usplash work (and that's not, really not a fun job lol) [01:06] whats the problem ? [01:07] ubuntu-fr looks too brown :) [01:07] :) [01:07] Tonio-: you're enhancing the kubuntu's splash ? [01:07] yep [01:07] Tonio-: :) :) you're the touchpad master! [01:08] I touchpad victim ;) [01:08] JRe: what do you need, in order to run kubuntu.fr ? [01:08] in french [01:08] en plus j'aime pas le touchepad, je prefere le petit clito comme sur les ibm.... [01:08] ;) [01:08] Tonio-: nothing more than a webserver :) [01:08] j'ai jamais su comment on apelait ce truc d'aileurs :) [01:08] err: amu: nothing more than a webserver [01:09] back to english and sorry for this :) [01:09] JRe: no prob :) [01:09] amu: so I can start it and maintain it === Tonio- rebooting to see if it is clean ;) [01:11] sure, i'm running .de on my main server, but setuped last week another decicated server for public useage [01:11] amu: ho cool! I can use any backend or I am obliged to have one in particular ??? [01:12] JRe: letme setup apache php sql ... later you get an ssh account and you can upload the files whenever you're suitable [01:13] amu: ok! [01:14] it maybe makes sense, to talk to marcel, he's working on a multilang cms, that makes the things in feature easier to setup another lang [01:15] apache is enough at the moment ? [01:19] Le nom de domaine kubuntu.fr est libre === pef [n=loic@lns-vlq-39f-81-56-130-224.adsl.proxad.net] has joined #kubuntu-devel === hunger [n=hunger@p54A600B2.dip0.t-ipconnect.de] has joined #kubuntu-devel === Tonio- [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #kubuntu-devel [01:25] why doesn't it work ^^ [01:25] DAMN !! [01:25] Riddell: I modified the png [01:26] rebuilt the package and installed the two deb files.... nothing different while rebooting.... [01:26] did I miss something ? === Riddell returns from installing CDs [01:26] Tonio-: could you send me a copy of the png? [01:26] absolutly [01:27] it is ust a test, colors are of course not definitive ;) [01:28] sure [01:28] amu: youpee you'll register it? [01:28] Riddell: http://www.planetemu.net/temp/kusplash.png [01:28] Tonio-: hehe nice! [01:29] JRe: ? what is nice ? [01:29] Tonio-: kubuntu.fr domain name is free [01:29] Tonio-: and you splash of course :) [01:29] ah ? [01:29] interesting [01:29] .fr domains are difficult to get [01:29] s/you/your/ [01:29] Riddell: yeah I have heard about it it can take up to 6 months or more [01:29] JRe: well at the moment it doesn't change anything [01:30] Riddell: maybe a kubuntu-fr.org [01:30] JRe: tidying bug reports would be about the most useful thing right now [01:30] Tonio-: no but it's the first time I see it :) [01:30] JRe: kubuntu-fr.org is good [01:30] JRe: I didn't do it, just modified the structure of the png [01:31] Tonio-: k [01:31] Riddell: once the file is modified, I just have to build source package, pbuilder it and install the debs righ ? [01:31] JRe: I personnaly would prefer kubuntu-fr.org [01:31] Tonio-: yep [01:32] Tonio-: yes it the easier to get and it will be the same as ubuntu-fr.org [01:32] Riddell: so I don't understand ;) maybe the modified colors are not the ones used... [01:32] what about fr.kubuntu.org de.kubuntu.org [01:32] and in france, historically, .fr was designed for companies only............. [01:32] Tonio-: what did you use to modify it? [01:33] gimp [01:33] amu: fr.kubuntu.org is nice too [01:33] same system debian use for it county web and ftp server [01:33] krita cannot save palette based pngs, only rvb/alpha based [01:33] ... and it would be cheaper :) [01:33] amu: yes :) :) [01:33] Riddell: if you look at the palette, you will se the changes [01:34] Tonio-: how do I look at the palette? [01:34] www.fr.kubuntu.org ftp.fr.kubuntu.org sounds good [01:34] Riddell: open it then , let me translate ;) === Riddell installs gimp [01:35] Riddell: dialogs, and then color palette [01:35] in the main window [01:35] JRe: I might be able to host the website for free [01:35] I have a personnal webserver with 80 mbits/sbandwidth [01:35] and only use 20..... [01:36] if that can help :) [01:36] amu: that means waiting on elmo [01:36] Riddell: would be nice if elmo accept an hippden primary dns [01:37] s/hippden/hidden [01:38] Riddell: the fastest solution, and we can create subdonains ourself if we need them [01:38] Tonio-: ok, done dialogues->palettes [01:39] amu: you ask him then :) [01:40] Tonio-: but I can't see how to find the current palette of the image [01:40] it is this one [01:40] you should have 133 entries right ? [01:40] 13 [01:41] Riddell: not palette [01:41] look upper [01:41] you should have something called "color palette" [01:41] don't you see it ? [01:43] http://muse.19inch.net/~jr/tmp/gimp1.png [01:43] don't see it [01:43] Riddell: colourmap :) [01:43] it's this [01:44] JRe: if you want i can order & sponsor for you the domain :) [01:44] I may put my system in english next time ;) [01:44] Tonio-: aaah :) [01:44] amu: is it free ? [01:45] .. in addition the kubuntu-fr.org domain [01:47] i thing ..kubuntu.org is the best solution, everyone can try www.es.kubuntu.org if there is a spanish page or not, users find information much more easier compared to *.kubuntu*.org or *kubuntu*.com [01:48] s/thing/thik [01:48] baeh think even *g* [01:56] Riddell: should be right according to the coors you told me to change no ? [02:04] hum need little information.. [02:04] with the latest debian, how many cd's are required to perform a "basic" installation ? [02:04] I nead to download and certainly don't want to get 13 isos ;) [02:07] amu: I agree [02:07] so do I [02:15] Tonio-: your image works great, just needs update-initramfs -u -t run first [02:16] Tonio-: do you think you'll play with lightening the darker colours? [02:17] Tonio-: you can also just run sudo usplash; sleep 3; sudo usplash_write "TEXT hello"; sudo usplash_write "SUCCESS ok"; sudo usplash_write "PROGRESS 50" === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu-devel === jjesse [n=jjesse@mail.ftpb.com] has joined #kubuntu-devel [02:30] Riddell: okay [02:31] Riddell: https://docteam.ubuntu.com/repos/branches/breezy/kde/kreleasenotes/C/ for updated kreleasenotes [02:31] no time now but I note all of this and make color tests tonight, than give you a final image [02:31] Tonio-: cool [02:31] jjesse: also cool, I'll take a look [02:32] Riddell: Thanks, i'll make more changes if need to be === Tonio- [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #kubuntu-devel === OculusAquilae [n=bastian@p548D1FD4.dip0.t-ipconnect.de] has joined #kubuntu-devel [02:42] Riddell: sudo usplash; sleep 3; sudo usplash_write "TEXT hello"; sudo usplash_write "SUCCESS ok"; sudo usplash_write "PROGRESS 50" -> doesn't work for me.... [02:42] I just get the initial screen, and nothing happens.... === Tonio- [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #kubuntu-devel [02:50] Riddell: just saw it, need to reboot but that's okay.... [02:50] Riddell: according to me OK should be more dark, visible but more dark.... [02:50] and I find progress bar ok like this..... your felling ? [02:54] Tonio-: I think it looks great as it is [02:55] Tonio-: run on one console sleep 8; sudo usplash_write "TEXT hello"; sudo usplash_write "SUCCESS ok"; sudo usplash_write "PROGRESS 50" [02:55] Tonio-: then alt-f2 to another text console and run sudo usplash [02:57] okay.... no changes required for you ? If it is okay, i'm stopping now... depends on your feeling ;) [02:58] Tonio-: that's fine, thanks for your help [02:58] Riddell: no problem;) [03:57] jjesse: could we get rid of the revision history in the release notes? it's all kept in SVN and it doesn't help the reader [04:00] "a large range of GStreamer plugins are available" 'are' or 'is'? [04:02] IMO is. [04:02] In dutch, both is possible, though "is" is more correct. === \sh is now known as \sh_away [04:03] Riddell: sure i can get rid of the revision history [04:05] Riddell: committed up to revision 1861 [04:15] heading to different branch, gone for a bit === jjesse [n=jjesse@mail.ftpb.com] has joined #kubuntu-devel === BlackDesert [n=andrea@host24-197.pool8254.interbusiness.it] has joined #kubuntu-devel === BlackDesert [n=andrea@host24-197.pool8254.interbusiness.it] has joined #kubuntu-devel === BlackDesert [n=andrea@host24-197.pool8254.interbusiness.it] has left #kubuntu-devel ["Konversation] === \sh_away is now known as \sh [05:56] jjesse: can you do svn commit on your breezy/kde/debian directory [06:01] jjesse: or better, rm that directory and svn update it then apply this patch to breezy/kde [06:01] http://muse.19inch.net/~jr/tmp/docs2.diff === JRe [n=jre@pai34-2-82-226-199-36.fbx.proxad.net] has joined #kubuntu-devel [06:34] Riddell: sorry was at lunch [06:34] when i patch it says Reversed or previosly applied patch deted! assume -R [n] [06:34] jjesse: on which file? [06:35] Riddell: i did a patch -p0 < docs2.diff in the branches/breezy/kde folder [06:35] but which file is it complaining about? [06:35] Makefile [06:35] hmm [06:37] it can't be [06:37] let me look again [06:37] you should it isn't complaing about debian/control? [06:37] s/should/sure/ [06:37] nope i screwed up [06:38] in which way? [06:38] that was patch you sent yesterday saved the new one in a different directory [06:38] control-c to kill patch [06:38] i did and patched [06:38] committing right now [06:40] just commited them [06:41] jjesse: excellent, thanks [06:42] jjesse: I changed it to use the KDE style sheet, to all be a large sect1, moved some bits about and changed a few bits of text [06:42] Riddell: no problem i saw the changes [06:43] Riddell: can i then move on to the aboutkubuntu and look for changes there? [06:43] jjesse: please do [06:46] jjesse: let me know if you have any questions [06:46] Riddell: will do i haven't really looked at it lately === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu-devel [07:19] Riddell: can i mark the release notes as finished on wiki.ubuntu.com/DocteamProjects ? [07:20] jjesse: sure === aeig [n=carl@80-218-120-150.dclient.hispeed.ch] has joined #kubuntu-devel === Tonio- [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel [08:01] jjesse: I just noticed a comment "OpenOffice shots in ?Kubuntu user guide? are still of ooo 1.1.3." [08:01] jjesse: so you have users waiting on your updates :) [08:04] is that a bug? or in a wiki page === verwilst [n=verwilst@dD5E0095A.access.telenet.be] has joined #kubuntu-devel [08:21] jjesse: in the user guide, but we're dropping the user guide so it's not a problem [08:21] just good to know that people are reading the docs === Riddell goes out [08:22] hi [08:22] Riddell: ping! [08:22] verwilst: hmm? [08:22] Riddell: libqt4-core depends on libqt4-gui? [08:23] that kinda defeats the purpose of the split packages? ;) [08:23] verwilst: upstream issue (debian) for now [08:23] qt 4 isn't priority for breezy since nothing uses it [08:24] i would (h) :d [08:24] need to make some postfix content_filters [08:24] and since i want something that performs well, i was thinking about c++ :) [08:24] Riddell: userguide should be in dapper drake correct? [08:25] but c++ in itself is icky, but Qt is niiiice :d [08:39] <\sh> Riddell: I wanted to package last.fm player ;) === ach [n=breezy@janus.exgal.mpe.mpg.de] has joined #kubuntu-devel [09:09] Riddell: i have a question on the aboutkubuntu doc can i copy http://ubuntu-doc.ath.cx/gnome/about-ubuntu/C/ and then make changes fo kubuntu? [09:38] breezy upgrade: language-pack-kde-de-base and kaffeine have both german kaffeine.po [09:40] #lauchpad === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #kubuntu-devel === amu [n=amu@devel.debian.net] has joined #kubuntu-devel === \sh is now known as \sh_away === venda [n=sean@ndn-165-134-136.telkomadsl.co.za] has joined #kubuntu-devel [11:40] sounds like RC day to me