15:10:07 #startmeeting kde-sig 15:10:07 Meeting started Tue May 7 15:10:07 2013 UTC. The chair is rdieter. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:10:07 Useful Commands: #action #agreed #halp #info #idea #link #topic. 15:10:13 #meetingname kde-sig 15:10:13 The meeting name has been set to 'kde-sig' 15:10:17 #topic roll call 15:10:34 hi all, who's present for a friendly kde-sig meeting today? 15:10:54 than, ltinkl, jgrulich, jreznik, Kevin_Kofler, dvratil_ , kde*foo: ping 15:11:00 present 15:11:07 present 15:11:22 present 15:11:30 here 15:11:38 Present. 15:12:09 * than will leave the meeting earlier 15:12:29 #chair than jgrulich dvratil_ ltinkl Kevin_Kofler 15:12:29 Current chairs: Kevin_Kofler dvratil_ jgrulich ltinkl rdieter than 15:12:40 #info rdieter than jgrulich dvratil_ ltinkl Kevin_Kofler present 15:12:47 #topic agenda 15:12:59 kde-4.10.3 status is on the table, anything else? 15:13:30 Anything to discuss about the Apper issue other than "it's still there"? 15:13:34 blocker bug if we have some 15:14:43 the apper issue is a beta blocker I believe, so we can discuss that first 15:15:29 anything else? 15:16:41 ok, let's get started then 15:17:02 #topic apper always-checking-for-updates issue 15:17:12 .bug 948099 15:17:17 rdieter: Bug 948099 Apper ignores "never check for updates" option (also on the live image) - https://bugzilla.redhat.com/show_bug.cgi?id=948099 15:17:34 looks like my hacks to disable apper systray plasmoid on live image didn't work (according to nucleo) 15:18:02 rdieter: did you just disable the plasmoid? 15:18:03 the apper thing could take someone looking into it more (I can, but I have about 4 things on my todo list before I'll have time for it). any volunteers? 15:18:12 ltinkl: I tried (and failed apparently) 15:18:24 rdieter: I mean, disabling the plasmoid is not enough 15:18:39 rdieter: you also have to disable the kded module 15:18:44 I disabled (tried) both kded service and plasmoid 15:18:49 kded service disable worked 15:18:54 plasmoid not 15:19:21 rdieter: disable as in make it not autostart? 15:19:34 it's a systray applet 15:19:40 the kded module 15:19:44 see the spins-kickstarts commit in the aforementioned bug for my attemps 15:20:08 You need to tweak the Plasma JavaScripts to disable the plasmoids. 15:20:50 kded module disable attempt: https://git.fedorahosted.org/cgit/spin-kickstarts.git/commit/?id=19912d72a1b0751532980a03a9520a88174c1361 15:21:02 applet disable attempt: https://git.fedorahosted.org/cgit/spin-kickstarts.git/commit/?id=95e68dc29e12c3777794fa27e1d2c7425418be7e 15:21:16 they both worked for me testing on my f18 box/session at least 15:23:26 anyway, if no one can look at it, I can later sometime 15:24:09 hmm, I can't think of anything else 15:24:51 even testing to confirm/deny nucleo's findings would help 15:25:03 I don't think X-KDE-PluginInfo-EnabledByDefault has any effect for plasmoids. 15:25:30 What shows up in the systray is decided 1. by a hardcoded list of default stuff in kde-workspace and 2. by the init JavaScripts. 15:25:34 Kevin_Kofler: I'm not sure anymore. like I said, it worked for me in my own testing 15:25:52 I think there's a JavaScript which adds it, that JavaScript needs to be disabled on the live image. 15:26:09 (how else does the apper applet get enabled?) 15:26:10 (maybe with a hack such as if (user != "liveuser") or something like that) 15:26:25 yup, I also think the systray is a bit different, the X-KDE-PluginInfo-EnabledByDefault key might work for regular desktop plasmoids 15:26:50 I don't see any javascript code that exlicitly enables it, that's why I took this approach. 15:26:53 http://pkgs.fedoraproject.org/cgit/apper.git/tree/01-fedora-apper-updater.js 15:27:00 That's where it gets enabled. 15:27:16 damn, how did I miss that? 15:27:22 ltinkl: I don't think X-KDE-PluginInfo-EnabledByDefault works for any plasmoids. 15:27:23 ok, that's why my own session test worked I guess 15:27:28 that script has already run 15:27:38 Yes, it's an init only script. 15:27:51 Or actually, update too, but as you say it's run only once. 15:27:54 grr, Kevin_Kofler can you followup in the bug 15:27:55 ? 15:28:15 with that detail explaining why it didn't work, so the next poor schmoe who tries doesn't fall into the same trap I did 15:28:19 I think there's some API to get the user name, so we could compare it to "liveuser". 15:28:28 (and not run the script for liveuser) 15:29:01 I'll post a summary to the bug report. 15:29:48 thx 15:30:03 #action Kevin_Kofler will update bug with details/findings so far 15:30:13 #topic kde-4.10.3 status 15:30:14 moving on... 15:30:34 than's got git mostly updated, and builds are underway. 15:30:56 I think I'm up to kactivities/kdepimlibs/smokeqt so far 15:33:09 Kevin_Kofler was going to tweak iris (with kopete patches) so we can use system iris everwhere (not just f19+) 15:33:30 that will bump it's abi, so need to wait for that before doing any kdenetwork/ksirk builds (right?) 15:34:00 Right. 15:34:12 I'm on it. 15:34:37 anything else wrt 4.10.3 ? 15:34:43 The VERSION entries are what needs to be bumped, I'm folding it into the sharedlib patch because otherwise we'll have fuzzed patches. 15:34:57 (and setting the soname is a part of building a shared lib anyway) 15:35:15 Kevin_Kofler: eww, so... that'll bump the pkg-config --modversion too? 15:35:39 the packaging currently assumes Version: tag matches the pkd-config modversion I think 15:35:52 that's one reason why I was hesitant to change it 15:36:02 Uhm, I have no idea what pkg-config --modversion is set from. 15:37:25 you'll find out the hard way if iris's %%check stuff fails 15:37:29 Probably also VERSION indeed. 15:39:05 ok, we'll see 15:39:15 moving on... 15:39:24 #topic open discussion 15:40:41 that's it for agenda items, anything else? 15:42:43 sounds like a no :) 15:42:47 thanks everyone! 15:42:52 #endmeeting