/srv/irclogs.ubuntu.com/2008/03/29/#kubuntu-devel.txt

ryanakcanixternal: ping, how did you get icecc working? I have all the required ports open on the daemon and scheduler hosts, but the scheduler only recognizes the daemon on localhost, and not on the 2nd daemon host...00:40
nixternalryanakca: I just installed icecc on all of my machines...did nothing else really01:16
ryanakcanixternal: hmm... odd. ok, thanks.01:29
* ryanakca guesses it's his firewall...01:29
=== coreymon77 is now known as coreymon
=== coreymon is now known as coreymon_
=== coreymon_ is now known as coreymon77
=== kiefer_ is now known as kiefer08
=== jpetso is now known as jpetso_away
=== jpetso_away is now known as jpetso
ScottK2awen_: Thanks02:56
=== jpetso is now known as jpetso_away
ScottK2Do you have a good test case that demonstrates the bug that I can use to check if I've fixed it andresj?03:09
ScottK2We're discussing bug 20855603:10
ubotuLaunchpad bug 208556 in qt4-x11 "qdbuscpp2xml uses moc-qt3 instead of moc-qt4" [Undecided,New] https://launchpad.net/bugs/20855603:10
andresjScottK2: I have my own application, but I think that to be sure I would use the one in http://lists.debian.org/debian-qt-kde/2007/03/msg00143.html03:10
* ScottK2 looks03:10
andresjinstead of that, qdbuscpp2xml returns <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">\n<node>\n</node>03:11
andresj(with the \n replaced with newlines)03:11
ScottK2Right.03:12
ScottK2nixternal: You around?03:13
andresjnever mind... qdbuscpp2xml does that one correctly.03:14
andresjlet me find another test case.03:14
ScottK2OK.03:15
andresjmm... apparently the only reason why it didn't work is because I was using KUrl as the type of an argument of a slot.03:24
ScottK2So does that make it a lower priority in your opinion then?03:25
andresji think that then, maybe that's not the problem... because KUrl has existed since KDE 3...03:25
andresjmight be that im just using the wrong type.03:25
andresjI'll ask about that in #kde and #kde-devel03:27
ScottK2Good luck.03:28
andresj:D thanks for your help, though :D03:28
nixternalScottK2: what's up?04:09
ScottK2nixternal: I was looking for someone who could help andresj out, but he got headed in the right direction.  What do you think about the patch discussed in http://lists.debian.org/debian-qt-kde/2007/03/msg00143.html04:10
* nixternal looks04:11
nixternalthat is for Qt 4.204:12
nixternalhas it been addressed upstream at all?04:13
nixternalie. the 4.3 release that we have or the 4.4 release coming up soon04:13
ScottK2Dunno.04:13
ScottK2I'm pretty qt stupid, which is why I screamed for help.04:14
andresjby the way, I think the problem _was_ that I used KUrl instead of QString in my interface, so while I think that using moc-qt3 instead of moc-qt4 might still cause problems, its not as grave as I thought (it works good in most cases I have tried)04:14
ScottK2Yes, but if it's a reasonable fix and it helps, we should see about doing it.04:15
nixternalI just ran his test with 4.3 and it produces exactly what he pasted in the report04:15
ScottK2Sounds like it's valid then.04:16
ScottK2Does the fix look right to you?04:16
nixternaloh man, that was fixed last year04:17
nixternalthe report isn't valid anymore, the test.cpp works as it should04:17
nixternaland I don't have /usr/share/qt4/bin prefixed in PATH either04:18
ScottK2Ah.  OK.04:18
ScottK2Mark it fix released then please.04:19
ScottK2nixternal: Thanks for looking at it.04:19
nixternalwho should mark it as fixed?04:19
ScottK2I don't care.04:19
* ScottK2 was talking to nixternal, but whoever.04:20
nixternalwhat am I supposed to mark as fixed?04:20
ScottK2 bug 20855604:20
ubotuLaunchpad bug 208556 in qt4-x11 "qdbuscpp2xml uses moc-qt3 instead of moc-qt4" [Undecided,New] https://launchpad.net/bugs/20855604:20
nixternalhrmm04:20
* ScottK2 digs back into kde-guidance.04:20
ScottK2It may be crusty, but at least it's python.04:21
nixternallrwxrwxrwx 1 root root 21 2006-12-16 19:09 /usr/bin/moc -> /etc/alternatives/moc04:21
nixternalie. moc is an /etc/alternative04:21
* ScottK2 can do Python.04:21
ScottK2Ah.04:21
nixternalso it is going to use whichever version of qt4 is active04:21
nixternallrwxrwxrwx 1 root root 16 2008-02-28 23:02 /etc/alternatives/moc -> /usr/bin/moc-qt304:21
nixternalooh, it is set to moc-qt304:22
nixternalinteresting04:22
ScottK2Have fun.04:22
nixternaldamn you!04:22
nixternalI guess that would be a packaging bug?04:23
nixternalit isn't a qt bug04:23
nixternalScottK2: easy fix, just add and update-alternatives line to the qt4-dev-tools.postinst04:27
nixternalor libqt4-dev.postinst rather04:27
nixternalhrmm, actually it is already there04:28
nixternalpriority level is 40, to low04:28
nixternaland even running the test with moc-qt4 it still works04:29
nixternalRiddell: when you wake up and get around, check out bug #208556 - it is a valid bug I guess because libqt4-dev.postinst isn't installing at a priority high enough to become the default...though i am not sure how you want to handle this...bug/no-bug04:34
ubotuLaunchpad bug 208556 in qt4-x11 "qdbuscpp2xml uses moc-qt3 instead of moc-qt4" [Low,Confirmed] https://launchpad.net/bugs/20855604:34
nixternalI guess we could temporarily patch it to do /moc-qt4 instead of relying on the postinst for alternatives priority04:34
nixternalactually, that probably makes the most sense04:35
nixternalScottK2: ^^04:35
nixternalas qdbuscpp2xml is a qt4 only app04:35
ScottK2Yep.  that makes sense.04:36
nixternalI will leave that up to Riddell though, Qt4 is his baby04:37
nixternalactually04:37
nixternalpatches/05_append_qt4_target.diff:+QMAKE_MOC        = \$\$QT_BUILD_TREE/bin/moc-qt404:38
nixternalit is already patched04:38
* nixternal runs strace04:38
* ScottK2 goes to bed.04:38
ScottK2Good night.04:38
nixternalg'nite04:38
nixternalandresj: ahh, you are here04:42
nixternalandresj: that has been fixed for ever a year, there is a patch in the package called 03_launch_moc-qt4.diff that s/\/moc/\/moc-qt404:43
nixternalahh, you figured out the problem already :)04:43
nixternalScottK2: FYI, that patch has been in the Qt4 package since the beginning of June 2007.04:44
andresj:D but it's not applied to the ubuntu package yet...04:46
andresjI did apt-src install qt4-x11, and checked the source code for that particular file, and it still says "/moc" instead of "/moc-qt4"04:47
andresjoh never mind... the patches are not applied yet... :( now is when its showed that I know nothing about Debian packaging :D04:48
nixternallol04:48
nixternalyou will learn young jedi :)04:48
andresjxD04:48
nixternalthe patches get applied during the build process04:48
andresjI see.04:49
nixternalman, I was confused for the first 10 minutes of looking at that bug04:55
nixternalI followed the test.cpp from the debian report, and it worked as it should04:55
andresjwell I wrote a comment explaining my ignorance in the bug page :D04:56
nixternalgood that you caught it though..I just never realized you were the same person at first who filed the bug until I went to your wiki page :)04:57
andresjhahaha, well your nickname has nothing to do with your name either (as far as I can tell :D)04:58
nixternalnot yet it doesn't...if they let me change my name legally then I will be good :)05:04
=== andresj__ is now known as andresj
=== hunger_t is now known as hunger
Artemis_FowlAUTOMAGIC KERNEL LIST in (K)ubuntu GRUB's config is necessary for what?09:15
=== \sh_away is now known as \sh
jpatrickArtemis_Fowl: updating the kernel10:16
Artemis_Fowljpatrick: could you explain some more? are they absolutely necessary?10:17
jpatrickArtemis_Fowl: yes, when you install a new kernel, it automagically places and removes the necessary entries from the list10:18
Artemis_Fowljpatrick: and what happens if those lines are deleted? won't the kernels update?10:18
jpatrickArtemis_Fowl: hmm, good question10:19
jpatrickArtemis_Fowl: it probably goes about crying and trying to restore them10:22
Artemis_Fowljpatrick: so if you delete them, is this a big problem or of minor importance?10:23
jpatrickArtemis_Fowl: don't think it's recommended..10:24
Artemis_Fowljpatrick:hmm10:25
seaLneArtemis_Fowl: it means when you install a new kernel it won't automatically be used10:26
seaLneArtemis_Fowl: are you just wondering what it is for or are you trying to do something specific with kernels?10:27
Artemis_Fowlone min10:28
Artemis_FowlseaLne: actually because of this: https://bugs.launchpad.net/ubuntu/+source/kgrubeditor/+bug/19675610:30
Artemis_FowlseaLne: I develop KGRUBEditor10:30
ubotuLaunchpad bug 196756 in kgrubeditor "kgrubeditor doesn't recognize AUTOMAGIC KERNEL LIST entries" [Undecided,Confirmed]10:30
seaLneah, well for debian based distributions i'd say it was very important not to break the AUTOMAGIC section10:34
Artemis_FowlseaLne: actually the AUTOMAGIC section is a GRUB misuse10:35
seaLneas most people expect it to work10:35
seaLneArtemis_Fowl: quite possibly10:35
seaLnebut its the way kernels have been handled in debian for a long time10:36
Artemis_Fowland moreover a pain in the neck for developers :)10:36
seaLnewhen a debian kernel is installed it looks for the AUTOMAGIC section so it can add the new kernel details in the correct place10:37
Artemis_FowlseaLne: as I can see the AUTOMAGIC sections is something like this:10:40
Artemis_Fowl### BEGIN AUTOMAGIC KERNELS LIST10:40
Artemis_Fowl## some comments10:40
Artemis_Fowl## some more comments10:40
Artemis_Fowl# an option10:40
Artemis_Fowl 10:40
Artemis_Fowl## some comments10:41
Artemis_Fowl## etc etc etc10:41
Artemis_Fowl## ## End Default Options ##10:41
Artemis_Fowl 10:41
Artemis_Fowltitle Debian10:41
Artemis_Fowlkernal dummy_kernel10:41
Artemis_Fowl 10:41
Artemis_Fowltitle and so on10:41
Artemis_Fowl### END DEBIAN AUTOMAGIC KERNELS LIST10:42
Artemis_Fowlright?10:42
Hobbseedude, pastebin?10:42
seaLneyep10:42
Artemis_FowlseaLne: does any other distro 'misuse' GRUB's comments in a similar manner from your experience?10:48
Artemis_FowlseaLne: for Debian-based I think I can patch this10:49
seaLnei haven't really used any non debian based distros in years10:51
jpatrickdebian/rules10:51
Artemis_Fowli think opensuse has a similar system. i'll check it out10:51
* jpatrick says "yay"11:00
jpatrickalpine just decided to delete all my @kubuntu mail11:00
=== mendred_ is now known as mendred
\shwhatever alpine is ;)11:01
jpatrickfreely licensed version of pine11:02
fdovinggood thing you have backups then :)11:03
jpatrickerr, no, imap11:03
\shjpatrick: this is really bad then :)11:04
fdovingkubuntu mail can't be that important anyway :)11:04
jpatrick\sh: I suppose so, been meaning to clear it all out anyway11:04
Hobbseefdoving: or is all archived11:05
fdovingyep.11:06
seaLneeven the large quantities of spam to @kubuntu ? :)11:06
jpatrickcanonical must set up an anti-spam filter11:07
seaLnethats up to the user imho11:08
* \sh just got one or two spam mails in the last month from @ubuntu mail11:08
seaLnei get spam to the 4 addresses on my gpg key usually one after the other in the order on the key :-/11:09
* Hobbsee gets lots of spam from @ubuntu.com11:09
fdovingi get alot too.11:09
* jpatrick gets about 7 daily11:09
* \sh never used the @ubuntu.com mail address in public...afaik..11:09
fdovingnot sure which address, but it comes from fiordland.ubuntu.com usually.11:09
jpatrickI blame all the package list11:10
jpatrick-s*11:10
seaLnei blame the spammers11:10
\shwell, more bad is when they send out spam with your personal email address as sender...and no one is checking the SPF records :( so I get many "return to sender" mails from anyone else...11:11
\shthe internet is broken by design, imho ;)11:12
fdovingno doubt about it.11:12
fdovingwasn't designed to do what it currently is doing.11:13
\shwell, it was designed to resists an a-bomb...but I think humans are much worse then the a-bomb11:13
seaLneyeah as usual the users are the problem11:14
\shyeah osi layer 8 bug11:15
\shthe problem is sitting in front of the keyboard and screen11:15
\shit's one bug we will never solve11:15
jpatrickawen_: hey, how did the bash thing go?11:25
awen_jpatrick: the conclusion was, that it wasn't removed by accident... but they considered to include the bash_completion package on the cd, but without ubuntu-standard depending on it11:26
awen_jpatrick: so i would suppose that we should do the same on the kubuntu cd's ?11:27
jpatrickawen_: probably /me still thinks zsh > *11:27
fdovingi think i'm getting old. i start hating changes, policykit, apparmor, bash_completion etc. don't like them.11:28
\shawen_: hmmm? "they" removed bash_completion from the -standard seed?11:28
awen_jpatrick: and zsh has the equivalent of bash_completion?11:28
jpatrickawen_: built-in and maintained by upstream11:28
awen_\sh: yes... it had been unmaintained upstream for some time, that was why11:29
jpatrickawen_: did you try out the .zshrc I gave?11:29
\shhmm...so why we don't compile our own stuff for bash? I mean, not overbloated but good completion defaults11:29
awen_jpatrick: no not yet... i'm just going to boot up my virtual machine and test zsh11:30
jpatrickawen_: cool11:30
awen_\sh: there was some talk about, that someone was going to ressurrect it in some way (nothing really clear)11:31
awen_\sh: i was mostly pointed at http://irclogs.ubuntu.com/2008/03/26/%23ubuntu-devel.html <--- look at 14:24 and forward11:32
=== evalles is now known as effie_jayx
\shawen_: ah yes..I remember11:34
awen_the il8n is a little to complete... all the languages is also written in the default locale when you want to change it; so changing to a language that you don't know and it is getting a bit hard changing back11:36
awen_jpatrick: zsh gives me a lot of warnings regarding the .zshrc when starting, like "command not found ^M"11:46
jpatrickawen_: can you pastebin them?11:46
awen-hardy-testhttp://paste.ubuntu-nl.org/61451/11:49
awen_jpatrick: there ^^11:49
jpatrick...11:49
jpatrickthose should be the key bindings for all the functions11:50
Hobbseeawen_: remove the ^M's then, and don't use notepad/etc to edit them11:50
jpatrickawen_: do you have a prompt at least?11:50
NightroseTonio_: yay for working OSD in Konversation :)   thx a lot11:51
jpatrickawen_: if so try: apt-<tab> and tell me what you think11:51
awen_jpatrick: yes... nothing written that indicates that it is a prompt, but it works11:51
zorglu_ q. before i found a channel with the ubuntu people which take care about all the server/mirror to store the .deb of ubuntu. i dont remember the name tho... anybody got suggestion?11:51
jpatrickzorglu_: #ubuntu-motu?11:52
awen_jpatrick: i think it needs to read the .zshrc correctly... things jump around on the screen11:52
awen_Hobbsee: I can't find them... they are empty lines, and deleting/restoring the empty lines in nano doesn't help11:53
jpatrickawen_: hmm11:53
zorglu_jpatrick: well no, it was more about the storage, not that much the building of the .deb :) but yep #ubuntu-motu may know, thanks :)11:54
Hobbseeawen_: what editor are you looking in?11:54
awen_Hobbsee: nano atm11:54
Hobbseeahh11:54
awen_"wget http://paste.ubuntu-nl.org/61424/plain/" as .zshrc and it still complains11:58
* awen_ is back in 20 minutes11:58
jpatrickawen_: copy and paste from Konqueror, might be a pastebin thing..11:59
* Hobbsee looks at it for interesting bits12:00
Hobbsee# Follow GNU LS_COLORS for completion menus12:00
Hobbseewhat's that do?12:00
Hobbseedo bad symlinks show up as red with that?12:00
jpatrickHobbsee: makes ls pretty12:00
Hobbseejpatrick: like what?12:00
jpatrickHobbsee: @ for links, and stuff like "music/" for folders12:01
jpatrickHobbsee: just save as .zshrc and see ;)12:02
smarterls -F does the @ and / things12:02
smarterzstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" add colors to the zsh completion12:02
smarterjpatrick: do you know how to force zsh to complete some files?12:03
smarterit doesn't want to complete .pro files(qmake project)12:04
jpatricksmarter: hmm, howso?12:04
Hobbsee...zcalc...*drool*12:05
jpatrickHobbsee: things I like most are lines 222 to 23912:07
smarterjpatrick: when I do touch a.pro && ls a[tab] I don't see the .pro file12:07
Hobbseeenolines12:07
jpatricksmarter: because the file doesn't exist to it yet probably..12:07
smarternevermind I found why ;)12:07
Hobbsee*grin*12:08
Hobbseetetris!12:08
smarterI had that in my config file: fignore=(.o .c~ .pro)12:08
* Hobbsee drools12:11
Hobbseeinsert files looks nice, too!12:11
Hobbseebah.  mine already does that.12:11
Hobbseeprediction looks nice, though12:12
jpatrickit's so good it's evil12:13
Hobbseetoo bad if some command came up that i didn't want though :P12:15
awen_jpatrick: that worked better :) ... seems the plain mode is broken12:17
jpatrickawen_: that explains it :)12:18
nosrednaekimQTCurve is awesome....12:18
Hobbseejpatrick: ah yes, they look neat12:18
nosrednaekimhardy is awesome for that matter12:18
jpatrickHobbsee: :)12:19
awen_jpatrick: now i just need to know how to change the default shell ;)12:20
Hobbseeawen_: chsh12:20
smarterawen_: chsh12:20
awen_ahh... almost to easy, thanks :)12:21
jpatrickis it my turn? awen_ chsh12:21
jpatrickawen_: you just do: chsh -s /usr/bin/zsh12:21
* Hobbsee grumbles12:22
Hobbseestuff like 'ls' doesn't work now.12:22
Hobbseeunless i use 'ls<space><backspace>12:22
jpatrick...12:22
jpatrickalias ls="ls -F --color=always"12:23
* awen_ thinks it still misses some very important functions regarding ssh/scp12:24
jpatrickawen_: yeah, you may want to remove the line with _myhosts=( ${${${${(f)"$(<$HOME/.ssh/known_hosts)"}:#[0-9]*}%%\ *}%%,*} ) and the one below it12:25
awen_jpatrick: not better... it doesn't seem to pick up hosts from ssh_config :(12:28
jpatrickhmm, never used that before..12:29
Hobbseeyou have tried gnome-do, ahven't you?12:29
Hobbseeor katapult, if it supports it12:30
awen_jpatrick: it's nice... especially if you have different usernames, you want it to pick up the alias/hostnames in ssh_config12:30
* jpatrick goes off for a bit... hardy upgrade12:30
jpatrickawen_: will check it out later12:31
awen_jpatrick: okay... but in general, nice :)12:31
* awen_ wonders who Hobbsee was questioning...12:32
* jpatrick thinks... you :)12:32
Hobbseewhoever.12:32
* awen_ haven't tried gnome-do12:32
JucatoHobbsee: I'm jealous of that... but haven't tried it yet myself... is it in Gutsy?12:34
* Jucato was hoping Katapult would have grown by now...12:34
HobbseeJucato: i've got a backport of it, but i think it's old12:34
=== \sh is now known as \sh_away
JucatoHobbsee: lol!! the printer config system tray behaves a lot like Windows system tray notifications :)12:35
Jucatoor is that generally true of GNOME?12:35
* Hobbsee hasn't noticed it12:35
* Hobbsee doesnt' have such a thing - might have disabled it12:35
Jucatoit just popped first to tell me that the printer is ready to be used, then 2nd to tell me that I'm low on ink12:35
nosrednaekimJucato: heh12:36
Jucatowith a yellow balloon/popup with a close button at the upper right corner :)12:36
nosrednaekimJucato: them is what you call "features" :P12:36
Hobbseeoh yeah12:36
HobbseeJucato: people complained about how that worked.12:36
HobbseeJucato: so they added the bubble12:37
Jucatoheh but the bubble (with the close button) is soooo XP! :)12:37
Hobbseethat was the point12:37
Jucato(sorry, first time GNOME user in a long time :P)12:37
Hobbseepeople were thinking that the printers hadn't been recognised, as they hadn't been told about it.12:37
JucatoHobbsee: the notification thing is not what I'm having smiling about :)12:38
* nosrednaekim thinks of Suse which has a really annoying "First time hardware" wizard....12:38
Jucatoit's just that it has that close button at the corner :D12:38
Jucatoand the bubble is yellow and the button is almost red... :)12:39
Jucatoanyway, I'm looking forward to Kubuntu's own printer config :D12:39
* Jucato is not touching Hardy until the release. wants to be surprised :D12:39
nosrednaekimuhhh oh.....I better get crackin then ^_^12:40
Jucatoheh I'm not the one you should be worrying about :P12:40
* nosrednaekim thinks of the vampire users and agrees12:41
Jucatohm.. I just noticed that their Add/Remove Programs doesn't ask for the password until it's time to install... like KPackage...12:45
nosrednaekimpackageKit...12:47
Jucato:P12:48
Jucatosoon12:48
nosrednaekimwhooops... I mean "PolicyKit"12:48
nosrednaekimthats what allows them to do that12:48
Jucato:P12:48
Jucatosoon too :)12:49
nosrednaekimyep12:51
nosrednaekimha.... so I get this "crappy" intel celeron laptop and it ends up being faster than my X2 one12:53
xRaich[o]2xHmm i ported asoundconf-gtk to qt4. How do i get it out to the real world?12:55
nosrednaekimxRaich[o]2x: awesome... probably make a launchpad project for ir12:57
xRaich[o]2xnosrednaekim: There is one for asoundconf-ui now i want to make a qt4 branch12:58
Jucatoor qt-apps.org. but LP has more goodies12:58
xRaich[o]2xLooks a bit confused at the addbranch form12:59
nosrednaekimxRaich[o]2x: did you rewrite any of the backend?13:02
nosrednaekimbecuase if so, you probably don't want to branch it13:02
xRaich[o]2xNope it's just a new frontend13:02
nosrednaekimxRaich[o]2x: in that case, yeah, branch it.  Its really simple13:03
* xRaich[o]2x wants to make a branch asoundconf-qt413:03
xRaich[o]2xok i don't really get the stuff with the ssh key13:04
xRaich[o]2xbranch is created13:04
nosrednaekimnow you can just push to that branch, or you can switch your local copy to using that branch. let me look up the command for that13:06
xRaich[o]2xnosrednaekim: i read that i need to register an ssh key first. how do i do that?13:06
xRaich[o]2xand how do i create that key13:07
* xRaich[o]2x feels stupid ^^13:07
nosrednaekim!ssh13:07
ubotuSSH is the Secure SHell protocol. See https://help.ubuntu.com/community/SSHHowto for usage. Putty is a nice SSH client for Windows; it can be found at http://www.chiark.greenend.org.uk/~sgtatham/putty/13:07
nosrednaekimhrm... I think there is a tutorial up on Launchpad13:07
TheInfinityxRaich[o]2x, i also felt stupid about this, i didnt get 5-bugs-a-day running in osx13:07
xRaich[o]2xTheInfinity: Never really had a need to do this before ^^13:08
TheInfinityand linux does not run well native, so i often reinstall it for tests -> moep.13:08
xRaich[o]2xok got an ssh key ^^13:12
nosrednaekimxRaich[o]2x: edit your launchpad profile and add it13:13
xRaich[o]2xnosrednaekim: been there done that ;)13:13
=== \sh_away is now known as \sh
xRaich[o]2xnosrednaekim: is there a structure i need to have inside that branch?13:16
xRaich[o]2xor is it enough to just put the files into it?13:16
nosrednaekimxRaich[o]2x: structure? no, but i'dkeep it as close to trunk as possible13:16
nosrednaekimwoah... Hardy doesn't use ksplash?13:17
awen_nosrednaekim: mine does (kde3) ... and iirc my vm with a new beta-install did too13:20
xRaich[o]2xnosrednaekim: whoops. just found out that someone already ported it. Well, i consider it an excercise in python ^^13:21
* awen_ didn't rrc13:21
awen_nosrednaekim: yes seems that ksplash has been disabled in hardy13:22
nosrednaekimxRaich[o]2x: :)13:23
xRaich[o]2xat least i finally learned how to handle regex ^^13:23
smarterRiddell: ping13:48
ryanakcanixternal: ping, have you managed to use icecc with kdesvn-build yet?13:51
ryanakcamethinks he'll have to write some documentation for it once he gets it figured out...13:52
davmor2anyone is the new menu system in KDE4 still called Kmenu or is it actually called plasma now ?13:53
smarterit's kickoff13:53
davmor2thanks just doing updates to the testing page :)13:53
Nightrosehmm something is screwed here - when right clicking on a file in dolphin it opens the file and the menu - can someone reproduce this? (hardy and kde 4)13:59
seaLnejpatrick: Bug #20880114:45
ubotuLaunchpad bug 208801 in kdebase "encrypted volumes aren't decrypted if the password is a space" [Undecided,New] https://launchpad.net/bugs/20880114:45
seaLnepresumably some lack of escaping14:46
* seaLne really needs to get a usb hub so he dosen't have to keep swapping between pendrives15:06
smarterRiddell: ping15:16
jpatrickseaLne: hmmm15:29
ScottK2nixternal: What'd you conclude about the but we were discussing last night?15:32
seaLnejpatrick: i'll have a look at it while i'm trying to get raw devices working15:32
jpatrickseaLne: really must get to grips with c++/qt this year15:34
seaLnewhere did the luks stuff come from?15:34
jpatrickseaLne: http://bugs.kde.org/show_bug.cgi?id=11362915:39
ubotuKDE bug 113629 in media "Complete LUKS support (especially mounting)" [Wishlist,New]15:39
nixternalScottK2: our Qt4 is fixed...he made a booboo in the code that caused the problem15:40
jpatrickseaLne: the author is on LP, I'll subscribe him to the bug15:44
ScottK2nixternal: Cool.  Thanks.15:44
seaLnejpatrick: so is it currently an old version of the patch in kubuntu?15:49
jpatrickseaLne: no, the update was uploaded15:49
seaLnek15:49
jpatrickbug #18684115:50
ubotuLaunchpad bug 186841 in kdebase "[hardy] Please merge latest version of kio media LUKS support" [Medium,Fix released] https://launchpad.net/bugs/18684115:50
Artemis_Fowlkdelibs for KDE4 are appropriately packaged?16:10
Artemis_FowlI think I miss some header files16:10
Artemis_FowlI indeed miss some files.....16:14
KryczekHi!16:14
KryczekCan anybody please help me understand my kio_http problem?16:14
Kryczeknothing relying on HTTP in KDE works anymore: Konqueror, Kopete (for the MSN protocol but not AIM/ICQ/GTalk at least), KWeather, etc16:15
Kryczekand it does so since an upgrade yesterday16:15
KryczekI'm running Kubuntu 8, but I upgraded to 8 because I had exactly the same problem in 716:16
Kryczekit worked for a few days, and yesterday i noticed an upgrade for KDE packages, and now it doesnt work anymore16:16
ScottK2Kryczek: It's not a global problem as I've been using Konqueror today without issue on a fully updated Hardy system.16:17
ScottK2Kryczek: Try creating a new user and see if it has the same problem.  Support is in #kubuntu or #ubuntu+1.16:18
KryczekScottK2: i'm in them already ;/16:19
Kryczekbut I thought developers would know best how to understand such a problem16:20
ScottK2OK.  Well there are developers in those channels too.16:20
ScottK2I gave you a suggestion, but I don't think you're facing a development related issue.16:20
Kryczeki know, i'm a developer myself16:21
Kryczekbut i was right to come ask here: it works with another user indeed :D16:21
smarterKryczek: maybe you have something wrong in your ~/.kde16:25
Kryczeki was just looking at my .kde/share/config/kio_httprc16:25
Kryczekand the only difference was lines about cache settings missing in my ~/.kde whereas present in the other user's ~/.kde16:26
Kryczekso I unchecked "use cache" in Konqueror's Settings panel16:26
Kryczekcuriously it added those lines in the kio_httprc16:26
Kryczekand now it works o_O16:26
KryczekScottK2: smarter: thanks a lot :)16:27
smarterKryczek: if it's a reproducible issue, consider reporting the bug16:28
Kryczeksure.. but do i need to create an account on launchpad again? i always forget the password :(16:29
smarterlaunchpad can mail you your password if you forgot it iirc16:30
seaLnehow do i tell kded stuff via dcop?16:55
fdovingwhat do you want to tell it?16:55
smarterdcop kded [tab]16:55
fdovingor use kdcop to browse16:55
seaLneta16:55
seaLnehmm ERROR: Couldn't attach to DCOP server!16:56
=== kewark is now known as krawek
fdovingit is kde3, right?16:57
seaLneyeah, hmm stupid ssh16:57
fdovingah, then you need to fix the environment.16:58
seezerseaLne: try `export DISPLAY=:0.0` or something16:59
nareshovIs it okay to delete the build dir ( I compiled KDE4 from trunk) ?17:00
fdovingnareshov: yes, if you don'17:03
fdovingt plan to recompile it soon it's safe after you've ran 'make install'17:03
fdovingseezer: DCOPSERVER is also needed iirc.17:04
nareshovok17:04
seezerfdoving: i only correct the display - worked for years :) but perhaps that differs from setup to setup.17:06
fdovingyou won't get access to the correct DCOP server that way.17:07
seezerif multiple dcop servers are running?17:08
seezerin general that worked for me (connecting to 'desktops') running one X11 and one single KDE session17:09
seaLnebah this is confusing having 3 different pendrives plugged in17:13
Kryczeksmarter: reported as https://bugs.launchpad.net/ubuntu/+source/kdelibs/+bug/208872  :)17:15
ubotuLaunchpad bug 208872 in kdelibs "Missing lines in kio_httprc break all HTTP support in KDE" [Undecided,New]17:16
fdovingbbl.17:17
ryanakcaaaah... 55.4% CPU for xorg... hmm...17:45
seaLneis mounting things via konq/d3lphin done via hal?18:32
ryanakcaDid we want a "Press room" view like u.c or did we want an "Archive" / posts per month (like on a blog) item?18:36
T0m4rn0ldhellos, i need some help i guess ..  i really want to extend konqueror but im a total newb and i think i will need a bit of help. i compiled kde4 from svn and it works. but understanding the konqueror code seems quite hard .. what should i read or do?19:11
seaLneyou might be better asking in #kde-devel19:12
T0m4rn0ldok19:13
T0m4rn0ldthank you19:13
NamShub"extend konqueror"?19:14
T0m4rn0ldyes, like firefox plugins19:27
T0m4rn0ldmostly web stuff19:28
* smarter would like a "full fullscreen"(firefox extension)-like for Konqueror (:19:32
NamShubwhat do you want to do exactly?19:32
smarterfullscreen without buttons tabs, scrollbars or anything, very useful on small devices19:33
NamShubsmarter: it works here19:34
NamShubctrl+m, then F1119:34
smarterNamShub: you still have the buttons, the tabs and and the scrollbars19:35
NamShubthats right i still see the scrollbar19:36
NamShubsorry19:36
fdovingsmarter: you can atleast hide the statusbar with ViewT0_ShowStatusBar=false in the profile-rc.19:41
T0m4rn0ldi just wanna port some FF extentions i am used to19:41
fdovingnot sure how one can hide the scrollbar.19:41
T0m4rn0ldlike "How´d I get here" or "Reload/Stop"19:41
smarterfdoving: thanks for the tip19:42
smarterT0m4rn0ld: Reload/Stop?19:42
T0m4rn0ldReload and Stop in one button19:43
T0m4rn0ldlike Safari19:43
smarterKonqueror in Kubuntu already do it19:43
fdovingdoesn't konqueror in kde3 have that in kubuntu?19:43
smarteryes (:19:43
T0m4rn0ldnot the kde4 one tho19:43
T0m4rn0ldi tried the newest beta19:43
smarteryes, konq319:44
NamShubkonq4 got 2 buttons19:44
smarteryou might want to look at debian/patches/kubuntu_84_konqueror_stop_reload_button.diff in the kdebase package sources19:45
smartershouldn't be too hard to port to kde419:45
NamShubT0m4rn0ld: if you want to help with a greasemonkey-like extensions though, you are more than welcome to look at svn playground/utils/khtml_userscript19:46
NamShubits at proof-of-concept stage right now19:47
NamShubit works, but theres no security models and its not GM-compatible19:47
Tonio_Nightrose: osd in konversation is not from me :)19:47
T0m4rn0ldNamShub: cool19:48
T0m4rn0ldGM is very powerfull19:48
NamShubwell it is GM-compatible, but theres no re-implementation of the various GM_* functions, and theres no cross-site XHR support19:48
NamShubbasically, it means it only executes js script right now :P\19:49
T0m4rn0ldthat is a start :)19:49
T0m4rn0ldbut my problem seems to be that i am not really a C++ and QT coder .. is there a good indepth tutorial/book for QT/KDE4 somewhere19:51
T0m4rn0ldi dont wanna annoy people in IRC all day :P19:51
T0m4rn0ldi can code in C19:51
smarterT0m4rn0ld: Qt: http://www.amazon.com/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1206820398&sr=8-119:53
smarterwith introduction to C++ to C or Java coders19:53
Tonio_ho you mean for konversation in kde4 ? then yes, that's me :)19:55
smarterkonversation has been ported to kde4?19:56
T0m4rn0ldsmarter: thank you19:56
alleeTonio_: hi, in my ppa there digikam 0.9.2-2ubuntu1(~ppa1)  without --enable-debug=full.  Would be nice if it find it's way into hardy.20:03
Tonio_allee: oki :)20:04
Tonio_allee: will do taht tomorrow20:04
alleeTonio_: thx20:05
paddy-2khi is there a bug in the 8.04 kde4 remix alternative cd installer?21:04
jussi01paddy-2k: probably lots of them... what exactly are you talking about?21:06
paddy-2klol. i just tried to install it in Virtualbox and has been sitting on 34% of installing the base system for the past 15 mins21:07
paddy-2kwhere could I submit a bug? is it launch pad?21:10
jussi01!bug21:13
ubotuIf you find a bug in Ubuntu or any of its derivatives, please file a bug report at: http://bugs.launchpad.net/ubuntu  -  Bugs in/wishes for the bots can be filed at http://launchpad.net/ubuntu-bots21:13
ryanakcajpatrick: ping, would you be interested in testing links on the testsite?21:26
jpatrickryanakca: hey21:26
jpatrickryanakca: same place?21:27
ryanakcaYep21:27
jpatrickpm?21:27
jpatrickapachelogger: I see you went to the Debian channel in the end21:41
apacheloggeryeah, just to keep track how often I get named a foulish ubuntu dude :P21:41
jpatricknixternal: 49? I'm going at about 23...21:42
jpatrickapachelogger: "ubuntu = debian + more bugs" to them21:43
apacheloggerI really like a good attitude21:43
apacheloggertalking about that21:43
apacheloggerkubuntu = amarok + more bugs21:43
apacheloggerI am still not certain I repaired all issues caused by the luks patch21:44
_StefanS_evenig21:51
_StefanS_oh my gt5 is just freaking amazing..21:51
=== \sh is now known as \sh_away
=== ugap is now known as uga
jpatrickinteresting quit message..22:18
jpatrickand hi robotgeek22:19
robotgeekhey jpatrick22:19
robotgeekjpatrick: long time :)22:19
jpatrickrobotgeek: I was thinking the same thing :)22:20
robotgeeki need to get on the kde4 development bandwagon :)22:21
* robotgeek needs to quit being so lazy!22:21
NightroseTonio_: ;-) yea I ment the Konversation OSD in KDE 423:14

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