/srv/irclogs.ubuntu.com/2010/07/04/#kubuntu-devel.txt

blueyednobody using amarok with beta ppa?00:11
CIA-99[muon] jmthomas * 1145722 * trunk/playground/sysadmin/muon/src/MainWindow.cpp Only check the undo stack emptiness to determine revert-all enabledness. If there's nothing to be undone, there is nothing to revert00:18
JontheEchidnaapachelogger: haha, that code is even broken for the case of a package depending on a virtual package: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=21708100:59
ubottuDebian bug 217081 in apt "[apt-get] No status for virtual packages in "unmet dependencies" message" [Minor,Open]00:59
JontheEchidnaThey make the toplevel if statement handle virtual packages in its "else" statement, but then try to handle virtual packages in the main "if" part, where packages are gauranteed to be non-virtual :P01:01
JontheEchidnathey might as well port it to mindfsck, place it in an extern {}, and make it totally unmaintainable01:03
JontheEchidnathis is going to be my attempt that this madness: http://paste.ubuntu.com/458934/01:04
JontheEchidna(Not fully implemented, as notable by the empty else statements in places)01:05
JontheEchidnathe datatype I have to return is pretty crazy, though. :P typedefs aside, it's really returing a "QHash<int, QHash<QString, QMap<QString, QVariant> > >"01:07
JontheEchidnabut any function that returns a variable named failTrain is awesome. :P01:08
JontheEchidna"This change will break things" dialog: http://simplest-image-hosting.net/i0-plasma-desktopzj1560-jpg.jpg02:57
JontheEchidnaluckily the mono stack appears to be broken in maverick, so I have something easy to test :P02:58
CIA-99[libqapt] jmthomas * 1145740 * trunk/playground/libs/libqapt/ (TODO src/globals.h src/package.cpp src/package.h) Add a showBroken() method to return why a package is currently in the broken state. All aboard the failTrain!03:04
CIA-99[muon] jmthomas * 1145741 * trunk/playground/sysadmin/muon/src/DetailsTabs/ (MainTab.cpp MainTab.h) Use the new QApt::Package brokenReason() method to get a hash of things that could be wrong with a package. Then parse it and give an explanation to the user of why they can't do that03:05
CIA-99[muon] jmthomas * 1145742 * trunk/playground/sysadmin/muon/src/DetailsTabs/MainTab.cpp If somebody tries to keep a package that is currently being removed due to a dependency being removed, we don't really need to give them the whole explanation of why they can't do that03:06
CIA-99[muon] jmthomas * 1145754 * trunk/playground/sysadmin/muon/src/MainWindow.cpp Make pressing the upgrade buttons be an undoable action03:09
CIA-99[muon] jmthomas * 1145761 * trunk/playground/sysadmin/muon/src/MainWindow.cpp Terminology consistency++03:12
CIA-99[libqapt] jmthomas * 1145762 * trunk/playground/libs/libqapt/src/backend.cpp (log message trimmed)03:29
CIA-99Re-merge xapian search code from synaptic. A mismerge made searching for "lib"03:29
CIA-99hang muon indefinitely. It's still slow, and I should probably thread the search03:29
CIA-99[libqapt] jmthomas * 1145765 * trunk/playground/libs/libqapt/TODO ++TODO03:39
CIA-99[muon] jmthomas * 1145773 * trunk/playground/sysadmin/muon/CMakeLists.txt Add a check for libdebconf-kde now that libdebconf-kde can be found via cmake05:20
apacheloggerJontheEchidna: more readable already your approach is, but I would start naming variables according to the variable naming rules :P09:32
apacheloggeri.e. lower case :P09:32
apacheloggerJontheEchidna: also the == false|true stuff makes it IMHO difficult to read09:34
valorie" more readable already your approach is "09:38
valorieyoda speak!09:38
valoriekubotu: np09:46
kubotuvalorie hasn't played anything recently09:46
valorie!09:46
* valorie is listening to Bottle of Smoke by The Pogues on If I Should Fall From Grace With God [Amarok]09:46
=== bodia is now known as Bodia
coz_hey guys.. ubuntu maverick here with  lde 4.5rc1... I notice with an    application open     if I click and hold left click I get a move cursor...any way to disable that?14:07
mfraz74oxygen-settings14:08
coz_mfraz74,  yeah  where exactly are the  "oxygen settings" ?14:09
mfraz74hold alt-f2 and type oxygen-settings14:09
coz_ah14:09
mfraz74I think this should be disabled by default, it is going to annoy a lot of users.14:10
coz_mfraz74,  this is for sure  let me see if this worked14:11
coz_mm 14:11
coz_ok that seems to have worked  :)  thanks14:12
mfraz74would it be considered a bug?14:13
coz_mfraz74,  well I dont know for sure... I installed this via upgrade from karmic to lucid to maverick  so  I wouldnt go by my experience with this  .. i will clean install later this week to be sure14:14
coz_it is definitly a nusiance though :)14:15
mfraz74i'm on lucid with the kde 4.5 beta ppa14:15
mfraz74it annoyed me too14:16
coz_mfraz74,  was it a clean install of lucid?14:16
mfraz74yes14:16
coz_mfraz74,  oh!! ok then  still I dont think this should be enabled by default... it doesnt fit   with my experience with window management14:17
coz_sorry about that14:17
coz_mfraz74,  thanks again guy......... this is much better  :)14:20
mfraz74coz_: no probs, i was getting really annoyed with it too14:21
coz_:)14:21
coz_mfraz74,  I am trying to make my way over to kde from gnome... but both are have irritating "features"  that I dont like14:22
coz_I do like this beta kde however  but still a few issues for me :)14:22
mfraz74it is better now that it is in RC than it was when i first started using it in beta 2.14:23
coz_mfraz74,  for sure... i am impressed and I am a long time kde hater :)14:23
mfraz74i still prefer kde to gnome except for netbook use, but i may have to change to kde for that too14:24
coz_mfraz74,  mm I was impressed with the kde netbook as well... it looks and feels much cleaner than   gnome's ...at least to me  :)14:24
mfraz74at least with kubuntu you only have to download one ISO for both desktop and netbook now14:25
coz_mfraz74,  yeah  ... that surprised me 14:25
CIA-99[muon] jmthomas * 1145884 * trunk/playground/sysadmin/muon/src/ (MainWindow.cpp MainWindow.h) Ssshhhhh!14:26
JontheEchidna<.<14:26
JontheEchidna>.>14:26
JontheEchidna^.^14:26
CIA-99[muon] jmthomas * 1145886 * trunk/playground/sysadmin/muon/src/MainWindow.cpp Better shortcut14:37
AdityabI've installed Ubuntu (The GNOMEic version). I need to get a dev environment set up ASAP. I don't have KDE installed from the repos yet. Do I need to install it to get trunk to compile?14:44
RiddellAdityab: sudo apt-get build-dep kde4libs14:48
AdityabRiddell: ok thanks14:49
jussigood morning world...15:02
jussierrr... afternoon :P15:02
CIA-99[libqapt] jmthomas * 1145906 * trunk/playground/libs/libqapt/src/package.cpp Acutally make Package::dependencyList() useful15:49
keepitsimpleI have switched to KDE 4.5 RC1 packages from Kubuntu PPA Beta and I see the following problems, 1) when I click on the top right plasma settings I see this: http://db.tt/wR7qeG , and 2) I can only work on one workspace from 4, all other 3 are black see this: http://db.tt/pUrZe015:52
JontheEchidnakeepitsimple: those are probably related. I'd recommend filing a bug at bugs.kde.org against plasma16:13
CIA-99[muon] jmthomas * 1145914 * trunk/playground/sysadmin/muon/src/ (6 files in 2 dirs) Initial bits for the depends tab. Will expand with the option to show Provides. (And reverse-depends, once QApt supports it)16:16
keepitsimpleJontheEchidna: ok, I'll try to do just that16:22
CIA-99[muon] jmthomas * 1145923 * trunk/playground/sysadmin/muon/src/DetailsTabs/ (DependsTab.cpp DependsTab.h) Add support for listing the packages that a package provides in the Dependencies tab. Also, allow differentiation in the depends of the currently-installed package and the latest available package16:50
CIA-99[muon] jmthomas * 1145926 * trunk/playground/sysadmin/muon/src/DetailsTabs/DependsTab.cpp Give a little explanatory text if any of the depend types are empty17:01
CIA-99[libqapt] jmthomas * 1145932 * trunk/playground/libs/libqapt/CMakeLists.txt Version bump for first alpha release17:34
shadeslayerany idea where i should put usr/lib/libincidenceeditors.so.4 in kdepim?17:37
shadeslayerlist of install files http://pastebin.com/QM2KUcxu17:37
jussihrm, dolphin keep crashing on me - I open it, then open a file, wait a minute or so, then http://paste.ubuntu.com/459162/17:40
shadeslayerjussi: kde 4.5 ?17:41
jussishadeslayer: yes17:41
shadeslayerwell... i havent had alot of experience with backtraces,but looks like a problem in  Qt17:41
shadeslayerand/or dbus17:42
shadeslayerjussi: what dbus version?17:42
shadeslayerjussi: package is  libqt4-dbus17:43
jussishadeslayer: jussi@Galaxy:~$ apt-cache policy libqt4-dbus17:43
jussilibqt4-dbus:17:43
jussi  Installed: 4:4.7.0~beta1+git20100522-0ubuntu1~lucid1~ppa117:43
shadeslayerhmm... i have 4:4.7.0~beta1+git20100522-0ubuntu5 ,which means ( i think ) we should update the ppa with a maverick backport17:44
shadeslayerjussi: you should poke lex about this :)17:50
jussiright, thanks!17:50
shadeslayeror agateau17:50
shadeslayersince agateau seems to be handling the patches for this17:50
shadeslayeromg17:51
jussi?17:51
* shadeslayer rolls over and doies17:51
shadeslayer*dies17:51
shadeslayerkdepim _*finally*_ completes building17:51
shadeslayerbeen working on this for a day and a half 17:51
shadeslayerseems blogilo has been removec17:52
shadeslayer*removed17:52
shadeslayeralso kjots17:52
shadeslayerRiddell: poke18:03
shadeslayerRiddell: kubuntu dev week says my session is on 7th , Ubuntu Dev week says its on 13th,what do i do? :P18:03
tsimpsonyou have to do it twice :)18:05
shadeslayertsimpson: :o18:06
shadeslayerok then :()18:06
shadeslayer:)18:06
shadeslayeranyone free?18:28
shadeslayerissue with KDE PIM : kjots wants libgrantlee-dev which is in universe,without it , kjots will not build18:30
shadeslayerso,we either do a MIR for this or dont build kjots18:30
shadeslayerplease advise :D18:31
neversfeldeshadeslayer: I'd say a MIR, if possible, would be preferred18:39
shadeslayerneversfelde: hmm.. can you do it? im all backed up with KDE pim and then the kubuntu dev week stuff 18:40
neversfeldeshadeslayer: not before next weekend18:40
shadeslayerhmm..18:40
neversfeldeI'm busy with koffice this evening18:41
shadeslayerwell... anyone else who can do it,please post the bug number here and highlight me18:41
shadeslayerneversfelde: :)18:41
shadeslayerim building it with libgrantlee-dev till then from universe18:42
shadeslayerneversfelde: will debuild -nc do after adding a build dep?18:43
shadeslayeror do i compile from scratch18:43
neversfeldeshadeslayer: no idea18:44
shadeslayerhmm18:45
tsimpsonshadeslayer: did you get your ubuntu.com address yet?18:52
shadeslayertsimpson: nope :(18:52
shadeslayerstill says user unknown in alias table18:52
tsimpsonI guess you should send a mail to rt@ubuntu.com18:53
tsimpsonmine took a few days iirc, but not not that long18:53
shadeslayerok..18:53
shadeslayertsimpson: ill wait till tommorow .. 18:54
shadeslayerits been 6 days tho.. :P18:54
tsimpsonI doubt anyone would see it until tomorrow anyway18:54
tsimpsonthe email, that is18:54
shadeslayerneversfelde: yeah had to use debuild .... now have to wait for an hour18:54
shadeslayertsimpson: ok..18:54
shadeslayertsimpson: mail sent18:59
* shadeslayer waits for kdepim to compile ...18:59
shadeslayerlex79: poke19:08
lex79hi19:09
shadeslayerlex79: free?19:09
lex79yes and no, but tell me19:10
shadeslayerlex79: can you do a MIR for libgrantlee-dev ? :)19:10
shadeslayerwe need it for kjots19:10
lex79wont build without it?19:11
shadeslayerkjots goes into a black hole without it19:11
shadeslayerit builds fine.. no binary tho19:11
lex79and cmake what says?19:12
shadeslayerlex79: it says that grantlee is a optional package19:12
lex79ok19:12
shadeslayerive consulted this with kde-devs19:13
lex79kk19:13
shadeslayerkdepim sources are small .. but take up an hour to build :P19:14
lex79eheh :)19:15
lex79shadeslayer: did you still have your conversation with kde-devs? to paste in the bug report...19:18
shadeslayerlex79: sure.. ill pastebin it19:18
lex79thx19:18
shadeslayerlex79: http://pastebin.com/wfJNYRHY19:19
lex79what about blogilo?19:20
shadeslayerlex79: hmm19:21
shadeslayerlex79: i think its gone19:21
shadeslayerwell...19:21
lex79where? :)19:21
shadeslayeri compiled without grantlee19:21
shadeslayerso maybe thats why i had no blogilo19:21
lex79ok, are there other missing build-deps in your cmake log?19:22
shadeslayerone more.. leeme see backlog19:22
shadeslayerlex79:  yeah libassuan-dev ... its in main tho19:24
lex79add it then :)19:25
shadeslayerdone ;(19:25
shadeslayer;)19:25
shadeslayermy keyboard is all sorts of weird19:25
shadeslayerlex79: weird.. i have it installed and added in build deps,but it isnt picked up19:26
lex79:(19:28
* shadeslayer pokes Cmake files19:28
shadeslayerlex79: any ideas on this...19:30
shadeslayeromg19:31
shadeslayerwe can almost haz apturl support in rekonq19:31
lex79nope, or cmake buggy or we have a too old version of libassuan, I think the first one :)19:31
shadeslayerjust need to pass the url to apturl and were done19:32
shadeslayerlex79: hmm19:32
shadeslayerlex79: theres a seprate cmake file for libassuan19:32
lex79MIR report done, I'm out for a bit19:33
shadeslayerlex79: thanks :D19:35
shadeslayerw00t .. we can haz apturl support in rekonq19:45
jussilex79: shadeslayer said to ask you about this dolphin crash... http://paste.ubuntu.com/459162/19:52
shadeslayerjussi: can you test out a rekonq patch ?20:02
shadeslayerit has apturl support ...20:02
jussishadeslayer: if you build a deb...20:02
shadeslayerjussi: of course :)20:02
shadeslayerjussi: ill be building a git package20:03
shadeslayerjussi: your on lucid right?20:05
jussiyes20:05
jussiwith the beta ppa20:05
shadeslayerok :)20:05
shadeslayerlex79: all is fine with libassuan20:09
shadeslayerjussi: uh..do you have a amd64 machine?20:18
shadeslayerppa will take too long20:18
shadeslayerbuild queue is huge...20:18
shadeslayerjussi: package will appear https://edge.launchpad.net/~rohangarg/+archive/kde-extra20:19
shadeslayerbut might take days to build :(20:19
JontheEchidnaeven a simple 5 minute build is backed up 2 hours in the PPAs :(20:21
JontheEchidnaon i386 (amd64 is 20 minutes behind)20:21
shadeslayerjussi: :(20:21
shadeslayerJontheEchidna: :(20:21
shadeslayerJontheEchidna: please help in rekonq + apturl testing20:22
JontheEchidnashadeslayer: got patch?20:22
shadeslayersure20:22
shadeslayerlemme just upload20:23
shadeslayerJontheEchidna: http://people.ubuntu.com/~rohangarg/kubuntu_01_apturl.patch20:24
JontheEchidnashadeslayer: fails to apply on 0.4.9520:25
shadeslayerhmm20:26
shadeslayerwhat does it say?20:26
JontheEchidnaall hunks failed to applyh20:26
JontheEchidna-h20:26
JontheEchidnafails to apply against git master too20:27
shadeslayeruh.. seems to be working in git20:27
shadeslayerJontheEchidna: your applying with p1 right?20:27
JontheEchidnaoh, I was doing with p020:28
JontheEchidnaworks with p120:28
shadeslayer:P20:28
shadeslayer:)20:28
shadeslayerJontheEchidna: kool :D20:28
shadeslayerJontheEchidna: 2 things to test,directly typing apt://foo should list apt://foo as the top most option and the normal apturl links work 20:28
lex79jussi: dunno about that crash, dolphin crash sometimes also in maverick, it's normal :D20:29
shadeslayerlex79: he has lucid 20:30
shadeslayeralso dolphin seems to be working fine20:30
shadeslayerhere... but dragon crashes multiple times :P20:30
lex79I know, I said "also" in maverick20:30
JontheEchidnahow precise... "Start in 4 seconds (2505)"20:30
lex79but also in lucid, in karmic, in jaunty... :D20:31
JontheEchidnaof course, it's still saying it'll start in 4 seconds :P20:31
shadeslayerJontheEchidna: hehe :D20:31
JontheEchidna..and it's still saying that ... and still saying that20:31
shadeslayerlex79: got it :)20:31
shadeslayerwell ... amd64 build started20:31
shadeslayeri wonder if this has anything to do with me having high karma or something :P20:32
lex79the only difference about qt in lucid and in maverick is the patch for app menu, not related to dolphin20:33
JontheEchidnashadeslayer: works for me (tm)20:33
shadeslayersince the build queue is huge...20:33
shadeslayerJontheEchidna: w00t20:33
JontheEchidnaboth typing apt:/amor, and clicking an apt link20:33
shadeslayerawesome ... 20:33
shadeslayerJontheEchidna: also,should i call apturl or apturl-kde ?20:33
shadeslayercalling apturl atm20:33
JontheEchidnaapturl, apturl will figure out what to call20:34
shadeslayermeans i did it right  :P20:34
JontheEchidnathat way it'd work for a gnomie using apturl-gtk, in theory20:35
shadeslayeryeah.. i thought so :)20:35
shadeslayeranother feature on http://techbase.kde.org/Projects/rekonq/Roadmap complete20:36
* JontheEchidna sighs at the lack of i386 builds https://launchpad.net/~echidnaman/+archive/qapt/+packages20:39
shadeslayeroohh20:39
shadeslayermuon coming to town20:39
JontheEchidnayep yep, alpha1, whenever LP feels like buildings its build-deps 20:40
shadeslayer:D20:40
shadeslayerJontheEchidna: poke me for testing on maverick ;)20:40
CIA-99[muon] jmthomas * 1145969 * trunk/playground/sysadmin/muon/src/StatusWidget.cpp Disable this for the moment, not ready20:42
CIA-99[muon] jmthomas * 1145970 * trunk/playground/sysadmin/muon/ (ChangeLog src/main.cpp) Version bump for alpha 120:43
CIA-99[muon] jmthomas * 1145971 * trunk/playground/sysadmin/muon/src/StatusWidget.cpp Add a space char here20:44
shadeslayerhahaha http://www.googlubuntu.com/20:54
shadeslayerthis is awesome20:54
shadeslayerbtw does anyone want google bookmarks sync in rekonq?20:59
shadeslayerim thinking of working on it20:59
neversfeldeRiddell: koffice for maverick in bzr and ninjas. A Lucid backport is ready, I am wating for this build to finish and will upload after it.21:07
neversfeldethe Lucid package could need a bit more testing, I cannot do it atm21:11
shadeslayerRiddell: kdepim needs more work and grantlee needs to be moved to main21:15
_Groo_hi/2 all21:27
shadeslayer_Groo_: o/21:27
shadeslayerim off to sleep anyways 21:28
_Groo_hey shadeslayer21:28
_Groo_can the next kde 4.5 rc be compiled with 4.6 in the ppa? cause 4.7 is giving me a lot of headaques21:30
JontheEchidnaO.o http://launchpadlibrarian.net/51382560/buildlog_ubuntu-lucid-amd64.muon_0.2-0ubuntu1~lucid1~ppa1_FAILEDTOBUILD.txt.gz21:59
JontheEchidnasame package with no changes builds just fine in a maverick ppa21:59
lex79cmake issue I think22:00
JontheEchidnaAny idea how to fix?22:01
lex79maybe you need the same cmake version that is in maverick22:02
lex79just a thought anyway :)22:03
JontheEchidnaor maybe pkg-kde-tools22:03
JontheEchidnabut that would be a pain, since it would require new dpkg22:03
JontheEchidnabut it really shouldn't be doing that. It's a normal kde build with a normal cmake file :(22:04
lex79yes :) or cmake or pkg-kde-tools, but try with cmake before22:04
lex79I had backport cmake in lucid to backport KDE 4.5 to lucid22:05
JontheEchidnaoh, I'll just copy from the lucid kde ppa then22:05
lex79yes, there is also pkg-kde-tools 0.8 in that ppa22:06
lex79https://launchpad.net/~kubuntu-ppa/+archive/beta/+packages22:06
JontheEchidna38615 15386 jobs (four days)22:33
JontheEchidna15 builders, 15386 jobs, estimates 4 days :s22:33
JontheEchidnathat's backed up22:33
JontheEchidnalex79: no luck with both new cmake and pkg-kde-tools, still the same :(22:36
lex79oh :(22:37
JontheEchidnaI'll try using old kde.mk22:38
JontheEchidnaoh oh23:38
JontheEchidnamaybe it's the kubuntu translations stuff overzealously deleting stuff23:39
JontheEchidnasince my messages.sh is in src/ instead of toplevel23:39

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