/srv/irclogs.ubuntu.com/2015/12/05/#kubuntu.txt

keithzgProbably the same as https://bugs.kde.org/show_bug.cgi?id=355253, guess I can check when the next alarm goes off in 5 minutes, heh.00:01
ubottuKDE bug 355253 in KAlarm resource "kalarm causes akonadi resource crash" [Crash,Unconfirmed]00:01
=== finetundra_ is now known as finetundra
keithzgHmm how do you set the start-day of the month in Plasma 5.4?01:18
keithzgsorry, of the week I mean01:18
keithzgOuch, guess it isn't necessarily possible, that sucks. https://bugs.kde.org/show_bug.cgi?id=34098201:33
ubottuKDE bug 340982 in kcm_formats "I cannot set my short date to YYYY-MM-DD, nor my time to HH:MM" [Wishlist,Confirmed]01:33
keithzgQLocale seems like a *huge* regression from the functionality that KLocale provided.01:36
=== kubuntu is now known as frogpond
frogpondcurrently installing Kubuntu 15.10 on lenovo ideacentre03:48
LogicalDashI'm trying to stop the screen from going to sleep when I don't move the mouse, what setting is that?06:19
LogicalDashok, never mind, Energy Saving06:20
ngaiohow do I unmount an MTP device that is mounted in Dolphin (on 15.10)?08:13
=== jayhunold is now known as jhunold
keithzgngaio: MTP devices aren't mounted per se, it's just a protocol for talking; you can unplug them without fear.08:58
ngaiokeithzg, dolphin blocks gphoto2's access to the device08:59
ngaioanother way of asking my question is to ask "how do I tell dolphin to relinquish the MTP device?"08:59
keithzgngaio: That's strange, there shouldn't be any sort of locking like that going on. That should only happen if the device thinks an operation is taking place but it isn't being completed.09:01
ngaiokeithzg, I'm pretty certain it's using gphoto2 under the hood to display the device contents of this particular MTP device (nexus 4). I know from using libgphoto2 in my own code that libgphoto2 needs to an explicit free call, or alternatively it times out after some minutes09:03
ngaiountil then, the device is "mounted" i.e. locked by the process09:03
keithzgngaio: I'd be pretty surprised if it was using gphoto2, since libgphoto2-6 isn't a dependency of dolphin. Digikam uses it, for instance, but Dolphin just uses the MTP KIO slave.09:08
ngaiokeithzg, interesting09:09
ngaioin any case, something is blocking libgphoto2's access to the device, therefore the need to "unmount" it09:09
ngaioperhaps I should send a message to the kfm-devel mailing list about this09:13
keithzgngaio: I'd almost suggest first trying plugging the device in and using gphotos2 without any KDE stuff running, see if that's actually the problem.09:13
ngaioI know it's the problem :-)09:13
ngaioit's easy to reproduct09:13
ngaioreproduce*09:13
keithzgYou've tried running in a session without?09:13
ngaioI've been testing it under Unity, XFCE, & KDE plasma 5 / KF509:14
ngaiowith the GVFS type environments (Unity, Gnome, XFCE etc.) it's easy. you just request gvfs to "unmount" it and the libgphoto2 can access it09:15
ngaiobut I am unable to find the equivalent function in KDE plasma 5 / KF509:15
keithzgSo on the same machine in XFCE it works? Better yet, on the same machine without any of the gnome infrastructure running by default either (ex. in an openbox session) it works?09:16
ngaio'solid-hardware unmount udi' doesn't work either09:16
ngaioyes it works, because my code instructs the desktop environment to "unmount" the device first, if it is "mounted"09:17
ngaiomy code uses libgphoto2 directly to access the device, so it bypasses Gnome etc. I just want Gnome and KDE and the rest get out of the way to allow libgphoto2 to do it's thing09:18
ngaioa user would come across the same issue when using gphoto2 from the command line09:19
keithzg*shrug* I'm just wondering if you've verified that it's actually KF5 specifically that's getting in your way by testing the same exact machine but outside of either a GNOME(-derivative) or KDE session.09:19
ngaiokeithzg, why so? if you have an android device > 4.0 you can try it yourself. Just run gphoto2 --list-folders from the command line and see it's error message, before and after displaying the device contents in dolphin09:22
keithzgngaio: Heh well gphoto2 doesn't work for me whether or not I've accessed the device via Dolphin, I just get "*** Error (-1: 'Unspecified error') ***"09:25
keithzgI'm still on 14.04 on the system in front of me.09:27
ngaiokeithzg, for example I'm in Unity now. I run dolphin, browse the device, and gphoto2 gives *** Error (-53: 'Could not claim the USB device') ***09:27
ngaioI close dolphin, and gphoto2 works as expected09:27
ngaioI can reproduce it the same way if I'm in plasma 5 too, it makes no difference09:28
keithzgngaio: So wait, your problem goes away as soon as you close Dolphin in Plasma 5 too?09:29
ngaiobtw you have to unlock the device first09:29
ngaioor else it can't scan it09:29
keithzgOh it's unlocked.09:29
keithzgI can click then on it in Dolphin and browse just fine.09:30
ngaiokeithzg, no that's a difference. Under unity, it relinquishes it immediately09:30
ngaiounder plasma you need to wait some time for it to time out09:30
keithzgngaio: Hmm, interesting.09:30
ngaioquite some minutes as I recall09:30
keithzgngaio: Does a process linger, then? On Kubuntu 14.04, for instance, if I have a Dolphin window open and I've opened up my Nexus 5X to browse it, I can see a process for the MTP KIO slave.09:31
keithzgIt vanishes once I close that Dolphin instance.09:31
ngaiolet me login into plasma and see09:31
ngaiobrb09:31
=== max is now known as Guest65001
=== maxim__ is now known as maxvanceffer
ngaiokeithzg, so it turns out that I was partly wrong about dolphin. If you close it completely when it's running within plasma 5, it does relinquish control of the MTP android device09:38
ngaio which is good09:39
ngaiohowever if you browse somewhere else other than the MTP device, e.g. home folder, it still keeps control of the device09:39
keithzgngaio: I bet if you look you'll see that an mtp kio process is still running.09:43
ngaioyes just checked that09:45
ngaioit is09:45
ngaiodoes KDE provide a way taking a request that it close that slave process?09:46
keithzgngaio: I'd guess that'd be doable via dbus, but I'll admit that's just a guess.09:49
* keithzg scurries off home for the night09:56
lordievaderGood morning.10:41
realmkeepergood evening :)10:42
=== afx237_ is now known as afx237
realmkeeperIs, or has, anyone running kubuntu on the following...10:44
realmkeeperhttp://www.dell.com/au/p/xps-13-9350-laptop/pd?oc=y51of94au&model_id=xps-13-9350-laptop10:44
realmkeeper?10:44
lordievaderThat is a rather specific question...10:57
realmkeeperlordievader: you mean me? Yes, I'm interested as to whether Kubuntu would install without problem on that laptop11:00
realmkeeperlordievader: But, I would consider any other, too... Kaos is interesting11:00
lordievaderrealmkeeper: Yes, specific questions like that rarely get an answer. Anyhow linlap doesn't list it yet. http://www.linlap.com/dell That says nothing however.11:02
realmkeeperOkay. Thanks lordievader11:02
realmkeeperlordievader: But the way, in KDE I usually make the top right corner a hotspot to show all desktops. In the past, in the "Buttons" custom window I would put a spacer or two between the corner and close button, to that I wouldn't accidentally activate the hot corner when aiming for the close button...11:07
realmkeeperbut, in the new KDE, the "spacer" is missing/gone. Where would I put feedback for that?11:07
lordievaderMost likely on bugs.kde.org11:07
realmkeeperTechnically not a bug, but okay. Thanks.11:08
lordievaderThat or kde's brainstorm thing.11:11
BluesKajHey all12:21
Draco_Anyone around for a quick question? ....13:12
BluesKajDraco_, yes13:13
Draco_I have a Toshiba Satellite  and I am trying to update to Werewolf ... but I can't get my computer to boot from the USB ... I have a feeling it is going to be an OEM issue, but I'd rather ask to be sure about it13:14
Draco_I set the bios to boot from the USB first ... then CD/DWD then HDD ... but it skips the USB in teh boot sequence13:14
BluesKajhow did you create the OS iso ?13:15
Draco_I'm currently on Kubuntu 14.04 ...13:15
Draco_I downloaded it from the Kubuntu torrent site .. everything is good ... go through the startup disk creator without issue ... but it just won't bot from USB13:15
Draco_I can get around it when I have time to go grab a blank DVD ... but I was hoiping to have it done before I leave work this morning13:16
BluesKajI recommend you use dd to copy the iso to the usb , it's more reliable than 'creator' and it will be bootable13:17
Draco_dd?  Can I get that through Muon?13:17
BluesKajdd is a terminal command13:18
BluesKaj!dd13:18
BluesKaj!info dd13:18
ubottuPackage dd does not exist in wily13:18
BluesKajstrange the bot has no info13:19
Draco_no worries ... I just got a call .. be back in a few13:19
BluesKajDraco_, http://askubuntu.com/questions/59551/how-to-burn-a-windows-iso-to-a-usb-device13:21
BluesKajignore that post above13:22
BluesKajDraco_, http://superuser.com/questions/351814/how-to-copy-an-iso-image-onto-usb-with-dd13:24
rohanHELP13:45
rohani have installed kubuntu recently but by ethernet do not connect automatically13:47
rohanwhat should i do?13:47
lordievaderDraco_: Or try Unetbootin.13:53
BluesKajunetbootin is almost as bad as creator IME13:54
lordievaderIt worked for me.13:55
BluesKajdd is still easier and more reliable13:56
Draco_well ... thank you for the suggestions ... I'm going to give the DVD a shot later and see if I can make that work -- figure out the USB issue later .... if it's still not working, I will likely be back.  Thanks for the assist -- but of course, when I finally take the time to ask my question on a forum, work finally starts getting busy ...14:03
=== Steffstoff is now known as Guest47441
=== mozg is now known as mpangalatra
=== mpangalatra is now known as mozg
=== mozg is now known as tacatabro
=== tacatabro is now known as mozg
CoffeeJgood evening pals today is a good day hope for u too14:49
=== Philip6 is now known as Philip5
=== max__ is now known as Guest8218
floownHello17:48
floownI have lost my taskbar, how can I launch it again, please?17:48
foormeafloown: taskbar or the whole panel?17:59
floownThe whole panel17:59
floownfoormea:18:00
foormearight-cick on your desktop and "add panel"18:00
foormeaonce you've got your panel you can add widgets in it18:00
foormeaby clicking the button that looks like 3 horizontal lines stacked up18:01
foormeadoes it work?18:03
floownMy Kubuntu is in a VM (virtualbox) so I have no desktop18:04
floownfoormea:18:04
floownI have restart the session, the panel is back18:12
=== leonidas_ is now known as Guest70290
=== ubuntu is now known as Guest65383
=== dilfridge is now known as gnome
=== gnome is now known as dilfridge
=== dilfridge is now known as gollum
=== s_20_ is now known as s_20
=== gollum is now known as dilfridge
excalibrhttps://i.imgur.com/gJ2vPy0.png :(23:48
jefersonhello23:49

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