IRC log for #kde on 20150519

00:02.15*** join/#kde google01103 (~smiley@pool-96-240-237-201.spfdma.east.verizon.net)
00:04.47*** join/#kde smithjd (~enderw@d75-152-186-11.abhsia.telus.net)
00:08.35*** join/#kde Konraj (~konraj@unaffiliated/konraj)
00:14.05*** join/#kde Fusl (~Fusl@unaffiliated/fusl)
00:19.12*** join/#kde promulo__ (~quassel@dslb-088-075-059-007.088.075.pools.vodafone-ip.de)
00:22.04*** join/#kde JLP (~quassel@kde/developer/repinc)
00:22.30*** join/#kde smithjd (~enderw@d75-152-186-11.abhsia.telus.net)
00:25.09*** join/#kde Fusl (Fusl@unaffiliated/fusl)
00:29.19*** join/#kde hobakill (~hobakill@c-98-228-23-96.hsd1.il.comcast.net)
00:30.27*** join/#kde Sauerland (~Sauerland@p5DE5E066.dip0.t-ipconnect.de)
00:42.16*** join/#kde Konraj (~konraj@unaffiliated/konraj)
00:52.49*** join/#kde enderw (~enderw@d75-152-186-11.abhsia.telus.net)
00:53.01*** join/#kde K-Line (~james@1.53.4.144)
00:55.01*** join/#kde badone (~brad@107-1-123-195-ip-static.hfc.comcastbusiness.net)
00:55.58*** part/#kde Guest47340 (~james@1.53.4.144)
01:00.06roberth1990how can I make kwrite be quiet when opening it in a shell?
01:01.24*** join/#kde desti_T2 (~desti@dslb-092-073-146-178.092.073.pools.vodafone-ip.de)
01:08.41*** join/#kde J-Line (~james@1.53.4.144)
01:11.05*** join/#kde Wyn_ (~Wyn@unaffiliated/wyn)
01:13.01*** join/#kde strayPuppy (~vipp@unaffiliated/straypuppy)
01:14.47*** join/#kde Xenoth (~Xenoth@104-56-166-31.lightspeed.cicril.sbcglobal.net)
01:14.48rdieterroberth1990: depends, what do you see?  (mine's quiet, but i've made efforts to find/remove extraneous output)
01:15.39roberth1990rdieter: everything it seems
01:15.51rdieterplease be specific, use paste.kde.org if you have to
01:16.02*** join/#kde Xenoth (~Xenoth@104-56-166-31.lightspeed.cicril.sbcglobal.net)
01:16.15rdieterfirst step, use kdebugdialog (and possibly kdebugdialog5 if using plasma5) to disable all debug out
01:16.20rdieterdebug output, tha tis
01:16.25rdieterthat is, ugh
01:18.15roberth1990looks like I need to log out and in
01:19.21*** join/#kde roberth1990 (~roberth@57.237.251.212.customer.cdi.no)
01:20.17roberth1990rdieter: http://paste.debian.net/plain/179968 that is what comes when disabling all debugging
01:23.39rdieterroberth1990: ok, the QDBus ones require patching Qt
01:23.49rdieter(I'd suggest poking your distro)
01:24.34rdieterthe KMimetype ones are a known bug too, and patchable (the warning is mostly harmless)
01:24.53rdieternot sure about the kbuildsycoca stuff
01:25.28roberth1990meh...
01:25.28*** join/#kde privacychain (~privacych@179.158.155.241)
01:25.44rdieterthe KMimetype issue, https://bugs.kde.org/show_bug.cgi?id=343468
01:26.44rdieterand patch fedora uses, http://pkgs.fedoraproject.org/cgit/kdelibs.git/tree/kdelibs-4.14.4-unknown_mimetype_spam.patch
01:27.10roberth1990okay, but the workaround posted works for me
01:27.22roberth1990the patch will probably never get merged
01:27.26roberth1990anyway
01:27.56rdieterit could, I'd argue it should
01:28.10rdieterfor Qt, http://pkgs.fedoraproject.org/cgit/qt.git/tree/qt-everywhere-opensource-src-4.8.3-qdbusconnection_no_debug.patch
01:28.29rdieterboth basically turns runtime warnings it's disable-able debug statements instead
01:29.31roberth1990well they didn't even merge the fix for a dependency to a package even...
01:30.02roberth1990anyway
01:31.19roberth1990when using kwrite, and enabling vi input mode, typing : why wont the standard vim commands work, like wq to write to file and quit to file and q! for quit without writing?
01:31.38*** join/#kde smithjd (~enderw@d75-152-186-11.abhsia.telus.net)
01:41.19*** join/#kde James0r (~james@1.53.4.144)
01:41.20*** join/#kde wenzel_ (~quassel@cable-192.222.204.165.electronicbox.net)
01:45.04James0rcommand to reload the plasma panel?
01:49.48vovochkakillall plasma-desktop, then plasma-desktop :-D
01:50.38vovochkaU can do this in krunner (alt+f2)
01:50.47James0rahh i used plasmashell and that did the job. generally safe?
01:51.23*** join/#kde boombatower (~boombatow@drupal.org/user/214218/view)
01:54.59jerichowasahoaxJames0r: Since plasma-desktop only handles the actual "desktop" portion of the environment (your wallpaper, panels, and possible desktop plasmoids), and not things like window management, restarting it via `killall plasma-desktop && plasma-desktop` shouldn't cause any harm
01:55.17jerichowasahoaxJames0r: or plasmashell if you're running Plasma 5
02:01.13roberth1990plasma has been split into even more processes? great :D
02:01.39*** join/#kde sour12 (~sourabh@113.193.96.169)
02:02.19jerichowasahoaxit's been laid out like this since kde 4
02:02.25jerichowasahoaxthis is not new
02:03.37jerichowasahoaxhell, KDE 3 even had the panel in a process all its own
02:04.02roberth1990there some threads called plasma-desktop
02:04.15jerichowasahoaxthreads != processes
02:04.23roberth1990*processes
02:05.00jerichowasahoaxi've only got the one plasma-desktop instance on both of my KDE 4 systems
02:05.21roberth1990isnt it another way to make programs scale on multicore systems rather than making the program use more threads?
02:05.32roberth1990I got three
02:05.48jerichowasahoaxwell unless you have multiple KDE sessions open, that's a problem
02:06.33roberth1990they appear under one process when I use for example system monitor in tree mode
02:06.49jerichowasahoaxwhat are you using to get a process list
02:07.02roberth1990htop
02:07.22jerichowasahoaxhtop is probably showing threads instead of processes
02:07.40roberth1990ah
02:08.15roberth1990well it is the same for me practically speaking, I was just studying it to if programs could scale on multicore systesm
02:08.18roberth1990*systems
02:08.29jerichowasahoaxno, it's not the same
02:08.31*** join/#kde captainfantastic (~soze@180.235.176.199)
02:08.41roberth1990what is the difference?
02:08.43jerichowasahoaxa different process is a completely different process, unrelated to the first
02:08.48captainfantasticWhat is this blue line? Can I disable it?
02:08.49captainfantastichttp://imgur.com/LgyMyK7
02:09.15jerichowasahoaxif you have two different processes of "/usr/bin/firefox" for example, they're two completely separate instances of that process, unrelated to each other
02:09.30roberth1990jerichowasahoax: but the program divides tasks to each process?
02:09.40jerichowasahoaxmultiple threads however, can belong to one process
02:09.44*** join/#kde antiatom (~biff@141.255.161.18)
02:09.54jerichowasahoaxroberth1990: not in the way you're thinking of
02:10.04*** join/#kde LSI (~LSI@201.75.24.189)
02:11.06roberth1990jerichowasahoax: well both are a kind of multicore scaling, a program using multiple processes which each has one thread are still utilizing the multiple cores better than a program that just has one process with one thread
02:11.58jerichowasahoaxroberth1990: you can't just arbitrarily designate function a to process 1 and function b to process 2
02:12.16jerichowasahoaxroberth1990: not without writing two completely separate executables that ONLY do functions a and b respectively
02:12.38roberth1990jerichowasahoax: yeah I understand that
02:12.59jerichowasahoaxthis multicore example you're giving me makes no sense then
02:13.45*** join/#kde J-Line (~james@113.22.184.8)
02:13.46jerichowasahoaxchrom{e,ium} for instance is a multiprocess program, and it doesn't do that for multicore reasons
02:15.34roberth1990how does the multiprocess then increase performance?
02:16.20jerichowasahoaxit doesn't really
02:16.31*** join/#kde snypzz (~Lynxzz@c-73-177-240-243.hsd1.va.comcast.net)
02:17.24jerichowasahoaxto use my earlier example again, chromium puts each tab and extension in its own process to prevent a failure in one from taking down the entire browser
02:17.34roberth1990now you are not making any sense
02:17.51jerichowasahoaxhow am i the one that's not making sense
02:18.56sour12Hello everyone ! I am new to KDE and I am trying to fix some bugs on junior jobs. What is the standard procedure ? Should I have to go through the code base of product ?
02:22.14*** join/#kde Fusl (~Fusl@unaffiliated/fusl)
02:26.01*** join/#kde tonythomas (uid25971@wikimedia/-01tonythomas)
02:34.49*** join/#kde clintar (~clintar@gurutech.ws)
02:46.48*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
02:47.41*** join/#kde boombatower (~boombatow@drupal.org/user/214218/view)
02:51.39*** join/#kde clintar (~clintar@gurutech.ws)
02:51.53*** join/#kde boombatower (~boombatow@drupal.org/user/214218/view)
02:53.28*** join/#kde maybeWTF (~cl@p5B161CEA.dip0.t-ipconnect.de)
02:54.45*** join/#kde boombatower (~boombatow@drupal.org/user/214218/view)
02:56.26*** join/#kde CrustY__ (~crusty@93.84.64.88)
03:01.34boombatowerjust updated to kde5 and the lock screen refuses to unlock when presented with correct password
03:01.42boombatowercan kill x and re-login, but nothing else
03:01.46boombatowerthoughts?
03:04.03*** join/#kde N3X15 (~Rob@50.34.139.245)
03:05.56*** join/#kde boombatower (~boombatow@drupal.org/user/214218/view)
03:06.55*** join/#kde thiago (~thiago@kde/thiago)
03:08.04boombatowermouse cursor on desktop (background area) is different than on applications
03:08.04roberth1990boombatower: report the bug and dont use password lock on the lockscreen for now
03:08.28boombatowerroberth1990: yea, have a small laundry list..hmm
03:08.45roberth1990boombatower: report everything i separate bugs
03:08.49roberth1990*in
03:08.54boombatowerof course
03:09.28roberth1990boombatower: what version are you on?
03:10.56boombatowerFrameworks Version 5.10.0
03:11.18boombatowerlots of little stuff
03:11.32boombatowerand then the lock screen which kinda sucks
03:12.56roberth1990boombatower: plasma?
03:14.12boombatowerroberth1990: 5.3.0
03:14.17roberth1990okay
03:14.21roberth1990well report the bugs
03:14.36roberth1990the lockscreen problem I would say is critical
03:14.58boombatoweryea and login on 4.x took 1-2 seconds. it now takes >10s
03:15.06boombatowersome fun stuff ;)
03:15.12roberth1990its a security issue in a sense that people have to turn it off ot work around it unless someone has found another workaround
03:15.18boombatoweryea
03:15.27roberth1990yeah kde5 had serious performance issues last time I tested it
03:15.29boombatowerwish I had more information though since it works on a different machine
03:15.54boombatowerso obviously not totally broken
03:15.57roberth1990what distro are you using on the problematic machine?
03:16.01boombatoweris there some sor tof config to take a look at
03:16.08boombatowerroberth1990: opensuse on both
03:16.20roberth1990and both are up to date?
03:16.25boombatowerroberth1990: yes
03:16.35boombatowersame versions and setup
03:16.38roberth1990odd
03:16.43roberth1990same password?
03:16.44boombatoweronly difference is one was updated from 4.x
03:16.52boombatowerand other was fresh install to test 5.x from get go
03:16.52roberth1990which one?
03:16.59boombatowerthe one that doesn't work is update
03:17.03boombatowerwhich is why I figure it is config somewhere
03:17.08boombatowerbut not sure where to look for something liek that
03:17.10roberth1990ahh
03:17.15bshahdid you restart after upgrade?
03:17.19boombatowermany times
03:17.37bshahcan you post xsession errors file for affected machine?
03:18.26*** join/#kde thiago (~thiago@2601:7:1c80:4ea:2102:b072:ec11:c415)
03:18.38*** join/#kde thiago (~thiago@kde/thiago)
03:19.00*** join/#kde crokett (~crokett@2602:306:c468:4940:6e88:14ff:fe82:35a8)
03:19.37*** join/#kde rdieter (~rdieter1@fedora/rdieter)
03:19.40*** part/#kde crokett (~crokett@2602:306:c468:4940:6e88:14ff:fe82:35a8)
03:20.07boombatowerlol paste.kde.org and paste.opensuse.org both won't let me post
03:20.11boombatoweroh man today
03:20.11*** join/#kde basic6 (~basic6@p3E9EE2F4.dip0.t-ipconnect.de)
03:20.15bshahthis is very specific problem that is hit by another developer if I remember correctly.. (Sho_) who is not in channel at moment..
03:20.35boombatowerhttp://pastebin.com/aZud3uXV
03:20.55boombatowerbshah: assume that's the right log?
03:21.18boombatowernot sure if that log contains lock error
03:21.20boombatowersuppose I can trigger
03:21.26boombatowercopy file in tty
03:21.29boombatowerand restart x
03:22.37bshahyes; its right log..
03:22.45bshahbut its too long for this session.. ;)
03:22.54boombatowerok so nuke it
03:22.56bshahcan you re-login.. trigger problem and give file
03:22.58bshah?
03:22.59boombatowersure
03:23.41bshahthats why paste.ko and paste.oo didn't allow you to post this
03:23.51bshah(its too big :p)
03:24.33*** join/#kde boombatower (~boombatow@drupal.org/user/214218/view)
03:25.31boombatowerbshah: hmm, cleared file and triggered error, cp'd file on tty and restarted x...unforutnately nothing was printed to log
03:25.38boombatoweron relogin it's full of all that stuff again
03:25.49boombatowersome of which I will investigate as it looks like other interesting things
03:25.56boombatowerbut nothing pertaining to lock screen
03:26.09bshahit will get created every session
03:26.23boombatowerbshah: sure which is why i copied while lock screen was up
03:26.29boombatowerafter emptying file
03:26.46boombatowerie empty file, lock screen, attempt to unlock, copy file, restart x
03:26.53bshahstill can you give me that cp'd file?
03:26.56boombatowernothing written to file
03:27.00bshah:O
03:27.27boombatoweris there any config i should look at?
03:27.36boombatowersomething that might be amis?
03:28.45bshahcan you locate lib64/kde5/libexec/kcheckpass on your system?
03:28.47boombatowerI assume it is unrelated, but lock screen settings has random white box http://i.imgur.com/ALZdPdQ.png
03:28.58boombatowerok
03:29.09*** join/#kde snapzz (~Lynxzz@c-73-177-240-243.hsd1.va.comcast.net)
03:29.23*** join/#kde Ci-Dev (~ci-dev@x4d0c2dda.dyn.telefonica.de)
03:29.33*** join/#kde arescorpio (~arescorpi@167-31-245-190.fibertel.com.ar)
03:29.40*** join/#kde rdieter (~rdieter1@fedora/rdieter)
03:29.43bshahthat whitebox is unrelated
03:30.51bshahfor me its /usr/lib/kcheckpass
03:30.56DattorzIsn't that box where you're meant to select a lock screen design?
03:31.26boombatowerprobably, which makes me wonder why it doesn't work...if something isn't present
03:32.22bshahboombatower: also ls -l /etc/pam.d/
03:32.27boombatowerbshah: hmm, i have /usr/lib64/kde4/libexec/, but /usr/lib64/krb5/plugins/ has 4 directories and single file
03:32.52bshahis it kde4 or plasma5?
03:32.59bshahbasically https://bugs.kde.org/show_bug.cgi?id=333251
03:33.01boombatowerkde5, but again I updated this machine
03:33.12boombatowerso wondering if something is off
03:33.17boombatowerhttps://paste.kde.org/pcwbcnqlu/dnhxpc/raw
03:34.42*** join/#kde rdieter (~rdieter1@fedora/rdieter)
03:36.05bshahboombatower: see linked bug report
03:36.11bshah^^^
03:36.36boombatoweryea
03:36.54*** join/#kde roberth1990 (~roberth@57.237.251.212.customer.cdi.no)
03:37.20boombatowerbshah: /usr/lib64/libexec/kcheckpass
03:37.41boombatoweri'll keep reading bug
03:37.49bshahwhats permission for that file? (kcheckpass)
03:38.02bshahls -l /usr/lib64/libexec/kcheckpass
03:38.09boombatower-rwxr-xr-x 1 root root  18968 May 11 17:15 kcheckpass
03:38.45bshahpermissions sounds sane
03:38.53boombatoweranyway to check if that's where it is looking?
03:39.46*** join/#kde rdieter1 (~rdieter1@fedora/rdieter)
03:41.23bshahso first thing you should be verifying is kcheckpass working or not? for that run kcheckpass and provide password
03:42.32boombatowerPermissions on the password database may be too restrictive.
03:42.33boombatoweroo
03:42.41bshahno..
03:43.04bshahif kcheckpass fails no wonder screenlocker will fail
03:43.10boombatowersure
03:44.39bshahI suspect that your packages maybe too old or something as packager Hrvoje Senjan mentions it is fixed in upstream packages
03:44.57boombatowerbshah: i'm running tumbleweed and it updated yesterday
03:45.02boombatowerso perhaps
03:45.03boombatowerbut
03:45.10*** part/#kde qdata (qbit@unaffiliated/qdata)
03:45.51bshahbut this is less likely to happen as bug report is from last year anyway.. :D
03:46.13boombatowerbshah: so fix is to change perms on /etc/shadow?
03:46.14boombatoweror what
03:46.23bshahno..
03:46.32bshahcan you run kcheckpass?
03:46.36boombatoweryea
03:46.41boombatoweri got the message i pasted
03:46.52bshahright..
03:47.05bshahwhich means pam is not working or something around that
03:48.05bshahdo you have xdm installed?
03:48.15boombatowerbshah: yes
03:49.42bshahshould be working.. :S
03:49.53bshahreport to #opensuse-kde I'd say
04:07.17*** join/#kde enno (~quassel@p20030057E96BAC00E084D02FF9E60CC3.dip0.t-ipconnect.de)
04:08.25*** join/#kde BlaXpirit (~blaxpirit@3-4-132-95.pool.ukrtel.net)
04:14.58*** join/#kde freeroute (~weechat@gateway/vpn/privateinternetaccess/freeroute)
04:16.22boombatowera bunch of tray icons also stopped showing up, like skype
04:16.24boombatowerhmm
04:22.24*** join/#kde e8johan (~quassel@83.218.80.242)
04:25.50BlaXpiritpeople say this every day
04:26.03BlaXpirit1. how to disable baloo
04:26.07BlaXpirit2. how to get tray icons
04:26.52BlaXpiritanswer is... *drumroll*  google
04:27.49boombatowerdon't even
04:28.12boombatowerthe number of things I've had to debug in kde 5 (now a year after read to explore release)
04:28.13boombatowerdon't evne
04:28.16boombatowerthis is 4.x all over
04:28.30boombatowerand already googled
04:28.39boombatowernothing immediately obvious
04:28.58BlaXpiriti tried kde 5 on my 2 computers, got rid of it everywhere by now
04:29.12rdieterboombatower: ask your distro about something called: sni-qt
04:29.17BlaXpirithttp://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/
04:29.49rdieterboombatower: (important: it needs to be the same arch as skype)
04:30.03rdieterin case you're running 32bit skype on 64bit linux
04:31.53boombatowerrdieter: BlaXpirit: thx, just tired of this. based on all the blog posts they'd lead you to believe this was decent
04:32.07boombatowersome of this stuff is like..huh? I write code...I wouldn't commit it in the state
04:32.36*** join/#kde kurthindenburg (~kurthinde@c-68-44-239-146.hsd1.in.comcast.net)
04:32.39boombatowerpick background color or image...first time it is always not what you picked
04:32.45boombatower12 secodns to switch between background type
04:33.00rdieterwhat distro?
04:33.02boombatowerI need to collate a list and check for bugs
04:33.10boombatoweropensuse
04:33.13rdietersounds like they have some kinks to work out
04:33.13boombatowertumbleweed
04:33.20N3X15boombatower, are you having issues getting colors to apply?
04:33.32boombatowerthey do after you click apply twice
04:33.56N3X15Doing better than I am https://bugs.kde.org/show_bug.cgi?id=346481
04:33.58rdieterplasma (5.3) is working fairly well for me (fedora), but polishing the integration and packaging took some time
04:34.24N3X15Thinking about duping my VM and trying a ppa build of plasma.
04:34.33BlaXpiriti still pretty much can't switch to it
04:34.53*** join/#kde kshitij8 (~kshitij@117.215.234.2)
04:35.06boombatowerunforntunately i believed the hype and switch on primary desktop
04:35.10boombatowergoing back could be more fun
04:35.13BlaXpiritplasmoid that makes up 80% of my workflow has lost 80% of its features
04:35.23boombatoweryea missing pastebin plasmoid
04:35.23BlaXpiriticons-only task manager is a toy now
04:35.24boombatoweri need that
04:35.30*** join/#kde cstenger (cstenger@nat/digia/x-hccfpkzzjclzaufn)
04:35.54boombatowergetting weird switch between breeze icons on oxygen
04:37.09N3X15I can't really blame anyone other than Kubuntu's maintainers for marking KDE 5 as stable though.
04:37.35boombatoweri mean at least it doesn't seem to crash like 4.x did
04:37.39boombatowerclick the wrong button and BOOM
04:37.40N3X15I mean, yeah, it doesn't crash, but there's lots and lots of rough edges.
04:37.42boombatowerbut there is some much stuff
04:37.50boombatowerso much*
04:38.10BlaXpiritlol  at least you don't *have* to switch to new kubuntu
04:38.21boombatower:)
04:38.25BlaXpiritarch just pushed it up our throats unexpectedly
04:39.02N3X15Not like I can roll it back, though.
04:39.24boombatowersame problem I ahe
04:39.37boombatowerso is there a way to change position on screen of notifcaitons?
04:39.44boombatowerused to just drag when one appeared and they come back there
04:39.48boombatowerdoesn't seem that's the case
04:56.04boombatowerI appologize for being whiny. hopefully I can help get everything fixed up
05:01.21*** join/#kde chozen (~chozen@72.252.133.79)
05:02.03*** join/#kde _kdepepo (~pepo@p57A40423.dip0.t-ipconnect.de)
05:02.50*** join/#kde chozen (~chozen@72.252.133.79)
05:03.07*** join/#kde esc_type (~esc_type@194.135.17.9)
05:03.45*** join/#kde Jucato (~jucato@kde/developer/jucato)
05:04.25*** join/#kde nemysis (~nemysis@freebsd/developer/pcbsd.nemysis)
05:04.34*** join/#kde Frankyboy7508 (~Frankyboy@2a01:e35:8a26:1ba0:9200:4eff:fe71:cf68)
05:07.37*** join/#kde tessarakt3 (~jens@x590f67ef.dyn.telefonica.de)
05:08.06*** join/#kde BernhardS (~black@HSI-KBW-046-005-002-173.hsi8.kabel-badenwuerttemberg.de)
05:09.03*** join/#kde cristionet (~cristi@79.114.73.250)
05:09.53*** join/#kde nemysis (~nemysis@freebsd/developer/pcbsd.nemysis)
05:12.28*** join/#kde Hydrar (~hydrar@h-79-97.a163.priv.bahnhof.se)
05:16.52*** join/#kde palasso (~palasso@palassopoulosge.ath.forthnet.gr)
05:21.26*** join/#kde rthomsen (~ragnar@user115.77-105-219.netatonce.net)
05:25.37*** join/#kde Rish (~quassel@43.224.0.32)
05:28.51*** join/#kde tnorth (~tnorth@55.65.4.85.dynamic.wline.res.cust.swisscom.ch)
05:30.25*** join/#kde baizon (~baizon@unaffiliated/baizon)
05:32.30*** join/#kde privacychain (~privacych@179.158.155.241)
05:41.45*** join/#kde gdot (~gdot@pD9FEC3DF.dip0.t-ipconnect.de)
05:42.17*** join/#kde boombatower (~boombatow@drupal.org/user/214218/view)
05:43.03*** join/#kde xmorph (~xt_@unaffiliated/xmorph)
05:46.33*** join/#kde ZaggeO (~quassel@p5B16D6CD.dip0.t-ipconnect.de)
05:48.06*** join/#kde kshitij8 (~kshitij@117.215.234.2)
05:53.21*** join/#kde Th3R0b (~bobby@b187.ip11.netikka.fi)
05:53.25*** join/#kde mgraesslin (~martin@kde/mgraesslin)
05:59.56*** join/#kde kdepepo (~pepo@p57A41A12.dip0.t-ipconnect.de)
06:00.30*** join/#kde PasNox (~pasnox@D57E141B.static.ziggozakelijk.nl)
06:01.28vovochkaDoes anyone know how to make baloo search in cpp|h files? How can i configure what text to index?
06:09.23vovochkaIt's hardcoded in baloorc cfg file.And why kcm for baloo doesn't allow to change this :(
06:11.52vovochkaTo be exactly: it's In baloofilerc
06:15.27*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
06:15.29*** join/#kde rindolf (~rindolf@bzq-79-182-189-157.red.bezeqint.net)
06:16.50*** join/#kde SouL_|_ (~quassel@iesvidalibarraquer.xtec.cat)
06:18.37*** join/#kde crucerucalin (~calin@p22.eregie.pub.ro)
06:21.49*** join/#kde jgrulich (~jgrulich@ip-94-112-190-84.net.upcbroadband.cz)
06:23.05*** join/#kde Mo_ (5e4f95aa@gateway/web/freenode/ip.94.79.149.170)
06:28.19*** join/#kde Judge (~mr@b2b-92-50-110-226.unitymedia.biz)
06:30.02*** join/#kde jigar (quassel@nat/redhat/x-urosujgyksktbkpd)
06:33.40*** join/#kde Shinonome|2 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
06:33.49*** join/#kde ZaggeO_ (~quassel@p5B16C4CC.dip0.t-ipconnect.de)
06:34.14*** join/#kde Pinaraf (~moi@2001:41d0:fc04:5400:468a:5bff:fe21:991b)
06:35.40*** join/#kde cotko2 (~ahmed@BSN-142-125-51.dynamic.siol.net)
06:36.18*** join/#kde rthomsen (~ragnar@94.191.186.120.mobile.3.dk)
06:37.19*** join/#kde Haudegen (~quassel@85.124.51.57)
06:38.26*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
06:40.07*** join/#kde Vojtaeus (~vojta@nat-prf508.natur.cuni.cz)
06:40.07*** join/#kde Vojtaeus (~vojta@opensuse/member/vojtaeus)
06:42.27*** join/#kde ZaggeO (~quassel@p5B16D179.dip0.t-ipconnect.de)
06:43.17*** join/#kde liquidat (~liquidat@wan3.credativ.com)
06:44.57*** join/#kde Shinonome|2 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
06:46.35*** join/#kde crucerucalin (~calin@p22.eregie.pub.ro)
06:47.18*** join/#kde caravel (~caravel@unaffiliated/caravel)
06:48.22*** join/#kde mkyral (mkyral@nat/redhat/x-xjbmelsthsmiroge)
06:48.49*** join/#kde Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067)
06:56.57*** join/#kde kultviech (~ag@82.113.121.202)
06:57.04*** join/#kde gabriel9|work (~bojan@9-133-241-92-ptp-stat.customer.blic.net)
07:04.29*** join/#kde kshitij8_ (~kshitij@61.0.2.87)
07:04.45*** join/#kde sayan (~sayan@fedora/sayan)
07:06.12*** join/#kde Cymew (~ante@host-95-199-134-68.mobileonline.telia.com)
07:07.10*** join/#kde [Enrico] (~chiccoroc@gentoo/contributor/Enrico)
07:08.06*** join/#kde Wyn (~Wyn@unaffiliated/wyn)
07:11.23*** join/#kde kshitij8_ (~kshitij@117.208.114.176)
07:13.23*** join/#kde tormen0815__ (~me@188.165.109.36)
07:13.44*** join/#kde rthomsen (~ragnar@mail.forensic.ku.dk)
07:15.29*** join/#kde aheinecke (~esus@194-118-198-98.adsl.highway.telekom.at)
07:19.27*** join/#kde PasNox (~pasnox@D57E141B.static.ziggozakelijk.nl)
07:19.34*** join/#kde tnorth (~tnorth@46-253-189-161.dynamic.monzoon.net)
07:21.23*** join/#kde crucerucalin (~calin@141.85.225.202)
07:25.29*** join/#kde gexc (~gexc@61.164.42.143)
07:29.51*** join/#kde jgrulich (jgrulich@nat/redhat/x-ckfxacmxmjgrszuv)
07:37.12*** join/#kde rahulch (~rahul@116.193.133.156)
07:39.33*** join/#kde gabriel9 (~bojan@fasecuremail.com)
07:39.44*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
07:40.18*** join/#kde virchete (~virchete@240.Red-81-39-128.dynamicIP.rima-tde.net)
07:42.16*** join/#kde Jejem (~jejem@lord.phyrexia.org)
07:42.23Josef_FilzmaierHey there! I like the new touchpad KCM and while it has tons of features, i am still missing one: Is there a way to say that the touchpad should be disabled on startup?
07:44.15*** join/#kde J-Line (~james@42.116.111.118)
07:48.48*** join/#kde 5EXAA8WN0 (~lorenzo@adsl-ull-21-19.42-151.net24.it)
07:48.48*** join/#kde 77CAAW2VZ (~lorenzo@adsl-ull-21-19.42-151.net24.it)
07:48.50*** join/#kde Lorenzo64 (~lorenzo@adsl-ull-21-19.42-151.net24.it)
07:49.02*** join/#kde lollo64it (~lorenzo@adsl-ull-21-19.42-151.net24.it)
07:49.42*** join/#kde cotko2 (~ahmed@89-212-138-82.static.t-2.net)
07:52.55*** join/#kde js9600 (~jsdk@87-57-20-106-dynamic.dk.customer.tdc.net)
07:53.42*** join/#kde darkbasic_ (~quassel@niko.linuxsystems.it)
07:58.22*** join/#kde Fusselwurm (~quassel@exchange.tag-dev.de)
07:58.53*** join/#kde ivanich (~ivanich@ivanich.tenet.odessa.ua)
07:59.11*** join/#kde Judge (~mail@b2b-92-50-110-226.unitymedia.biz)
07:59.19*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
08:01.40*** join/#kde kshitij8_ (~kshitij@117.208.114.176)
08:03.04*** join/#kde RedW (~redw@89-73-179-171.dynamic.chello.pl)
08:03.24*** join/#kde miguelauso (~quassel@213.229.153.41)
08:07.18*** join/#kde kbroulik (~quassel@kde/broulik)
08:09.12*** join/#kde Judge (~mr@b2b-92-50-110-226.unitymedia.biz)
08:14.03*** join/#kde TomTom (uid45892@gateway/web/irccloud.com/x-mhipxyyxjvtmibdg)
08:15.01*** join/#kde b0stik (~b0stik@213-209-160-195.ip.skylogicnet.com)
08:15.44*** join/#kde Gibba (gwhite@nat/ibm/x-dsmrgaxfvoufpkbb)
08:16.13*** join/#kde miguelauso (~quassel@213.229.153.41)
08:16.16*** join/#kde Shinonome|2 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
08:20.51*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
08:24.04*** join/#kde Shinonome|2 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
08:24.13*** join/#kde Judge (~mr@b2b-92-50-110-226.unitymedia.biz)
08:26.27JudgeHi everyone. I'm using Plasma5 with Arch Linux and SDDM as display manager. I want to set everything to my local language, which is german. I set my global LANG var to "de_DE.UTF-8" and LANGUAGE to "de_DE.UTF-8:de_DE:en_US". Parts of my Plasma Desktop is still English; for example the Tabs in KMenu, which still say "Applications" instead of "Programme"
08:26.53JudgeAlso, some of my Applications are left in English. I have installed the kde-l10n-de language.
08:27.40*** join/#kde ParanoidNemo (~nemo@host140-136-dynamic.50-79-r.retail.telecomitalia.it)
08:28.11JudgeWhen I look at the variables which are set in an X Term, they look different from my global settings: LANG is set to "de_DE.US-ACSII" and LANGUAGE to "de" . What am I doing wrong?
08:30.08JucatoJudge: just to double check, you've also set the proper translations in System Settings? (also, there might be some kde4 apps not following plasma 5 settings so you might want to check with the program "kcmshell4 language" (run it in Krunner or konsole)). other than that, sorry i have very little experience with translations
08:31.16*** join/#kde trifolio6 (~h@84.127.72.1.dyn.user.ono.com)
08:31.52*** join/#kde AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
08:35.03*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
08:37.12*** join/#kde howlymowly (~quassel@euler.ilr.tu-berlin.de)
08:39.29*** join/#kde zsvetlik (~kasicka@ip-89-176-114-35.net.upcbroadband.cz)
08:40.05*** join/#kde leviathan_ (~leviathan@41-132-77-198.dsl.mweb.co.za)
08:41.29*** join/#kde otjura (~ojr@unaffiliated/pozori)
08:43.59*** join/#kde Judge (~mr@b2b-92-50-110-226.unitymedia.biz)
08:44.04*** join/#kde freeroute (~freeroute@gateway/vpn/privateinternetaccess/freeroute)
08:44.16JudgeSorry, had to test a setting , but it didn't help ...
08:46.00*** join/#kde toscalix_ (~toscalix@host86-187-51-238.range86-187.btcentralplus.com)
08:46.10JudgeJucato: I'l test your suggestion now. BRB
08:46.48*** join/#kde altin (~altin@flossk/altin)
08:47.40*** join/#kde nicknikolov (~nicknikol@90.214.242.214)
08:48.53*** join/#kde BellinganRoy (~Bellingan@host220-5-dynamic.17-79-r.retail.telecomitalia.it)
08:51.04*** join/#kde Fusl (Fusl@unaffiliated/fusl)
08:51.41*** join/#kde Judge (~mr@b2b-92-50-110-226.unitymedia.biz)
08:51.44Judgere
08:52.41JudgeJucato: Deutsch was not set as prefered language in regional settings, but seting it did not change much. Thanks for that input anyways.
08:52.42*** join/#kde Shinonome|3 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
08:55.38JucatoJudge: in which was it not set? "kcmshell4 language" will only change it for KDE4 apps. for those using KF5/Plasma 5, you'd have to change it in System Settings (direct command: "kcmshell5 translations")
08:55.48Jucatosorry if that doesn't work either
08:56.07Jucatonot sure if there's a #kde-de
08:57.30JudgeJucato: There is, but it hosts 10 idle people only ... so not worth considering.
08:58.31*** join/#kde darkbasic_ (~quassel@niko.linuxsystems.it)
08:58.55freerouteI think I have a vague question, but I'm not sure how I could be precise: What is the move process like in Dolphin? Would you call it robust?
08:59.13*** join/#kde tetris4 (~tetris4@176.92.28.106)
08:59.42freerouteI'm mounting a ZFS volume with sshfs on my Ubuntu box and wanted to navigate the file structure with Dolphin.
09:00.08freeroutethere I wanted to make some changes and move around files, but I'm really not looking for partial moves etc.
09:01.26freerouteI am using: Dolphin 2.0 with KDE Development Platform 4.8.5 (4.8.5)
09:02.03*** join/#kde kshitij__ (~kshitij@117.208.114.176)
09:02.08*** join/#kde fyolnish (~fyolnish@arion.seedboxes.cc)
09:02.12*** join/#kde movciari (movciari@nat/redhat/x-ymlfwpibqcbnoevl)
09:02.13*** part/#kde fyolnish (~fyolnish@arion.seedboxes.cc)
09:02.36Jucatofreeroute: can't really say as I don't know the innards of KIO (the framework used for file transactions). but if you are more comfortable using commands for copy but want to browser via dolphin, there might be a compromise. use dolphin to browse, then when you're in the directory you want, hit F4 to show the embedded terminal in that directory
09:04.22*** join/#kde sayan (~sayan@fedora/sayan)
09:05.19*** join/#kde karolherbst (~karol@85.182.145.90)
09:05.32*** join/#kde freerout1 (~freeroute@gateway/vpn/privateinternetaccess/freeroute)
09:06.10*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
09:06.14*** join/#kde Worf (~worf@hexen.cgv.tu-graz.ac.at)
09:06.26freerouteJucato: hmm, for some reason that doesn't work here. On the console it says dolphin(13074)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so"
09:06.55freeroutemust be because I have an older Dolphin I'm sure
09:07.25*** join/#kde Riddell (~quassel@146-241-47-212.rev.cloud.scaleway.com)
09:07.34Jucatoor you're missing some packages
09:07.58vHandavovochka: We're bringing the extra baloo kcm options back in Plasma 5.4 (August)
09:09.05Jucato(yay!)
09:11.39*** join/#kde JackBauer24 (~JackBauer@89-71-84-205.dynamic.chello.pl)
09:12.03*** join/#kde nicknikolov (~nicknikol@90.214.242.214)
09:12.34JucatovHanda: quick question with a hopefully quick answer. how does baloo handle removable media? as in, i want it to be able to index a 2TB external hard drive i have, for the sake of being able to search it, but i'm wondering if it will retain that index even after i unplug the drive. same for MicroSD cards btw (which i actually have always inserted)
09:12.43*** join/#kde gexc (~gexc@61.164.42.142)
09:14.01Jucatohm ... i see some excluded folders baloofilerc but the list in the kcm is empty ...
09:14.07vHandaThe index is stored in ~/.local/share/baloo for your normal files and the files on removable media. So, you can just configure it to index it via the kcm, and it will do it. But we do not have any code to check for udpates after you unplug and plug it agian
09:14.23Jucatoah
09:14.47vHandawe used to get bugs during the nepomuk days of too high disk io after you plugged in a hard-disk, so it was disabled.
09:15.04vHandaI'm not quite sure what the correct approach should be.
09:15.10Jucatowhen does it update the removable media then? only when something  in the media changes while it's plugged in?
09:15.15vHandayes
09:15.20vHandayou can trigger it manually
09:15.31Jucatoyeah it's a bit of a puzzle whenever i think about it. which is why i don't ask much about it. but i'd really like that :)
09:15.38vHanda$ qdbus org.kde.baloo /indexer updateAllFolders false
09:15.54Jucato(want to check if I already have a file stored without having to attach the drive)
09:15.54vHanda^ this will do a full check across all the files that should be indexed
09:16.00Jucatothanks
09:16.05vHandaoh
09:16.17vHandathat's a strange thing to handle, searching for files which do not exist anymore.
09:16.32Jucatoyeah i guess my use case is strange :)
09:16.34vHandawe don't know if we just missed the delete notification or if it is an external hard-drive
09:17.07vHandawe used to just cleanup the indexes which pointed to files which do not exist, but with removable media ..
09:17.32Jucatoi mean, the file exists in the external drive. just that the drive isn't attached at the moment. but i'd still like to see if i have that file/video/song
09:18.11*** join/#kde wlemuel (~lemuel@116.224.233.249)
09:18.24vHandaI understand.
09:18.31vHandaIt just means special handling in the case of removable media.
09:18.51vHandaI've always wanted to store the baloo index for the removable media inside the removable media
09:18.57vHandabut that would totally break your use case
09:19.04Jucatoyeah :)
09:19.12Jucatobut hey, i'm just one user ;)
09:19.30*** join/#kde tnorth (~tnorth@46-253-189-161.dynamic.monzoon.net)
09:19.31vHandameh. We theoretically should be flexible enough.
09:19.55vHandait's not an absurd use case.
09:20.06Jucatoi was afraid it was
09:20.17*** join/#kde kbroulik (~quassel@kde/broulik)
09:20.29Jucatoanyway thanks for all the hard work on baloo :)
09:20.48vHandaThanks :)
09:21.26Jucato<--- here's at least one guy who actually likes all the search and indexing. when/if it works. just don't ask about nepomuk :P
09:22.36Jucato(i actually use the search function a lot on Windows 8. why? because it's effing hard to find anything there through navigation :P)
09:24.27*** join/#kde tonythomas (uid25971@wikimedia/-01tonythomas)
09:25.15*** join/#kde tosky (tosky@nat/redhat/x-ulrgcdetypcpxaxz)
09:26.50*** join/#kde plecomte (~quassel@scapolite.cnam.fr)
09:27.23*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
09:30.21*** join/#kde talonz (~talonz@2001:44b8:5109:cb00:feaa:14ff:fe02:3e0c)
09:31.20*** join/#kde darkbasic_ (~quassel@niko.linuxsystems.it)
09:33.27*** join/#kde jalalsfs (~jalal@183.83.187.243)
09:33.38*** join/#kde jalalsfs (~jalal@unaffiliated/jalalsfs)
09:37.02*** join/#kde MZK (~dani@239.203.15.37.dynamic.jazztel.es)
09:37.02*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
09:39.17*** join/#kde chek2fire (~spiros@athedsl-4509235.home.otenet.gr)
09:39.31*** join/#kde tormen0815_ (~me@188.165.109.36)
09:40.01*** join/#kde mkusher (~mkusher@217.21.43.72)
09:43.26*** join/#kde darkbasic_ (~quassel@niko.linuxsystems.it)
09:43.42*** join/#kde tormen0815_ (~me@188.165.109.36)
09:43.49*** join/#kde FlameReaper (~assassin@2001:e68:6755:ab00:c05d:aeda:25b:93aa)
09:47.13*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
09:48.12*** join/#kde ravior (~ravior@89.121.200.106)
09:49.19*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
09:50.14*** join/#kde mkusher (~mkusher@217.21.43.72)
09:51.08*** join/#kde FutureSuture (~Manjaro@212095007091.public.telering.at)
09:52.01*** join/#kde Langley (~victor@gsk.skoleradius.dk)
09:52.08*** join/#kde smithjd (~enderw@d75-152-186-11.abhsia.telus.net)
09:52.11LangleyHow do I find systemsettings/kcm so I can edit it?
09:52.29LangleyOn Mint 17.1 KDE
09:59.32*** join/#kde skramer_ (~quassel@p54ADE090.dip0.t-ipconnect.de)
10:00.31*** join/#kde altin (~altin@flossk/altin)
10:03.15*** join/#kde Two_Dogs (~snak-kat@c-98-247-141-188.hsd1.wa.comcast.net)
10:03.38*** join/#kde Two_Dogs (~snak-kat@unaffiliated/almoxarife)
10:08.33*** join/#kde SolarAquarion (~solaraqua@unaffiliated/solaraquarion)
10:09.52*** join/#kde karolherbst (~karol@85.182.145.90)
10:16.59*** join/#kde BernhardS (~black@HSI-KBW-46-223-128-91.hsi.kabel-badenwuerttemberg.de)
10:20.20*** join/#kde ParanoidNemo (~nemo@host140-136-dynamic.50-79-r.retail.telecomitalia.it)
10:20.33*** part/#kde ParanoidNemo (~nemo@host140-136-dynamic.50-79-r.retail.telecomitalia.it)
10:20.42*** join/#kde s8321414 (~s8321414@140.127.73.62)
10:24.06*** join/#kde Two_Dogs (~snak-kat@c-98-247-141-188.hsd1.wa.comcast.net)
10:24.06*** join/#kde Two_Dogs (~snak-kat@unaffiliated/almoxarife)
10:25.37*** join/#kde lvgx (~leo@ABordeaux-656-1-26-103.w90-16.abo.wanadoo.fr)
10:27.29*** join/#kde rindolf (~rindolf@bzq-79-182-189-157.red.bezeqint.net)
10:29.37*** join/#kde PasNox (~pasnox@D57E141B.static.ziggozakelijk.nl)
10:30.55*** join/#kde fairc (~richard@unaffiliated/richardlm)
10:33.12*** join/#kde darkbasic_ (~quassel@niko.linuxsystems.it)
10:34.43*** join/#kde mgraesslin (~martin@kde/mgraesslin)
10:35.28*** join/#kde feirlane (~feirlane@unaffiliated/feirlane)
10:35.31*** join/#kde Haudegen (~quassel@85.124.51.57)
10:39.39*** join/#kde toscalix_ (~toscalix@97e078ff.skybroadband.com)
10:40.15*** join/#kde trifolio6 (~h@84.127.72.1.dyn.user.ono.com)
10:43.59*** join/#kde J-Line (~james@42.116.111.118)
10:52.30*** join/#kde BlaXpirit (~blaxpirit@3-4-132-95.pool.ukrtel.net)
10:52.36*** join/#kde Cymew (~ante@host-95-199-134-68.mobileonline.telia.com)
10:58.27*** join/#kde JackWinter (~jack@vodsl-4965.vo.lu)
10:58.31*** join/#kde kde_pepo (~pepo@p57A408FB.dip0.t-ipconnect.de)
11:00.39*** join/#kde evad4b (~b4dave@client49.mainstreamdata.com)
11:08.39*** join/#kde tessarakt3 (~jens@x590f67ef.dyn.telefonica.de)
11:09.15*** join/#kde NeuhNeuh (~Jean-Char@2001:41d0:a:693d::1)
11:13.27*** join/#kde lvgx (~leo@lns-bzn-50f-62-147-239-25.adsl.proxad.net)
11:15.13*** join/#kde smithjd (~enderw@d75-152-186-11.abhsia.telus.net)
11:15.22*** join/#kde ParanoidNemo (~nemo@host76-204-dynamic.41-79-r.retail.telecomitalia.it)
11:17.59*** join/#kde Grokling_ (~Grokling@203.118.130.240)
11:18.18*** part/#kde ParanoidNemo (~nemo@host76-204-dynamic.41-79-r.retail.telecomitalia.it)
11:23.20*** join/#kde wlemuel (~lemuel@116.224.233.249)
11:23.41*** join/#kde marcus_ (~quassel@106.240.238.35)
11:27.50*** join/#kde Konraj (~konraj@unaffiliated/konraj)
11:27.52*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
11:30.02*** join/#kde Sho_ (~sho@kde/hein)
11:34.32*** join/#kde jabesed (~ident@bl19-220-71.dsl.telepac.pt)
11:40.18*** join/#kde FlameReaper-PC (~honoo-pc@isdn-klj-220-19.tm.net.my)
11:41.01*** join/#kde wlemuel (~lemuel@101.85.202.42)
11:43.18*** join/#kde nicknikolov (~nicknikol@90.214.242.214)
11:43.36*** join/#kde Deepfriedice (~Deepfried@CPE-60-231-75-187.lns7.cha.bigpond.net.au)
11:43.50*** join/#kde CMoH (~cipi@unaffiliated/c-moh)
11:44.43*** join/#kde ParanoidNemo (~nemo@host76-204-dynamic.41-79-r.retail.telecomitalia.it)
11:45.09*** join/#kde altin (~altin@flossk/altin)
11:47.08*** join/#kde ob-sed (~obesd@unaffiliated/obesd)
11:47.31*** join/#kde leszek (~leszek@55d40191.access.ecotel.net)
11:47.43*** join/#kde Rish (~quassel@43.224.3.43)
11:48.03*** join/#kde wenzel_ (~quassel@cable-192.222.204.165.electronicbox.net)
11:49.30*** join/#kde idafyaid (~idafyaid3@unaffiliated/idafyaid)
11:59.08*** join/#kde Cymew (~ante@host-95-199-134-68.mobileonline.telia.com)
12:00.51*** join/#kde tnorth (~tnorth@46-253-189-161.dynamic.monzoon.net)
12:02.42*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
12:03.33*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
12:04.21*** join/#kde BluesKaj (~kaj@unaffiliated/blueskaj)
12:04.54BluesKajHowdy folks
12:05.17*** join/#kde kc8hfi (~camey@fedora/kc8hfi)
12:08.42*** join/#kde Jucato (~jucato@kde/developer/jucato)
12:09.29*** join/#kde e8johan (~quassel@c-5eeaaac1-74736162.cust.telenor.se)
12:13.14*** join/#kde riclima (~codebot30@69-165-201-218.cable.teksavvy.com)
12:14.29*** join/#kde palkeo (~palkeo@unaffiliated/palkeo)
12:19.29*** join/#kde mkusher (~mkusher@217.21.43.95)
12:19.40*** join/#kde Haudegen (~quassel@85.124.51.57)
12:20.21*** join/#kde mkusher (~mkusher@217.21.43.95)
12:23.36*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
12:25.36*** join/#kde esc_type (~esc_type@194.135.17.9)
12:28.04*** part/#kde vedu (vedant@gateway/shell/kde/x-hyyiakhfaprtjhbz)
12:34.53*** join/#kde jabesed (~ident@bl19-220-71.dsl.telepac.pt)
12:35.35*** join/#kde leszek (~leszek@55d40191.access.ecotel.net)
12:36.52freeroutelo
12:39.21freeroutequite the curious thing Dolphin does... when I remove something on the remote server using CLI, the opened location over sshfs just still shows the removed directory however it is marked as empty.
12:41.20*** join/#kde Sho_ (~sho@kde/hein)
12:43.26*** join/#kde fatino (~fatino@2001:b10:11:26:227:10ff:fe22:3394)
12:44.19*** join/#kde tnorth_ (~tnorth@46-253-189-161.dynamic.monzoon.net)
12:44.44*** join/#kde tormen0815_ (~me@188.165.109.36)
12:45.44*** join/#kde hein (~sho@kde/hein)
12:51.49*** join/#kde ChemBro (~chembro@xd9330572.dyn.telefonica.de)
12:57.38*** join/#kde Riddell (~quassel@146-241-47-212.rev.cloud.scaleway.com)
12:59.49*** join/#kde langdon (~langdon@107.191.37.196)
13:00.08*** join/#kde Walex2 (~Walex@5d60647c.skybroadband.com)
13:01.59*** join/#kde shevy (~shevy@2a02:8388:1601:e000:be5f:f4ff:fecd:7cb2)
13:02.00shevyhttps://dot.kde.org/2015/05/12/may-update-kde-applications-1504
13:02.03shevyis this for qt 4 or qt 5?
13:02.25shevyhmm kde 4 and qt 4 I assume
13:02.28shevy"This release also includes Long Term Support versions of Plasma Workspaces 4.11.19, KDE Development Platform 4.14.8 and the Kontact Suite 4.14.8."
13:02.37shevyI am a bit confused because the version numbers seem so high suddenly
13:02.50shevyI got the old kde konsole from here:
13:02.52shevy<PROTECTED>
13:03.16shevybut the new one is suddenly this here:
13:03.18shevy<PROTECTED>
13:03.29shevyso I am utterly confused... from 4.14.3 to 15.04.1 ?
13:04.11*** join/#kde zhxt_ (~zhxt@124.205.254.8)
13:04.56*** join/#kde dutch_wolf (~erwin@ip5454aef8.speed.planet.nl)
13:05.21Jucatoif i got it right, 15.04 is for applications based on KDE Frameworks 5. it's the 4.14.x that's still "KDE 4"
13:06.17Jucatomight be wrong
13:06.23shevyaaaah
13:06.27shevythat makes sense
13:06.40shevywell sort of
13:06.59Jucatoonly make sense if i'm right. and i might not be :)
13:07.01shevyI'll stick to kde 4 then, thanks Jucato
13:07.06shevynah you are right, I am sure
13:07.34Jucatomight just be a switch in version naming. as in like ubuntu. 15.04 is "2015 April"
13:07.58*** join/#kde skramer_ (~quassel@p54ADE090.dip0.t-ipconnect.de)
13:08.09shevymadubuntu
13:08.27shevywell, 2015 april is easier to identify when it was released haha
13:08.46Jucatoin any case, the konsole you linked to is from march. http://download.kde.org/stable/applications/15.04.0/src/ now shows konsole as 15.04 and it hasn't been ported to KF5 as far as I know
13:09.51shevydamn, I am outdated
13:09.52*** join/#kde JackBauer24 (~JackBauer@89-71-84-205.dynamic.chello.pl)
13:10.22shevyI still remember kde3 downloads!
13:10.27*** join/#kde ivanich (~ivanich@ivanich.tenet.odessa.ua)
13:12.28*** join/#kde morice-net (uid32783@gateway/web/irccloud.com/x-rribznrjqgbevpyc)
13:14.16*** join/#kde PasNox (~pasnox@D57E141B.static.ziggozakelijk.nl)
13:14.21toskyJucato, shevy: KDE Applications 15.04 contains both kdelibs4 and KF5-based applications
13:14.33toskyas it happened with 14.12, and it will be the same at least with 15.08
13:15.14Jucatothought so. kinda lost track of apps numbering and only minded kf5/p5 :)
13:15.29toskyapps numbering is year.month based
13:16.24*** join/#kde ntz (~jdoe@static-84-42-228-122.net.upcbroadband.cz)
13:16.26ntzhello
13:16.37ntzI have rather theoretical question:
13:17.16*** join/#kde xmorph (~xt_@unaffiliated/xmorph)
13:17.17*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
13:17.40*** join/#kde dhardy (~dhardy@94-30-61-142.xdsl.murphx.net)
13:17.53ntzis a known issue, that MS imaps (owa) sucks with the KDE ? I know this problem for years. I was never able to make a kaddressbook working in kde as well outgoing provider
13:18.06ntzonly what works is calendar and mailbox
13:19.47Jucatothanks tosky
13:20.00*** join/#kde Konraj (~konraj@unaffiliated/konraj)
13:20.06Jucatontz: #kontact people might have an idea
13:21.25dhardyQuestion: *should* kde5/plasma5 be fully usable as of 5.3.0? I have many issues with it...
13:23.27dhardySorry, hi channel
13:23.32otjuraporting of applications is not yet complete so no
13:23.46otjurasome are on kf5, some are not
13:23.51ntzJucato: last question (now trying kde utils after some time) .... how do I access a calendar application ? I only have a plasma widget in the system tray
13:23.51dhardyah.. i mostly have issues with plasma and kwin
13:24.21ntzJucato: gotcha ... it's "korganizer"
13:24.22Jucatontz: the program's name is "korganizer"
13:24.39*** join/#kde e8johan (~quassel@90-229-157-121-no198.tbcn.telia.com)
13:25.06dhardyi maen, is it normal that when maximising a window, kwin ignores the plasma taskbar?
13:25.15*** join/#kde BluesKaj (~kaj@unaffiliated/blueskaj)
13:25.34mgraesslindhardy: define ignore?
13:26.01dhardyMaximising a window makes it will the screen (still with title bar but hiding the task bar)
13:26.08dhardy*fill* not will
13:26.13*** join/#kde Konraj (~konraj@unaffiliated/konraj)
13:26.24*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
13:26.34Jucatothe plasma panel has a setting that can make windows go over, or under it
13:26.47dhardyi know that; changing it doesn't help
13:27.01ntzJucato: hmm .... it's all stupid ... in the settings->general->calendars(tab)->add(button) ani't even posibility to add a ldap/owa/imaps MS calendar :(
13:27.11mgraesslindhardy: no, that's not intended, works here ;-)
13:27.42Jucatodhardy: works normal here
13:27.46dhardyhasn't worked since i started using dvratil's fedora repos, and still doesn't work with official packages
13:27.54dhardy(though i dont know if i screwed up the packages)
13:28.30mgraesslinpossible, but unlikely
13:28.37dhardyhmm, lets try with a fresh user instead of my old .kde dir
13:28.38Jucatohas been using dvratil's repos since they existed. no problems like that
13:28.41dhardythanks
13:28.45mgraesslindhardy: please provide output of qdbus org.kde.KWin /KWin supportInformation
13:28.58mgraesslindhardy: also please do xprop the plasma panel
13:28.59dhardybut another question: what's happening with regards to touchscreen?
13:29.00Jucatontz: best ask the kontact guys then. i'm not up to date with any developments
13:29.00*** join/#kde buriedalive (~misery@l37-195-228-102.novotelecom.ru)
13:29.12Jucatocoughs
13:30.03dhardymgraesslin: there's a lot of output; want it via email?
13:30.15mgraesslindhardy: no, just put it on paste.kde.org
13:30.35dhardyyeah sorry
13:31.29*** join/#kde badone_ (brad@nat/redhat/x-araoohproehzcvud)
13:31.56dhardyhttps://paste.kde.org/pvtuqojir
13:32.45*** join/#kde alextai (~kvirc@5.102.224.214)
13:33.05dhardyhttps://paste.kde.org/ptmna4ijh
13:33.39mgraesslin_NET_WM_STATE(ATOM) = _NET_WM_STATE_BELOW
13:33.45mgraesslinchecks the meaning
13:34.14dhardyah, yes, had windows to cover
13:34.22dhardyif i set it to always visible, windows "hide" behind it
13:34.43mgraesslindhardy: please set to always visible and then restart plasmashell
13:34.49dhardyokay
13:35.28dhardyyep, maximised windows still fill screen area, hiding partially behind the panel
13:35.50mgraesslinthe window doesn't have struts set
13:35.53mgraesslinthat's weird
13:36.23Jucatomaybe some residual window rule from kde4?
13:36.36mgraesslindhardy: do you have the panel on the right edge?
13:37.03dhardyyes
13:37.12mgraesslinhysterical laughter
13:37.19mgraesslindhardy: please try any other edge
13:37.54dhardyi tell a lie, if i move it to the left the window does move... but not very much
13:38.06dhardyas if the panel were something like a 1/4 its size
13:38.19dhardyor 1/2
13:38.45dhardyi have a high dpi screen so the panel is larger than might be expected
13:39.21mgraesslinok, but the windows move
13:39.26dhardyyep
13:39.30mgraesslinI have a fair idea of the problem
13:39.37mgraesslinQRect::right()
13:39.55dhardyqrects store sizes in pixels, right?
13:40.00mgraesslin"Note that for historical reasons this function returns left() + width() - 1; use x() + width() to retrieve the true x-coordinate."
13:40.19mgraesslinso the strut is not set correctly if it's on the right edge
13:40.27mgraesslindhardy: please report a bug report about it
13:40.43dhardythe window sizing is still wrong when the panel is on another edge though
13:40.53dhardyoff-by-1-pixel wouldn't even be visible on my screen
13:41.30mgraesslindhardy: nah it's not off-by-1 - it's not setting the hint at all
13:41.42dhardywhere should i report?
13:41.43dhardypackage?
13:41.57*** join/#kde joey18 (~joey@89-92-154-88.hfc.dyn.abo.bbox.fr)
13:42.30mgraesslindhardy: plasmashell
13:42.46dhardyand btw the window sizing is still wrong when the panel is on another screen edge
13:42.54*** join/#kde jachin (~jachin@14.39.132.88)
13:44.12mgraesslindhardy: that might be a different problem concerning high dpi
13:44.24mgraesslind_ed might know more about it
13:44.30dhardywundervoll... wrong on two counts
13:44.37dhardyokay, cheers for the help
13:44.41mgraesslinwell high dpi is kind of new ;-)
13:44.53dhardyworked almost perfectly in kde4 ;-)
13:44.54*** join/#kde kshitij__ (~kshitij@117.197.28.34)
13:45.11dhardywell, minus a few icons
13:45.15mgraesslinreally? I only got complaints about it not working
13:45.42dhardyqt and kde are so configurable... set high font sizes, high icon sizes, adjust scrollbar widths...
13:45.54dhardyit's not perfect and it's not automatic but it's workable
13:46.21dhardysome of the qt decorations like collapsible tree list markers are too small
13:47.55*** join/#kde Gibba (gwhite@nat/ibm/x-ndcezfzbiumwxrry)
13:48.44d_edmgraesslin: I might know what?
13:48.58Jucatothe adjustable scrollbar width is the only thing that's gone. icons and fonts i can still set
13:49.04mgraesslind_ed: whether there are problems on high dpi with panels - like incorrect maximize area
13:50.37d_edwith QT_DEVICE_PIXEL_RATIO=2 set or just generally?
13:50.37*** join/#kde gexc (~gexc@122.235.165.226)
13:50.40dhardy...
13:50.40Jucatofwiw, mine maximize just fine if the panel is either on the left or right. though dont know if 2160x1440 is hdpi
13:50.41dhardyhi btw
13:50.57dhardyyes
13:51.07dhardydhardy@yoga:~$ env|grep QT
13:51.07dhardyQT_DEVICE_PIXEL_RATIO=2
13:51.07dhardyQTDIR=/usr/lib64/qt-3.3
13:51.10dhardyQTINC=/usr/lib64/qt-3.3/include
13:51.12dhardyQT_GRAPHICSSYSTEM_CHECKED=1
13:51.13dhardyQT_IM_MODULE=compose
13:51.13dhardyQTLIB=/usr/lib64/qt-3.3/lib
13:51.20dhardyQT_PLUGIN_PATH=/usr/lib64/qt5/plugins
13:51.51dhardyi'm not bothered by the scroll bar width anyway..
13:51.52Jucatodhardy: pls do use a pastebin when pasting multiple lines like that
13:55.15*** join/#kde Hairo (~harima@2605:6400:10:4ed3:22:30:242:9f32)
13:55.16*** join/#kde mkusher (~mkusher@217.21.43.95)
13:57.42*** join/#kde nfk|laptop (~nfk@unaffiliated/nfk)
13:59.00*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
13:59.02*** join/#kde rdieter (~rdieter1@fedora/rdieter)
13:59.02*** join/#kde Guest86714 (~psi-jack@lhmon.linux-help.org)
13:59.06*** join/#kde SouL_|_ (~quassel@157.Red-83-46-149.dynamicIP.rima-tde.net)
13:59.22*** join/#kde rdieter (~rdieter1@fedora/rdieter)
13:59.25*** join/#kde FlameReaper (~assassin@isdn-klj-220-19.tm.net.my)
13:59.46d_eddhardy: ah, yeah. There are still problems. I tend to run plasmashell with that var unset
14:00.03*** join/#kde Guest86714 (~psi-jack@unaffiliated/psi-jack)
14:09.42*** join/#kde cup`ocoffie (~cup@55d46888.access.ecotel.net)
14:09.43*** join/#kde tormen0815 (~me@188.165.109.36)
14:09.43*** join/#kde thiago (~thiago@kde/thiago)
14:09.43Hairoany solution to plasma-desktop crashing when logging out/shutting down/rebooting ?
14:09.44Hairooh, i'm running plasma 5.3 in majaro
14:09.58Hairohad this problem in kubuntu 15.04 too
14:10.13*** join/#kde Xenoth (~Xenoth@104-56-166-31.lightspeed.cicril.sbcglobal.net)
14:10.17dhardymgraesslin: when the panel is on the bottom screen edge, I think the strut is set correctly
14:10.17dhardy_NET_WM_STRUT(CARDINAL) = 0, 0, 0, 30
14:10.18leszekHairo: If you eager to test can you try out Netrunner 16. I think we fixed the issue there. And if it is fixed there then it should land in Plasma 5.4
14:10.18dhardy30 pixels looks about right (according to kruler)
14:10.21mgraesslinyeah that sounds about right
14:10.28dhardywindows still hide behind or cover it
14:10.29d_edif you have QT_DEVICE_PIXEL_RATIO when you run kruler, your 30px will actually be 60
14:10.33d_edassuming kruler is Qt5
14:10.35*** join/#kde Lex_NewtoN (~quassel@nat4.academ.org)
14:10.36*** join/#kde Cymew (~ante@host-95-199-134-68.mobileonline.telia.com)
14:10.41dhardyi wondered
14:10.44*** join/#kde Z_God (~quassel@2001:984:6ace:1:221:5dff:fe2a:6806)
14:10.44mgraesslinmaybe take a ruler and do the math :-P
14:10.47*** join/#kde OnkelTem (~onkeltem@pppoe-62-84-112-224.dubna.ru)
14:10.48dhardy5 / 165 * 1800
14:10.48dhardy155
14:10.48dhardyno, 55
14:10.48dhardyif i type correctly ;)
14:24.35*** join/#kde James0r (~james@42.116.111.118)
14:25.57dhardydamn, normally not being able to see the pixels is a bonus!
14:25.58Hairoleszek: so, it's a kde issue... guess i'll wait for plasma 5.4, using the shutdown command seems to work fine.
14:26.06*** join/#kde KnusperKeks (~quassel@p3b9238e2.tokynt01.ap.so-net.ne.jp)
14:26.08dhardyFor anyone's interest, the above issue (right screen edge): https://bugs.kde.org/show_bug.cgi?id=347949
14:26.10*** join/#kde SysGhost (~sysghost@212.3.18.234)
14:26.11Jucatotry to also check the QT_DEVICE_PIXEL_RATIO thing. i don't have that set (fedora),and everything seems to work fine. (struts are set no matter the edge)
14:26.15*** join/#kde karolherbst (~karol@85.182.145.90)
14:26.17*** join/#kde Psi-Jack (~psi-jack@unaffiliated/psi-jack)
14:26.21*** join/#kde karolherbst (~karol@85.182.145.90)
14:26.22*** join/#kde metheo_irc (~metheo_ir@gw.rascom.ru)
14:26.22*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
14:26.23freeroutecan anyone please explain why I can not move 2 files from one destination to another without a permission denied error? rsyncing works like a charm.
14:26.23freerouteI'm using dolphin.
14:26.23freeroute2.0, Using KDE Development Platform 4.8.5 (4.8.5)
14:26.24*** join/#kde J-Line (~james@42.116.111.118)
14:26.30*** join/#kde Gibba (gwhite@nat/ibm/x-nberpiajwxwaebve)
14:29.18*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
14:29.20*** join/#kde xmorph (~xt_@unaffiliated/xmorph)
14:29.21*** join/#kde s8321414 (~s8321414@140.127.73.62)
14:29.22*** join/#kde cristionet (~cristi@79.114.73.250)
14:29.22*** join/#kde langdon_ (~langdon@107.191.37.196)
14:30.16*** join/#kde karolherbst (~karol@85.182.145.90)
14:31.05*** join/#kde vladoski (~nicu@host156-29-dynamic.2-87-r.retail.telecomitalia.it)
14:31.18vladoskiis KDE lighter than Windows 7?
14:31.42*** join/#kde Nikoli (~Nikoli@unaffiliated/nikoli)
14:31.52*** join/#kde tosky (tosky@nat/redhat/x-fypmwcvmsshormfm)
14:32.57*** join/#kde demm (~quassel@h159.14.186.173.ip.windstream.net)
14:33.23*** join/#kde tnorth_ (~tnorth@185.12.129.245)
14:34.42*** join/#kde jabesed (~ident@bl19-220-71.dsl.telepac.pt)
14:38.50*** join/#kde Taoki (~MirceaKit@93.113.162.37)
14:40.53*** join/#kde Shinonome|2 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
14:40.57*** join/#kde nlminhtl (~ignotus@kde/developer/minhngo)
14:41.36*** join/#kde archetech (~noota20@108-78-29-140.lightspeed.livnmi.sbcglobal.net)
14:42.49*** join/#kde Shinonome|3 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
14:46.03rdietervladoski: probably, though "lighter" by what measure?  how do you define "lighter"?
14:46.30BluesKajbbiab
14:47.30*** join/#kde nlminhtl (~ignotus@kde/developer/minhngo)
14:49.33*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
14:49.38*** join/#kde SysGhost (~sysghost@212.3.18.234)
14:50.52SysGhostvladoski: KDE is a lot more modular, so it can be made a lot more lighter.
14:50.53*** join/#kde badone_ (brad@nat/redhat/x-fxawpsohijkdmwni)
14:51.24SysGhost...but it can also be "heavier". but then again, so can Windows also be.
14:53.15*** join/#kde BluesKaj (~kaj@unaffiliated/blueskaj)
14:54.34*** join/#kde BluesKaj (~kaj@gateway/vpn/privateinternetaccess/blueskaj)
14:56.22*** join/#kde rthomsen (~ragnar@94.191.185.7.mobile.3.dk)
14:57.13*** join/#kde [Relic] (~Relic]@2602:306:33a3:6d30:4d4e:1506:14a6:ce43)
14:57.37*** join/#kde MJD (~quassel@scadrial.mjdsystems.ca)
14:58.51*** join/#kde BluesKaj (~kaj@gateway/vpn/privateinternetaccess/blueskaj)
14:59.15*** join/#kde ParanoidNemo (~nemo@host76-204-dynamic.41-79-r.retail.telecomitalia.it)
14:59.58*** join/#kde karolherbst (~karol@85.182.145.90)
15:00.22*** join/#kde strayPuppy (~vipp@unaffiliated/straypuppy)
15:00.37*** part/#kde ParanoidNemo (~nemo@host76-204-dynamic.41-79-r.retail.telecomitalia.it)
15:02.01*** join/#kde kultviech (~ag@p20030063091FF1530224D7FFFED53C94.dip0.t-ipconnect.de)
15:02.20*** join/#kde Rish_ (~quassel@163.53.179.83)
15:03.45*** join/#kde jaafar (~quassel@adsl-107-198-87-51.dsl.pltn13.sbcglobal.net)
15:03.48*** join/#kde kshitij8 (~kshitij@117.197.30.139)
15:05.12*** join/#kde tnorth_ (~tnorth@55.65.4.85.dynamic.wline.res.cust.swisscom.ch)
15:09.51*** join/#kde sayan (~sayan@fedora/sayan)
15:12.21*** join/#kde kshitij8_ (~kshitij@117.197.26.138)
15:12.50*** join/#kde athan (~quassel@50.243.136.91)
15:13.45*** join/#kde sayan (~sayan@fedora/sayan)
15:15.57*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
15:16.32*** join/#kde xvello (~quassel@2602:ffea:1:30d::954b)
15:19.53*** part/#kde Psi-Jack (~psi-jack@unaffiliated/psi-jack)
15:19.54*** join/#kde kshitij__ (~kshitij@117.197.31.55)
15:20.27*** join/#kde badone_ (brad@nat/redhat/x-tsgmzpcefhdpwnkf)
15:22.21*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
15:23.15*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
15:23.41*** join/#kde Konraj (~konraj@unaffiliated/konraj)
15:24.26*** join/#kde konelix__ (~konelix@190.106.210.3)
15:24.50*** join/#kde sagerdearia (~sagerdear@2601:547:901:7afc:176:b68e:5a81:b06c)
15:25.42*** join/#kde rthomsen (~ragnar@94.191.185.7.mobile.3.dk)
15:32.40*** join/#kde nlminhtl (~ignotus@kde/developer/minhngo)
15:34.40*** join/#kde BluesKaj (~kaj@gateway/vpn/privateinternetaccess/blueskaj)
15:36.33*** join/#kde Simotek-Work (~Simotek@opensuse/member/simotek)
15:36.40*** join/#kde kshitij8 (~kshitij@117.197.25.110)
15:37.27*** join/#kde SysGhost (~sysghost@217.21.233.78)
15:38.43*** join/#kde Markus_KMi (~quassel@p200300816F2B9400A6DB30FFFE6AAD47.dip0.t-ipconnect.de)
15:39.19*** join/#kde crucerucalin (~calin@p22.eregie.pub.ro)
15:39.43*** join/#kde patrickeigensatz (59d97efe@gateway/web/freenode/ip.89.217.126.254)
15:40.12*** join/#kde afiefh (~quassel@85.250.108.61)
15:42.10*** join/#kde karolherbst (~karol@85.182.145.90)
15:44.24*** join/#kde Markus_KMi__ (~quassel@2001:4dd0:fbc6:3:a6db:30ff:fe6a:ad47)
15:45.04*** join/#kde [Enrico] (~chiccoroc@gentoo/contributor/Enrico)
15:45.28*** join/#kde BluesKaj (~kaj@unaffiliated/blueskaj)
15:46.22*** join/#kde krytarik (~krytarik@unaffiliated/krytarik)
15:46.38*** join/#kde rroa (~rroa@2604:a880:1:20::136:1)
15:49.41*** join/#kde waltercool (~waltercoo@186.103.176.74)
15:50.30*** join/#kde waltercool (~waltercoo@186.103.176.74)
15:51.59*** join/#kde Cymew (~ante@host-95-199-134-68.mobileonline.telia.com)
15:54.02*** join/#kde Markus_KMi (~quassel@2001:4dd0:fbc6:3:f9d1:ddea:5f0c:72a3)
15:55.37*** join/#kde me_ (~me@188.165.109.36)
15:56.33*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
15:56.46*** join/#kde xvello (~quassel@kajou.xvello.net)
15:56.58*** join/#kde MoonUnit` (~MoonUnit@217.155.33.24)
15:59.49*** join/#kde Cymew (~ante@host-95-199-134-68.mobileonline.telia.com)
16:03.30*** join/#kde rthomsen (~ragnar@user115.77-105-219.netatonce.net)
16:08.34*** join/#kde js9600 (~jsdk@87-57-20-106-dynamic.dk.customer.tdc.net)
16:11.56*** join/#kde jabesed (~ident@bl19-220-71.dsl.telepac.pt)
16:13.06*** join/#kde jgrulich (~jgrulich@ip-94-112-190-84.net.upcbroadband.cz)
16:17.32*** join/#kde marcelo_ (~marcelo@r167-60-217-140.dialup.adsl.anteldata.net.uy)
16:18.44*** join/#kde veqz_ (~veqz@cm-84.210.2.209.getinternet.no)
16:18.44*** join/#kde FlameReaper-PC (~honoo-pc@isdn-klj-220-19.tm.net.my)
16:18.46*** join/#kde buscher (~buscher@konversation/developer/buscher)
16:22.52*** join/#kde privacychain (~privacych@179.158.155.241)
16:23.22*** join/#kde talonz (~talonz@2001:44b8:5109:cb01:feaa:14ff:fe02:3e0c)
16:23.54*** join/#kde nlminhtl (~ignotus@kde/developer/minhngo)
16:24.51*** join/#kde FlameReaper-PC (~honoo-pc@isdn-klj-220-19.tm.net.my)
16:25.42*** join/#kde nfk|laptop (~nfk@unaffiliated/nfk)
16:26.12*** join/#kde badone_ (brad@nat/redhat/x-fpjrpecwqzahitqi)
16:26.23*** join/#kde kshitij8_ (~kshitij@117.197.28.70)
16:31.38*** join/#kde mithnae (~mithnae@89-69-81-48.dynamic.chello.pl)
16:33.45*** join/#kde Fusselwurm (~quassel@exchange.tag-dev.de)
16:34.48*** join/#kde mxttie (~mattie@94-225-166-248.access.telenet.be)
16:36.12*** join/#kde diego_ (~quassel@189-209-82-209.static.axtel.net)
16:37.55*** join/#kde JackBauer24 (~JackBauer@89-71-84-205.dynamic.chello.pl)
16:41.57*** join/#kde kshitij__ (~kshitij@117.197.38.126)
16:44.19*** join/#kde darkbasic_ (~quassel@niko.linuxsystems.it)
17:01.05*** join/#kde boris64 (~boris64@2a02:8108:95c0:14e4:ae9e:17ff:fe4e:659a)
17:08.30*** join/#kde pata (~quassel@host109-157-170-204.range109-157.btcentralplus.com)
17:08.52*** join/#kde atomik (~bouh@95.211.152.2)
17:10.23*** join/#kde badone_ (brad@nat/redhat/x-nhhlsknjucasvpsu)
17:11.51*** join/#kde Syvolc (~tim@2a01:e35:8b93:45e0:c1c0:e4d9:ebe4:66c8)
17:13.47*** join/#kde Szadek (Szadek@gateway/vpn/mullvad/x-mjhbjeqfvecqkdlp)
17:15.33*** join/#kde Szadek (Szadek@gateway/vpn/mullvad/x-kpjuvzztfdjpgvhu)
17:17.19*** join/#kde turgay (~deneme@95.13.148.92)
17:21.25*** join/#kde FlameReaper-PC (~honoo-pc@isdn-klj-220-19.tm.net.my)
17:21.30*** join/#kde chris_hd (~chris_hd@x2f65db8.dyn.telefonica.de)
17:24.23*** join/#kde NeuhNeuh (~Jean-Char@2a01:e35:2eb9:64b0:d980:dd23:f637:ac93)
17:29.13*** join/#kde kultviech (~ag@pD9FE9039.dip0.t-ipconnect.de)
17:29.35*** join/#kde waltercool (~waltercoo@186.103.176.74)
17:30.46*** join/#kde FutureSuture (~Manjaro@212095007091.public.telering.at)
17:31.21*** join/#kde baizon (~baizon@unaffiliated/baizon)
17:32.58*** join/#kde zhxt__ (~zhxt@124.205.254.8)
17:35.36*** join/#kde nicknikolov (~nicknikol@90.214.242.214)
17:38.53*** join/#kde promulo (~quassel@dslb-088-075-059-007.088.075.pools.vodafone-ip.de)
17:41.01*** join/#kde rahulch (~rahul@116.193.133.156)
17:41.23*** join/#kde thiago (~thiago@kde/thiago)
17:42.21*** join/#kde kbroulik (~quassel@kde/broulik)
17:45.53*** join/#kde hobakill (~hobakill@50.254.18.158)
17:49.25*** join/#kde travnewmatic (~travnewma@corp.external.dfw02.800hosting.net)
17:50.55*** join/#kde freeroute (~freeroute@gateway/vpn/privateinternetaccess/freeroute)
17:52.34shevyI liked that things like konsole are now standalone
17:52.44shevyin the past I think it was bundled into kdelibs or kdebase, at least in kde3 era
17:52.52shevyftp://gd.tuwien.ac.at/kde/stable/4.14.3/src/konsole-4.14.3.tar.xz
17:53.23*** join/#kde BernhardS (~black@HSI-KBW-46-223-128-91.hsi.kabel-badenwuerttemberg.de)
17:53.51*** join/#kde Toast (~quassel@w-247.cust-16293.ip.static.uno.uk.net)
17:55.01*** join/#kde jcsl_ (~jcsl@89.130.115.17)
17:56.06jcsl_Hi. Is is possible to hide Kate's tabs when there's only one?
17:59.52*** join/#kde cb400f (~cb400f@opensuse/member/Cb400f)
18:04.13*** part/#kde jcsl_ (~jcsl@89.130.115.17)
18:07.48*** join/#kde Sho_ (~sho@kde/hein)
18:11.48*** join/#kde shumski___ (~shumski@93-142-222-76.adsl.net.t-com.hr)
18:24.54*** join/#kde rdieter (~rdieter1@fedora/rdieter)
18:27.39*** join/#kde cotko2 (~ahmed@BSN-142-125-51.dynamic.siol.net)
18:29.19*** join/#kde Shinonome|2 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
18:30.29*** join/#kde nlminhtl (~ignotus@kde/developer/minhngo)
18:31.18*** join/#kde kultviech (~ag@pD9FE9039.dip0.t-ipconnect.de)
18:32.19*** join/#kde promulo__ (~quassel@185.94.29.111)
18:35.23*** join/#kde tosky (~tosky@176.74.128.57)
18:39.28*** join/#kde blueck (~bb@dslb-178-003-020-013.178.003.pools.vodafone-ip.de)
18:39.57*** join/#kde rdieter (~rdieter1@fedora/rdieter)
18:40.46*** join/#kde badone_ (brad@nat/redhat/x-zkkknathrfvsqojm)
18:41.11*** join/#kde rdieter (~rdieter1@fedora/rdieter)
18:46.28*** join/#kde Pinaraf (~moi@2001:41d0:fc04:5400:468a:5bff:fe21:991b)
18:52.38*** join/#kde karolherbst (~karol@85.182.145.90)
18:53.35*** join/#kde DrZaius (~Grag@81.17.19.227)
18:53.36*** join/#kde Gibba (~gwhite@grahamandbeth.plus.com)
18:57.34*** join/#kde disharmonic (~disharmon@unaffiliated/disharmonic)
18:58.45*** join/#kde tessarakt3 (~jens@x590f67ef.dyn.telefonica.de)
18:58.50*** join/#kde droftware (~quassel@122.161.29.240)
18:59.09*** join/#kde Shinonome (~opensuse@93-40-249-124.ip41.fastwebnet.it)
18:59.52*** join/#kde DrZaius (~Grag@81.17.19.227)
19:01.36*** join/#kde gregormi (~gregor@2a02:908:2611:4300:597f:cbf5:9e16:c08)
19:04.59*** join/#kde kultviech (~ag@pD9FE9039.dip0.t-ipconnect.de)
19:07.06*** join/#kde promulo (~quassel@dslb-088-075-059-007.088.075.pools.vodafone-ip.de)
19:09.01*** join/#kde Shinonome|2 (~opensuse@93-40-249-124.ip41.fastwebnet.it)
19:09.32*** join/#kde kampnerj (~jon@cpe-69-201-165-127.nyc.res.rr.com)
19:09.37*** join/#kde zir0faive (~zir0faive@cty37-1-78-214-92-19.fbx.proxad.net)
19:09.51*** join/#kde jfmcarreira (~joaoc@www.digitallifespan.ac.uk)
19:10.43*** part/#kde x2s (~xts@unaffiliated/x2s)
19:12.09*** join/#kde mkusher (~mkusher@93.170.184.174)
19:13.24*** join/#kde promulo (~quassel@dslb-088-075-059-007.088.075.pools.vodafone-ip.de)
19:18.30*** join/#kde e8johan (~quassel@90-229-157-121-no198.tbcn.telia.com)
19:19.28*** join/#kde athan (~quassel@173-14-18-245-Colorado.hfc.comcastbusiness.net)
19:20.45*** join/#kde dv_ (~quassel@chello062178118086.5.14.vie.surfer.at)
19:22.49*** join/#kde palkeo_ (~palkeo@2a01:6600:8083:5701::92b)
19:28.47*** join/#kde trifolio6 (~h@84.127.72.1.dyn.user.ono.com)
19:31.06*** join/#kde diego_ (~quassel@189-209-82-209.static.axtel.net)
19:32.28*** join/#kde Two_Dogs (~snak-kat@c-98-247-141-188.hsd1.wa.comcast.net)
19:32.28*** join/#kde Two_Dogs (~snak-kat@unaffiliated/almoxarife)
19:35.07*** join/#kde unixfreak (~unixfreak@cpc4-chap8-2-0-cust102.aztw.cable.virginm.net)
19:44.39*** join/#kde hurikhan77 (~kakra@ip18864262.dynamic.kabel-deutschland.de)
19:48.10*** join/#kde vivid (~vivid@c-71-231-77-185.hsd1.wa.comcast.net)
19:48.10*** join/#kde vivid (~vivid@unaffiliated/vivid)
19:49.55*** join/#kde kirun (~kirun@82-71-16-154.dsl.in-addr.zen.co.uk)
19:58.28*** join/#kde gimiki (~gimiki@ppp-192-138.15-151.iol.it)
19:59.43*** join/#kde SouL_|_ (~quassel@157.Red-83-46-149.dynamicIP.rima-tde.net)
20:01.12*** join/#kde BlaXpirit (~blaxpirit@3-4-132-95.pool.ukrtel.net)
20:08.43*** join/#kde Aziroshin (~aziroshin@83.150.6.80)
20:09.37AziroshinHello. :o
20:10.47*** join/#kde nemysis (~nemysis@freebsd/developer/pcbsd.nemysis)
20:10.47AziroshinI have KDE version 4.14.1 on Ubuntu 14.10. So far, I've been running a fluxbox based desktop, and for screen capturing, I used a similar fluxbox setup in a second xserver (on its own $DISPLAY).
20:12.08AziroshinRight now, I am attempting to transition this setup to KDE. That also means that this second xserver, which is started with a chain of shell scripts, would need to run duplicates of kwin and plasma-desktop, preferably with $HOME set to something other than the actual HOME directory.
20:12.26AziroshinHowever, it seems that plasma-desktop refuses to run more than once.
20:15.36*** join/#kde vivid (~vivid@unaffiliated/vivid)
20:15.44AziroshinHmm, I've just done research on multi-user jack audio. If everything fails, attempting to transition the screencasting environment to a different user altogether might be a solution, as it seems there is a way to have jackd run as a system wide daemon. I might want to look into this more.
20:16.36AziroshinStill, the problem stands, as it would be preferable to tackle this with less overhead for now. If you have an idea, I'd greatly appreciate any pointers. :) - I'll look at the chat from time to time to see.
20:17.56*** join/#kde nemysis (~nemysis@freebsd/developer/pcbsd.nemysis)
20:18.47*** join/#kde jabesed (~ident@bl19-220-71.dsl.telepac.pt)
20:26.08*** join/#kde kampnerj (~jon@cpe-69-201-165-127.nyc.res.rr.com)
20:26.33*** join/#kde juba (~quassel@unaffiliated/juba)
20:27.53jubaHi, could someone help me with a problem with kscreen on kubuntu 15.04/Plasma 5.3 ?
20:32.13*** join/#kde T-Sourcemaker (~Joungai3q@HSI-KBW-109-193-072-115.hsi7.kabel-badenwuerttemberg.de)
20:34.33*** join/#kde athan (~quassel@173-14-18-245-Colorado.hfc.comcastbusiness.net)
20:35.07*** join/#kde mac^^^ (~chatzilla@2602:306:3378:bd10:d63d:7eff:fed7:116c)
20:35.25*** join/#kde riclima (~codebot30@69-165-201-218.cable.teksavvy.com)
20:35.42*** join/#kde darkbasic (~quassel@niko.linuxsystems.it)
20:41.12*** join/#kde BluesKaj (~kaj@unaffiliated/blueskaj)
20:44.30*** join/#kde JackBauer24 (~JackBauer@89-71-84-205.dynamic.chello.pl)
20:48.45*** join/#kde strayPuppy (~vipp@unaffiliated/straypuppy)
20:50.40*** join/#kde librehat (~symeon@80.111.45.207)
20:51.25librehatHello guys, I installed XFCE and loged into XFCE then switched back to Plasma 5. But the desktop notification seems broken now.
20:51.56librehatIt pops out at top-right corner instead slipped out from bottom-right where the status notifier is.
20:52.26librehatSeems like it gets changed by XFCE somehow. How can I change it back?
20:53.07*** join/#kde nlminhtl (~ignotus@kde/developer/minhngo)
20:53.28*** join/#kde JanKusanagi (~jank@212.131.14.37.dynamic.jazztel.es)
20:53.46rdieterlibrehat: it's possible the xfce notification daemon is running instead of the kde one
20:54.27librehatrdieter: I've removed all XFCE packages and rebooted.
20:54.28rdieterlibrehat: look for xfce4-notifyd, and kill it
20:54.42librehatrdieter: you
20:54.51librehatrdieter: you're right... it's still there, werid
20:54.53*** join/#kde feirlane (~feirlane@unaffiliated/feirlane)
20:56.28librehatrdieter: there is no notifications now... sorry but what is the relevant daemon of plasma 5?
20:57.01rdieterit's supposed to start ondemand
20:57.22rdieterI thought (dbus activated)
20:57.44librehatrdieter: it didn't bring itself back. I'll re-login and try.
20:57.55rdieterlibrehat: do you have notifications widget active in systray ?
20:58.49*** join/#kde librehat (~symeon@80.111.45.207)
20:59.00librehatrdieter: re-login solved it. thx
21:02.33*** join/#kde roberth1990 (~roberth@57.237.251.212.customer.cdi.no)
21:06.29*** join/#kde jfmcarreira (~joaoc@kahlan.eps.surrey.ac.uk)
21:09.55*** join/#kde Moult (~quassel@static.88-198-98-200.clients.your-server.de)
21:10.09*** join/#kde MVXA (~Arthur@pdpc/supporter/student/mvxa)
21:11.46*** join/#kde arpa (~quassel@host109-157-170-204.range109-157.btcentralplus.com)
21:14.40*** join/#kde chozen (~chozen@72.252.133.79)
21:21.33*** join/#kde darkbasic_ (~quassel@niko.linuxsystems.it)
21:22.47*** join/#kde karolherbst (~karol@85.182.145.90)
21:23.25*** join/#kde karolherbst (~karol@85.182.145.90)
21:24.31*** join/#kde pata (~quassel@host109-157-170-204.range109-157.btcentralplus.com)
21:24.37*** join/#kde hoodwanked (~lamar@c-67-169-206-29.hsd1.or.comcast.net)
21:26.19*** join/#kde rdieter1 (~rdieter1@fedora/rdieter)
21:28.18*** join/#kde karolherbst (~karol@85.182.145.90)
21:37.28*** join/#kde auxsvr (~quassel@cust-27-63.on5.ontelecoms.gr)
21:38.26*** join/#kde tetris4 (~tetris4@176.92.28.106)
21:38.29auxsvrhi
21:38.50auxsvrusing kontact 4.14.6 on opensuse 13.2
21:39.15auxsvrsuddenly, kontact copied several hundred times emails from the inbox of an account to another!
21:39.46auxsvrakonadi uses lots of resources in the process for no apparent reason
21:39.58*** join/#kde woozle_ (~woozle@50.111.107.26)
21:40.06*** join/#kde |aaron (~quassel@50.240.202.193)
21:40.35*** join/#kde asterismo (~santiago@r167-108-6-104.dialup.mobile.ancel.net.uy)
21:41.58*** join/#kde fewcha (~sbairagya@116.193.133.246)
21:41.59auxsvralso, gmail accounts do not work
21:42.03auxsvrplease advise
21:43.06*** join/#kde Jucato (~jucato@kde/developer/jucato)
21:46.45auxsvralso, it created ~900 empty email messages in an account
21:48.46*** join/#kde jigar (~quassel@122.179.181.141)
21:49.36*** join/#kde rdieter (~rdieter1@fedora/rdieter)
21:52.23*** join/#kde nlminhtl (~ignotus@kde/developer/minhngo)
21:53.24*** join/#kde crucerucalin (~calin@p22.eregie.pub.ro)
22:04.24*** join/#kde chek2fire (~spiros@athedsl-4509235.home.otenet.gr)
22:07.09*** join/#kde hobakill (~hobakill@50.254.18.158)
22:11.42*** join/#kde jabesed (~ident@bl19-220-71.dsl.telepac.pt)
22:13.46*** join/#kde jachin (~jachin@14.39.132.88)
22:18.16*** join/#kde s8321414 (~s8321414@140.127.73.62)
22:20.42*** join/#kde tomcat_berlin (~thomas@f052193017.adsl.alicedsl.de)
22:26.36*** join/#kde waltercool (~waltercoo@186.103.176.74)
22:30.16*** join/#kde s8321414_ (~s8321414@140.127.73.62)
22:30.20*** join/#kde tnorth_ (~tnorth@55.65.4.85.dynamic.wline.res.cust.swisscom.ch)
22:35.23*** join/#kde Jucato (~jucato@kde/developer/jucato)
22:42.36*** join/#kde |aaron_ (~quassel@50.240.202.193)
22:46.46*** join/#kde altin (~altin@flossk/altin)
22:48.41*** join/#kde desti (~desti@dslb-092-073-190-215.092.073.pools.vodafone-ip.de)
22:50.05*** join/#kde Shinonome|2 (~opensuse@93-41-8-255.ip79.fastwebnet.it)
22:51.22*** join/#kde Jejem (~jejem@lord.phyrexia.org)
22:56.19*** join/#kde s8321414_ (~s8321414@140.127.73.62)
22:58.20*** join/#kde chozen (~chozen@72.252.133.79)
23:05.51*** join/#kde filipesaraiva (~filipe@177.180.109.203)
23:08.05*** join/#kde hobakill (~hobakill@c-98-228-23-96.hsd1.il.comcast.net)
23:11.21*** join/#kde hein (~sho@kde/hein)
23:16.17*** join/#kde steven_ (~steven@193.190.253.144)
23:20.16*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:24.11*** join/#kde arescorpio (~arescorpi@210-166-16-190.fibertel.com.ar)
23:24.22*** join/#kde JanKusanagi (~jank@5.145.14.37.dynamic.jazztel.es)
23:25.47*** join/#kde hobakill (~hobakill@c-98-228-23-96.hsd1.il.comcast.net)
23:29.28*** join/#kde lrocket (~weechat@2001:2002:5ae3:30e6:baee:65ff:fe79:71c9)
23:37.59*** join/#kde jankusanagi_ (~jank@112.158.14.37.dynamic.jazztel.es)
23:39.47*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:40.04*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:40.24*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:40.42*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:41.02*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:41.19*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:41.39*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:41.59*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:42.19*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:42.39*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:42.59*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:43.19*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:43.38*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:43.56*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:44.14*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:44.35*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:44.53*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:45.29*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:45.47*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:46.46*** join/#kde privacychain (~privacych@179.158.155.241)
23:50.03*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:50.24*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:50.32*** mode/#kde [+o Jucato] by ChanServ
23:50.53*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:52.06*** join/#kde filipesaraiva (~filipe@177.180.109.203)
23:54.00*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:54.27*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:55.14CrustY__what's plasma 5 archive manager?
23:55.33*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:57.32*** join/#kde Jucato (~jucato@kde/developer/jucato)
23:57.55*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:58.13*** join/#kde Jejem (~jejem@lord.phyrexia.org)
23:58.17*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:58.41*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:59.02*** join/#kde lnr (~lnr@aim.engr.arizona.edu)
23:59.37*** join/#kde Jucato_ (~jucato@kde/developer/jucato)
23:59.38*** join/#kde tessarakt3 (~jens@x590f67ef.dyn.telefonica.de)

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