/srv/irclogs.ubuntu.com/2008/05/15/#kubuntu-devel.txt

=== yuriy_ is now known as yuriy
yuriyi added a new patch with quilt, but it doesn't show up in the debdiff02:23
yuriyI think it might be because there was no debian/patches before?02:24
yuriyI used quilt as it says in the packaging guide02:24
yuriydo I need to modify something else?02:25
=== kitterma is now known as ScottK2
=== kitterma is now known as ScottK2
nixternalhola04:41
yuriyheya nixternal04:43
yuriynixternal: think you could help me with that ^^04:44
* nixternal looks05:04
nixternalyuriy: I still do my patches the old school way..haven't used the quilt patching stuff, nor the cdbs patching stuff05:05
=== skreech_ is now known as DaSkreech
yuriynixternal: well, is there something that needs to be added somewhere when creating the first patch?05:39
nixternaloh05:41
nixternalderr, ya, add the patch name to debian/patches/serial05:41
nixternalthat didn't even cross my mind at first05:41
DaSkreechWhat did I miss today?05:41
nixternalthe same thing I missed05:42
nixternalEVERYTHING!05:42
DaSkreechthat's all?05:42
DaSkreechah well same thing every day I guess05:43
* nixternal beds - g'nite05:46
DaSkreechgday mate!05:47
yuriynixternal: that's already done, quilt did it05:47
yuriyassuming you mean debian/patches/series05:48
yuriynixternal: night05:48
=== uga is now known as uga|away
Seregayaw... good morning!07:57
DaSkreech:-)07:57
SeregaDaSkreech: hey!07:58
DaSkreechHey! Serega07:58
Seregadid anobody noticed some strange behavior of editboxes in konqi4?07:58
Serega*anybody07:59
DaSkreechQt 4.4 bug08:02
NightroseSerega: yea - i am working on a fixed package08:02
Nightroseif you have time to do it feel free to jump in08:02
Seregaah, thank you08:02
Nightroseas i will leave soon and not be back until sunday08:02
Seregajust interesting08:02
Nightrose;-)08:03
DaSkreechAh damn it08:10
DaSkreech I need to get amarok working08:10
\shNightrose, when do we meet in KA?08:11
Nightrose\sh: sorry - busy doing last minute stuff ;-)     meet for what?08:17
\shNightrose, openexpo... :) or just give me a ring when you are back from praque08:28
Nightroseok08:28
peer_I made a copy of a directory with rsync to a mobile disk. diffed it - everything is fine. but with "Properties" on the two directories, I get different total file sizes. This should not be like that.08:34
peer_I think that if i put a file on the disk with x bytes, it should tell me that it has x bytes and retrieve x bytes. not y bytes, even if it takes y bytes on the disk.08:35
peer_this is with hardy, kde3 and latest updates. with dolphin and with konqueror.08:36
peer_I sometimes use the total file size serves as a rough estimation that the whole copy thing went well. but if a good copy still gives different total file size values, i need to investigate further even if everything was copied fine. it makes things more complicated.08:39
\shpeer_, same FS on both disks?08:39
peer_probably not...  but both are ext3.  but i'm not even sure how to check for details.08:40
\shpeer_, that's a problem...different inode sizes could give different fsizes...therefore estimation on the filesize (or the total sum of it) is not good...md5sums are better for this08:41
peer_it's for a backup. but with this kind of not being sure, it really doesn't make me trust the tools.08:41
peer_and i know that windows displays two values in this kind of situation: the total file size, and the total file size on disk. you always get a clear picture.08:41
awen_peer_: the files are written in blocks to the disk ... if the block-size is different the size on disk might also differ08:42
peer_the difference is if you look at the bytes of your data, or if the bytes from a purely technical perspective (which is less important since it's an artifact).08:43
awen_peer_: the difference is also which is the faster to calculate ... calculating actual sizes might take a serious longer amount of time08:44
peer_so the properties boxes add up the artifacted file sizes, and not the file sizes of the data i put there.08:44
hadsSo if you diff the files and they are the same then what are you worried about?08:44
peer_well, yes, it might take longer to calculate, but as it is, it makes me take MUCH more time to diff the files, since it SEEMS that something was wrong when I copied them.08:45
awen_peer_: if it is recursively it uses "estimate file space usage"08:45
peer_it's kind of unexpected und counter-intuitive behavior.08:46
peer_what is "estimate file space usage" ? and yes, it's a directory tree.08:46
peer_it calculates to the byte. if it's only an estimation, maybe it should not give all the digits.08:47
awen_peer_: look at the "du" command ... i'm almost certain that dolphin/konqueror uses mostly the same method08:48
peer_it also doesn't say "estimation" in the dialog box08:48
peer_yes, du also gives different values. :-/08:48
awen_peer_: "du -bcs" gives you the same as konqueror at least08:49
peer_so i have to write my own tool?08:49
peer_yes. so i get 16883741565 and 16883745661 bytes for the original and the backup, respectively. what would you conclude from that? something went wrong with the backup. and from this point on you loose time.08:50
awen_peer_: might exist another tool ... but i'm not sure08:51
awen_peer_: I would do an rsync from one to the other ... rsync uses checksums for all the data08:51
peer_yes, that's exactly what I did. but since I never uses rsync before, I wanted to verify it's operation. and got this :-)08:52
hadsrsync works well.08:53
awen_peer_: then i can tell you that rsync actually outperforms the verification :)08:53
peer_how can I know the inode sizes etc.? maybe they are the same, so then there'd by another problem uncovered.08:54
hadsProbably best discussed in a user channel anyway08:54
peer_I just checked with tune2fs, the "Inode size" is the same for both file systems. This makes it somewhat stranger. What else could be different?09:00
peer_Block size and fragment size also are identical.09:01
peer_So does this mean that the added file sizes depend on some random factor?09:02
peer_If so, then for what would it be useful anyway?09:03
awen_peer_: you could try asking in #ubuntu ... there is a little better chance to hit an expert in the "underlying layers"09:03
peer_well, i thought in -devel the people are expertier :-)09:04
awen_peer_: in kubuntu specific kubuntu stuff ... but the channel is mostly used for coordinating the making of kubuntu, and most of the people in here is also in the user channels09:06
awen_peer_: so in general you might as well ask in the user channel ... then even more people can learn from the findings :)09:07
peer_ok09:07
=== jussio1 is now known as jussi01
mornfallyuriy: I'll look at Adept during FOSScamp (and your patches, too)...11:46
=== _neversfelde is now known as neversfelde
=== davmor2 is now known as davmor2_dinner
=== Jucato_ is now known as Jucato
=== davmor2_dinner is now known as davmor2
\shhmmm...any idea how to add a second panel in kde4 ? I wonder where the option in the panel submenu is ;)15:32
Jucatodunno if it's there in 4.0.4 already, but right-click on the desktop  -> Add Panel15:33
\shJucato, not in kde 4.0.3  (kubuntu hardy) ;15:36
Jucatooh.. must be a trunk thing :/15:36
\shdo we have somehow trunk packages for kde4 somewhere? ppa or whatever?15:37
\shah we have 4.0.4 in backports15:37
nixternal\sh: 4.1 alphas are going to be making their way into intrepid soon as well15:38
nixternalwth, jjesse uses trillian, eww15:39
nixternalwth, jjesse uses trillian, eww  <-- requote from after you quit :p15:39
nixternalI thought Trillian died many years ago15:40
Jucatonixternal!!!!!!!!!!!!!!15:41
jjessenope trillian is still being used15:41
nixternalI have to go pick up a friend from the train station, and I don't feel like doing it...I should make him walk15:41
jjessehaha15:42
\shnixternal, you are not ubuntu today ,-)15:42
jjessecall him lazy cause he isn't walking15:42
nixternal\sh: to early to be Ubuntu I guess :)15:42
nixternalactually, I am being Ubuntu, because if I don't drive to pick him up, I will not be polluting mother earth :)15:43
\shnixternal, hell, I'm already far behind being "Ubuntu"...it's too hot...15:43
Jucatonixternal: nah, you're just being Foresight :)15:43
nixternalheh, I haven't done any Foresight stuff in a while now...been way to busy15:43
nixternalanywho, bbiaf...gonna go pick him up really quick15:44
jjessenixternal: idid i hear correctly you have a job?15:44
\shguys, I installed kde4.0.4 from backports..but every app is telling me "I'm kde 4.0.3"16:11
\shthis is not the truth, right?16:12
ScottKIIRC someone else commented on the same thing.16:13
\shScottK, well, konsole --version just results in qt4.4.0 and kde 4.0.316:14
ScottKI'm pretty sure it's a bug and you have 4.0.4, but maybe someone else recalls for sure.16:14
\shnixternal, should know16:16
Hobbseewhen does 4.1 come out?16:25
Jucatoend of July or early Aug16:27
Hobbseerught16:29
Hobbseeer, right16:29
Hobbseean intrepid candidate then16:29
Jucatoyep. centipede candidate16:32
ScottKRiddell: Do we need a Kubuntu spec on proper Xrandr support?  It's something I think we are really missing just now.16:54
DaSkReEcHmanchicken: ping16:55
manchickenpong16:55
DaSkReEcHmanchicken: Saw the brainstorm on upadtes being visaully respresented?16:56
DaSkReEcHupdates16:56
manchickenNaw16:57
DaSkReEcHInteresting16:57
Jucatowow manchicken!!!! :)16:57
manchickenJucato: Wuddup?16:57
Jucatohow are you?! LTNS16:57
DaSkReEcHThe update notifier would visually show how severe an update is available and there would be an option for the list of updates to show how severe they are as well16:58
RiddellScottK: I'm kindae hoping upstream will do that for us, but it's something to look at16:58
manchickenSeriously.16:58
manchickenI'm doing well.  Just working a lot, volunteering a lot, parenting, fun stuff.16:58
Jucatohow's the babychicken? :)16:58
ScottKRiddell: I hope so too, but we need to keep track of it.  I see no sign Guidance is up for that, so we need to make sure we pick the right tool.  This will be particularly problematic if we keep a KDE3 desktop.16:59
yuriyDaSkReEcH: link? like colorizing based on priority or section?16:59
DaSkReEcHyuriy: Section ?16:59
yuriysecurity/backports/...16:59
DaSkReEcHAh right. Something like that17:00
DaSkReEcH the mockup had a very oxygen looking bug which gets coloured from green to red17:00
DaSkReEcHnormal bumpd version updates get no bug at all17:00
DaSkReEcHso if it's slight security risk you get green bug beside the update if it's critical and urget you get a erd bug17:01
ScottKI'd suggest that would confuse the average user who doesn't care and the non-average user already knows enough to figure it out.17:01
DaSkReEcHthe highest colour bug becomes the icon on systray showing there are updates17:01
manchickenJucato: Big.17:01
yuriywhat does the urgency= thing in the changelog do?17:01
Jucatomanchicken: oooh :)17:01
ScottKWe really don't want users picking and choosing updates.17:01
ScottKyuriy: Nothing in Ubuntu.17:01
DaSkReEcHScottK: probably off by default then?17:01
DaSkReEcHseele: ping17:02
ScottKyuriy: In Debian it's how fast it can transition from Unstable to Testing.17:02
ScottKDaSkReEcH: I was thinking neat idea but probably not worth the trouble to implement.17:02
yuriyDaSkReEcH: i don't think there's anyway to get that kind of information17:03
yuriybeyond just security update or not17:03
ScottKDaSkReEcH: Also potentially actively dangerous since it promotes the idea that users should decide what updates to take.17:03
DaSkReEcHScottK: To be honest I didn't care too much about the bug beside individual updates17:03
DaSkReEcH I did like the idea of the systray indicating that this is a crtical update17:03
yuriybut colorizing all security updates the same doesn't sound like a bad idea17:03
DaSkReEcHScottK: users shouldn't decode what updates to take? :)17:04
ScottKAs a rule we don't put out non-important updates.17:04
DaSkReEcHI guess if you don't have backports on17:04
yuriyScottK: backports17:04
ScottKyuriy: I think a special pinning solution for backports is useful.  Only take updates from backports if you've explicitly installed that package from backports.17:05
ScottKBut generally I don't think picking/choosing is useful end user behaviour17:05
smarterbut security updates are automatically installed by unattended-upgrades ayway17:05
DaSkReEcHLord knows that's how Windows works17:05
DaSkReEcHdrives me crazy17:06
DaSkReEcHof course they enforce that by never telling you waht any updates do17:06
ScottKWe want users to have the package configuration we've tested.  If they update some stuff and not others, then who knows what happens.17:06
yuriyanyways, can somebody help me with this, i'm working on bug 21457717:07
ubottuLaunchpad bug 214577 in kgraphviewer-kde4 "kgraphviewer shows a blank screen" [Medium,In progress] https://launchpad.net/bugs/21457717:07
jdaviesyuriy: http://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog explains the urgency= field17:07
yuriythere was no debian/patches previously and I added it and created a new patch with quilt as it says in the packaging guide17:08
yuriybut the patch doesn't show up in the debdiff17:08
ScottKThe current tools are sufficient for experts.  Non-experts have no proper basis to make such decisions anyway.17:08
seeleDaSkReEcH: pong17:34
DaSkReEcHseele: didn't see the conversation on highlighting security bugs for the Update notifier?17:40
DaSkReEcHseele: Just wanted to know if it would be a good idea for the user to see the severity of the update17:43
seeleDaSkReEcH: i dunno.. do we have stats on if users tend to install all updates right away or only some updates or never update?  if they are always updating anything then it wouldnt matter17:47
seeleDaSkReEcH: if they are picking and choosing updates or not updating all the time, then it might matter17:47
DaSkReEcHseele: hmm I guess popcon doesn't cover that :)17:49
DaSkReEcHMight track the downloads from the servers so those stats should be around somewhere17:49
Tm_Mhi kids17:51
apacheloggerhey mom17:52
* ryanakca waves to Tm_M 17:52
ScottKseele: My concern would be if we start to show them a distinction between updates they will be encouraged to pick and choose when in reality virtually none of them would know enough to make an intelligent choice.  It'd be some kind of attractive nuisance.17:53
seeleScottK: yeah.. and if people are alredy installing all or none of the updates, adding some kind of severity wont necessarily make it better and it might change the behavior of people already installing all the updates17:54
seelethose who don't update probably wont care or even notice.  they might have adept notifier turned off17:55
ScottKI think those that know enough to decide are probably using apt anyway.17:55
seelewas there a bug report or something? i missed the beginning of the discussion17:56
ScottKIt's an idea on brainstorm.17:56
seeleah17:57
ScottKI don't see a link in my scrollback.17:57
DaSkReEcHI'll find it17:57
smarterI think we shouldn't care, security updates are automatically installed by unattended-upgrades anyway17:58
DaSkReEcHbut as I was saying the description seemed to me to be for the notifier where they were more interested in actaul individual ones being marked which I wasn't so hot on17:58
DaSkReEcHhttp://brainstorm.ubuntu.com/idea/8492/18:00
DaSkReEcHProbably18:00
Artemis_Fowlseele: ping18:37
seeleArtemis_Fowl: pong18:38
Artemis_Fowlseele: [20:08:12] <jpwhiting|workpc> Artemis_Fowl: hello18:41
Artemis_Fowlseele: [20:08:43] <jpwhiting|workpc> did seele send you a note?18:41
Artemis_Fowlseele: [20:09:53] <jpwhiting|workpc> about adept-like lists18:41
Artemis_Fowlseele: [20:10:13] <Artemis_Fowl> jpwhiting|workpc: no18:41
Artemis_Fowl[20:10:35] <jpwhiting|workpc> ah, I spoke with her the other day about your brainstorming, and she had some suggestions iirc18:41
Artemis_Fowl<jpwhiting|workpc> I thought she was going to send you an e-mail18:41
Artemis_Fowlis this old news?18:42
Artemis_Fowldidn't we turn to the Preview pane?18:42
seeleyeah, it's old news18:42
Artemis_Fowlok18:42
Artemis_Fowlone min to show you new screenshots then18:42
Artemis_Fowlseele: http://www.hotlinkfiles.com/files/1324937_zjrtj/KGRUBEditor45.png18:44
seeleArtemis_Fowl: the default needs to be a radio button, not checkbox18:45
Artemis_FowlI centered the separator's text and used a different Default  system18:45
seeleand can you take the default selection off of the menu item?18:46
Artemis_Fowlseele: I used checkboxes so that the user is able to deselect default18:46
Artemis_Fowlseele: with radio buttons there would always be a default18:46
seelecan't use checkboxes18:47
Artemis_Fowlwith radio buttons how could someone deselect an entry from default?18:48
seeleif a default isn't selected, do it just wait for the use to make a selection or is the first in the list the default?18:48
=== uga|away is now known as uga
Artemis_Fowlit is the default18:50
seeleso there is a default regardless?  then we don't need a "no default" option18:50
seeleby default it will be at the first entry, then the user can change it to whatever they want18:51
seeleif they click the system settings reset or generate a new grub config file, it'll just get reset to the first one again18:51
Artemis_Fowlseele: no, a default is not mandatory18:51
Artemis_Fowlseele: it is in my configuration that the first one is set as default18:51
seeleso if there is no default, grub just sits at the menu?18:51
Artemis_Fowlyes18:51
Artemis_Fowlno18:52
Artemis_Fowlif there is no timeout, then this is when grub just sits18:52
seelecan you have a timeout without a default or do you have to have a default to set a timeout?18:53
Artemis_Fowlnothing is mandatory. if you have a timeout but don't have a default then the first entry is booted by default18:54
Artemis_Fowllet me check this out18:54
Artemis_FowlI don't remember exactly18:54
seeleok18:55
Artemis_FowlQuote: "Set a timeout, in sec seconds, before automatically booting the default entry (normally the first entry defined)."18:55
Artemis_Fowlit is not 100% clear18:56
Artemis_Fowlwhat this means18:56
Artemis_Fowlbut I suppose it means what I told you18:56
seeleso the first entry is the default default?18:56
seeleand there is always a default, it just doesnt' always have to be defined?18:56
Artemis_Fowlif a default is not defined, then the first entry is assumed to be default18:57
seeleok.. then i dont see why we cant use the radio button18:57
seelebecause there is always a default18:57
Artemis_Fowlhmm...it could confuse users18:58
seelewhy?18:59
seelei think the unmarked default is the confusing part18:59
Artemis_Fowlif they know they have no default and see that the first entry is marked as default, they would thing it's a malfunction18:59
seelebut they do have a default.. you just said the first entry is the default if no default is selected18:59
Artemis_FowlGRUB is confusing in general18:59
Artemis_Fowlyes but they don't know it :)18:59
seeleyes!  which is the confusing part!19:00
Artemis_Fowllol19:00
seelemarking the default andhaving them explicitly select it will make it simpler19:00
Artemis_Fowlanyway, most users won't even notice it19:00
Artemis_Fowladvanced users edit the file manually19:00
seeleexactly19:01
seelethe other editors probably had the same reasoning, because they didnt implement all possible grub functionality either19:01
Artemis_Fowlbtw I removed fallback19:02
Artemis_Fowlit's no use to the target group19:02
Artemis_Fowleven advanced users don't use it19:02
Artemis_Fowlthat's fine, right?19:02
seeleyep, that's fine19:02
Artemis_Fowlok then19:03
Artemis_Fowlscreenshot #219:03
Artemis_Fowlhttp://www.hotlinkfiles.com/files/1324938_awru1/KGRUBEditor46.png19:03
Artemis_Fowlsimply shows the preview19:03
Artemis_Fowlany comments?19:03
seelecan the background be white?19:03
seelelike a text box so the text looks selectable?19:04
seeleright now as the system background, it doesnt look like you could select the text.  just like you cant hgihlight and select a label that is in a window19:04
seelebut the purpose of doing it this way was so that people could select and copy text, correct?  versus the tooltip or whatever19:05
Artemis_Fowlseele: this is how Qt paints read only text editors19:05
seeleoh19:05
seelehmm19:05
Artemis_Fowland it could be just y theme...19:05
Artemis_Fowlmy*19:05
seelelemme ping a troll really quick19:05
seeleArtemis_Fowl: the text is selectable in the disabled mode, correct?19:07
Artemis_Fowlyes19:08
ScottKI find it very interesting how subcultures have unique jargon.  I understood "lemme ping a troll", but not so many would.19:08
seelelol, yeah.. i guess i meant a trolltech troll and not an irc troll :)19:09
jussi01hehe, I totally missed that one19:09
seeleArtemis_Fowl: are you using QTextEdit?19:11
Artemis_Fowlseele: yes19:11
Artemis_Fowluhm19:11
Artemis_Fowlmaybe KTextEdit19:11
Artemis_Fowllet me check19:11
DaSkReEcHYeah someone came into #kde looking for a troll and I was highly confused for a moment19:11
Artemis_Fowlseele: it's a KTextEdit19:12
ugaRiddell: I found today that the live CD from kubuntu using kde4 doesn't seem to use proxies even if manually configured19:12
seele14:10 < TZander> seele: what you want is to use a QTextEdit widget.19:12
seele14:11 < TZander> seele: the class has a set of 'textInteractionFlags'. One of them is to allow editing of text.19:12
seele14:11 < TZander> seele: a separate one is selecting.19:12
seele14:12 < TZander> seele: just using a QTextEdit will give him a white background, unless he did something weird (like using a broken QStyle)19:12
ugaRiddell: the proxy was working fine (I manually telnetted), but konqueror(4) seemed to be unable to use it19:13
seeleArtemis_Fowl: i dont know if that helps or not19:13
Artemis_Fowlseele: it does19:14
seeleok cool19:14
* Artemis_Fowl is checking out19:14
Artemis_Fowlseele: in the meantime take a look at the last screenshot: http://www.hotlinkfiles.com/files/1324936_1a4lk/KGRUBEditor47.png19:19
Artemis_Fowlseele: it illustrates the Quick/Full Editor19:19
Artemis_Fowlpopup*19:19
seeledo you have the different editors implemented yet?  i'm still not sure what the differences would be and if there need to be two19:20
Artemis_Fowlnot yet19:20
Artemis_Fowlseele: the Maps+Password+Kernel attributes cannot be quick-edited19:21
seelewhat are the types of things that are?19:21
Artemis_Fowlstrings. but it's kind of complex19:22
seeleare they things that users normally need to edit quickly?  and when they edit those thigns, do they typically not need to edit the maps, passwords, or kernel?19:23
seeleif the non-quick-edits and quick-edits are linked in tasks, then the quick edit mode doesnt make sense because the user will have to go to full edit mode to edit the rest of the options anyway19:23
Artemis_Fowlin the Quick Edit the most common attrbutes should be listed such as title, root etc19:25
Artemis_Fowlkernel and the other stuff are edited from time to time but quickly would make no sense19:26
seelehmm19:26
seelewell.. how about this19:27
seelejust do it however you want and we'll get it out the door19:27
seelethen we have some people use it and figure out if it's working out or not19:27
Artemis_Fowlseele: fine by me19:27
seelewe have very little data on how normal users might use this thing because the existing grub UIs suck19:27
Artemis_Fowland someone is spamming my inbox....19:27
Artemis_Fowltotally irrelevant but annoying19:28
seelewith the way the button is implemented.. it wont hurt if we change the UIs or workflow a little as long as we still use an edit button19:28
Artemis_Fowlso for now all I have to do is change the checkboxes to radio buttons?19:29
Artemis_Fowlthe white background is no issue19:30
Artemis_Fowlit seems that QTextEdit uses always a white background19:30
ryanakcaHas anybody started merging kdetoys, or can I attempt to? *doesn't see a bug on LP*19:30
seeleArtemis_Fowl: yes, and if possible, no radio button in the "menu" entry19:31
Artemis_Fowlseele: not possible19:31
Artemis_Fowlimagine what would happen if the user has such an entry and has this entry as default19:32
Artemis_Fowlweird but possible19:32
seelehmm.. so you can reformat the text, but you can't take the radio button off the list item?19:34
seeleselecting that as default wont break anything will it?19:35
Artemis_Fowlhmm19:35
Artemis_Fowllet me think about it19:35
Artemis_Fowlseele: ok. I could hide the checkbox but consider this:19:37
Artemis_Fowlif this entry is marked as default since there will be no radio button, the user won't know that this is default19:38
seeleso you mean if they mark it as default by hand in the config file but then open it in the UI?19:38
ryanakcaAm I safe to assume that all Kubuntu changes to KDE Toys are stored in debian/patches ?19:38
Artemis_Fowlyes19:38
seeleok.. only advanced users will do something like that (and for what reason i dont know) so i wouldnt worry about it until we get someone with a reason why they would do it19:39
Artemis_Fowlas I said it's ackward but possible. I have to consider all possibilities19:39
Artemis_Fowlok19:39
=== smarter_ is now known as smarter
mhbRiddell: I apologize, but I cannot make it to the FossCamp.20:47
mhbRiddell: I have so much learning to do during the weekend... I have 2 exams the following week, and I cant learn during UDS, so I have to skip FOSSCamp.20:48
mhbhope you dont mind20:48
seelemhb: are your exams next week or is it a study week?21:00
seeleoh, i misread your message21:00
seeledoes this mean there will be an end of exams happy hour? :)21:01
mhbseele: next week.21:12
mhbseele: tuesday and wednesday.21:13
mhbwhich is also bad, but what can I do?21:13
mhbtuesday late afternoon, that's okay.21:13
yuriyseele: what do you think of bug 226430?21:26
ubottuLaunchpad bug 226430 in kdebase-workspace "new kde4 menu item unclear context for  'leave'" [Wishlist,New] https://launchpad.net/bugs/22643021:26
seeleyuriy: yeah.. the entire logging out process is a problem.  they chose that word because leave is more ambiguous than logout, so the other actions could fit in there together21:30
seelebut at the same time, you confirm you want to get out three times: choose leave, select logout, and then again logout from the plasma-looking menu21:30
yuriyseele: but you wouldn't agree that the choice of word "leave" is a bug?21:32
yuriyi don't really see the problem with it. or at least can't think of a better way to put it21:32
Tm_Mwe need 'are you sure?' menu too :p21:32
yuriywe have one :P21:32
seeleyuriy: yeah, and i can't imagine it translates well.  but that's why they chose that word instead of logout21:32
seelebecause logout, switch user, shut down, sleept, etc. can all fit under it semantically21:33
yuriyseele: sorry, yeah it is a bug or yeah it isn't?21:33
Tm_Mmenu/dialog21:33
seeleyes it is but i doubt it will get fixed upstream anytime soon21:34
seele1) because there is more than just the label that is a problem with the work flow and 2) i dont know of a better word and i dont think the powers to be will accept a regression to Log Out21:34
=== gnomefre1k is now known as gnomefreak
yuriyseele: could you post a commment to that effect since you know about what's going on with that? and change to won't fix21:35
seelehmm.. ok..21:35
Tm_Mhmm, I wonder if we can patch it to not ask things twice21:39
seelethat was talked about back when 4.0 was released.  i dont remember why it was decided to stay the same21:40
seelei think the argument is that there is an option to turn off the confirmation, but it wasn't made default21:41
Tm_Malso, can that menu be named as session?21:41
Tm_Mmaybe too technical21:42
stdinwhen the Application Launcher Menu is in use the plasma logout menu is needed21:42
Tm_Myes, that should be 'sensed'21:43
Tm_Mperhaps21:43
Tm_Mcan that plasma menu be launched by some command? if application launcher menu just calls it directly21:47
Tm_Mor so21:47
seeleyuriy: i dont have a WONTFIX status option, should i use INVALID instead?21:50
Tm_Many sense in that idea?21:52
=== gnomefre1k is now known as gnomefreak
=== gnomefre1k is now known as gnomefreak
DaSkReEcHMakes sense to me21:58
yuriyseele: hmm i guess you have to be in bug control. i think won't fix would be better, i'll change the status21:59
seeleok22:00
awen_yuriy: while you are at it, can you mark bug 228568 as wishlist22:43
ubottuLaunchpad bug 228568 in kde-guidance "guidance doesn't find any battery if battery is not present on startup" [Undecided,New] https://launchpad.net/bugs/22856822:43
santiago-veguys... big question here... i want to become in a ubuntu-member... but more like a kubuntu-member... is the process the same?~ or do i need other steps (others that wiki.kubuntu.com/Membership22:43
awen_santiago-ve: welcome :)22:47
* awen_ is not a member, so isn't really sure of the process22:48
yuriyphew, done with bug backlog22:48
awen_yuriy: cool :) ... and thanks22:49
yuriysantiago-ve: same as on that page, except you need to come to a kubuntu meeting instead of a community council meeting, and you need to have something specific to kubuntu22:50
yuriys/something/have done stuff/22:51
santiago-veyuriy, besides some advocacy~ and having the whole company where i work using Kubuntu... nothing else >.<22:52
=== kewark is now known as krawek
=== kewark is now known as krawek
Riddellmhb: no problem, we don't want kubuntu as a reason for people failing exams23:44
ryanakcaRiddell: I forget, are you a DD?23:45
Riddellryanakca: nope23:46
ryanakcathanks anyways :)23:47
DaSkReEcHD&D ?23:47
* ryanakca is trying to get a fixed version of kmplayer into Debian, but the people in #debian-qt-kde seem to be more preoccupied trying to figure out how to put a SUSE like logo on the titlebar of a window :)23:48

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