IRC log for #kde on 20121108

00:00.02tpoI guess that factoid "akonadi is just a cache" is not true
00:00.07FLHernes/menu/submenu
00:00.14michealPWAnd now when I highlight an image, it shows "Width: 64" and "Height: 64" in the preview pane under the image preview. Is that what you mean, CR0W?
00:00.28FLHernetpo: No, it's definitely not ;-)
00:00.31CR0W<PROTECTED>
00:00.37*** join/#kde kernelpanic (~quassel@port-9881.pppoe.wtnet.de)
00:01.01FLHerneThat doesn't seem sensible, seeing as it clearly knows the size already :P
00:01.03CR0WFLHerne seem like either a bug or a bad joke.
00:01.27michealPWOh I guess that would make sense cr0w. Vista's kinda the same, nothing that has anything to do with searching file contents (Including previews) seems to work once you disable the indexing services :|
00:01.37michealPWNepomuk is just like their Index service, isn't it?
00:01.42CR0WFLHerne shows, but on that panel. The question is why can't it show under the icon, since we know it has the info.
00:01.59vHandaCR0W: could you elaborate?
00:02.00vHandaI'm not sure I understoof
00:02.04vHanda*understood
00:02.14FLHernePerhaps it can look up the size when you select a single image, but it would be inefficient to find the size for every image each time you opened a directory
00:02.31CR0WvHanda in dolphin, theres an option to show image's wxh under the name right? (additional info)
00:02.39*** join/#kde m3l7f17 (~m3l7f17@78-134-121-12.v4.ngi.it)
00:02.42vHandayup
00:02.49*** part/#kde m3l7f17 (~m3l7f17@78-134-121-12.v4.ngi.it)
00:02.49FLHerneIIRC, that menu toggles attributes shown under *every* file in the directory, rather than just the selected one
00:03.03michealPWCR0W: It could just be showing you what Nepomuk already index? It could be gray to show you that Nepomuk's not available to get anymore width/heights from new, unindexed files? I'm just guessing btw I'm not an expert
00:03.07CR0WvHanda the problem is this only works for files indexed with nepomuk. But dolphin knows the width and height of images since it shows those information in the details tab (f11)
00:03.20vHandaright, but it can't really search for it.
00:03.36vHandahence it is greyed out
00:03.43CR0WFLHerne the size of an image is written in a header, it takes minimal time to read those data
00:03.47michealPWWhen I enable that option it makes Dolphin scroll really sluggish.
00:03.49michealPWWeird
00:04.05CR0WFLHerne what you said would be logical in case of e.g. md5 sums.
00:04.21vHandaWhen you click on the image width, it'll show you all the images with that width
00:04.35vHandaALL = All that are indexed, not just that directory
00:05.10*** join/#kde KingMucus (~andsch@186.212.16.102)
00:05.20CR0Wcool, I would be happy just with the data under the icon, it's more comfortable than having to go thorugh them and watch the info tab
00:05.21FLHerneOn a completely different note, has anyone tried to get Plasma Active working on a Pandora? Does it work?
00:05.41KingMucusJust one last piece of question: Do I need gtk+ installed in order to use klash as a browser plugin?
00:05.56KingMucusI'm unable to use klash as a plugin in any way. I'm using gentoo btw.
00:06.15CR0WI guess I'll report it to kde devs or something, if they'll say that;s intended, I'll patch it to do it my way.
00:06.25*** join/#kde msx (~msx@190.194.116.27)
00:06.39CR0WDamn, just when I started to like it.
00:07.08vHandaCR0W: it'll be very hard to get it under the icon
00:07.17vHandalets just say the code is very fucked up
00:07.43*** join/#kde The_User (~jonathan@ip-62-143-253-141.unitymediagroup.de)
00:07.47vHandaCR0W: why not just enable Nepomuk?
00:08.02CR0WvHanda I don't need nepomuk's services.
00:08.25vHandahmm, alright. Feel free to try and patch it up
00:08.31vHandaBut it is going to be very very hard
00:08.32*** join/#kde Assurbanipal (~assurbani@146-52-8-239-dynip.superkabel.de)
00:08.37CR0WI will. I hope...
00:08.42vHandaI know the code pretty weel
00:08.42vHanda*well
00:08.54CR0WGreat things are aways hard I guess.
00:09.10vHandaThe reason it is hard is that - that info is gotten when select that file.
00:09.21vHandaThe strigi indexers are run on the file, and the information is extracted
00:09.33vHandaall of this needs to be done in a separate process cause strigi crashes a lot
00:09.44vHandaand dolphin then receives it, and displays it on the sidebar
00:09.59vHandathe momemt you select any other file, it discards the previous info
00:10.03CR0WvHanda I guess I'll just find the portion of the code which draws the filesize and duplicate it and modify to display image size and add a new option to the menu.
00:10.09vHanda( There is no caching as well )
00:10.24*** join/#kde sertaconay (~sertacona@unaffiliated/sertaconay)
00:10.26CR0WvHanda but look
00:11.04CR0WvHanda so dolphin runs a thread which gets the size of the file, is that right?
00:11.22CR0Wand than it obtains the size, draws it and caches untill I switch dir at least.
00:11.36vHandauhm, 2 different things
00:11.43vHanda1 Information Panel
00:11.51vHanda2. Dolphin info which it shows under the file
00:11.57CR0Wi won't even touch the panel.
00:12.07CR0WI understand.
00:12.20vHandain order to get the image size in (2)
00:12.36vHandayou'll have to somehow get the image size, that involves reading the contents of the file
00:12.41vHandawhich is very expensive
00:13.19CR0WvHanda I just think: just as dolphin obtains the filesize and displays it, I'll duplicate the code but modify so that it reads the filr header and obtains the image size, or empty string if it's not possible. Right?
00:13.34vHandasure.
00:13.56vHandaThat'll work. The difficult part is "reads the file header and obtains the image size"
00:14.09CR0WvHanda it's not very expensive, you need to read the first block of the file, know the offset, convert int to string.
00:15.22CR0WvHanda if you look in the additional details menu, you have there also "type"
00:15.26*** join/#kde freebell42__ (~jayesh@106.76.196.96)
00:15.35vHandaisn't that the mimetype? :P
00:15.40CR0WvHanda and to get the type of an image you need to read first few bytes
00:15.59vHandawell, not exactly. Mimetype is done in two stages.
00:16.01CR0WvHanda um yeah and you need to read some magic number, right?
00:16.03vHandastage 1 - by file name
00:16.09vHandastage 2 - look at the contents
00:16.27CR0Wum why would someone obtain by filename, lol
00:16.38CR0Wkinda something ms would do
00:16.49*** join/#kde L0L0L0L0L (~bob@user-142g2ok.cable.mindspring.com)
00:17.05vHandamaybe I'm wrong. I haven't looked at the mimetype detection code for a long time
00:17.16CR0WvHanda youre right, it said an image is a text file cause it's *.txt...
00:17.32CR0WvHanda you're right, it's done naively.
00:18.28*** join/#kde R_Rios (~kde4@hyadesinc/pub/oa)
00:18.49CR0WvHanda actually, doesn't even stat require to read the inode so one page from the hdd/memory?
00:18.51*** join/#kde The_User (~jonathan@ip-62-143-253-141.unitymediagroup.de)
00:19.12vHandayup
00:19.31vHandabut that inode information counts as metadata of the file, and it is grouped together
00:19.41CR0Wso it already reads 1 page at least, so 1 more shoudln't hurt I think.
00:19.42vHandareading the actual data of the file would involve seeking
00:20.01vHandaI can't say
00:20.09CR0WvHanda no, most image formats contain the data I need in the first page.
00:20.52vHandaI agree. I can't say if it "won't hurt" cause afaik (I could be wrong) the metadata of a number of files is on the same hard disk sector
00:21.00vHandaso reading it is fast
00:21.19vHandawhere as the data of each file can be on a different portion
00:21.24vHandaand that would require seeking
00:21.28vHandaanyway, this is all conjecture
00:21.34vHandaimplement it, then lets see
00:21.42*** join/#kde slackie (~x@unaffiliated/slackie)
00:22.10*** join/#kde monkeyhybrid (~monkeyhyb@unaffiliated/monkeyhybrid)
00:22.30CR0WYeah, I guess that's the right way.
00:24.09*** join/#kde linuxkeitaro (~emesa@pool-173-69-183-171.bltmmd.fios.verizon.net)
00:24.16tposo text-copy pasting from akonadiconsole into the *.cal file actually resurrected my calendar
00:24.29tpothanks for all who pointed me to it!
00:27.54*** join/#kde jzmer__ (~jzmer@unaffiliated/jzmer)
00:29.50*** join/#kde karswell (~coat@93-97-29-243.zone5.bethere.co.uk)
00:30.24*** part/#kde michealPW (~michealpw@ts4-031.amherst.auracom.net)
00:32.59*** join/#kde GuySoft (~guysoft@109.226.48.212)
00:36.54*** join/#kde jasonwert (~w3rt@96-42-148-132.dhcp.trcy.mi.charter.com)
00:42.06*** join/#kde eljefe__ (~eljefe@c-66-41-165-31.hsd1.mn.comcast.net)
00:51.26*** join/#kde vbgunz_ (~vbgunz@pool-71-180-71-35.tampfl.fios.verizon.net)
00:58.24*** join/#kde hbomb (~hbomb@c-66-41-165-31.hsd1.mn.comcast.net)
01:00.30*** join/#kde kernelpanic (~quassel@port-8879.pppoe.wtnet.de)
01:01.48*** join/#kde licensed (~licensed@177.134.199.44)
01:01.48*** join/#kde licensed (~licensed@unaffiliated/licensed)
01:04.43*** join/#kde gits1225 (~gits1225@117.206.42.160)
01:09.50*** join/#kde Juan (~juan@unaffiliated/juan)
01:09.56*** join/#kde L0L0L0L0L (~bob@user-142g2ok.cable.mindspring.com)
01:10.35*** join/#kde binaryhat (~binaryhat@c-174-48-42-72.hsd1.fl.comcast.net)
01:13.56*** join/#kde mheieis (~mheieis@S0106586d8f2f0994.vc.shawcable.net)
01:16.52*** join/#kde freebell42__ (~jayesh@106.77.6.15)
01:19.06*** join/#kde L0L0L0L0L (~bob@user-142g2ok.cable.mindspring.com)
01:22.49*** join/#kde Droste1 (~droste@p4FE0E7D6.dip.t-dialin.net)
01:27.43*** join/#kde jasonwert (~w3rt@96-42-148-132.dhcp.trcy.mi.charter.com)
01:45.21*** join/#kde vbgunz_ (~vbgunz@pool-71-180-71-35.tampfl.fios.verizon.net)
01:47.39*** join/#kde boombatower (~boombatow@drupal.org/user/214218/view)
01:52.03*** join/#kde freebell42__ (~jayesh@106.66.131.91)
01:59.26*** join/#kde PhilRod (~phil@74.69.52.175)
02:04.35*** join/#kde OxDeadC0de (~deadc0de@unaffiliated/oxdeadc0de)
02:07.23*** join/#kde kdepepo (~pepo@p5B3BAC8F.dip.t-dialin.net)
02:12.23*** join/#kde Lie_Ex (~lieex@61.135.152.207)
06:38.54*** join/#kde apt (~apt@rikers.org)
06:38.54*** topic/#kde is KDE SC 4.9.2 is out! See www.kde.org | http://userbase.kde.org | http://forum.kde.org | Don't flood the channel, use http://paste.kde.org | Distro related questions go in your distro channel | Offtopic in #kde-chat | State your distribution and KDE version when asking questions | Don't delete ~/.kde or ~/.kde4
06:44.02*** join/#kde jehan (~jehan@kiel4-dmz.gis.de)
06:46.30*** join/#kde hateball (~quassel@unaffiliated/hateball)
06:46.35*** join/#kde sephirot (~sebastian@dyndsl-095-033-048-052.ewe-ip-backbone.de)
06:48.21*** join/#kde freebell42 (~jayesh@223.196.234.50)
06:49.29*** join/#kde fixl (~fixl@110-174-167-204.static.tpgi.com.au)
06:51.40*** join/#kde gits1225 (~gits1225@117.206.44.38)
06:52.15*** join/#kde timi0tree (~timi0tree@unaffiliated/timi0tree)
06:54.11*** join/#kde almoxarife (~almoxarif@unaffiliated/almoxarife)
07:03.56*** join/#kde trakya (~nkoc@wprt-4d09b4a0.pool.mediaWays.net)
07:06.54*** join/#kde trakya (~nkoc@wprt-4d09b4a0.pool.mediaWays.net)
07:07.05*** join/#kde Siosm (~quassel@78.209.172.65)
07:09.11*** join/#kde MercurialAlchemi (~mercurial@0139100580.0.fullrate.dk)
07:11.27*** join/#kde ungethym_ (~ungethym@77-56-191-62.dclient.hispeed.ch)
07:20.18*** join/#kde drdanz (~quassel@90.147.26.237)
07:24.09*** join/#kde cuco (~diego@109.67.191.250)
07:26.09*** join/#kde The_User (~jonathan@ip-62-143-253-141.unitymediagroup.de)
07:31.19*** join/#kde freebell42_ (~jayesh@223.196.234.50)
07:31.49*** join/#kde underscores (~underscor@p54B8FD93.dip.t-dialin.net)
07:32.58*** join/#kde boris64 (~boris64@cl-568.leo-01.de.sixxs.net)
07:34.39*** join/#kde faichele (~quassel@p579521DF.dip.t-dialin.net)
07:38.02*** join/#kde RR42 (~quassel@5.164.133.61)
07:44.03*** join/#kde ompaul (~ompaul@unaffiliated/ompaul)
07:44.45*** join/#kde zerbp (~quassel@business-178-015-070-108.static.arcor-ip.net)
07:49.08*** join/#kde brainerazer (~bohdan@244.166.47.77.pptp.ntu-kpi.kiev.ua)
07:53.18*** join/#kde Vojtaeus (~vojta@nucifera.ibot.cas.cz)
07:53.19*** join/#kde Vojtaeus (~vojta@opensuse/member/vojtaeus)
07:54.33*** join/#kde lkrejci (lkrejci@nat/redhat/x-pqqnwemmcclwqqcp)
07:54.34*** join/#kde lkrejci (lkrejci@redhat/jboss/lkrejci)
07:59.08*** join/#kde simion314 (~quassel@92.83.103.232)
07:59.37*** join/#kde PasNox (~PasNox@beg33-4-78-237-93-55.fbx.proxad.net)
08:01.38*** join/#kde loop (~pool@c-69-253-114-150.hsd1.pa.comcast.net)
08:01.38*** join/#kde etienne (~quassel@80-219-20-58.dclient.hispeed.ch)
08:03.01*** join/#kde aheinecke (~quassel@aktaia.intevation.org)
08:03.02*** join/#kde serafean (~martin@ip-109-80-69-85.eurotel.cz)
08:08.02*** join/#kde navlelo_ (~fds@1.80-203-225.nextgentel.com)
08:09.18*** join/#kde ahoffsta (~Thunderbi@75-173-74-129.albq.qwest.net)
08:10.00*** join/#kde salout (~rriemann@91-65-219-152-dynip.superkabel.de)
08:13.12*** join/#kde MadAGu (~MadAGu@ppp005054063114.access.hol.gr)
08:20.50*** join/#kde Cymew (~user@fw01d.snowmen.se)
08:23.18*** join/#kde brestows (~devcode@timerider.by)
08:26.41*** join/#kde FlyingFoX (~quassel@sanktwendel.weh.rwth-aachen.de)
08:27.45*** join/#kde freebell42_ (~jayesh@27.97.67.53)
08:30.21*** join/#kde Hennefarth (~Hennefart@p5B1311F1.dip.t-dialin.net)
08:34.06*** join/#kde samxan (~sam@kde/developer/bairagya)
08:37.28*** join/#kde JackBauer24 (~JackBauer@178.73.43.6)
08:39.55*** join/#kde FlyingElvis (~quassel@cpe-75-81-112-50.kc.res.rr.com)
08:40.14*** join/#kde linmo (155648@maeglin.ifi.uio.no)
08:43.07*** join/#kde nicola (~nicola@2-228-80-129.ip190.fastwebnet.it)
08:44.24*** join/#kde lacerda_ (Thiago@nat/indt/x-guupxynpqtrsxywc)
08:46.31*** join/#kde ahoffsta (~Thunderbi@71-32-104-231.albq.qwest.net)
08:48.31*** join/#kde hnsz2002 (~hnsz2002@hercules.unreachable.hu)
08:49.14*** join/#kde ovidius2 (~quassel@zfn1-113-42.wlan.uni-bremen.de)
08:50.57*** join/#kde boom1992 (~quassel@BA1222.ballee.wh.tu-darmstadt.de)
08:51.41*** join/#kde trakya (~nkoc@wprt-4d09b4a0.pool.mediaways.net)
08:52.09*** join/#kde jreznik (jreznik@nat/redhat/x-aeqwpgvikgluvzpq)
08:52.12*** join/#kde mijos (mijo@nat/ibm/x-mygzuizlghpdoxtq)
08:53.03*** join/#kde TheFuzzball (~TheFuzzba@188-221-96-34.zone12.bethere.co.uk)
08:57.54*** join/#kde mck182 (~quassel@91.232.85.46)
08:57.55*** join/#kde mck182 (~quassel@kde/developer/mklapetek)
08:58.56*** join/#kde faichele_ (~quassel@d16-151.informatik.uni-stuttgart.de)
09:00.35*** join/#kde olesalscheider_ (~olesalsch@134.130.62.174)
09:00.36*** join/#kde b4dave (~b4dave@71-38-226-1.slkc.qwest.net)
09:09.27*** join/#kde stobix (~Volatile@daisy.rot.sgsnet.se)
09:09.41*** join/#kde whitetigers (~hiteckfre@131.99.108.93.rev.vodafone.pt)
09:10.25*** join/#kde salvo (~salvo@host100-27-dynamic.57-82-r.retail.telecomitalia.it)
09:10.45*** join/#kde Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com)
09:11.43*** join/#kde nicekiwi (~Nicekiwi@118.90.53.144)
09:12.02*** part/#kde salvo (~salvo@host100-27-dynamic.57-82-r.retail.telecomitalia.it)
09:12.31*** join/#kde salvo (~salvo@host100-27-dynamic.57-82-r.retail.telecomitalia.it)
09:13.14*** part/#kde salvo (~salvo@host100-27-dynamic.57-82-r.retail.telecomitalia.it)
09:16.16*** join/#kde jgrulich (~jgrulich@89-24-17-96.i4g.tmcz.cz)
09:18.29*** join/#kde samxan_ (~sam@kde/developer/bairagya)
09:21.41*** join/#kde Psi|4ward (~psi@p3E9C27B3.dip0.t-ipconnect.de)
09:23.41*** join/#kde ximion (~ximion@pptp-212-201-78-123.pptp.stw-bonn.de)
09:25.19*** join/#kde Sho_ (~sho@kde/hein)
09:28.23*** join/#kde rindolf (~shlomif@bzq-79-181-188-143.red.bezeqint.net)
09:30.35*** join/#kde yopher_ (~Yohan@triband-mum-59.182.103.28.mtnl.net.in)
09:30.44*** join/#kde dcorbin_work (~dcorbin@72.242.104.2)
09:30.45*** join/#kde dcorbin_work (~dcorbin@unaffiliated/dcorbin)
09:33.09*** join/#kde linmo (155648@smaragd.ifi.uio.no)
09:33.10*** join/#kde MadAGu (~MadAGu@ppp005054063114.access.hol.gr)
09:34.40*** join/#kde bux (~quassel@pc16321.Pharmazie.Uni-Marburg.DE)
09:34.52*** join/#kde sxe (~quassel@ip-109-91-63-20.unitymediagroup.de)
09:42.41*** join/#kde samxan_ (~sam@kde/developer/bairagya)
09:43.39*** join/#kde Dark_light (~Dark_ligh@host124-130-dynamic.8-87-r.retail.telecomitalia.it)
09:44.26*** join/#kde linukiss (~linukiss@189.3.93.130)
09:44.28Dark_lightI've got an odd issue, I install the kfaenza icons then tried out the monochrome one but went back to faenza, now the weather widget on the panel uses a monochrome icon no matter what
09:53.13*** join/#kde lelamal (~lelamal@host139-108-dynamic.10-87-r.retail.telecomitalia.it)
09:56.27*** join/#kde Aknot (~quassel@a88-113-37-147.elisa-laajakaista.fi)
09:57.43*** join/#kde floe (~flo@f052098219.adsl.alicedsl.de)
09:59.10Aknotwhats the name of the program for kde which lets u search everything?
10:00.05danharibokrunner?
10:01.18Aknotcant find it in software center
10:01.48*** join/#kde bux (~quassel@pc16321.Pharmazie.Uni-Marburg.DE)
10:02.23*** join/#kde shumski_ (~shumski@dh207-16-221.xnet.hr)
10:04.24*** join/#kde Zepp_ (~quassel@vpn2-9.tu-graz.ac.at)
10:10.35*** join/#kde kkszysiu (~quassel@dyk51.neoplus.adsl.tpnet.pl)
10:14.42*** join/#kde maour (~maour@46.100.125.10)
10:14.42*** join/#kde maour (~maour@unaffiliated/maour)
10:15.14*** join/#kde lelamal (~lelamal@87.18.99.40)
10:15.35*** join/#kde dvratil (Dan@nat/redhat/x-lkhrqstpctiwyvlj)
10:18.30Aknotoh its installed by default, whats the hotkey for it
10:18.37*** join/#kde Assurbanipal (~assurbani@146-52-8-239-dynip.superkabel.de)
10:18.58*** join/#kde salout (~rriemann@naqasl.physik.hu-berlin.de)
10:19.29*** join/#kde _RadioHead (~slack@46.19.224.253)
10:22.10*** join/#kde |oop (~pool@c-69-253-114-150.hsd1.pa.comcast.net)
10:22.11Bysmyyralt+f2?
10:22.43BysmyyrI not sure if it is krunner...
10:23.10Bysmyyrbut I thinks it is
10:23.11*** join/#kde afuentes (~afuentes@95.61.119.171)
10:23.25*** join/#kde wotan (~max@127.165.205.77.rev.sfr.net)
10:23.41Aknotgot it
10:24.30Aknotnice program
10:30.27*** join/#kde trakya (~nkoc@wprt-4d09b4a0.pool.mediaways.net)
10:32.33*** join/#kde artao (~quassel@50-50-177-185.snpr.wi.frontiernet.net)
10:34.07*** join/#kde desti (~desti@dslb-188-109-019-195.pools.arcor-ip.net)
10:41.54*** join/#kde burntoto (~quassel@92.57.151.205)
10:47.05*** join/#kde Ahox (~quassel@dslb-088-078-132-166.pools.arcor-ip.net)
10:48.48*** join/#kde asfyxia (~quassel@541CC0A2.cm-5-5d.dynamic.ziggo.nl)
10:50.57*** join/#kde Aristide (~florian@tok69-3-82-226-67-58.fbx.proxad.net)
10:53.43*** join/#kde shumski (~shumski@dh207-16-221.xnet.hr)
10:56.36*** join/#kde err-or_ (~err-or@ppp-188-174-111-100.dynamic.mnet-online.de)
10:56.53*** join/#kde dv__ (~quassel@chello080108009040.14.11.vie.surfer.at)
10:56.58*** join/#kde FlyingFoXy (~quassel@sanktwendel.weh.rwth-aachen.de)
10:57.45*** join/#kde SmatZ_ (~smatz@ip-94-112-121-119.net.upcbroadband.cz)
10:57.50*** join/#kde simplew (~simplew@vs2-84-91-53-203.netvisao.pt)
10:57.50*** join/#kde simplew (~simplew@unaffiliated/simplew)
10:57.50*** join/#kde xxtjaxx (~xxtjaxx@dl360.ein-elch.de)
10:57.50*** join/#kde xxtjaxx (~xxtjaxx@kde/developer/marschke)
10:57.55*** join/#kde RR42 (~quassel@5.164.133.61)
10:58.46*** join/#kde _RadioHead (~slack@46.99.41.204)
11:02.20*** join/#kde Aknot (~quassel@a88-113-37-147.elisa-laajakaista.fi)
11:03.20*** join/#kde hbomb (~hbomb@c-66-41-165-31.hsd1.mn.comcast.net)
11:08.55*** join/#kde trifolio6 (~h@62.43.62.203.dyn.user.ono.com)
11:09.02*** join/#kde tetris4 (~quassel@ppp079167059157.access.hol.gr)
11:14.03*** join/#kde buscher (~buscher@konversation/developer/buscher)
11:17.16*** join/#kde slackie (~x@unaffiliated/slackie)
11:18.47*** join/#kde google01103 (~smiley@pool-96-240-230-81.spfdma.east.verizon.net)
11:25.58tetris4hello everyone..I noticed in dolphin you can tag documents, audio files and pictures
11:26.10tetris4is that available for videos also?
11:26.37tetris4if yes, what package could I be missing?
11:26.39*** join/#kde boris64 (~boris64@a89-182-11-117.net-htp.de)
11:31.08*** join/#kde Walzmyn (~quassel@50.96.67.64)
11:36.55*** join/#kde Sho_ (~sho@kde/hein)
11:37.09*** join/#kde vbgunz_ (~vbgunz@pool-71-180-71-35.tampfl.fios.verizon.net)
11:37.24*** join/#kde trakya (~nkoc@wprt-4d09b4a0.pool.mediaways.net)
11:37.31*** join/#kde Vojtaeus (~vojta@nucifera.ibot.cas.cz)
11:37.32*** join/#kde Vojtaeus (~vojta@opensuse/member/vojtaeus)
11:43.02*** join/#kde maour_ (~maour@46.100.125.10)
11:43.03*** join/#kde maour_ (~maour@unaffiliated/maour)
11:44.34*** join/#kde mck182 (~quassel@eduroam-105-90.vsb.cz)
11:44.34*** join/#kde mck182 (~quassel@kde/developer/mklapetek)
11:47.10*** join/#kde UnrealGeeMan (~anon@cust-95-80-58-181.csbnet.se)
11:51.30*** join/#kde [drd] (druid@unaffiliated/druid)
11:52.40*** join/#kde monkeyhybrid (~monkeyhyb@unaffiliated/monkeyhybrid)
11:52.54[drd]Hey, i'm using konqueror on a gnome 3 environment and i'd like it to store passwords, but when i check the option to save them it never does. I have looked over the internet and found that: http://www.konqueror.org/faq/#HowdoItellKonquerortoforgetallthecachedloginsandpasswords but from what i understand from everything i read there, it needs ksudo to be able to store the passwords, right?
11:53.06*** join/#kde flolo_new (~flolo_new@ip-95-222-194-197.unitymediagroup.de)
11:54.01[drd]Also the above links mention ftp passwords storage but i want to store fish and smb passwords. Also note that kdewallet is not launched at any time when i require konqueror to store the login/passwords, although it launches when i start kopete...
11:54.07[drd]Thanks in advance for your help
11:55.46*** join/#kde linux4u (~james@employed.library.emory.edu)
11:56.04flolo_newis it now possible (with KDE 4.9) to put an image as background spanning multiple monitors?
11:58.30BysmyyrI think no, split yƶur image gimp and but them to right place
12:00.16flolo_newbut then they are "out of sync"
12:00.28*** join/#kde Kvaks (~kvaks@75.161.189.109.customer.cdi.no)
12:00.37AknotHow do i get ps3 controller to work? it recognizes it but i cant calibrate it
12:01.13flolo_newwhen I make dia show to switch the images, it can happen that I have different left and right image (not to mention the effort it takes to split up a directory of background images)
12:02.58*** join/#kde contrast (~mike@CPE-76-177-47-52.natcky.res.rr.com)
12:05.38*** join/#kde thiago_ (~thiago@kde/thiago)
12:05.44*** join/#kde maybeHere (~cl@p5B1657FB.dip.t-dialin.net)
12:07.31*** part/#kde handheldCar (~user@pdpc/supporter/student/handheldcar)
12:10.40AknotWhats the name of the widget which shows the time left when moving files etc
12:13.46*** join/#kde The_User (~jonathan@90-044.eduroam.rwth-aachen.de)
12:14.08*** join/#kde BrummbQ (~greg@178-24-235-4-dynip.superkabel.de)
12:14.42*** join/#kde govinda (~govinda@181.89.4.139)
12:14.47*** part/#kde govinda (~govinda@181.89.4.139)
12:16.59BluesKajHey all
12:17.21*** join/#kde unclutter (~theblob@17.81-167-131.customer.lyse.net)
12:18.26*** join/#kde ozzzy (~ozzzy@70.27.56.253)
12:21.04*** join/#kde PhilRod (~phil@74.69.52.175)
12:21.29*** join/#kde Zepp_ (~quassel@vpn1-37.tu-graz.ac.at)
12:24.55gits1225I hope KDE won't go this route: https://igurublog.wordpress.com/2012/11/05/gnome-et-al-rotting-in-threes/
12:27.10*** join/#kde Sterk (~Sterk@nl103-147-230.student.uu.se)
12:28.26Sterkhi will there be any difference in boot-time for kde 4.10.*? kde still slow downs boot-time a lot compare to other DE;s out there.
12:28.30*** join/#kde Walzmyn (~quassel@50.96.67.64)
12:30.05*** join/#kde freebell42_ (~jayesh@223.196.176.98)
12:30.08*** join/#kde offenSuse (~juan@200.90.98.246)
12:34.13*** join/#kde yopher (~Yohan@triband-mum-59.182.103.28.mtnl.net.in)
12:34.29Sterkany one?
12:35.55*** join/#kde rdieter (~rdieter@fedora/rdieter)
12:39.30*** join/#kde slackie (~x@unaffiliated/slackie)
12:40.12Eddi|zuHauseit's too early in the morning for that :)
12:40.41[drd]fake
12:40.51[drd]it's almost 2 in the afternoon! :p
12:41.07Eddi|zuHauseyes. that's not a contradiction :)
12:46.12*** join/#kde skunkos (~Martin@158.194.148.32)
12:48.38*** join/#kde Aknot (~quassel@a88-113-37-147.elisa-laajakaista.fi)
12:52.17*** join/#kde Aknot (~quassel@a88-113-37-147.elisa-laajakaista.fi)
12:55.46Sterkso no kde dev that can answer my question?
12:55.55Sterkkde have negative effect on the boot-time
12:56.59SterkI like kde a lot, but the boot-time is really bad, does not matter if using upstart, systemd or sysvinit. kde DE have really bad effect on boot-time.
12:57.59*** join/#kde nicola (~nicola@2-228-80-129.ip190.fastwebnet.it)
12:58.18*** part/#kde unclutter (~theblob@17.81-167-131.customer.lyse.net)
12:58.23Sterkwhen will dolphin folder animation come back? it was there for one point release in 4.7.* and then went away...
12:59.01*** join/#kde kc8hfi (~camey@157.182.180.68)
12:59.47Sho_Sterk: with "boot time" you mean before or after login?
13:00.12SterkSho_: after login
13:00.28Sterkit takes to much time to reach to the desktop
13:00.32Sho_Sterk: then the choice of init system is indeed of no consequence
13:00.39SterkSho_: I have automatic login.
13:01.03Sho_Sterk: what folder animation?
13:01.19*** join/#kde Walzmyn (~quassel@50.96.67.64)
13:01.36SterkSho_: from grub to desktop it takes around 1:30 sec and thats a lot of time. even if I have disabled som service from running in systemd.
13:01.40*** join/#kde lkrejci (lkrejci@nat/redhat/x-ojlyoxdvhlmbngev)
13:01.40*** join/#kde lkrejci (lkrejci@redhat/jboss/lkrejci)
13:02.36*** join/#kde lkrejci_ (lkrejci@nat/redhat/x-tidnarrdsxvdiinp)
13:02.37*** join/#kde lkrejci_ (lkrejci@redhat/jboss/lkrejci)
13:02.52SterkSho_: when you change size on dolphin the folder change animation. it was there for 4.7.* I think no it is gone... it was cool animation...
13:02.54Sho_Sterk: I don't think there is much concrete happening right now in terms of work on KDE startup speed, although there have been some discussions of replacing the venerable startkde script with a binary solution written originally for Plasma Active, and there was an Intel guy looking into writing systemd unit files
13:03.56Sho_Sterk: Changing size is animated here ... maybe you have set the effects level to Low in the style options in System Settings
13:04.05SterkSho_: okey. with other words kde will still have negative effect on boot-time...
13:04.35*** join/#kde PhilRod__ (~phil@cpe-74-69-52-175.rochester.res.rr.com)
13:04.35Sho_yeah well, I guess you won't g et your money back
13:04.38SterkSho_: I do can you explain which option?
13:05.35SterkSho_: I thought there were work with kwin to improve it more for 4.10 so it would not effect boot time so much.
13:05.40Sterkbut I can be wrong
13:05.49Sterkwanted to doubble check with you guys
13:06.01Sho_kwin has no significant effect on login speed
13:06.36SterkSho_: are you sure?
13:06.49Sho_Improving login speed mostly requires replacing startkde with something that parallelizes better (above I told you about two things that might materialize there), and just charting what takes the most time and seeing if it can be optimized
13:06.52Sho_Sterk: re option, http://simplest-image-hosting.net/png-0-odx963
13:07.18Sho_and yes, I'm sure
13:07.51SterkSho_: :) anyway kde is really good DE, but I think I will accept KDE is boot-time enemy... only thing that can make boot-time good for kde is ssd I think..
13:08.00Sho_Of course every little bit h elps, and yes, kwin startup was optimized a bit recently, but it's not really a big chunk of the overall login time
13:08.49*** join/#kde yopher (~Yohan@triband-mum-59.182.98.210.mtnl.net.in)
13:09.16Sho_Sterk: well, I'm sure we'll get around to looking at startup speed again at some point
13:09.21*** join/#kde Jucato (~jucato@kde/developer/jucato)
13:09.39SterkSho_: I have same setting... when I look to my setting and the picture..
13:09.59*** join/#kde mck182 (~quassel@eduroam-105-90.vsb.cz)
13:10.00*** join/#kde mck182 (~quassel@kde/developer/mklapetek)
13:10.16Sho_Sterk: dunno then, when i drag the size slider in the status bar i get animated transitions
13:10.45SterkSho_: I will try to explain.
13:11.54Eddi|zuHausei have a theory: your problem with boot time is that you boot too often :p
13:12.04*** join/#kde Juan (~juan@unaffiliated/juan)
13:12.27Eddi|zuHauseis now done trolling
13:12.29*** part/#kde Eddi|zuHause (~johekr@p57BD5023.dip.t-dialin.net)
13:12.40*** join/#kde shumski (~shumski@dh207-16-221.xnet.hr)
13:13.36*** join/#kde BaldFat_ (~mtelesha@mail.cscinc.org)
13:14.33SterkSho_: it is icon animation in dolphin.
13:14.54Sterkwhen you change size on dolphin before it also changes folder/icon-size
13:15.56Sho_define " when you change size on dolphin"
13:15.57*** join/#kde BaldFat_ (~mtelesha@mail.cscinc.org)
13:17.33*** join/#kde mijos (mijo@nat/ibm/x-ngbvupuimzczckis)
13:17.34SterkSho_: http://www.youtube.com/watch?v=D3nSF4y1DdE
13:18.53*** part/#kde mijos (mijo@nat/ibm/x-ngbvupuimzczckis)
13:18.59Sho_yeah, i that seems to no longer be done now
13:19.13*** join/#kde serafean_ (~martin@ip-109-80-69-85.eurotel.cz)
13:19.46SterkSho_: yeah thats the bug I tried to explain. :)
13:19.57Sho_I don't see why it's a bug
13:20.20SterkSho_: okey then it is fet. that have been removed.
13:20.31Sterkis it possible to add it back and if so how?
13:20.35Sho_Probably for a reason, e.g. negative feedback or something
13:22.27*** join/#kde freebell42_ (~jayesh@106.66.32.192)
13:23.48Sho_Sterk: https://bugs.kde.org/show_bug.cgi?id=289238
13:24.31SterkSho_: thx anyway.. I hope kde will improve.. you guys are doing a great work.. keep up the good work.. plz show some love for the negative effect of boot-time.. otherwise loving it.. :)
13:24.57Sho_Sterk: as you can read there, the animation was deliberately simplified because users didn't like it
13:25.45SterkSho_: okey.. bad because I liked it...
13:25.54Sterkit was good for me with a laptop
13:25.58*** join/#kde Kaede (~Kaede@unaffiliated/kaede)
13:26.01*** join/#kde simion314 (~quassel@92.83.103.232)
13:26.11Sho_Sterk: sometimes you can't make everyone happy all the time sadly :)
13:26.24Sterknot only because of the bling bling but it was useful for smal screens
13:26.56*** join/#kde egant (~egant@user-387h622.cable.mindspring.com)
13:27.05Sho_prefers the list view mode personally
13:27.17*** join/#kde freebell42_ (~jayesh@106.66.32.192)
13:28.29SterkSho_: anyway I need to log out.. thx for your time
13:28.36Sho_you're welcome!
13:29.44*** join/#kde burntoto (~quassel@178.pool85-58-167.dynamic.orange.es)
13:33.17*** join/#kde jgrulich|away (~jgrulich@ip4-46-39-179-48.cust.nbox.cz)
13:33.59*** join/#kde Hennefarth (~Hennefart@p5B1311F1.dip.t-dialin.net)
13:34.28*** join/#kde eraserhead (~eraserhea@a95-92-29-170.cpe.netcabo.pt)
13:34.29*** join/#kde niteshnarayanlal (~nitesh@fedora/niteshnarayanlal)
13:35.09*** join/#kde desti_T2 (~desti@dslb-188-109-017-235.pools.arcor-ip.net)
13:35.14*** join/#kde shumski (~shumski@dh207-16-221.xnet.hr)
13:36.17*** join/#kde erase_ (~gregor@a95-92-29-170.cpe.netcabo.pt)
13:37.36*** join/#kde jgrulich (~jgrulich@89-24-19-192.i4g.tmcz.cz)
13:37.51*** join/#kde Kaede (~Kaede@unaffiliated/kaede)
13:37.56*** join/#kde hroi (~hroi@hitabylgja.vedur.is)
13:40.20*** join/#kde thiago (~thiago@kde/thiago)
13:41.21*** join/#kde govinda (~govinda@host23.181-4-129.telecom.net.ar)
13:41.34*** part/#kde govinda (~govinda@host23.181-4-129.telecom.net.ar)
13:45.57*** join/#kde Ludi_Magister (~govinda@181.90.44.191)
13:46.16*** join/#kde boom1992 (~quassel@BA1222.ballee.wh.tu-darmstadt.de)
13:46.23*** part/#kde Ludi_Magister (~govinda@181.90.44.191)
13:47.29*** join/#kde Noughmad (~miha@89.142.33.13)
13:49.36*** join/#kde freebell42_ (~jayesh@106.66.32.192)
13:50.29*** join/#kde hcc23 (~claus@uavrf.ae.gatech.edu)
13:50.44*** join/#kde erase_ (~gregor@a95-92-29-170.cpe.netcabo.pt)
13:51.33*** join/#kde Zepp_ (~quassel@vpn1-150.tu-graz.ac.at)
13:52.28*** join/#kde CMoH (~cipi@78.96.83.205)
13:52.28*** join/#kde CMoH (~cipi@unaffiliated/c-moh)
13:54.37*** join/#kde niteshnarayanlal (~nitesh@fedora/niteshnarayanlal)
13:55.39*** join/#kde freebell42_ (~jayesh@106.66.0.192)
13:58.18*** join/#kde Noughmad (~miha@89.142.33.13)
14:01.08*** join/#kde aracele (~quassel@177.35.42.193)
14:03.07*** join/#kde tomcat_berlin (~thomas@f053000214.adsl.alicedsl.de)
14:03.57*** join/#kde PhilRod_ (~phil@phil-rod2.pas.rochester.edu)
14:04.54*** join/#kde miha (~miha@89.142.33.13)
14:05.43*** join/#kde mck182 (~quassel@eduroam-105-90.vsb.cz)
14:05.44*** join/#kde mck182 (~quassel@kde/developer/mklapetek)
14:05.50*** join/#kde b0stik (~bostik@213-209-160-195.ip.skylogicnet.com)
14:08.03*** join/#kde The_User (~jonathan@ip-62-143-253-141.unitymediagroup.de)
14:08.22*** join/#kde underscores (~underscor@p54B8FD93.dip.t-dialin.net)
14:15.19*** join/#kde jstrunk (~quassel@146.6.139.110)
14:16.03*** join/#kde serafean (~martin@195.113.242.139)
14:19.01*** join/#kde Shaan7 (~quassel@kde/developer/shantanu)
14:21.16*** join/#kde jstrunk_ (~quassel@146.6.139.110)
14:23.11*** join/#kde nullck (~nullck@proxynet.fcl.com.br)
14:27.36*** join/#kde wotan (~max@127.165.205.77.rev.sfr.net)
14:28.10*** join/#kde Vojtaeus (~vojta@nucifera.ibot.cas.cz)
14:28.12*** join/#kde Vojtaeus (~vojta@opensuse/member/vojtaeus)
14:29.39*** join/#kde FlameReaper-PC (~FR@2001:e68:2000:6e0d:ec40:c962:322d:c20a)
14:31.40*** join/#kde jreznik_ (jreznik@nat/redhat/x-jixawjxlqfmwtxca)
14:32.58*** join/#kde serafean (~martin@2001:718:7:204:21e:64ff:fe3c:c866)
14:33.39*** join/#kde spike_kde (~spike@essn-4d09c202.pool.mediaWays.net)
14:34.21*** join/#kde Shaan7 (~quassel@kde/developer/shantanu)
14:39.02*** join/#kde freebell42__ (~jayesh@106.66.32.192)
14:39.54*** join/#kde loop (~pool@c-69-253-114-150.hsd1.pa.comcast.net)
14:40.34*** join/#kde chasmo (~chas@35.222-62-69.ftth.swbr.surewest.net)
14:40.56*** join/#kde jandlecock (d@unaffiliated/jandlecock)
14:41.52*** join/#kde Inkane (~quassel@p5B0AD949.dip.t-dialin.net)
14:43.55*** part/#kde artao (~quassel@50-50-177-185.snpr.wi.frontiernet.net)
14:47.35*** join/#kde Kaede (~Kaede@unaffiliated/kaede)
14:48.24*** join/#kde The_User (~jonathan@99-016.vpn.rwth-aachen.de)
14:48.29*** join/#kde Jucato (~jucato@kde/developer/jucato)
14:49.59AknotHow can i mount an .iso?
14:50.07Aknotis there gui program install by default?
14:50.36Phr33d0mthere was a GUI (Girls Use It) for mounting ISOs in kde-look.org somewhere
14:51.29InkaneAknot: or just do mount -o loop disk1.iso /path/where/it/should/be/mounted
14:51.41Inkanewhere disk1.iso is the iso
14:51.53AknotI dont know where i have to mount it
14:52.23*** join/#kde asuwiel (~asuwiel@mtg95-1-82-233-27-201.fbx.proxad.net)
14:52.25Inkanewell, you have to decide
14:52.38Inkaneprobably somewhere where your user can accsess the data
14:52.41hateballif you just need to access the files on the iso, you can open it with Ark
14:52.45Inkaneaka a subdirectory of ~
14:53.47*** join/#kde RalfJ (~ralf@p57999A71.dip.t-dialin.net)
14:54.29*** join/#kde b0stik (~bostik@213-209-160-195.ip.skylogicnet.com)
14:55.26*** join/#kde lkrejci (lkrejci@nat/redhat/x-obgdlhncjocgtjzr)
14:55.27*** join/#kde lkrejci (lkrejci@redhat/jboss/lkrejci)
14:55.28*** join/#kde lkrejci_ (lkrejci@nat/redhat/x-ahvjwenloafqksaa)
14:55.29*** join/#kde lkrejci_ (lkrejci@redhat/jboss/lkrejci)
14:56.31*** join/#kde serafean_ (~martin@2001:718:7:204:21e:64ff:fe3c:c866)
14:57.46*** join/#kde asuwiel (~asuwiel@mtg95-1-82-233-27-201.fbx.proxad.net)
14:58.05*** join/#kde skunkos (~Martin@158.194.148.32)
14:58.51*** join/#kde dvratil_ (Dan@nat/redhat/x-zlyyxflccbcyihaz)
15:01.58*** join/#kde Serafean (~martin@2001:718:7:204:21e:64ff:fe3c:c866)
15:02.08*** join/#kde Jucato (~jucato@kde/developer/jucato)
15:02.56*** join/#kde snoopy_ (~snoopy@173-10-44-233-Michigan.hfc.comcastbusiness.net)
15:03.27*** join/#kde The_User_ (~jonathan@ip-62-143-253-141.unitymediagroup.de)
15:07.11*** join/#kde abveritas (~quassel@h151.73.187.173.dynamic.ip.windstream.net)
15:08.00*** join/#kde Alexei95 (~quassel@host12-197-dynamic.53-79-r.retail.telecomitalia.it)
15:09.09*** join/#kde Jucato (~jucato@kde/developer/jucato)
15:09.21*** join/#kde konelix (~konelix@190.143.170.68)
15:12.48*** join/#kde damha (~ahmad@bas1-burlington03-2925081677.dsl.bell.ca)
15:14.06*** join/#kde Mogger (~Mogger@1-1-4-21a.gan.gbg.bostream.se)
15:14.07*** join/#kde Mogger (~Mogger@kde/forum/mogger)
15:14.48*** join/#kde markovh (~markovh@2a00:15b8:100:8024:1a7e:da:c00:c1e5)
15:14.54*** join/#kde kde_pepo (~pepo@p5B3B8E62.dip.t-dialin.net)
15:17.15*** join/#kde Serafean (~martin@2001:718:7:204:21e:64ff:fe3c:c866)
15:24.20*** join/#kde koop (~koop@217-197-181-171.pool.digikabel.hu)
15:27.09*** join/#kde Aknot (~quassel@a88-113-37-147.elisa-laajakaista.fi)
15:29.09*** join/#kde The_User_ (~jonathan@ip-62-143-253-141.unitymediagroup.de)
15:29.19*** join/#kde freebell42__ (~jayesh@106.66.32.192)
15:30.14*** join/#kde Walex (~Walex@78-86-80-54.zone2.bethere.co.uk)
15:32.39*** join/#kde saurabhsood91 (~saurabh@1.186.11.236)
15:32.40*** join/#kde konelix (~konelix@190.143.243.100)
15:32.58*** join/#kde Aknot (~quassel@a88-113-37-147.elisa-laajakaista.fi)
15:33.11*** join/#kde rindolf (~shlomif@bzq-79-181-188-143.red.bezeqint.net)
15:33.50*** join/#kde freebell42__ (~jayesh@106.66.32.192)
15:33.55*** join/#kde malbolgia (~malbolgia@pdpc/supporter/student/malbolgia)
15:34.27*** join/#kde niteshnarayanlal (~nitesh@fedora/niteshnarayanlal)
15:34.31*** join/#kde Aristide (~florian@tok69-3-82-226-67-58.fbx.proxad.net)
15:35.09*** join/#kde anuvrat (~anuvratfe@122.176.74.231)
15:36.27*** join/#kde ximion (~ximion@pptp-212-201-73-56.pptp.stw-bonn.de)
15:36.50*** join/#kde Zepp__ (~quassel@vpn1-231.tu-graz.ac.at)
15:36.52*** join/#kde altin (~altin@170.185.233.107)
15:36.52*** join/#kde altin (~altin@flossk/altin)
15:37.36*** join/#kde tdowg1 (~bdavies@173.13.240.205)
15:38.43*** join/#kde gmartyn (~greg@bas4-toronto02-845495018.dsl.bell.ca)
15:38.46*** join/#kde tdowg1 (~bdavies@173.13.240.205)
15:39.24*** part/#kde gmartyn (~greg@bas4-toronto02-845495018.dsl.bell.ca)
15:39.41*** join/#kde bbeck (~bbeck@dxr-fw.dxr.siu.edu)
15:45.57*** join/#kde kkszysiu (~quassel@axw112.neoplus.adsl.tpnet.pl)
15:47.45*** join/#kde serafean_ (~martin@195.113.242.139)
15:52.30*** join/#kde slackie (~x@unaffiliated/slackie)
15:52.35*** join/#kde serafean_ (~martin@2001:718:7:204:21e:64ff:fe3c:c866)
15:56.14*** join/#kde RR42 (~quassel@5.164.133.61)
15:57.01*** join/#kde The_User_ (~jonathan@ip-62-143-253-141.unitymediagroup.de)
15:57.53*** join/#kde jasonwert (~w3rt@75-134-81-98.static.aldl.mi.charter.com)
15:58.09*** join/#kde Aknot (~quassel@a88-113-37-147.elisa-laajakaista.fi)
15:59.49*** join/#kde trifolio6 (~h@62.43.62.203.dyn.user.ono.com)
16:00.55*** join/#kde brainerazer (~bohdan@77.47.166.244)
16:01.09*** join/#kde sephirot (~sebastian@dyndsl-085-016-150-065.ewe-ip-backbone.de)
16:01.30*** join/#kde freebell42 (~jayesh@49.14.2.151)
16:01.31*** join/#kde mokoloko (~sensei@91-157-68-17.elisa-laajakaista.fi)
16:01.44*** join/#kde Tukeke (~Tukeke@unaffiliated/tukeke)
16:01.59*** join/#kde CerebrosuS (~christian@frnk-5f741144.pool.mediaWays.net)
16:02.06sKeithsin my system tray panel, the icons for xchat and gmail have gotten corrupted. https://dl.dropbox.com/u/31887256/notificationbar.png any idea how to reset.  more corruption. https://dl.dropbox.com/u/31887256/systray.png
16:04.59rindolfsKeiths: is it OK after you restart KDE?
16:05.02*** join/#kde serafean_ (~martin@2001:718:7:204:21e:64ff:fe3c:c866)
16:05.17sKeithshow do i kde restart?
16:05.20*** join/#kde niteshnarayanlal (~nitesh@fedora/niteshnarayanlal)
16:07.02*** join/#kde lkrejci (lkrejci@redhat/jboss/lkrejci)
16:07.03sKeithsfound out how. back in a min
16:07.52*** join/#kde konelix_ (~konelix@190.143.170.69)
16:08.41*** join/#kde binaryhat (~binaryhat@99-119-205-0.lightspeed.wepbfl.sbcglobal.net)
16:08.44sKeithskde restart does nothing.   ....  k@debian:~$ sudo /etc/init.d/kdm restart    Stopping K Display Manager: kdm...done ( not running (/var/run/kdm.pid not found)).
16:15.26sKeithswhen i quit plasma desktop and restarted it, aside from the panels being in the wrong places, both gmail and xchat icons are missing from that bar.
16:16.32WalexsKeiths: KDM is not KDE...
16:16.49WalexsKeiths: and KLDE is not a process that you can "restart".
16:18.36sKeithsis klde a typo? i can't find info on it
16:20.28*** join/#kde underscores (~underscor@p54B8F6C3.dip.t-dialin.net)
16:21.11*** join/#kde RR42 (~quassel@5.164.133.61)
16:21.15*** join/#kde ferox (~ferox@189.101.195.40)
16:21.30WalexsKeiths: KDE is not a process.
16:21.44*** join/#kde JackBauer24 (~JackBauer@178-73-43-6.home.aster.pl)
16:22.16WalexsKeiths: KDE is mostly a set of libraries, plus some processes, like the panel
16:22.50sKeithsnext time it corrupts i'll try deleteing and restoring the panel and see if that helps
16:23.10WalexsKeiths: KDM is a graphical login manager, written using some of the KDE libraries
16:23.12*** join/#kde PaulW2U (~PaulW2U@pdpc/supporter/active/paulw2u)
16:23.54sKeithswalex: I dont use graphical login managers
16:24.01WalexsKeiths: yes restarting the panel is one idea. More precisely you should restart 'plasma' of which the panel is an accessory.
16:24.54WalexsKeiths: the "K Display Manager" is a login manager... (actually as it says an X Display Manager, but mostly it handles graphical login).
16:25.26sKeithsthat explains why it was not running :)
16:25.37*** join/#kde wotan (~max@127.165.205.77.rev.sfr.net)
16:25.42*** join/#kde buscher (~buscher@konversation/developer/buscher)
16:25.48WalexsKeiths: one of the weaknesses of KDE is that it does not do enough saving-to-disk of configurations, so if there is an abrupt shutdown configuration files can get corrupted.
16:26.53*** join/#kde PaulW2U (~PaulW2U@pdpc/supporter/active/paulw2u)
16:27.46*** join/#kde konelix_ (~konelix@190.143.170.70)
16:29.42*** join/#kde sephirot (~sebastian@dyndsl-085-016-150-065.ewe-ip-backbone.de)
16:30.40*** join/#kde PasNox (~pasnox@2a01:e35:8b4f:f2a0:ac56:ddbf:eabf:eaa0)
16:31.22*** join/#kde caravel (~caravel@239.Red-81-32-255.dynamicIP.rima-tde.net)
16:31.30*** join/#kde erase_ (~gregor@a95-92-29-170.cpe.netcabo.pt)
16:31.40*** join/#kde Frogbarf (~Frogbarf@dslb-084-058-236-096.pools.arcor-ip.net)
16:35.10*** join/#kde Manko10 (~janek@erft-4dbe9167.pool.mediaWays.net)
16:35.15*** join/#kde rdieter (~rdieter@fedora/rdieter)
16:35.17*** join/#kde zephyr (~soumeng@115.187.39.161)
16:36.48*** join/#kde PasNox_ (~pasnox@2a01:e35:8b4f:f2a0:ac56:ddbf:eabf:eaa0)
16:38.38*** join/#kde Haikarainen^st (~quassel@h-129-200.a258.priv.bahnhof.se)
16:40.06*** join/#kde gdebure (~guillaume@92.90.17.1)
16:41.58*** join/#kde erase_ (~gregor@a95-92-29-170.cpe.netcabo.pt)
16:44.23*** part/#kde mheieis (~mheieis@S0106586d8f2f0994.vc.shawcable.net)
16:48.37*** join/#kde RR42 (~quassel@5.164.133.61)
16:48.51*** join/#kde xdan779 (~xdan779@64.233.207.30)
16:49.30*** join/#kde ungethym_ (~ungethym@62.2.188.130)
16:52.15*** join/#kde Dark_light (~Dark_ligh@host124-130-dynamic.8-87-r.retail.telecomitalia.it)
16:52.28Dark_lightHow do I disable indexing on a folder (kde 4.8.5) ?
16:53.03Dark_lightoh nevermind found it already :P
16:55.12*** join/#kde brainerazer (~bohdan@244.166.47.77.pptp.ntu-kpi.kiev.ua)
17:03.48*** join/#kde mck182 (~quassel@kde/developer/mklapetek)
17:06.19*** join/#kde jgrulich (~jgrulich@89-24-8-105.i4g.tmcz.cz)
17:06.34*** join/#kde BrummbQ (~greg@178-24-235-4-dynip.superkabel.de)
17:09.14*** join/#kde dvratil_ (~Dan@ip4-95-82-187-209.cust.nbox.cz)
17:10.29*** join/#kde boombatower (boombatowe@drupal.org/user/214218/view)
17:17.39*** join/#kde jgrulich_ (~jgrulich@89-24-17-192.i4g.tmcz.cz)
17:19.40*** join/#kde gdebure (~guillaume@92.90.17.1)
17:19.50*** join/#kde Kalidarn (~unknown@unaffiliated/kalidarn)
17:26.52*** join/#kde floe (~flo@f052098219.adsl.alicedsl.de)
17:29.49*** join/#kde Haikarainen (~quassel@unaffiliated/haikarainen)
17:29.56*** join/#kde jgrulich_ (~jgrulich@89-24-23-64.i4g.tmcz.cz)
17:30.10*** join/#kde saurabh (~saurabh@180.215.31.71)
17:31.42*** join/#kde wotan (~max@127.165.205.77.rev.sfr.net)
17:32.28*** join/#kde Kame2 (~manuel@dslb-178-003-004-041.pools.arcor-ip.net)
17:35.30*** join/#kde Ludi_Magister (~govinda@181.90.44.191)
17:35.49*** part/#kde Ludi_Magister (~govinda@181.90.44.191)
17:37.00*** join/#kde prkc (~negusnyul@dsl51B61C79.pool.t-online.hu)
17:37.42*** join/#kde google01103 (~smiley@pool-96-240-230-81.spfdma.east.verizon.net)
17:40.04*** join/#kde jagm (~jagm@183.177.126.119)
17:42.06*** join/#kde vbgunz (~vbgunz@pool-71-180-71-35.tampfl.fios.verizon.net)
17:42.38*** join/#kde aluno (~aluno@200.129.244.90)
17:43.14*** part/#kde paulinhu (~aluno@200.129.244.90)
17:44.04*** join/#kde WinstonSmith (~WinstonSm@unaffiliated/winstonsmith)
17:44.27*** join/#kde The_User_ (~jonathan@ip-62-143-253-141.unitymediagroup.de)
17:45.36*** join/#kde erase_ (~gregor@a95-92-29-170.cpe.netcabo.pt)
17:45.51*** join/#kde sujith_h (~sujith@122.166.180.138)
17:47.19*** join/#kde Elv13 (~lepagee@98.143.213.145)
17:49.15*** join/#kde Blaatmeister (~Blaatmeis@monitor.weetikveel.net)
17:51.07*** join/#kde Haikarainen^st (~quassel@h-129-200.a258.priv.bahnhof.se)
17:52.11*** join/#kde Elv13 (~lepagee@98.143.213.145)
17:54.38*** join/#kde Vojtaeus (~vojta@cst-prg-60-255.cust.vodafone.cz)
17:54.38*** join/#kde Vojtaeus (~vojta@opensuse/member/vojtaeus)
17:55.38*** join/#kde jgrulich (~jgrulich@89-24-9-128.i4g.tmcz.cz)
17:56.02*** join/#kde Aristide (~florian@tok69-3-82-226-67-58.fbx.proxad.net)
17:57.59*** join/#kde serafean_ (~martin@2001:718:7:204:21e:64ff:fe3c:c866)
17:58.14*** join/#kde PaulW2U (~PaulW2U@pdpc/supporter/active/paulw2u)
17:59.18sacredchaoI would like to increase the font size of the digial clock in my taskbar but cannot find how
17:59.38sacredchaoI checked in the digital clock settings and also main systemsettings
17:59.55*** join/#kde Frogbarf (~Frogbarf@dslb-084-058-236-096.pools.arcor-ip.net)
18:00.16*** join/#kde SpookyD (~Disco@wnpgmb014uw-ad04-43-50.dynamic.mtsallstream.net)
18:02.17*** join/#kde Walzmyn (~quassel@50.96.67.64)
18:03.58*** join/#kde gdebure (~guillaume@35.214.98.84.rev.sfr.net)
18:06.06*** join/#kde mschiff (~mschiff@port-8603.pppoe.wtnet.de)
18:06.07*** join/#kde mschiff (~mschiff@gentoo/developer/mschiff)
18:06.37*** join/#kde grigoriadis (~quassel@79.103.119.54.dsl.dyn.forthnet.gr)
18:08.00*** join/#kde teddyp1cker (~teddyp1ck@5f44a06a.dynamic.mv.ru)
18:08.08*** join/#kde ozzzy (~ozzzy@bas1-london16-2925402570.dsl.bell.ca)
18:09.29SpookyDWould this http://i.imgur.com/QCPuR.png and http://i.imgur.com/rnwbm.png this be a plasma theme bug or just a plasma bug?
18:09.36SpookyDDistro: Debian Wheezy
18:09.40SpookyDKDE: 4.8
18:09.59*** join/#kde PasNox (~pasnox@2a01:e35:8b4f:f2a0:ac56:ddbf:eabf:eaa0)
18:10.58SpookyDor would I be better of asking in #plasma
18:11.06SpookyDoff*
18:11.38SpookyDoh yeah the theme is caledonia
18:12.13*** join/#kde Tuxist (~quassel@dyndsl-091-096-122-027.ewe-ip-backbone.de)
18:12.52*** join/#kde invariant (~invariant@unaffiliated/invariant)
18:14.38*** join/#kde binaryhat (~binaryhat@99-119-205-0.lightspeed.wepbfl.sbcglobal.net)
18:16.34*** join/#kde PasNox (~pasnox@2a01:e35:8b4f:f2a0:ac56:ddbf:eabf:eaa0)
18:17.04*** join/#kde cb400f (~cb400f@4808ds2-suoe.0.fullrate.dk)
18:17.05*** join/#kde cb400f (~cb400f@opensuse/member/Cb400f)
18:19.07*** join/#kde brylie (~quassel@192.211.23.245)
18:19.11*** join/#kde ferox (~ferox@189.101.195.40)
18:19.18*** join/#kde brestows (~devcode@93.84.111.249)
18:20.20*** join/#kde gdebure (~guillaume@35.214.98.84.rev.sfr.net)
18:22.44*** join/#kde Tukeke (~Tukeke@unaffiliated/tukeke)
18:23.45*** join/#kde dkeenaghan (~dkeenagha@109.76.106.93)
18:23.46*** join/#kde fuchs13 (~quassel@dslb-088-066-011-126.pools.arcor-ip.net)
18:23.55*** join/#kde archmonk (~archmonk@c-50-131-113-140.hsd1.ca.comcast.net)
18:25.46*** join/#kde binaryhat (~binaryhat@99-119-205-0.lightspeed.wepbfl.sbcglobal.net)
18:26.33*** join/#kde dvratil_ (~Dan@ip4-95-82-187-209.cust.nbox.cz)
18:28.59*** join/#kde skreech_ (~skreech@50.96.79.52)
18:29.06*** join/#kde gatuus (~gatuus@200.77.224.4)
18:34.01*** join/#kde The_User_ (~jonathan@ip-62-143-253-141.unitymediagroup.de)
18:34.05*** join/#kde blueck (~bb@dslb-088-070-033-001.pools.arcor-ip.net)
18:37.15*** join/#kde gabriel9 (~gabriel9@31.223.219.67)
18:38.18*** join/#kde rzs19 (~rlamboj@tea.zid.tuwien.ac.at)
18:40.45rzs19hello, is there a mirror containing the actual version of kde 4 for debian stable?
18:44.11cb400fyou should ask in a debian channel
18:45.09*** join/#kde JackBauer24 (~JackBauer@178-73-43-6.home.aster.pl)
18:45.26*** join/#kde troy (~troy@out-ab-139.wireless.telus.com)
18:45.59rzs19thx i will do that.
18:50.27*** join/#kde JoeSomebody (~JoeSomebo@unaffiliated/joesomebody)
18:50.41*** join/#kde mck182 (~quassel@91.232.85.46)
18:50.41*** join/#kde mck182 (~quassel@kde/developer/mklapetek)
18:51.12*** join/#kde JackBauer24 (~JackBauer@178-73-43-6.home.aster.pl)
18:51.39*** join/#kde vbgunz (~vbgunz@pool-71-180-71-35.tampfl.fios.verizon.net)
18:52.14*** join/#kde Gilde2 (~Gilde@port-92-201-27-117.dynamic.qsc.de)
18:56.10*** join/#kde maour_ (~maour@46.100.125.10)
18:56.11*** join/#kde maour_ (~maour@unaffiliated/maour)
18:56.30*** join/#kde dj3mb3 (~dj3mb3@host28-55-dynamic.0-87-r.retail.telecomitalia.it)
18:58.11*** join/#kde spike_kde (~spike@essn-4d09c202.pool.mediaWays.net)
18:58.35*** join/#kde Adaptee_ (~whodare@114.249.224.77)
18:58.45*** join/#kde marcdeop (~marc@89.130.148.143)
18:59.02*** part/#kde marcdeop (~marc@89.130.148.143)
18:59.51*** join/#kde gatuus (~gatuus@201.175.42.148)
19:00.19*** join/#kde cuco (~elcuco@bzq-79-180-10-229.red.bezeqint.net)
19:02.44*** join/#kde boombatower (boombatowe@drupal.org/user/214218/view)
19:03.14*** join/#kde The_User_ (~jonathan@ip-62-143-253-141.unitymediagroup.de)
19:04.26*** join/#kde Haikarainen (~quassel@unaffiliated/haikarainen)
19:07.20*** join/#kde boombatower (boombatowe@drupal.org/user/214218/view)
19:10.18*** join/#kde kkszysiu (~quassel@aadg229.neoplus.adsl.tpnet.pl)
19:12.53*** part/#kde archmonk (~archmonk@c-50-131-113-140.hsd1.ca.comcast.net)
19:13.50*** join/#kde Janik_ (~jan@80.188.63.66)
19:14.18*** join/#kde Inkane (~quassel@p5B0AD949.dip.t-dialin.net)
19:14.49*** join/#kde gdebure (~guillaume@35.214.98.84.rev.sfr.net)
19:19.20*** join/#kde Zepp_ (~quassel@80-121-109-20.adsl.highway.telekom.at)
19:19.32*** join/#kde koop (~koop@217-197-181-171.pool.digikabel.hu)
19:20.08*** join/#kde skunkos (~Martin@188.175.245.111)
19:20.41*** join/#kde la_pilno (~jonathan@ip-62-143-253-141.unitymediagroup.de)
19:21.25*** join/#kde rdieter (~rdieter@fedora/rdieter)
19:22.55*** join/#kde gatuus (~gatuus@201.175.38.238)
19:24.50*** join/#kde gdebure (~guillaume@35.214.98.84.rev.sfr.net)
19:25.27*** join/#kde sibok (~sibok@80.174.152.199.dyn.user.ono.com)
19:26.16*** join/#kde salout (~rriemann@91-66-212-102-dynip.superkabel.de)
19:26.24sibokhi, i've just installed kde through meta packages and when kde is loading the splash screen does not show up so i supposed i missed to install some package, does any one knows which package could i missed?
19:29.33*** join/#kde tetris4 (~quassel@ppp079167059157.access.hol.gr)
19:30.25*** join/#kde BrummbQ (~greg@178-24-235-4-dynip.superkabel.de)
19:30.43rdietersibok: ask your distro
19:30.52*** join/#kde teddyp1cker (~teddyp1ck@5f44a06a.dynamic.mv.ru)
19:32.10*** join/#kde hermier (~hermier@frugalware/developer/hermier)
19:33.46*** join/#kde PasNox_ (~pasnox@gra33-3-88-180-255-42.fbx.proxad.net)
19:39.17*** join/#kde Janik_ (~jan@80.188.63.66)
19:39.39sibokrdieter: as long as package names are generic i thought i could get help here, thanks anyway :)
19:40.25*** join/#kde mystica555 (~Mike@71-218-27-170.hlrn.qwest.net)
19:40.58*** join/#kde kirun (~kirun@78-86-154-194.zone2.bethere.co.uk)
19:44.50*** join/#kde ungethym_ (~ungethym@77-56-191-62.dclient.hispeed.ch)
19:45.10*** join/#kde Aristide (~florian@tok69-3-82-226-67-58.fbx.proxad.net)
19:45.20*** join/#kde PasNox (~pasnox@2a01:e35:8b4f:f2a0:ac56:ddbf:eabf:eaa0)
19:47.26*** join/#kde kirun (~kirun@78-86-154-194.zone2.bethere.co.uk)
19:48.33*** join/#kde Gilde2_ (~Gilde@port-92-201-26-150.dynamic.qsc.de)
19:50.45*** join/#kde enderw (~enderw@d172-219-111-233.abhsia.telus.net)
19:51.47*** join/#kde nil1511 (~quassel@14.139.122.114)
19:52.34*** join/#kde almoxarife (~almoxarif@unaffiliated/almoxarife)
19:59.13*** join/#kde ferox (~ferox@189.101.195.40)
19:59.33*** join/#kde damha (~ahmad@bas1-burlington03-2925081677.dsl.bell.ca)
19:59.56*** join/#kde teddyp1cker (~teddyp1ck@5f44a06a.dynamic.mv.ru)
20:01.02AknotWhat fonts look best on kde?
20:06.33*** join/#kde PasNox (~pasnox@gra33-3-88-180-255-42.fbx.proxad.net)
20:07.01DaZAknot: i'm using aller and consolas on infinality patched freetype
20:08.01almoxarifeAknot: qtcurve along with gtk-curve work for me
20:09.28AknotI dont see aller and consolas on my fonts
20:10.01Phr33d0mI use Sans Serif 9
20:10.37*** join/#kde shumski (~shumski@dh207-16-221.xnet.hr)
20:11.17*** part/#kde fego (~weechat@ubuntu/member/fedora.codemaniac)
20:12.09Aknotwow, sans serif looks so much better than ubuntu font
20:12.16DaZAknot: that means you have to install it :v
20:12.17*** join/#kde cuco (~elcuco@bzq-79-180-10-229.red.bezeqint.net)
20:14.42*** join/#kde Killsudo (~Killsudo@2605:c000:0:3::c0d3)
20:15.26*** join/#kde google01103 (~smiley@pool-96-240-230-81.spfdma.east.verizon.net)
20:20.08*** join/#kde rgeri77 (~rakosi.ge@87.97.88.50.pool.invitel.hu)
20:20.10*** join/#kde Ludi_Magister (~govinda@181.80.121.5)
20:21.37*** join/#kde Ludi_Magister (~govinda@181.80.121.5)
20:21.54*** part/#kde Ludi_Magister (~govinda@181.80.121.5)
20:24.53*** join/#kde badone_ (~brad@CPE-121-215-241-179.static.qld.bigpond.net.au)
20:25.03*** join/#kde la_pilno (~jonathan@ip-62-143-253-141.unitymediagroup.de)
20:27.39*** join/#kde troy (~troy@out-ab-184.wireless.telus.com)
20:28.40*** join/#kde tosky (~tosky@176.74.128.57)
20:30.30*** join/#kde badone (~brad@CPE-121-215-241-179.static.qld.bigpond.net.au)
20:42.33*** join/#kde ompaul (~ompaul@unaffiliated/ompaul)
20:44.56*** join/#kde bentlux (~bentlux@pc-84-55-44-190.cm.vtr.net)
20:46.31*** join/#kde MercurialAlchemi (~mercurial@0139100580.0.fullrate.dk)
20:46.48*** join/#kde totte (~totte@unaffiliated/totte)
20:53.55*** join/#kde buscher (~buscher@konversation/developer/buscher)
20:55.41*** join/#kde reavertm (~reavertm@89-70-93-144.dynamic.chello.pl)
20:55.42*** join/#kde reavertm (~reavertm@gentoo/developer/reavertm)
21:00.24*** join/#kde altin (~altin@74-128-101-25.dhcp.insightbb.com)
21:00.24*** join/#kde altin (~altin@flossk/altin)
21:01.14AknotDamn youtube/flash still has shitty fonts, they wont change along the rest of system
21:01.25*** join/#kde JackBauer24 (~JackBauer@178-73-43-6.home.aster.pl)
21:02.20kde_pepoSans Serif is not a font.
21:07.42*** join/#kde lelamal_ (~lelamal@host20-110-dynamic.10-87-r.retail.telecomitalia.it)
21:10.41*** join/#kde froggyman (~froggyman@unaffiliated/froggyman)
21:11.37*** join/#kde trifolio6 (~h@62.43.62.203.dyn.user.ono.com)
21:11.53*** join/#kde ovidius2 (~quassel@77-23-129-54-dynip.superkabel.de)
21:15.29*** join/#kde Dreadtower (~robin@host86-176-196-172.range86-176.btcentralplus.com)
21:18.04*** join/#kde nicekiwi_ (~Nicekiwi@ip-118-90-53-144.xdsl.xnet.co.nz)
21:23.13Aknotbut i changed font in opera but youtube/flash wont still change
21:23.57*** join/#kde Evpok (~quassel@wikipedia/Evpok)
21:25.02*** join/#kde Phr33d0m (~x@freebsd/lover/phr33d0m)
21:25.39*** join/#kde trakya (~nkoc@wprt-4d09b4a0.pool.mediaWays.net)
21:26.25*** join/#kde erase_ (~gregor@a95-92-29-170.cpe.netcabo.pt)
21:35.30*** join/#kde gem_ (~gem@chello062178226028.14.15.vie.surfer.at)
21:36.28*** join/#kde la_pilno (~jonathan@ip-62-143-253-141.unitymediagroup.de)
21:38.01*** join/#kde faichele (~quassel@p579521DF.dip.t-dialin.net)
21:38.23*** join/#kde Haikarainen^st (~quassel@h-129-200.a258.priv.bahnhof.se)
21:41.38*** join/#kde R_Rios (~kde4@hyadesinc/pub/oa)
21:44.40*** join/#kde PasNox (~pasnox@2a01:e35:8b4f:f2a0:ad03:a5a5:5374:9aa8)
21:44.56*** join/#kde msx (~msx@201-213-173-88.net.prima.net.ar)
21:46.33*** join/#kde mcmaur (~mauro@93-50-199-26.ip154.fastwebnet.it)
21:46.40*** join/#kde licensed (~licensed@177.134.199.44)
21:46.40*** join/#kde licensed (~licensed@unaffiliated/licensed)
21:49.54*** join/#kde harlequix (~quassel@brln-4dbc3139.pool.mediaWays.net)
21:53.55*** join/#kde enderw (~enderw@d172-219-111-233.abhsia.telus.net)
21:54.30*** join/#kde vbgunz (~vbgunz@pool-71-180-71-35.tampfl.fios.verizon.net)
21:57.54*** join/#kde Janik_ (~Jan@80.188.63.66)
21:58.34*** join/#kde Haikarainen^st (~quassel@h-129-200.a258.priv.bahnhof.se)
22:04.12*** join/#kde m3l7f17 (~m3l7f17@78-134-121-12.v4.ngi.it)
22:04.24*** part/#kde m3l7f17 (~m3l7f17@78-134-121-12.v4.ngi.it)
22:04.28erase_how do i configure skype in telepathy?
22:04.50*** join/#kde thiago (~thiago@kde/thiago)
22:07.59*** join/#kde user2 (~user2@c-67-186-41-14.hsd1.pa.comcast.net)
22:10.45*** join/#kde thyem (~quassel@80.202.161.215)
22:11.46*** join/#kde |oop (~pool@c-69-253-114-150.hsd1.pa.comcast.net)
22:12.10*** join/#kde Timslin (~speedy624@unaffiliated/timslin)
22:12.27*** join/#kde JoeSomebody (~JoeSomebo@unaffiliated/joesomebody)
22:13.32*** join/#kde R_Rios (~kde4@hyadesinc/pub/oa)
22:16.32harlequixerase_: Skype is not supported by telepathy... yet. However, kopete offers a wrapper for skype
22:21.15*** join/#kde ChemBro (~quassel@dslb-084-059-138-008.pools.arcor-ip.net)
22:21.27*** join/#kde rindolf (~shlomi@bzq-79-181-188-143.red.bezeqint.net)
22:32.35*** join/#kde vbgunz (~vbgunz@pool-71-180-71-35.tampfl.fios.verizon.net)
22:33.03*** join/#kde slackie (~x@unaffiliated/slackie)
22:36.15*** join/#kde mase_wk (~quassel@110-238-1-24.dsl.voice.net.au)
22:38.40*** join/#kde dotCOMmie (tox@glitchinthe.net)
22:48.25*** join/#kde salamanderrake (~quassel@cpe-75-185-152-10.neo.res.rr.com)
22:49.48*** join/#kde serafean_ (~martin@ip-109-80-69-85.eurotel.cz)
22:50.37*** join/#kde Juan (~juan@unaffiliated/juan)
22:50.48*** join/#kde dylan (~dylan@188-223-189-191.zone14.bethere.co.uk)
22:51.50*** part/#kde dylan-eddies (~dylan@188-223-189-191.zone14.bethere.co.uk)
22:52.30*** join/#kde rrao (~rrao@cpe-72-177-208-12.satx.res.rr.com)
22:54.50*** join/#kde Prof_Frink (~proffrink@5e0097ae.bb.sky.com)
22:57.42*** join/#kde salout (~rriemann@91-66-212-102-dynip.superkabel.de)
23:00.38*** join/#kde tan (~quassel@unaffiliated/tan)
23:02.55*** join/#kde thiago (~thiago@kde/thiago)
23:03.54*** join/#kde at1as (~at1as@kurios.r4780y.com)
23:07.40*** join/#kde RichardLynch (~RichardLy@c-67-162-103-133.hsd1.il.comcast.net)
23:08.08*** join/#kde beasty (~beasty@was.niethier.be)
23:09.22*** join/#kde thiago (~thiago@kde/thiago)
23:10.38*** join/#kde gabriel9 (~gabriel9@31.223.219.67)
23:11.29RichardLynchI've somehow managed to make KDE unusably slooooow.  Here is the Xorg.0.log http://6112northwolcott.com/Xorg.0.log Sometimes it is slow during that 5-fade start up with disk->settings...K.  Other times if gets threough that, but slow is the word.
23:14.07*** join/#kde vbgunz (~vbgunz@pool-71-180-71-35.tampfl.fios.verizon.net)
23:15.19*** join/#kde gatuus (~gatuus@201.175.42.148)
23:16.15*** join/#kde L3thal (~quassel@41.44.246.50)
23:18.00RichardLynchSeems to be dying out in the nepomonk mixer module. And the printer goes down with it. It even complains about the hardware not being there sometimes.
23:19.01*** join/#kde slackie (~x@unaffiliated/slackie)
23:19.32*** join/#kde o_a|konvi (~croc@177.98.254.154)
23:19.53*** join/#kde L3thal_ (~quassel@41.44.241.62)
23:20.01*** join/#kde R_Rios|dois (~croc@hyadesinc/pub/oa)
23:21.05*** join/#kde fryday (~kvirc@p5DDC0898.dip.t-dialin.net)
23:22.06*** join/#kde spacetime (~quassel@continuum.rishab.in)
23:22.06*** join/#kde spacetime (~quassel@unaffiliated/spacetime)
23:23.14RichardLynchIs there a KDE log somewhere?
23:23.32*** join/#kde dansushi (~dan@147.4.225.132)
23:24.13Phr33d0msomewhere
23:24.47*** join/#kde niteshnarayanlal (~nitesh@fedora/niteshnarayanlal)
23:25.43*** join/#kde Whiskey`Wonka (GrapeV@2600:3c01::f03c:91ff:fe93:9b46)
23:25.46*** join/#kde zorael (~zorael@2001:2002:51e0:ffda:bdcb:9d7d:511b:4039)
23:26.00*** join/#kde DaemonFC (~DaemonFC@unaffiliated/daemonfc)
23:26.21*** join/#kde danmackay (danmackay@unaffiliated/danmackay)
23:26.36*** join/#kde Genolo (~ivesound@2001:470:b9a3::81)
23:26.53*** join/#kde Ycarene (~Ycarene@2001:470:1f0e:b93::2)
23:29.53*** join/#kde ryanakca (ryan@ubuntu/member/ryanakca)
23:31.49*** join/#kde promulo (~promulo@177.42.182.81)
23:36.40*** join/#kde L3thal (~quassel@41.44.192.108)
23:42.31*** join/#kde mschiff (~mschiff@port-8603.pppoe.wtnet.de)
23:42.31*** join/#kde mschiff (~mschiff@gentoo/developer/mschiff)
23:43.28*** join/#kde almoxarife (~emanuel@unaffiliated/almoxarife)
23:45.07*** join/#kde PovAddict (~nicolas@kde/developer/nalvarez)
23:45.12PovAddicthi people
23:45.35PovAddictthe plasmoid-adding panel says I have System Monitor running
23:45.41PovAddictbut I don't see it on my desktop
23:45.44PovAddictI suspect it fell off-screen
23:47.14*** join/#kde ni1s (~ni1s@1-1-4-36a.dre.sth.bostream.se)
23:47.18PovAddicthow do I get it back, or delete it?
23:47.18*** join/#kde fryday (~kvirc@p5DDC0898.dip.t-dialin.net)
23:48.24*** join/#kde Leatherface- (~leatherfa@h25n5-t-a11.ias.bredband.telia.com)
23:48.40DaZPovAddict: there should be x icon, or something around it in the plasmoid panel
23:48.56PovAddicton the 'add panel' thing?
23:48.59DaZsome themes break it :v
23:49.09DaZadd widgets thing.
23:49.25PovAddictthere isn't
23:51.40*** part/#kde asfyxia (~quassel@541CC0A2.cm-5-5d.dynamic.ziggo.nl)
23:52.20DaZuhm, it seems something has changed :v
23:52.44*** join/#kde google01103 (~smiley@pool-96-240-230-81.spfdma.east.verizon.net)
23:53.05PovAddictI can't use the bar next to the plasmoid
23:53.09PovAddictbecause the plasmoid isn't visible :P
23:53.21*** join/#kde la_pilno (~jonathan@ip-62-143-253-141.unitymediagroup.de)
23:53.29*** join/#kde jneto (~jneto@201.88.238.176)
23:53.49*** part/#kde jneto (~jneto@201.88.238.176)
23:55.04PovAddictI used the ugly workaround, I killed plasma-desktop and restarted it
23:55.13PovAddictand sure enough the plasmoid popped into the screen corner
23:57.06*** join/#kde JoeSomebody (~JoeSomebo@unaffiliated/joesomebody)
23:57.23*** join/#kde mschiff_ (~mschiff@port-8603.pppoe.wtnet.de)
23:57.24*** join/#kde mschiff_ (~mschiff@gentoo/developer/mschiff)
23:58.57*** join/#kde Zepp_ (~quassel@80-121-109-20.adsl.highway.telekom.at)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.