From rjlapham at gmail.com Fri May 5 17:57:23 2017 From: rjlapham at gmail.com (Jerry Lapham) Date: Fri, 05 May 2017 13:57:23 -0400 Subject: Mount points Message-ID: <4245708.6FndRt15p7@jerry-hp2> Why does Kunbutu 16.04 LTS make the mount point for my DATA partition /media/ jerry/DATA when fstab says it should be /DATA? Kubuntu 14.04 LTS doesn't do that. -Jerry -- ============================================= Jerry Lapham Monroe, OH 45050 rjlapham at gmail.com ============================================= Walk to Emmaus: Fueling station for a spirit-filled church From grokit at ajinfosearch.com Fri May 5 19:21:52 2017 From: grokit at ajinfosearch.com (Alan (grokit)) Date: Fri, 05 May 2017 15:21:52 -0400 Subject: Mount points In-Reply-To: <4245708.6FndRt15p7@jerry-hp2> References: <4245708.6FndRt15p7@jerry-hp2> Message-ID: <1656761.HbSrrDkNj4@kirk> What's exactly in your fstab? Can you post it here? On Friday, May 5, 2017 1:57:23 PM EDT Jerry Lapham wrote: > Why does Kunbutu 16.04 LTS make the mount point for my DATA partition /media/ > jerry/DATA when fstab says it should be /DATA? Kubuntu 14.04 LTS doesn't do > that. > > -Jerry > From rjlapham at gmail.com Fri May 5 19:58:23 2017 From: rjlapham at gmail.com (Jerry Lapham) Date: Fri, 05 May 2017 15:58:23 -0400 Subject: Mount points In-Reply-To: <1656761.HbSrrDkNj4@kirk> References: <4245708.6FndRt15p7@jerry-hp2> <1656761.HbSrrDkNj4@kirk> Message-ID: <4319854.EenHVRsuJm@jerry-hp2> On Friday, May 5, 2017 3:21:52 PM EDT Alan (grokit) wrote: > What's exactly in your fstab? Can you post it here? > # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # # / was on /dev/sda9 during installation UUID=77d70e42-c2c2-4c30-b642-f44fba687694 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda2 during installation UUID=0E7E-30E1 /boot/efi vfat umask=0077 0 1 # swap was on /dev/sda7 during installation UUID=7fb014a4-3c3d-4571-9048-4aed7cd57a6f none swap sw 0 0 # DATA partition on sda8 UUID=77d70e42-c2c2-4c30-b642-f44fba687694 /DATA ext4 0 2 -Jerry -- ============================================= Jerry Lapham Monroe, OH 45050 rjlapham at gmail.com ============================================= Walk to Emmaus: Fueling station for a spirit-filled church From zekkerj at gmail.com Fri May 5 21:25:40 2017 From: zekkerj at gmail.com (=?UTF-8?Q?Jos=C3=A9_Queiroz?=) Date: Fri, 5 May 2017 18:25:40 -0300 Subject: Mount points In-Reply-To: <4319854.EenHVRsuJm@jerry-hp2> References: <4245708.6FndRt15p7@jerry-hp2> <1656761.HbSrrDkNj4@kirk> <4319854.EenHVRsuJm@jerry-hp2> Message-ID: Try to change the last line to UUID=77d70e42-c2c2-4c30-b642-f44fba687694 /DATA ext4 *defaults,noauto* 0 2 2017-05-05 16:58 GMT-03:00 Jerry Lapham : > On Friday, May 5, 2017 3:21:52 PM EDT Alan (grokit) wrote: > > > What's exactly in your fstab? Can you post it here? > > > # /etc/fstab: static file system information. > # > # Use 'blkid' to print the universally unique identifier for a > # device; this may be used with UUID= as a more robust way to name devices > # that works even if disks are added and removed. See fstab(5). > # > # > # / was on /dev/sda9 during installation > UUID=77d70e42-c2c2-4c30-b642-f44fba687694 / ext4 > errors=remount-ro 0 1 > # /boot/efi was on /dev/sda2 during installation > UUID=0E7E-30E1 /boot/efi vfat umask=0077 0 1 > # swap was on /dev/sda7 during installation > UUID=7fb014a4-3c3d-4571-9048-4aed7cd57a6f none swap sw > 0 0 > # DATA partition on sda8 > UUID=77d70e42-c2c2-4c30-b642-f44fba687694 /DATA ext4 > 0 > 2 > > -Jerry > -- > ============================================= > Jerry Lapham > Monroe, OH 45050 > rjlapham at gmail.com > ============================================= > Walk to Emmaus: Fueling station for a spirit-filled church > > -- > kubuntu-users mailing list > kubuntu-users at lists.ubuntu.com > Modify settings or unsubscribe at: https://lists.ubuntu.com/ > mailman/listinfo/kubuntu-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From grokit at ajinfosearch.com Fri May 5 21:48:41 2017 From: grokit at ajinfosearch.com (Alan (grokit)) Date: Fri, 05 May 2017 17:48:41 -0400 Subject: Mount points In-Reply-To: <4319854.EenHVRsuJm@jerry-hp2> References: <4245708.6FndRt15p7@jerry-hp2> <1656761.HbSrrDkNj4@kirk> <4319854.EenHVRsuJm@jerry-hp2> Message-ID: <2408145.eqLdenPD2n@kirk> You don't have any mount options for your DATA partition. I use "nouser,relatime,atime,auto,rw,dev,exec,suid" for my data partitions. So yours should read: UUID=77d70e42-c2c2-4c30-b642-f44fba687694 /DATA ext4 nouser,relatime,atime,auto,rw,dev,exec,suid 0 2 And now for the stupid question for completeness, the folder /DATA exists on the root level, right? On Friday, May 5, 2017 3:58:23 PM EDT Jerry Lapham wrote: > On Friday, May 5, 2017 3:21:52 PM EDT Alan (grokit) wrote: > > > What's exactly in your fstab? Can you post it here? > > > # /etc/fstab: static file system information. > # > # Use 'blkid' to print the universally unique identifier for a > # device; this may be used with UUID= as a more robust way to name devices > # that works even if disks are added and removed. See fstab(5). > # > # > # / was on /dev/sda9 during installation > UUID=77d70e42-c2c2-4c30-b642-f44fba687694 / ext4 > errors=remount-ro 0 1 > # /boot/efi was on /dev/sda2 during installation > UUID=0E7E-30E1 /boot/efi vfat umask=0077 0 1 > # swap was on /dev/sda7 during installation > UUID=7fb014a4-3c3d-4571-9048-4aed7cd57a6f none swap sw > 0 0 > # DATA partition on sda8 > UUID=77d70e42-c2c2-4c30-b642-f44fba687694 /DATA ext4 0 > 2 > > -Jerry > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rjlapham at gmail.com Sat May 6 04:35:59 2017 From: rjlapham at gmail.com (Jerry Lapham) Date: Sat, 06 May 2017 00:35:59 -0400 Subject: Mount points In-Reply-To: <2408145.eqLdenPD2n@kirk> References: <4245708.6FndRt15p7@jerry-hp2> <4319854.EenHVRsuJm@jerry-hp2> <2408145.eqLdenPD2n@kirk> Message-ID: <3443901.ltu8Of3keS@jerry-hp2> On Friday, May 5, 2017 5:48:41 PM EDT Alan (grokit) wrote: > You don't have any mount options for your DATA partition. I use > "nouser,relatime,atime,auto,rw,dev,exec,suid" for my data partitions. So > yours should read: UUID=77d70e42-c2c2-4c30-b642-f44fba687694 /DATA > ext4 nouser,relatime,atime,auto,rw,dev,exec,suid 0 2 > > And now for the stupid question for completeness, the folder /DATA exists on > the root level, right? That's right. It's a separate data partition than can be shared by whatever Linux versions I have installed on other partitions. Right now I have Kubuntu 14.04 and 16.04 installed and I can boot either and use the same /DATA partition. It makes it possible to alternate different versions or even different distributions. Or if you want to upgrade rather than install from scratch, you can clone a partition and upgrade the clone while preserving the original. I finally found the answer to my problem. I had the wrong UUID for the DATA partition in fstab. I don't know how that could have happened, but now it's fixed. Thanks to all who responded. -Jerry -- ============================================= Jerry Lapham Monroe, OH 45050 rjlapham at gmail.com ============================================= Walk to Emmaus: Fueling station for a spirit-filled church From reb68 at att.net Mon May 8 01:11:54 2017 From: reb68 at att.net (Richard Barmann) Date: Sun, 7 May 2017 21:11:54 -0400 Subject: Calendar files Message-ID: I have Kubuntu 17.04. My KOrganizer Has a file showing for Birthdays. How can I fill in the dates in this file? The KOrganizer has a file "Personal Calendar" and another "Birthdays and Anniversaries" . Is there a way I can MANUALLY enter these dates. I do not have the dates except in Webtrees so I cannot Import them. Thanks for any help. Richard Barmann From grokit at ajinfosearch.com Mon May 8 14:30:29 2017 From: grokit at ajinfosearch.com (Alan (grokit)) Date: Mon, 08 May 2017 10:30:29 -0400 Subject: Calendar files In-Reply-To: References: Message-ID: <3215729.vG4pJF1Svr@kirk> When you add a calendar entry there is a drop down box at the top of the dialog window where you can choose which calendar to make it in. On Sunday, May 7, 2017 9:11:54 PM EDT Richard Barmann wrote: > I have Kubuntu 17.04. My KOrganizer Has a file showing for Birthdays. > How can I fill in the dates in this file? The KOrganizer has a file > "Personal Calendar" and another "Birthdays and Anniversaries" . Is there > a way I can MANUALLY enter these dates. I do not have the dates except > in Webtrees so I cannot Import them. > Thanks for any help. > Richard Barmann > > > From reb68 at att.net Tue May 9 00:44:49 2017 From: reb68 at att.net (Richard Barmann) Date: Mon, 8 May 2017 20:44:49 -0400 Subject: Calendar files In-Reply-To: <3215729.vG4pJF1Svr@kirk> References: <3215729.vG4pJF1Svr@kirk> Message-ID: <927ed3b1-c5db-f27e-9eb2-b9aa65d0964b@att.net> When I add an Event the box to describe it opens but it only gives me a choice of Personal Calendar even though I have both Personal and Birthdays and Anniversaries shown. I tried checking and unchecking different combinations but only get Personal . Dick Barmann On 05/08/2017 10:30 AM, Alan (grokit) wrote: > When you add a calendar entry there is a drop down box at the top of the dialog window where you can choose which calendar to make it in. > > > > On Sunday, May 7, 2017 9:11:54 PM EDT Richard Barmann wrote: >> I have Kubuntu 17.04. My KOrganizer Has a file showing for Birthdays. >> How can I fill in the dates in this file? The KOrganizer has a file >> "Personal Calendar" and another "Birthdays and Anniversaries" . Is there >> a way I can MANUALLY enter these dates. I do not have the dates except >> in Webtrees so I cannot Import them. >> Thanks for any help. >> Richard Barmann >> >> >> > From panfaust at gmail.com Tue May 9 12:39:51 2017 From: panfaust at gmail.com (=?ISO-8859-1?Q?Jos=E9_Manuel_Santamar=EDa?= Lema) Date: Tue, 09 May 2017 14:39:51 +0200 Subject: Frameworks and plasma updates for backports Message-ID: <5310219.WKBSiPI2EY@malvo> Hello, we have been working the last few days on some upgrades for backports. They are available for testing in the backports-landing PPA: https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/backports-landing The updates provided are the following: For ZESTY (17.04, latest stable version): * Frameworks 5.33 * Plasma 5.9.5 * digikam 5.5 * konversation 1.7 * krita 1.3.1 * krusader 2.6.0 * labplot 2.4.0 * yakuake 3.0.4 For XENIAL (16.04, current LTS version) * Frameworks 5.33 * Plasma 5.8.6 We would like to move them to our official backports PPA in the next few days: https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/backports Regards. From grokit at ajinfosearch.com Tue May 9 15:46:52 2017 From: grokit at ajinfosearch.com (Alan (grokit)) Date: Tue, 09 May 2017 11:46:52 -0400 Subject: Calendar files In-Reply-To: <927ed3b1-c5db-f27e-9eb2-b9aa65d0964b@att.net> References: <3215729.vG4pJF1Svr@kirk> <927ed3b1-c5db-f27e-9eb2-b9aa65d0964b@att.net> Message-ID: <3406567.Bp797HOrQ3@kirk> Never noticed that before, I don't use KOrganizer for birthdays. Anyway it seems that the birthdays calendar is exported from your contacts and can't be edited in your calendars. Might be a good bug report/feature request to put in. I added a birthday to one of my contacts and it didn't show up immediately, even after restarting kontact, but I also didn't update akondai nor reboot. Didn't find much on it but what there is I found at this link[1] to the UserBase wiki in the bullet points. Hope this helps you figure this out. Alan On Monday, May 8, 2017 8:44:49 PM EDT Richard Barmann wrote: > When I add an Event the box to describe it opens but it only gives me a > choice of Personal Calendar even though I have both Personal and > Birthdays and Anniversaries shown. I tried checking and unchecking > different combinations but only get Personal . > > Dick Barmann > > > On 05/08/2017 10:30 AM, Alan (grokit) wrote: > > When you add a calendar entry there is a drop down box at the top of the dialog window where you can choose which calendar to make it in. > > > > > > > > On Sunday, May 7, 2017 9:11:54 PM EDT Richard Barmann wrote: > >> I have Kubuntu 17.04. My KOrganizer Has a file showing for Birthdays. > >> How can I fill in the dates in this file? The KOrganizer has a file > >> "Personal Calendar" and another "Birthdays and Anniversaries" . Is there > >> a way I can MANUALLY enter these dates. I do not have the dates except > >> in Webtrees so I cannot Import them. > >> Thanks for any help. > >> Richard Barmann > >> > >> > >> > > > > > -------- [1] https://userbase.kde.org/KAddressBook_4.3 -------------- next part -------------- An HTML attachment was scrubbed... URL: From o.sinclair at gmail.com Fri May 12 12:10:37 2017 From: o.sinclair at gmail.com (O. Sinclair) Date: Fri, 12 May 2017 14:10:37 +0200 Subject: Kwallet gone bonkers Message-ID: Dear all, suddenly and most unwanted kwallet has decided to go offline. No wallet can be opened. I have tried open a fresh wallet. No such luck I have searched high and low on internet but all the clues are like "disable/enable" and that does nothing for me Any ideas are welcome as I getting desperate here Kind regards Sinclair From o.sinclair at gmail.com Fri May 12 12:12:33 2017 From: o.sinclair at gmail.com (O. Sinclair) Date: Fri, 12 May 2017 14:12:33 +0200 Subject: Kwallet gone bonkers In-Reply-To: References: Message-ID: <04eddf72-aed9-2ef9-4924-f2d2df1046b4@gmail.com> On 05/12/17 14:10, O. Sinclair wrote: > Dear all, > > suddenly and most unwanted kwallet has decided to go offline. No wallet > can be opened. I have tried open a fresh wallet. No such luck > > I have searched high and low on internet but all the clues are like > "disable/enable" and that does nothing for me > > Any ideas are welcome as I getting desperate here > > Kind regards > Sinclair > I should have mentioned it is Kubuntu 16.04 and Plasma 5 something From mfraz74+ubuntu at gmail.com Sat May 13 19:04:20 2017 From: mfraz74+ubuntu at gmail.com (Mark Fraser) Date: Sat, 13 May 2017 20:04:20 +0100 Subject: Laptop touchpad buttons stopped working Message-ID: <2485945.99612AFCBt@rachael> The touchpad buttons on my daughter's laptop running Kubuntu 16.10, but I am also unable to click on anything using a USB or Bluetooth mouse either. I have even tried a live USB of 17.04, but nothing is working. Sounds like a hardware problem, but why don't USB or Bluetooth mouses work either? -- Registered Linux User #466407 http://counter.li.org From niki_naydenov at yahoo.com Sun May 14 09:00:44 2017 From: niki_naydenov at yahoo.com (Nikolay Naydenov) Date: Sun, 14 May 2017 09:00:44 +0000 (UTC) Subject: Laptop touchpad buttons stopped working In-Reply-To: <2485945.99612AFCBt@rachael> References: <2485945.99612AFCBt@rachael> Message-ID: <786070052.877544.1494752444492@mail.yahoo.com> Hello, It really sound like hardware problem. Try to enter the Setup (BIOS) and check is it possible to disable the integrated touchpad. I looks like a button or touchpad are stuck (spilled drink with sugar is the best example). Also if the laptop is a little bit special (touch screen) try to disable it as well. Probably external mouse works, but in fact all pointing devices work simultaneously: a pressed button on one of them effectively remove the effect of other devices. Event "left mouse button pressed" doesn't care on which device it happened. Regards,Nikolay Naydenov  On Saturday, May 13, 2017 10:04 PM, Mark Fraser wrote: The touchpad buttons on my daughter's laptop running Kubuntu 16.10, but I am also unable to click on anything using a USB or Bluetooth mouse either. I have even tried a live USB of 17.04, but nothing is working. Sounds like a hardware problem, but why don't USB or Bluetooth mouses work either? -- Registered Linux User #466407 http://counter.li.org -- kubuntu-users mailing list kubuntu-users at lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan at fuhrmann.homedns.org Tue May 16 14:52:39 2017 From: stefan at fuhrmann.homedns.org (Stefan Fuhrmann) Date: Tue, 16 May 2017 16:52:39 +0200 Subject: kde neon, last update: packages have been kept back: Message-ID: <3015355.qG19QpLKfZ@stefan-ubu> Hello all, since some weeks Im using kde neon. Earlier updates ran without a problem. I did now an update and getting: packages have been kept back: libkf5declarative-data qml-module-org-kde-draganddrop qml-module-org-kde- kquickcontrols qml-module-org-kde-kquickcontrolsaddons Doing an install of the packages: apt install libkf5declarative-data qml-module-org-kde-draganddrop qml- module-org-kde-kquickcontrols qml-module-org-kde-kquickcontrolsaddons ..... The following packages have unmet dependencies: libkf5declarative5 : Depends: libkf5declarative-data (= 5.33.0-0neon +16.04+build31) but 5.33.0-0ubuntu1~ubuntu16.04~ppa1 is to be installed Recommends: kpackagelauncherqml but it is not going to be installed qml-module-org-kde-draganddrop : Depends: libkf5declarative5 (>= 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but 5.33.0-0neon+16.04+build31 is to be installed qml-module-org-kde-kquickcontrols : Depends: libkf5declarative5 (>= 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but 5.33.0-0neon+16.04+build31 is to be installed qml-module-org-kde-kquickcontrolsaddons : Depends: libkf5declarative5 (>= 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but 5.33.0-0neon+16.04+build31 is to be installed E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. Can someone help? Tia Stefan From clay at claydoh.com Tue May 16 18:57:55 2017 From: clay at claydoh.com (Clay Weber) Date: Tue, 16 May 2017 14:57:55 -0400 Subject: kde neon, last update: packages have been kept back: Message-ID: You are using Kubuntu ppas with KDE Neon. The ppa packages are causing conflicts with Neon's packages.  You'll need to remove the Kubuntu ppas from your KDE Neon system to fix this. They are completely unnecessary. Clay Weber ------ Original message------From: Stefan FuhrmannDate: Tue, May 16, 2017 10:53 AMTo: kubuntu-users at lists.ubuntu.com;Cc: Subject:kde neon, last update: packages have been kept back: Hello all,since some weeks Im using kde neon. Earlier updates ran without a problem. I did now an update and getting:packages have been kept back: libkf5declarative-data qml-module-org-kde-draganddrop qml-module-org-kde-kquickcontrols qml-module-org-kde-kquickcontrolsaddonsDoing an install of the packages:apt install libkf5declarative-data qml-module-org-kde-draganddrop qml-module-org-kde-kquickcontrols qml-module-org-kde-kquickcontrolsaddons.....The following packages have unmet dependencies: libkf5declarative5 : Depends: libkf5declarative-data (= 5.33.0-0neon+16.04+build31) but 5.33.0-0ubuntu1~ubuntu16.04~ppa1 is to be installed Recommends: kpackagelauncherqml but it is not going to be installed qml-module-org-kde-draganddrop : Depends: libkf5declarative5 (>= 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but 5.33.0-0neon+16.04+build31 is to be installed qml-module-org-kde-kquickcontrols : Depends: libkf5declarative5 (>= 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but 5.33.0-0neon+16.04+build31 is to be installed qml-module-org-kde-kquickcontrolsaddons : Depends: libkf5declarative5 (>= 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but 5.33.0-0neon+16.04+build31 is to be installedE: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.Can someone help?TiaStefan-- kubuntu-users mailing listkubuntu-users at lists.ubuntu.comModify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From valorie.zimmerman at gmail.com Wed May 17 04:02:10 2017 From: valorie.zimmerman at gmail.com (Valorie Zimmerman) Date: Tue, 16 May 2017 21:02:10 -0700 Subject: kde neon, last update: packages have been kept back: In-Reply-To: References: Message-ID: Good advice from Clay. In addition, there was someone in the #kde-neon IRC channel who was running `sudo apt-get update && sudo apt-get upgrade` rather than what is recommended: `sudo apt update && sudo apt full-upgrade` which caused packages to be held back. Also, there is a Neon forum, and a Neon user Telegram channel. This list does not offer support for Neon; just Kubuntu. Kubuntuforums has a thread: https://www.kubuntuforums.net/showthread.php?t=69621 Neon Forum: https://forum.kde.org/viewforum.php?f=309 Neon Telegram channel: https://telegram.me/kdeneon Valorie On Tue, May 16, 2017 at 11:57 AM, Clay Weber wrote: > You are using Kubuntu ppas with KDE Neon. The ppa packages are causing > conflicts with Neon's packages. > > You'll need to remove the Kubuntu ppas from your KDE Neon system to fix > this. They are completely unnecessary. > > > Clay Weber > > ------ Original message------ > From: Stefan Fuhrmann > Date: Tue, May 16, 2017 10:53 AM > To: kubuntu-users at lists.ubuntu.com; > Cc: > Subject:kde neon, last update: packages have been kept back: > > Hello all,since some weeks Im using kde neon. Earlier updates ran without a > problem. I did now an update and getting:packages have been kept back: > libkf5declarative-data qml-module-org-kde-draganddrop > qml-module-org-kde-kquickcontrols > qml-module-org-kde-kquickcontrolsaddonsDoing an install of the packages:apt > install libkf5declarative-data qml-module-org-kde-draganddrop > qml-module-org-kde-kquickcontrols > qml-module-org-kde-kquickcontrolsaddons.....The following packages have > unmet dependencies: libkf5declarative5 : Depends: libkf5declarative-data (= > 5.33.0-0neon+16.04+build31) but 5.33.0-0ubuntu1~ubuntu16.04~ppa1 is to be > installed Recommends: kpackagelauncherqml but it is not > going to be installed qml-module-org-kde-draganddrop : Depends: > libkf5declarative5 (>= 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but > 5.33.0-0neon+16.04+build31 is to be installed > qml-module-org-kde-kquickcontrols : Depends: libkf5declarative5 (>= > 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but 5.33.0-0neon+16.04+build31 is to be > installed qml-module-org-kde-kquickcontrolsaddons : Depends: > libkf5declarative5 (>= 5.33.0-0ubuntu1~ubuntu16.04~ppa1) but > 5.33.0-0neon+16.04+build31 is to be installedE: Error, > pkgProblemResolver::Resolve generated breaks, this may be caused by held > packages.Can someone help?TiaStefan-- kubuntu-users mailing > listkubuntu-users at lists.ubuntu.comModify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/kubuntu-users > > > -- > kubuntu-users mailing list > kubuntu-users at lists.ubuntu.com > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/kubuntu-users > -- http://about.me/valoriez From basroufs at gmail.com Thu May 18 21:17:39 2017 From: basroufs at gmail.com (Bas G. Roufs - in English) Date: Thu, 18 May 2017 23:17:39 +0200 Subject: Is it possible to copy sysinfo from KInfocentre? Message-ID: <14242250.gSHu0hMEWt@viaconsensus> Hello Everybody. Is it possible to copy system info from KInfocentre? Yours. Bas G. Roufs. -- Bas G. Roufs Van 't Hoffstraat 1 NL- 3514 VT Utrecht BasRoufs at gmail.com +31 6 446 835 10 -------------- next part -------------- An HTML attachment was scrubbed... URL: From fluca1978 at infinito.it Fri May 19 06:51:12 2017 From: fluca1978 at infinito.it (Luca Ferrari) Date: Fri, 19 May 2017 08:51:12 +0200 Subject: cannot upload to MTP phone Message-ID: Hi all, I cannot paste files from dolphin into the storage of my mobile phone (samsung galaxy j3) connected via MTP (all the folders are not writable). However I can download content from the phone (e.g., images). Any idea? Thanks % lsb_release -a ~ No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.10 Release: 16.10 Codename: yakkety From post at volker-wysk.de Fri May 19 11:55:10 2017 From: post at volker-wysk.de (Volker Wysk) Date: Fri, 19 May 2017 13:55:10 +0200 Subject: cannot upload to MTP phone In-Reply-To: References: Message-ID: <4080783.lUFO4rKpuz@desktop> Am Freitag, 19. Mai 2017, 08:51:12 CEST schrieb Luca Ferrari: > Hi all, > I cannot paste files from dolphin into the storage of my mobile phone > (samsung galaxy j3) connected via MTP (all the folders are not > writable). > However I can download content from the phone (e.g., images). > Any idea? Hi. Are you using an external SD card? Content which resides on the card (such as photos and music) should be read- and writeable, AFAIK. For me, MTP isn't working (my HTC 10 phone isn't supported yet by the MTP library). I found a different way to access my data: install SSHDroid in the phone, and access it via SSH. This will use WLAN instead of an USB cable. Good luck Volker From grokit at ajinfosearch.com Fri May 19 15:00:10 2017 From: grokit at ajinfosearch.com (Alan (grokit)) Date: Fri, 19 May 2017 11:00:10 -0400 Subject: cannot upload to MTP phone In-Reply-To: References: Message-ID: <1645237.7RpqzjtWpp@kirk> MTP support in Kubuntu is almost entirely broken and has been for a decade and a half. I have no hope of it ever getting fixed. I get the dreaded error message "The process for the mtp protocol died unexpectedly" more times than not. Use Airdroid instead. You can transfer everything through your browser. On Friday, May 19, 2017 8:51:12 AM EDT Luca Ferrari wrote: > Hi all, > I cannot paste files from dolphin into the storage of my mobile phone > (samsung galaxy j3) connected via MTP (all the folders are not > writable). > However I can download content from the phone (e.g., images). > Any idea? > > Thanks > > > % lsb_release -a > ~ > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 16.10 > Release: 16.10 > Codename: yakkety > > From theuteck at gmail.com Fri May 19 17:31:24 2017 From: theuteck at gmail.com (uteck) Date: Fri, 19 May 2017 13:31:24 -0400 Subject: cannot upload to MTP phone In-Reply-To: References: Message-ID: Have you tried using KDE connect to transfer the files wirelessly? On 05/19/2017 02:51 AM, Luca Ferrari wrote: > Hi all, > I cannot paste files from dolphin into the storage of my mobile phone > (samsung galaxy j3) connected via MTP (all the folders are not > writable). > However I can download content from the phone (e.g., images). > Any idea? > > Thanks > > > % lsb_release -a > ~ > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 16.10 > Release: 16.10 > Codename: yakkety > From o.sinclair at gmail.com Sat May 20 05:26:27 2017 From: o.sinclair at gmail.com (O. Sinclair) Date: Sat, 20 May 2017 07:26:27 +0200 Subject: cannot upload to MTP phone In-Reply-To: References: Message-ID: On 05/19/17 08:51, Luca Ferrari wrote: > Hi all, > I cannot paste files from dolphin into the storage of my mobile phone > (samsung galaxy j3) connected via MTP (all the folders are not > writable). > However I can download content from the phone (e.g., images). > Any idea? > > Thanks > > > % lsb_release -a > ~ > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 16.10 > Release: 16.10 > Codename: yakkety > Have you installed kdeconnect? Works well for me, am on 16.04 /Sinclair From ftoth at exalondelft.nl Fri May 19 16:07:40 2017 From: ftoth at exalondelft.nl (Ferry Toth) Date: Fri, 19 May 2017 16:07:40 +0000 (UTC) Subject: cannot upload to MTP phone References: <1645237.7RpqzjtWpp@kirk> Message-ID: Op Fri, 19 May 2017 11:00:10 -0400, schreef Alan (grokit): > MTP support in Kubuntu is almost entirely broken and has been for a > decade and a half. I have no hope of it ever getting fixed. I get the > dreaded error message "The process for the mtp protocol died > unexpectedly" more times than not. > Use Airdroid instead. You can transfer everything through your browser. > If you have or can get a ssh server working on your phone, you can use fish://user at phone from dolfin. (but I have a ubuntu phone that has ssh preinstalled, so I don't need to root it to get sshd installed) > > On Friday, May 19, 2017 8:51:12 AM EDT Luca Ferrari wrote: >> Hi all, >> I cannot paste files from dolphin into the storage of my mobile phone >> (samsung galaxy j3) connected via MTP (all the folders are not >> writable). >> However I can download content from the phone (e.g., images). >> Any idea? >> >> Thanks >> >> >> % lsb_release -a >> ~ >> No LSB modules are available. >> Distributor ID: Ubuntu Description: Ubuntu 16.10 Release: >> 16.10 Codename: yakkety >> >> From post at volker-wysk.de Mon May 22 12:53:28 2017 From: post at volker-wysk.de (Volker Wysk) Date: Mon, 22 May 2017 14:53:28 +0200 Subject: cannot upload to MTP phone In-Reply-To: References: <1645237.7RpqzjtWpp@kirk> Message-ID: <9177249.FjhXDVg9Uy@desktop> Am Freitag, 19. Mai 2017, 16:07:40 CEST schrieb Ferry Toth: > If you have or can get a ssh server working on your phone, you can use > fish://user at phone from dolfin. I have SSHDroid installed on the phone. It works with sftp://root at 192.168.178.25:2222/sdcard/ (after starting the SSHDroid app). The IP address to be used is displayed by SSHDroid, when it is started. My Router is a Fritzbox. You can specify that always the same local address (such as "192.168.178.25") should be assigned to the smartphone. This way you can make bookmarks with it. Bye V.W. From fluca1978 at infinito.it Tue May 23 06:37:46 2017 From: fluca1978 at infinito.it (Luca Ferrari) Date: Tue, 23 May 2017 08:37:46 +0200 Subject: cannot upload to MTP phone In-Reply-To: <9177249.FjhXDVg9Uy@desktop> References: <1645237.7RpqzjtWpp@kirk> <9177249.FjhXDVg9Uy@desktop> Message-ID: On Mon, May 22, 2017 at 2:53 PM, Volker Wysk wrote: > Am Freitag, 19. Mai 2017, 16:07:40 CEST schrieb Ferry Toth: >> If you have or can get a ssh server working on your phone, you can use >> fish://user at phone from dolfin. > > I have SSHDroid installed on the phone. It works with > sftp://root at 192.168.178.25:2222/sdcard/ (after starting the SSHDroid app). > > The IP address to be used is displayed by SSHDroid, when it is started. Folks, thank for the suggestion but if I could use wi-fi then nothing prevents me to find any kind of solution to share content (even an http server on my workstation). The point is I'm constrained to NOT use wi-fi, and I don't want to rely on a remote file server too, so I guess there's nothing to solve the problem. The content is on the main storage of the device, and I have to say it worked (sometime) with my old samsung, but never worked with the galaxy j6. Thanks, Luca From david at lang.hm Tue May 23 07:19:50 2017 From: david at lang.hm (David Lang) Date: Tue, 23 May 2017 00:19:50 -0700 (PDT) Subject: problems writing to USB storage was Re: cannot upload to MTP phone In-Reply-To: References: <1645237.7RpqzjtWpp@kirk> <9177249.FjhXDVg9Uy@desktop> Message-ID: slightly hijacking the thread here, because I think the problem is larger than just MTP. I've run into similar problems in the last week trying to write a SD card for a raspberry pi. I can mount cards and read them (both with a USB adapter as /dev/sdb and with the intenal adapter as /dev/mm*), but I can't write to them. If I try to write to the internal adapter I get lots of async page write failures, if I write to external adapters/thumb drives it claims to work, and finishes very quickly, but the data does not get to disk (it claims to have written, but it only gets to the system buffers. doing a sync before ejecting doesn't help) This is running as root, both trying to mount and then touch a file and also doing a dd to the raw device. It's been several months since the last time I needed to do this, so I don't know when it broke. David Lang From rhein_ufer_weg at yahoo.de Tue May 23 07:41:38 2017 From: rhein_ufer_weg at yahoo.de (Christian Pelz) Date: Tue, 23 May 2017 09:41:38 +0200 Subject: cannot upload to MTP phone In-Reply-To: References: <1645237.7RpqzjtWpp@kirk> <9177249.FjhXDVg9Uy@desktop> Message-ID: <4bad095f-253f-07cc-59c5-f34b0e7eafa6@yahoo.de> Am 23.05.2017 um 08:37 schrieb Luca Ferrari: > On Mon, May 22, 2017 at 2:53 PM, Volker Wysk wrote: >> Am Freitag, 19. Mai 2017, 16:07:40 CEST schrieb Ferry Toth: >>> If you have or can get a ssh server working on your phone, you can use >>> fish://user at phone from dolfin. >> >> I have SSHDroid installed on the phone. It works with >> sftp://root at 192.168.178.25:2222/sdcard/ (after starting the SSHDroid app). >> >> The IP address to be used is displayed by SSHDroid, when it is started. > > Folks, thank for the suggestion but if I could use wi-fi then nothing > prevents me to find any kind of solution to share content (even an > http server on my workstation). The point is I'm constrained to NOT > use wi-fi, and I don't want to rely on a remote file server too, so I > guess there's nothing to solve the problem. > The content is on the main storage of the device, and I have to say it > worked (sometime) with my old samsung, but never worked with the > galaxy j6. > > Thanks, > Luca > Hi Luca, you could probably transfer files over usb with adb (Android Debug Bridge). It doesn't come with a GUI, though, afaik. MyPhoneExplorer is a piece of software to synchronise your phone to your PC and also offers file transfer. It uses adb. Only available for windows, I'm afraid, but generally, it works with wine. However, I haven't tried connecting my Android phone to the linux-box with usb. There's a thread on the website of MyPhoneExplorer on that: http://www.fjsoft.at/forum/viewtopic.php?t=20567 (pretty much towards the end) Good luck Chris From theuteck at gmail.com Tue May 23 18:03:15 2017 From: theuteck at gmail.com (uteck) Date: Tue, 23 May 2017 14:03:15 -0400 Subject: cannot upload to MTP phone In-Reply-To: References: <1645237.7RpqzjtWpp@kirk> <9177249.FjhXDVg9Uy@desktop> Message-ID: <724ce9b6-a86e-9d67-c6c6-4d027f52e8a8@gmail.com> Not sure if it was mentioned, but are you sure the phone is set to use USB for file transfer and not just charging? On 05/23/2017 02:37 AM, Luca Ferrari wrote: > On Mon, May 22, 2017 at 2:53 PM, Volker Wysk wrote: >> Am Freitag, 19. Mai 2017, 16:07:40 CEST schrieb Ferry Toth: >>> If you have or can get a ssh server working on your phone, you can use >>> fish://user at phone from dolfin. >> I have SSHDroid installed on the phone. It works with >> sftp://root at 192.168.178.25:2222/sdcard/ (after starting the SSHDroid app). >> >> The IP address to be used is displayed by SSHDroid, when it is started. > Folks, thank for the suggestion but if I could use wi-fi then nothing > prevents me to find any kind of solution to share content (even an > http server on my workstation). The point is I'm constrained to NOT > use wi-fi, and I don't want to rely on a remote file server too, so I > guess there's nothing to solve the problem. > The content is on the main storage of the device, and I have to say it > worked (sometime) with my old samsung, but never worked with the > galaxy j6. > > Thanks, > Luca > From stefan at fuhrmann.homedns.org Wed May 24 11:47:55 2017 From: stefan at fuhrmann.homedns.org (Stefan Fuhrmann) Date: Wed, 24 May 2017 13:47:55 +0200 Subject: solved: kde neon, last update: packages have been kept back: In-Reply-To: References: Message-ID: <1687238.MAB92UHo56@stefan-ubu> Hello all, Am Dienstag, 16. Mai 2017, 21:02:10 CEST schrieb Valorie Zimmerman: > On Tue, May 16, 2017 at 11:57 AM, Clay Weber wrote: > > You are using Kubuntu ppas with KDE Neon. The ppa packages are causing > > conflicts with Neon's packages. > > > > You'll need to remove the Kubuntu ppas from your KDE Neon system to fix > > this. They are completely unnecessary. Thanks! That solved the problem! Stefan From phil_lor at bigpond.com Sun May 28 05:53:13 2017 From: phil_lor at bigpond.com (Phil) Date: Sun, 28 May 2017 15:53:13 +1000 Subject: Repeating keyboard keys Message-ID: <20170528155313.00c1e5d6@raspberrypi> Thank you for reading this. I have Kubuntu 17.04 installed on a MSI laptop. My raspberry pi is my main computer but I sometimes have a need for the laptop. Within the last couple of weeks a fault within Kububtu is causing the keyboard keys to repeat. It's as if the key is stuck down and nothing will correct the situation other than a reboot. The fault occurs randomly and it's not the same key that repeats. The laptop also has Windows installed and the repeating key problem does not occur under Windows. The laptop seems to run hotter under Kububtu but that's probably unrelated to the repeating keys problem. I feel that a recent update is the cause of the problem because, as I say, this has only occurred during the past couple of weeks. Is this a known problem with a cure? -- Regards, Phil