From Sascha.Manns at directbox.com Sat Jan 2 19:28:12 2016 From: Sascha.Manns at directbox.com (Sascha Manns) Date: Sat, 2 Jan 2016 20:28:12 +0100 Subject: Need help? Message-ID: <568824CC.9020707@directbox.com> Hello team, i just would like to know if you need any help with packaging & upgrading. Maybe i can help out. Greetings Sascha -- Yours sincerly Sascha Manns - Autor Geschäftsprozess & Anwendungsdokumentation - Maifeldstraße 10 56727 Mayen Phone: +49-2651-7469663 (home) Phone: +49-1573-9242730 (mobile) Email: Sascha.Manns at directbox.com Web: http://saigkill.github.io Jabber: saigkill at jabber.org IRC: saigkill at freenode.net GPG: C088DDD6 @ hkp://keys.gnupg.net X504: 3CC04604 @ http://www.cacert.de From valorie.zimmerman at gmail.com Sun Jan 3 09:49:30 2016 From: valorie.zimmerman at gmail.com (Valorie Zimmerman) Date: Sun, 3 Jan 2016 01:49:30 -0800 Subject: Need help? In-Reply-To: <568824CC.9020707@directbox.com> References: <568824CC.9020707@directbox.com> Message-ID: Hi Sascha, thanks for your kind offer. Please join #kubuntu-devel when you have some time to work, and speak up! Say that you've written to the list offering to package or test, and see what folks can help you get going. Notice the /topic of the IRC channel and read up on those things if anything sounds unknown. "WIP" means Work In Progess. You may need a Trello account to read the cards; if you want to pitch in somewhere and can't comment on a card, ask someone to invite you to the correct group. All the best, Valorie On Sat, Jan 2, 2016 at 11:28 AM, Sascha Manns wrote: > Hello team, > > i just would like to know if you need any help with packaging & > upgrading. Maybe i can help out. > Greetings Sascha > > -- > Yours sincerly > Sascha Manns > - Autor Geschäftsprozess & Anwendungsdokumentation - > > Maifeldstraße 10 > 56727 Mayen > Phone: +49-2651-7469663 (home) > Phone: +49-1573-9242730 (mobile) > Email: Sascha.Manns at directbox.com > Web: http://saigkill.github.io > Jabber: saigkill at jabber.org > IRC: saigkill at freenode.net > GPG: C088DDD6 @ hkp://keys.gnupg.net > X504: 3CC04604 @ http://www.cacert.de > > > > -- > 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 dgvirtual at akl.lt Sun Jan 3 18:39:54 2016 From: dgvirtual at akl.lt (Donatas G.) Date: Sun, 3 Jan 2016 20:39:54 +0200 Subject: encrypted home dir backup In-Reply-To: <62b857c9d08a9a53581251bd3374e8e3@dds.nl> References: <62b857c9d08a9a53581251bd3374e8e3@dds.nl> Message-ID: Hi Xen, thank you for input. I used to do backups with dar ( http://dar.linux.free.fr/doc/mini-howto/dar-differential-backup-mini-howto.en.html) - which has an option to encrypt the resulting backups and which has an option to do referential backups. But later I migrated to bup, which, unfortunately, does not have encryption integrated. There is a project to do that (see http://www.stavros.io/posts/encrypted-offsite-backups/), but it is in early stages. I migrated to bup, because I really liked it's KDE frontend Kup (and I am getting lazy, and backups are teadious, so the easier they are made, the more often I do it). So, using Kup to back up my encrypted home dir files seemed to be the way to go. Donatas G. 2015-12-31 2:29 GMT+02:00 Xen : > Donatas G. schreef op 30-12-2015 20:49: > > Hi, >> >> I have read in a few places, like this >> (http://mykek.com/os/ecryptfs/ecryptfs_with_backup.html) that it is >> possible to backup the encrypted files of the Unbuntu encrypted home >> directory to restore them later if need be. However, I was unable to >> find out if it is possible to do the backup when I am logged in to the >> session (with the encrypted home mounted/being accessed. >> >> Does anyone know if it will be ok / not cause problems later, when I >> need to restore the backup? I am not quite sure why it _could_ cause >> problems, but just to make sure... >> >> Donatas Glodenis >> > > > > I don't think it causes any problems, of course there is always the (at > least theoretical, real) risk of leaving the home directory copy in an > inconsistent state. > > But that is true also for backing up a live non-encrypted homedir. > > The workaround people usually follow is to either use snapshots or 'volume > shadow copy' etc., Or I don't know. > > Personally I believe.... the model is really that backing up encrypted > files is not really the wise thing to do. > > This is because you cannot compress encrypted files, for one thing. > Furthermore, you are also dependent on the software solution (eCryptFS) for > restoring it the > same and you get the added complication that you need to know how the > encryption is done so you'll be safe decrypting it on another system. > > Unfortunately there doesn't seem to be an alternative means of encryption > that is supported by default everywhere. For instance, I like "ccrypt" but > it is not > available on OpenSUSE distribution. It's easier to get it on Windows than > on OpenSUSE. > > Then there is aescrypt but it is not available by default in Linux I think. > > But the general form of encrypting something is something like: > > tar -c | gzip -1 --rsyncable | aescrypt -e -p - | split > -b 4096m -d -a 3 - . > > Although that exposes the key on a multiuser system. It might give low > performance, at which point you might need something like. > > tar -c | buffer | gzip -1 --rsyncable | aescrypt -e -p - > | split -b 4096m -d -a 3 - . > > or something of the kind. > > Splitting the backup is only useful for 'wire tranfers' in which even > rsync may choke on large files. Keeping files smaller than this 4GB in my > experience makes it easier to transfer > the entire thing. > > Although it is not as pleasant to store a backup in this way. But I guess > if the need arises you can recombine with "cat *.00? > > completefile.tgz.aes". > > Not sure if this helps though, but it something to consider. > > Regards, Xen. > > > -- > 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 taholmes160 at gmail.com Mon Jan 4 00:09:22 2016 From: taholmes160 at gmail.com (Timothy A. Holmes) Date: Sun, 3 Jan 2016 19:09:22 -0500 Subject: Baloo_File???? Message-ID: <5689B832.2090004@gmail.com> Hi Folks: I have a process that at times consumes a HUGE amount of resources called baloo_file. For the fun of it, I tried killing the thread today, and it killed without any visible effects on the system. Can someone please fill me in on what it is and what it does, and why I would want it on my system. At times, it is consuming up to 97% of my processor count Thanks TIM From gkourtev at gmail.com Mon Jan 4 06:37:22 2016 From: gkourtev at gmail.com (Georgi Kourtev) Date: Mon, 04 Jan 2016 08:37:22 +0200 Subject: Baloo_File???? In-Reply-To: <5689B832.2090004@gmail.com> References: <5689B832.2090004@gmail.com> Message-ID: <3332977.YUGUZzKXgr@gkourtev-laptop> Hi Tim, Baloo is the indexing file for the newest versions of Kubuntu. It allows you a quick search within the file manager and Kontact. Quite useful though. The only downside is that it takes some time to index all files in your system. It took me at the beginning something like 2-3 hours, but then all worked smoothly. I think if you stop the process the system would not be harmed, but you will miss the find functionality. gk Skype: gkourtev On Sunday 03 January 2016 19:09:22 Timothy A. Holmes wrote: > Hi Folks: > > I have a process that at times consumes a HUGE amount of resources > called baloo_file. For the fun of it, I tried killing the thread today, > and it killed without any visible effects on the system. Can someone > please fill me in on what it is and what it does, and why I would want > it on my system. At times, it is consuming up to 97% of my processor count > > Thanks > > TIM -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at lang.hm Mon Jan 4 06:49:33 2016 From: david at lang.hm (David Lang) Date: Sun, 3 Jan 2016 22:49:33 -0800 (PST) Subject: Baloo_File???? In-Reply-To: <3332977.YUGUZzKXgr@gkourtev-laptop> References: <5689B832.2090004@gmail.com> <3332977.YUGUZzKXgr@gkourtev-laptop> Message-ID: What's the correct way to turn this off. David Lang On Mon, 4 Jan 2016, Georgi Kourtev wrote: > Hi Tim, > > Baloo is the indexing file for the newest versions of Kubuntu. It allows you a quick > search within the file manager and Kontact. Quite useful though. > > The only downside is that it takes some time to index all files in your system. It > took me at the beginning something like 2-3 hours, but then all worked smoothly. > > I think if you stop the process the system would not be harmed, but you will miss > the find functionality. > gk > > Skype: gkourtev > > > On Sunday 03 January 2016 19:09:22 Timothy A. Holmes wrote: >> Hi Folks: >> >> I have a process that at times consumes a HUGE amount of resources >> called baloo_file. For the fun of it, I tried killing the thread today, >> and it killed without any visible effects on the system. Can someone >> please fill me in on what it is and what it does, and why I would want >> it on my system. At times, it is consuming up to 97% of my processor count >> >> Thanks >> >> TIM > > From david at hackbinary.com Mon Jan 4 07:00:33 2016 From: david at hackbinary.com (David) Date: Mon, 4 Jan 2016 07:00:33 +0000 Subject: Baloo_File???? In-Reply-To: References: <5689B832.2090004@gmail.com> <3332977.YUGUZzKXgr@gkourtev-laptop> Message-ID: > What's the correct way to turn this off. +1 to this. My understanding is that KDE development team has made this very difficult to do because they feel that this feature is too important for us mere users to decide that we should want to switch off. I turned it off way back when by editing *$HOME/.kde/share/config/baloofilerc* by changing *Indexing-Enabled=true * to (or adding if there is no such option) *Indexing-Enabled=false* This Baloo index and search features along with Akonadi, and Nepomuk have been things that just not have worked very well for me, at least. ref: http://askubuntu.com/questions/437635/how-to-turn-off-baloo-in-kde-4-13 https://bbs.archlinux.org/viewtopic.php?id=193169 https://community.kde.org/Baloo/Configuration David On 4 January 2016 at 06:49, David Lang wrote: > What's the correct way to turn this off. > > David Lang > > > On Mon, 4 Jan 2016, Georgi Kourtev wrote: > > Hi Tim, >> >> Baloo is the indexing file for the newest versions of Kubuntu. It allows >> you a quick >> search within the file manager and Kontact. Quite useful though. >> >> The only downside is that it takes some time to index all files in your >> system. It >> took me at the beginning something like 2-3 hours, but then all worked >> smoothly. >> >> I think if you stop the process the system would not be harmed, but you >> will miss >> the find functionality. >> gk >> >> Skype: gkourtev >> >> >> On Sunday 03 January 2016 19:09:22 Timothy A. Holmes wrote: >> >>> Hi Folks: >>> >>> I have a process that at times consumes a HUGE amount of resources >>> called baloo_file. For the fun of it, I tried killing the thread today, >>> and it killed without any visible effects on the system. Can someone >>> please fill me in on what it is and what it does, and why I would want >>> it on my system. At times, it is consuming up to 97% of my processor >>> count >>> >>> Thanks >>> >>> TIM >>> >> >> >> > -- > kubuntu-users mailing list > kubuntu-users at lists.ubuntu.com > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/kubuntu-users > -- +------------------------------------------------------------------------------------- David Email | david at hackbinary.com I have no doubt that in reality the future will be vastly more surprising than anything I can imagine. Now my own suspicion is that the Universe is not only queerer than we suppose, but queerer than we can suppose. - J.B.S. Haldane +------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From gkourtev at gmail.com Mon Jan 4 07:03:08 2016 From: gkourtev at gmail.com (Georgi Kourtev) Date: Mon, 04 Jan 2016 09:03:08 +0200 Subject: Baloo_File???? In-Reply-To: References: <5689B832.2090004@gmail.com> <3332977.YUGUZzKXgr@gkourtev-laptop> Message-ID: <21354294.Kbq335Z7XS@gkourtev-laptop> I think from System Settings, then Desktop Search and untick the Enable search. gk On Sunday 03 January 2016 22:49:33 David Lang wrote: > What's the correct way to turn this off. > > David Lang > > On Mon, 4 Jan 2016, Georgi Kourtev wrote: > > Hi Tim, > > > > Baloo is the indexing file for the newest versions of Kubuntu. It allows > > you a quick search within the file manager and Kontact. Quite useful > > though. > > > > The only downside is that it takes some time to index all files in your > > system. It took me at the beginning something like 2-3 hours, but then > > all worked smoothly. > > > > I think if you stop the process the system would not be harmed, but you > > will miss the find functionality. > > gk > > > > Skype: gkourtev > > > > On Sunday 03 January 2016 19:09:22 Timothy A. Holmes wrote: > >> Hi Folks: > >> > >> I have a process that at times consumes a HUGE amount of resources > >> called baloo_file. For the fun of it, I tried killing the thread today, > >> and it killed without any visible effects on the system. Can someone > >> please fill me in on what it is and what it does, and why I would want > >> it on my system. At times, it is consuming up to 97% of my processor > >> count > >> > >> Thanks > >> > >> TIM -------------- next part -------------- An HTML attachment was scrubbed... URL: From o.sinclair at gmail.com Mon Jan 4 07:22:00 2016 From: o.sinclair at gmail.com (O. Sinclair) Date: Mon, 4 Jan 2016 09:22:00 +0200 Subject: Baloo_File???? In-Reply-To: <21354294.Kbq335Z7XS@gkourtev-laptop> References: <5689B832.2090004@gmail.com> <3332977.YUGUZzKXgr@gkourtev-laptop> <21354294.Kbq335Z7XS@gkourtev-laptop> Message-ID: <568A1D98.8040904@gmail.com> that is the way indeed. Whether it actually switches of all baloo stuff I am not so sure of On 04/01/2016 09:03, Georgi Kourtev wrote: > I think from System Settings, then Desktop Search and untick the Enable > search. > > gk > > > > > > On Sunday 03 January 2016 22:49:33 David Lang wrote: > >> What's the correct way to turn this off. > >> > >> David Lang > >> > >> On Mon, 4 Jan 2016, Georgi Kourtev wrote: > >> > Hi Tim, > >> > > >> > Baloo is the indexing file for the newest versions of Kubuntu. It allows > >> > you a quick search within the file manager and Kontact. Quite useful > >> > though. > >> > > >> > The only downside is that it takes some time to index all files in your > >> > system. It took me at the beginning something like 2-3 hours, but then > >> > all worked smoothly. > >> > > >> > I think if you stop the process the system would not be harmed, but you > >> > will miss the find functionality. > >> > gk > >> > > >> > Skype: gkourtev > >> > > >> > On Sunday 03 January 2016 19:09:22 Timothy A. Holmes wrote: > >> >> Hi Folks: > >> >> > >> >> I have a process that at times consumes a HUGE amount of resources > >> >> called baloo_file. For the fun of it, I tried killing the thread today, > >> >> and it killed without any visible effects on the system. Can someone > >> >> please fill me in on what it is and what it does, and why I would want > >> >> it on my system. At times, it is consuming up to 97% of my processor > >> >> count > >> >> > >> >> Thanks > >> >> > >> >> TIM > > > > > From kassube at gmx.net Mon Jan 4 08:34:47 2016 From: kassube at gmx.net (Nils Kassube) Date: Mon, 04 Jan 2016 09:34:47 +0100 Subject: Baloo_File???? In-Reply-To: <568A1D98.8040904@gmail.com> References: <5689B832.2090004@gmail.com> <21354294.Kbq335Z7XS@gkourtev-laptop> <568A1D98.8040904@gmail.com> Message-ID: <1652541.CJSHAWplBc@p5915> O. Sinclair wrote: > that is the way indeed. Whether it actually switches of all baloo > stuff I am not so sure of Yes, it does, but not necessarily immediately. On my 16.04 machine I have disabled it immediately after the upgrade and I just checked that there was no baloo* process running. Then I enabled desktop search and baloo_file was started. After disabling desktop search again, the process was still running. After logging out, the process was gone though. Nils From kassube at gmx.net Mon Jan 4 08:46:17 2016 From: kassube at gmx.net (Nils Kassube) Date: Mon, 04 Jan 2016 09:46:17 +0100 Subject: Baloo_File???? In-Reply-To: References: <5689B832.2090004@gmail.com> Message-ID: <5906553.QvRCYDnpo4@p5915> David wrote: > > My understanding is that KDE development team has made this very > difficult to do because they feel that this feature is too important > for us mere users to decide that we should want to switch off. > If you think there is a problem with the usability, you should better report it at instead of ranting on an arbitrary user list because it is unlikely that the developers would read it here. OTOH, a bug report seems to be redundant now, as the desktop search can easily be disabled via system settings - at least in the KDE version coming with Kubuntu 16.04. Nils From lindsay.mathieson at gmail.com Mon Jan 4 11:50:13 2016 From: lindsay.mathieson at gmail.com (Lindsay Mathieson) Date: Mon, 4 Jan 2016 21:50:13 +1000 Subject: Baloo_File???? In-Reply-To: <5906553.QvRCYDnpo4@p5915> References: <5689B832.2090004@gmail.com> <5906553.QvRCYDnpo4@p5915> Message-ID: <568A5C75.1000801@gmail.com> On 4/01/2016 6:46 PM, Nils Kassube wrote: > If you think there is a problem with the usability, you should better > report it at instead of ranting on an arbitrary > user list because it is unlikely that the developers would read it here. Done to death. The developer in question has no interest in listening to users. -- Lindsay Mathieson From o.sinclair at gmail.com Mon Jan 4 12:13:20 2016 From: o.sinclair at gmail.com (O. Sinclair) Date: Mon, 4 Jan 2016 14:13:20 +0200 Subject: Baloo_File???? In-Reply-To: <568A5C75.1000801@gmail.com> References: <5689B832.2090004@gmail.com> <5906553.QvRCYDnpo4@p5915> <568A5C75.1000801@gmail.com> Message-ID: <568A61E0.6010103@gmail.com> On 04/01/2016 13:50, Lindsay Mathieson wrote: > On 4/01/2016 6:46 PM, Nils Kassube wrote: >> If you think there is a problem with the usability, you should better >> report it at instead of ranting on an arbitrary >> user list because it is unlikely that the developers would read it here. > > Done to death. The developer in question has no interest in listening to > users. > I beg to differ on that. I have had some conversations with him and my experiences is that he not only "listen" but acts From post at volker-wysk.de Mon Jan 4 12:46:55 2016 From: post at volker-wysk.de (Volker Wysk) Date: Mon, 04 Jan 2016 13:46:55 +0100 Subject: Baloo_File???? In-Reply-To: <5689B832.2090004@gmail.com> References: <5689B832.2090004@gmail.com> Message-ID: <3839532.PTbIqDzCSO@desktop> Am Sunday 03 January 2016, 19:09:22 schrieb Timothy A. Holmes: > Hi Folks: > > I have a process that at times consumes a HUGE amount of resources > called baloo_file. For the fun of it, I tried killing the thread today, > and it killed without any visible effects on the system. Can someone > please fill me in on what it is and what it does, and why I would want > it on my system. At times, it is consuming up to 97% of my processor count AFAIK, baloo only uses otherwise unused resources. When you start a different program, baloo releases the CPU. It's not like its predecessor Nepomuk, which indeed ate all of the available resources. Bye Volker From m.celiesius at yandex.ru Mon Jan 4 15:58:19 2016 From: m.celiesius at yandex.ru (m.celiesius) Date: Mon, 4 Jan 2016 17:58:19 +0200 Subject: Baloo_File???? In-Reply-To: <5689B832.2090004@gmail.com> References: <5689B832.2090004@gmail.com> Message-ID: <568A969B.4010107@yandex.ru> Hello. You can read about baloo here https://community.kde.org/Baloo Also, you can permanently disable the baloo file indexer. Procedure is described bellow https://community.kde.org/Baloo/Configuration On 01/04/2016 02:09 AM, Timothy A. Holmes wrote: > Hi Folks: > > I have a process that at times consumes a HUGE amount of resources > called baloo_file. For the fun of it, I tried killing the thread > today, and it killed without any visible effects on the system. Can > someone please fill me in on what it is and what it does, and why I > would want it on my system. At times, it is consuming up to 97% of my > processor count > > Thanks > > TIM > From post at volker-wysk.de Mon Jan 4 16:31:43 2016 From: post at volker-wysk.de (Volker Wysk) Date: Mon, 04 Jan 2016 17:31:43 +0100 Subject: encrypted home dir backup In-Reply-To: References: Message-ID: <4829756.D489kSOKSN@desktop> Am Wednesday 30 December 2015, 21:49:05 schrieb Donatas G.: > Hi, > > I have read in a few places, like this ( > http://mykek.com/os/ecryptfs/ecryptfs_with_backup.html) that it is possible > to backup the encrypted files of the Unbuntu encrypted home directory to > restore them later if need be. However, I was unable to find out if it is > possible to do the backup when I am logged in to the session (with the > encrypted home mounted/being accessed. > > Does anyone know if it will be ok / not cause problems later, when I need > to restore the backup? I am not quite sure why it _could_ cause problems, > but just to make sure... > > Donatas Glodenis If you back up to an external hard disk, you can just encrypt its entire file system. The you don't need to worry about encryption in the backup tool. Good luck Volker From ralsa at openmailbox.org Fri Jan 8 21:09:12 2016 From: ralsa at openmailbox.org (Carlos A. F.) Date: Fri, 08 Jan 2016 22:09:12 +0100 Subject: Still no video thumbnails in Dolphin Message-ID: <4016629.LLjuy1NDB0@anibal> That's the question.... From ralsa at openmailbox.org Fri Jan 8 21:18:07 2016 From: ralsa at openmailbox.org (Carlos A. F.) Date: Fri, 08 Jan 2016 22:18:07 +0100 Subject: Still no video thumbnails in Dolphin In-Reply-To: <4016629.LLjuy1NDB0@anibal> References: <4016629.LLjuy1NDB0@anibal> Message-ID: <6055985.C4j4XTHZqJ@anibal> In Plasma 5, I meant. El Friday 08 January 2016 22:09:12 Carlos A. F. escribió: > That's the question.... From kassube at gmx.net Sun Jan 10 10:22:00 2016 From: kassube at gmx.net (Nils Kassube) Date: Sun, 10 Jan 2016 11:22 +0100 Subject: Still no video thumbnails in Dolphin In-Reply-To: <6055985.C4j4XTHZqJ@anibal> References: <4016629.LLjuy1NDB0@anibal> <6055985.C4j4XTHZqJ@anibal> Message-ID: <1603549.od9FlDXeaO@p5915> Carlos A. F. wrote: > In Plasma 5, I meant. > > El Friday 08 January 2016 22:09:12 Carlos A. F. escribió: > > That's the question.... No, it's a statement, not a question. Anyway, if you wanted to ask if there are preview thumbnails for videos, I think the answer is no. At least I couldn't find a configuration option to enable video preview in Kubuntu 16.04. and I don't think I have a video with an embedded preview image to test it. Nils From cfhowlett at hotmail.com Sat Jan 9 06:22:27 2016 From: cfhowlett at hotmail.com (C. F. Howlett) Date: Sat, 9 Jan 2016 14:22:27 +0800 Subject: Ubuntustudio Wallpaper Contest Message-ID: Ubuntustudio 16.04 will be officially released in April 2016. As this will be a Long Term Support version, we are especially anxious to offer an excellent customer experience on the desktop. Therefore, the Ubuntustudio community will host a wallpaper design contest! The contest is open to all Digital Artists and Amateurs, most especially Ubuntustudio enthusiasts. We hope to collect the coolest, most beautiful, inspiring, innovative and downright slick desktop wallpapers. Each artist may submit up to 4 pieces. The Ubuntustudio community will vote on and select 16 final Ubuntustudio Wallpapers! (See what we did there? 16? 4? Clever, eh?) If you are enjoying Edubuntu, Ubuntu, Ubuntu-Kylin, Ubuntu-Mate, Ubuntu-Gnome, Kubuntu, Lubuntu, Xubuntu or Ubuntu-Server we formally invite and welcome your contributions as well! If you are interested, take a look at the Ubuntu Studio wallpapers over the years . Otherwise ... GET BUSY! Adapt! Build! Conceptualize! Design! Draft! Draw! Edit! Post-Process! Redesign! Render! Re-purpose! Shoot! *CREATE!* Show us what you can do with Ubuntustudio's graphic design, video and photography tools! Ubuntustudio Main Page -------------- next part -------------- An HTML attachment was scrubbed... URL: From bilwalsh at swbell.net Mon Jan 11 21:54:54 2016 From: bilwalsh at swbell.net (Billie Walsh) Date: Mon, 11 Jan 2016 15:54:54 -0600 Subject: KDEConnect Message-ID: <569424AE.7000907@swbell.net> I just found out there is an Android app for KDEConnect. Installed just fine but now I need to figure out how to start it on my Kubuntu 14.04 desktop. The Android app sees my desktop just fine but a paring request goes unanswered. -- Fast is fine, but accuracy is final. You must learn to be slow in a hurry. -Wyatt Earp- _ _... ..._ _ _._ ._ ..... ._.. ... .._ From clay at claydoh.com Tue Jan 12 00:27:52 2016 From: clay at claydoh.com (Clay Weber) Date: Mon, 11 Jan 2016 19:27:52 -0500 Subject: KDEConnect In-Reply-To: <569424AE.7000907@swbell.net> References: <569424AE.7000907@swbell.net> Message-ID: <2014066.vd9vDAd8YY@jake-latitude-e6420> On Monday, January 11, 2016 03:54:54 PM Billie Walsh wrote: > I just found out there is an Android app for KDEConnect. Installed just > fine but now I need to figure out how to start it on my Kubuntu 14.04 > desktop. The Android app sees my desktop just fine but a paring request > goes unanswered. Have you tried pairing it from the desktop side? My oldish HTC Droid DNA phone will only pair that way, but my 2 brand new LG G4 and LG V10 pair either way. Also make sure you have a newer version of the desktop software, the Trusty version is older and kdeconnect works best when both the desktop and the android versions are as close as possible. https://code.launchpad.net/~vikoadi/+archive/ubuntu/ppa/ Note that from this ppa, you don't need to install the indicator-kdeconnect package unless you are running Unity. -- Clay Weber From bilwalsh at swbell.net Tue Jan 12 01:04:48 2016 From: bilwalsh at swbell.net (Billie Walsh) Date: Mon, 11 Jan 2016 19:04:48 -0600 Subject: KDEConnect In-Reply-To: <2014066.vd9vDAd8YY@jake-latitude-e6420> References: <569424AE.7000907@swbell.net> <2014066.vd9vDAd8YY@jake-latitude-e6420> Message-ID: <56945130.5020401@swbell.net> On 01/11/2016 06:27 PM, Clay Weber wrote: > On Monday, January 11, 2016 03:54:54 PM Billie Walsh wrote: >> I just found out there is an Android app for KDEConnect. Installed just >> fine but now I need to figure out how to start it on my Kubuntu 14.04 >> desktop. The Android app sees my desktop just fine but a paring request >> goes unanswered. > Have you tried pairing it from the desktop side? My oldish HTC Droid DNA phone > will only pair that way, but my 2 brand new LG G4 and LG V10 pair either way. > Also make sure you have a newer version of the desktop software, the Trusty > version is older and kdeconnect works best when both the desktop and the > android versions are as close as possible. > > https://code.launchpad.net/~vikoadi/+archive/ubuntu/ppa/ > > Note that from this ppa, you don't need to install the indicator-kdeconnect > package unless you are running Unity. > I don't know how to start KDEConnect on the desktop. There's no listing for it in the menus and running kdeconnect from "Run Command" does nothing. I found a website [ http://tinyurl.com/pnzfe9y ] that says I need to update to a newer version of KDEConnect than what is now installed for it to work reliably. I've been trying for while but installing from CLI just stalls like it's waiting for input but won't accept anything. Even with the ppa added to the sources Synaptic only shows the older version. I found UbuntuUpdates.org and downloaded the deb file. Will try installing that. -- Fast is fine, but accuracy is final. You must learn to be slow in a hurry. -Wyatt Earp- _ _... ..._ _ _._ ._ ..... ._.. ... .._ From clay at claydoh.com Tue Jan 12 01:29:16 2016 From: clay at claydoh.com (Clay Weber) Date: Mon, 11 Jan 2016 20:29:16 -0500 Subject: KDEConnect In-Reply-To: <56945130.5020401@swbell.net> References: <569424AE.7000907@swbell.net> <2014066.vd9vDAd8YY@jake-latitude-e6420> <56945130.5020401@swbell.net> Message-ID: <8805620.xE37s3CnHe@jake-latitude-e6420> On Monday, January 11, 2016 07:04:48 PM Billie Walsh wrote: > On 01/11/2016 06:27 PM, Clay Weber wrote: > > On Monday, January 11, 2016 03:54:54 PM Billie Walsh wrote: > >> I just found out there is an Android app for KDEConnect. Installed just > >> fine but now I need to figure out how to start it on my Kubuntu 14.04 > >> desktop. The Android app sees my desktop just fine but a paring request > >> goes unanswered. > > > > Have you tried pairing it from the desktop side? My oldish HTC Droid DNA > > phone will only pair that way, but my 2 brand new LG G4 and LG V10 pair > > either way. Also make sure you have a newer version of the desktop > > software, the Trusty version is older and kdeconnect works best when both > > the desktop and the android versions are as close as possible. > > > > https://code.launchpad.net/~vikoadi/+archive/ubuntu/ppa/ > > > > Note that from this ppa, you don't need to install the > > indicator-kdeconnect package unless you are running Unity. > > I don't know how to start KDEConnect on the desktop. There's no listing > for it in the menus and running kdeconnect from "Run Command" does nothing. > It will be in System Settings, and you can also get to the module by searching for "kde" or a similar string in the kmenu's search bar. > I found a website [ http://tinyurl.com/pnzfe9y ] that says I need to > update to a newer version of KDEConnect than what is now installed for > it to work reliably. I've been trying for while but installing from CLI > just stalls like it's waiting for input but won't accept anything. Even > with the ppa added to the sources Synaptic only shows the older version. > I found UbuntuUpdates.org and downloaded the deb file. Will try > installing that. After you have added the ppa, make sure you fetch updates (reload. I think in Synaptic), then do a normal system update. I can't tell what you have going on with your install attempts without more specific details of what you are seeing. -- Clay Weber From bilwalsh at swbell.net Tue Jan 12 01:39:06 2016 From: bilwalsh at swbell.net (Billie Walsh) Date: Mon, 11 Jan 2016 19:39:06 -0600 Subject: KDEConnect In-Reply-To: <8805620.xE37s3CnHe@jake-latitude-e6420> References: <569424AE.7000907@swbell.net> <2014066.vd9vDAd8YY@jake-latitude-e6420> <56945130.5020401@swbell.net> <8805620.xE37s3CnHe@jake-latitude-e6420> Message-ID: <5694593A.6080300@swbell.net> On 01/11/2016 07:29 PM, Clay Weber wrote: > On Monday, January 11, 2016 07:04:48 PM Billie Walsh wrote: >> On 01/11/2016 06:27 PM, Clay Weber wrote: >>> On Monday, January 11, 2016 03:54:54 PM Billie Walsh wrote: >>>> I just found out there is an Android app for KDEConnect. Installed just >>>> fine but now I need to figure out how to start it on my Kubuntu 14.04 >>>> desktop. The Android app sees my desktop just fine but a paring request >>>> goes unanswered. >>> Have you tried pairing it from the desktop side? My oldish HTC Droid DNA >>> phone will only pair that way, but my 2 brand new LG G4 and LG V10 pair >>> either way. Also make sure you have a newer version of the desktop >>> software, the Trusty version is older and kdeconnect works best when both >>> the desktop and the android versions are as close as possible. >>> >>> https://code.launchpad.net/~vikoadi/+archive/ubuntu/ppa/ >>> >>> Note that from this ppa, you don't need to install the >>> indicator-kdeconnect package unless you are running Unity. >> I don't know how to start KDEConnect on the desktop. There's no listing >> for it in the menus and running kdeconnect from "Run Command" does nothing. >> > It will be in System Settings, and you can also get to the module by searching > for "kde" or a similar string in the kmenu's search bar. > >> I found a website [ http://tinyurl.com/pnzfe9y ] that says I need to >> update to a newer version of KDEConnect than what is now installed for >> it to work reliably. I've been trying for while but installing from CLI >> just stalls like it's waiting for input but won't accept anything. Even >> with the ppa added to the sources Synaptic only shows the older version. >> I found UbuntuUpdates.org and downloaded the deb file. Will try >> installing that. > After you have added the ppa, make sure you fetch updates (reload. I think in > Synaptic), then do a normal system update. I can't tell what you have going on > with your install attempts without more specific details of what you are > seeing. > The KDEConnect in system setting shows nothing. Even the Help and Defaults button at the bottom are grayed out. The app on my tablet shows the desktop so it can connect but the desktop doesn't show anything. I don't think KDEConnect is running. And I can't find any way to start it. -- Fast is fine, but accuracy is final. You must learn to be slow in a hurry. -Wyatt Earp- _ _... ..._ _ _._ ._ ..... ._.. ... .._ From bilwalsh at swbell.net Tue Jan 12 01:56:10 2016 From: bilwalsh at swbell.net (Billie Walsh) Date: Mon, 11 Jan 2016 19:56:10 -0600 Subject: SOLVED Re: KDEConnect In-Reply-To: <8805620.xE37s3CnHe@jake-latitude-e6420> References: <569424AE.7000907@swbell.net> <2014066.vd9vDAd8YY@jake-latitude-e6420> <56945130.5020401@swbell.net> <8805620.xE37s3CnHe@jake-latitude-e6420> Message-ID: <56945D3A.6050906@swbell.net> A restart was required. Rebooted and it now works. -- Fast is fine, but accuracy is final. You must learn to be slow in a hurry. -Wyatt Earp- _ _... ..._ _ _._ ._ ..... ._.. ... .._ From gkourtev at gmail.com Tue Jan 12 08:33:27 2016 From: gkourtev at gmail.com (Georgi Kourtev) Date: Tue, 12 Jan 2016 10:33:27 +0200 Subject: SOLVED Re: KDEConnect In-Reply-To: <56945D3A.6050906@swbell.net> References: <569424AE.7000907@swbell.net> <8805620.xE37s3CnHe@jake-latitude-e6420> <56945D3A.6050906@swbell.net> Message-ID: <2992420.niq6hzjXVt@gkourtev-laptop> On Monday 11 January 2016 19:56:10 Billie Walsh wrote: > A restart was required. Rebooted and it now works. Hi, Can you please check how much memory it is using? In my case it was using somewhere between 30-40% of the CPU, which I do not understand why. Do you have the same? I am running Kubuntu 14.10 with all updates. Thanks, gk -------------- next part -------------- An HTML attachment was scrubbed... URL: From o.sinclair at gmail.com Tue Jan 12 09:29:02 2016 From: o.sinclair at gmail.com (O. Sinclair) Date: Tue, 12 Jan 2016 11:29:02 +0200 Subject: SOLVED Re: KDEConnect In-Reply-To: <2992420.niq6hzjXVt@gkourtev-laptop> References: <569424AE.7000907@swbell.net> <8805620.xE37s3CnHe@jake-latitude-e6420> <56945D3A.6050906@swbell.net> <2992420.niq6hzjXVt@gkourtev-laptop> Message-ID: <5694C75E.5010804@gmail.com> On 12/01/2016 10:33, Georgi Kourtev wrote: > > > On Monday 11 January 2016 19:56:10 Billie Walsh wrote: > >> A restart was required. Rebooted and it now works. > > > > > > Hi, > > > > Can you please check how much memory it is using? In my case it was > using somewhere between 30-40% of the CPU, which I do not understand why. > > > > Do you have the same? > > > > I am running Kubuntu 14.10 with all updates. > > > > Thanks, > > gk > > > I am on 14.10 as well and see nothing like that. What chews RAM for me is either KWin or the browser (be it Firefox or Chrome(ium) From bilwalsh at swbell.net Tue Jan 12 15:20:00 2016 From: bilwalsh at swbell.net (Billie Walsh) Date: Tue, 12 Jan 2016 09:20:00 -0600 Subject: SOLVED Re: KDEConnect In-Reply-To: <2992420.niq6hzjXVt@gkourtev-laptop> References: <569424AE.7000907@swbell.net> <8805620.xE37s3CnHe@jake-latitude-e6420> <56945D3A.6050906@swbell.net> <2992420.niq6hzjXVt@gkourtev-laptop> Message-ID: <569519A0.1070702@swbell.net> On 01/12/2016 02:33 AM, Georgi Kourtev wrote: > > On Monday 11 January 2016 19:56:10 Billie Walsh wrote: > > > A restart was required. Rebooted and it now works. > > Hi, > > Can you please check how much memory it is using? In my case it was > using somewhere between 30-40% of the CPU, which I do not understand why. > > Do you have the same? > > I am running Kubuntu 14.10 with all updates. > > Thanks, > > gk > First off, programs will fill as much memory as they can until it is required for something else. That's normal. Second, this is a quad core with 16gigs memory. I'm showing almost 13gigs free. Right now it's kind of a light load, only four programs running, plus the stuff that runs we never know about. *Everything* that is running on the computer is running completely in memory and only using 3gigs. -- Fast is fine, but accuracy is final. You must learn to be slow in a hurry. -Wyatt Earp- _ _... ..._ _ _._ ._ ..... ._.. ... .._ From tgasoft at gmail.com Thu Jan 14 19:28:19 2016 From: tgasoft at gmail.com (Teimuraz Abashidze) Date: Thu, 14 Jan 2016 23:28:19 +0400 Subject: Bugs found in Kubuntu 15.10 Message-ID: Hello everybody This is my first post to community HW: HP EliteBook 8530p, 4 Gb RAM, HDD 1.5 TB. SW: Was Ubuntu 14.04 LTS, than upgraded to 15.04 and immediately to 15.10. This problems did not exist before. KDE Plasma is used as dektop environment. 1. Problems with sleep mode: after returning from sleep USB mouse (Logitech MX518) and USB wireless keyboard (Logitech Internet 1500 Laser Cordless Desktop) stop working, even mouse alser sensor is off. To bring them back to life I have to disconnect and connect again. Reproducing 100% 2. I'm using KDE keyboard swither with three layouts: English, Russian, Georgian. Lock screen shows keyboard layout in small window at the left of password field, but it's so narrow that you cannot read this two letters (us, ru, ge). After return from sleep layouts are not swithed correctly: it swithes between English and Georgian, ignoring Russian, but if you click on tray icon, it shows TWO Georgian flags and one Russian. Clicking on one of them, then on other brings it to normal state. 3. Very strange behavior of system tray. Icons of applications which I've added are not always shown. If I disable some of them (Instant messaging for example, or KDE connect and Reminder, which I don't need) than other icons are not shown properly. If I add one more system tray, it includes all necessary icons and all previously disabled icons also. Sometimes it shows two network icons at the same time (I'm using only one network, of course). When I'm running "Add new widgets" applet, it shows some widgets as already added, even the are not shown. -- Best regards, Teimuraz Abashidze -------------------------------------------- Linux user #140208 -------------- next part -------------- An HTML attachment was scrubbed... URL: From honeycuttaaron3 at gmail.com Thu Jan 14 19:45:23 2016 From: honeycuttaaron3 at gmail.com (Aaron Honeycutt) Date: Thu, 14 Jan 2016 14:45:23 -0500 Subject: Bugs found in Kubuntu 15.10 In-Reply-To: References: Message-ID: Thanks for the info Teimuraz but we use launchpad and bugs.kde.org for bugs. The jump from 14.04 to 15.04 and then 15.10 is almost never stable as we were moving from KDE4 to Plasma 5 during those release and it was always recommended to do a clean install to 15.10. On Thu, Jan 14, 2016 at 2:28 PM, Teimuraz Abashidze wrote: > Hello everybody > This is my first post to community > > HW: HP EliteBook 8530p, 4 Gb RAM, HDD 1.5 TB. > SW: Was Ubuntu 14.04 LTS, than upgraded to 15.04 and immediately to 15.10. > This problems did not exist before. KDE Plasma is used as dektop > environment. > > 1. Problems with sleep mode: after returning from sleep USB mouse > (Logitech MX518) and USB wireless keyboard (Logitech Internet 1500 Laser > Cordless Desktop) stop working, even mouse alser sensor is off. To bring > them back to life I have to disconnect and connect again. Reproducing 100% > > 2. I'm using KDE keyboard swither with three layouts: English, Russian, > Georgian. Lock screen shows keyboard layout in small window at the left of > password field, but it's so narrow that you cannot read this two letters > (us, ru, ge). After return from sleep layouts are not swithed correctly: it > swithes between English and Georgian, ignoring Russian, but if you click on > tray icon, it shows TWO Georgian flags and one Russian. Clicking on one of > them, then on other brings it to normal state. > > 3. Very strange behavior of system tray. Icons of applications which I've > added are not always shown. If I disable some of them (Instant messaging > for example, or KDE connect and Reminder, which I don't need) than other > icons are not shown properly. If I add one more system tray, it includes > all necessary icons and all previously disabled icons also. Sometimes it > shows two network icons at the same time (I'm using only one network, of > course). When I'm running "Add new widgets" applet, it shows some widgets > as already added, even the are not shown. > > > -- > Best regards, > Teimuraz Abashidze > -------------------------------------------- > Linux user #140208 > > > > -- > 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 lorenzo.bettini at gmail.com Fri Jan 15 11:50:57 2016 From: lorenzo.bettini at gmail.com (Lorenzo Bettini) Date: Fri, 15 Jan 2016 12:50:57 +0100 Subject: Time server setting disappeared in Kubuntu 15.10 Message-ID: Hi in the regional settings I set the time to be set automatically but there's no way to choose the time server... since in the log I see Timed out waiting for reply from 91.189.94.4:123 (ntp.ubuntu.com) it is quite crucial to be able to set the time server... any clue please? Lorenzo -- Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino HOME: http://www.lorenzobettini.it Xtext Book: http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book From kbun at xpresso.seaslug.org Sat Jan 16 13:47:19 2016 From: kbun at xpresso.seaslug.org (Bill Vance) Date: Sat, 16 Jan 2016 05:47:19 -0800 (PST) Subject: Sounds like a problem Message-ID: Running 12.04 on an amd64 machine. I just got the latest kernel, (3.2.0-98), and my sound disapeared. Not even the boot up music is there anymore. Anyone know whats going on? Bill From valorie.zimmerman at gmail.com Sun Jan 17 10:09:06 2016 From: valorie.zimmerman at gmail.com (Valorie Zimmerman) Date: Sun, 17 Jan 2016 02:09:06 -0800 Subject: Bugs found in Kubuntu 15.10 In-Reply-To: References: Message-ID: On Thu, Jan 14, 2016 at 11:28 AM, Teimuraz Abashidze wrote: > Hello everybody > This is my first post to community > > HW: HP EliteBook 8530p, 4 Gb RAM, HDD 1.5 TB. > SW: Was Ubuntu 14.04 LTS, than upgraded to 15.04 and immediately to 15.10. > This problems did not exist before. KDE Plasma is used as dektop > environment. > > 1. Problems with sleep mode: after returning from sleep USB mouse (Logitech > MX518) and USB wireless keyboard (Logitech Internet 1500 Laser Cordless > Desktop) stop working, even mouse alser sensor is off. To bring them back to > life I have to disconnect and connect again. Reproducing 100% > > 2. I'm using KDE keyboard swither with three layouts: English, Russian, > Georgian. Lock screen shows keyboard layout in small window at the left of > password field, but it's so narrow that you cannot read this two letters > (us, ru, ge). After return from sleep layouts are not swithed correctly: it > swithes between English and Georgian, ignoring Russian, but if you click on > tray icon, it shows TWO Georgian flags and one Russian. Clicking on one of > them, then on other brings it to normal state. > > 3. Very strange behavior of system tray. Icons of applications which I've > added are not always shown. If I disable some of them (Instant messaging for > example, or KDE connect and Reminder, which I don't need) than other icons > are not shown properly. If I add one more system tray, it includes all > necessary icons and all previously disabled icons also. Sometimes it shows > two network icons at the same time (I'm using only one network, of course). > When I'm running "Add new widgets" applet, it shows some widgets as already > added, even the are not shown. > > > -- > Best regards, > Teimuraz Abashidze Hi Teimuraz, nice to hear from you. Moving from KDE5 to Plasma 5 is a big jump. You probably have some old configuration files around that are conflicting. Have you tried making a new user, and logging in as that user? If things work better from there, then try logging out, and from the terminal (control+alt+f2) do `mv ~/.kde ~/.kde-old` then `mv ~/.config ~/.config-old` and finally, `mv ~/.local ~/.local-old`. Then login again. If everything is working properly, you can move old configs back if you need them, file by file. Remember, config files are just text, so if you think they are suspicious, compare the newly created ones with the old ones. It's interesting, and will teach you something about how your system runs. Write us back if you need help with any of this. Valorie -- http://about.me/valoriez From cfhowlett at hotmail.com Sat Jan 16 08:49:14 2016 From: cfhowlett at hotmail.com (C. F. Howlett) Date: Sat, 16 Jan 2016 16:49:14 +0800 Subject: Invitation: Ubuntustudio Wallpaper Contest Message-ID: Ubuntu Studio is a free and open operating system for creative people. We provide the full range of multimedia content creation applications for each of our workflows: audio, graphics, video, photography and publishing. Additional details are at: https://ubuntustudio.org Ubuntustudio 16.04 Wallpaper Contest Contest Entries are here!! >>> https://flic.kr/s/aHsksBN2Hj <<< Where is YOUR entry? Ubuntustudio 16.04 will be officially released in April 2016. As this will be a Long Term Support version, we are most anxious to offer an excellent customer experience on the desktop. Therefore, the Ubuntustudio community will host a wallpaper design contest! The contest is open to Digital Artists, Designers, Dilettants and Doodlers, especially Ubuntustudio enthusiasts. We hope to collect the coolest, most beautiful, inspiring, innovative and downright slick desktop wallpapers. Each artist may submit up to 4 pieces. The Ubuntustudio community will vote on and select 16 final Ubuntustudio Wallpapers! (See what we did there? 16? 4? Clever, eh?) If you are enjoying Edubuntu, Ubuntu, Ubuntu-Kylin, Ubuntu-Mate, Ubuntu-Gnome, Kubuntu, Lubuntu, Xubuntu or Ubuntu-Server we formally invite and welcome your contributions as well! If you are interested, take a look at the Ubuntustudio wallpapers over the years: http://flic.kr/s/aHskopgqCF. Now, GET BUSY! Adapt! Build! Conceptualize! Design! Draft! Draw! Edit! Post-Process! Redesign! Render! Re-purpose! Shoot! CREATE! Show us what you can do with Ubuntustudio's graphic design, video and photography tools! CONTEST DETAILS: https://wiki.ubuntu.com/UbuntuStudio/Artwork/UserShowcase From kbun at xpresso.seaslug.org Thu Jan 21 06:19:46 2016 From: kbun at xpresso.seaslug.org (Bill Vance) Date: Wed, 20 Jan 2016 22:19:46 -0800 (PST) Subject: KDE Menuing Kaput Message-ID: Howdy; Did an OS re-install, (12.04), to get my sound back, and both it, and the new kernel seem to be working ok. There is, however, a new problem. I installed the full KDE, educational, games, libreoffice, the works, along with a bunch of other stuff. These usually add a bunch of entries to the launcher menus, but this time, virtually nothing has been added. Is there any way to kick the, "menu adder", into proper operation? Bill From dead_line at hotmail.com Fri Jan 22 07:10:57 2016 From: dead_line at hotmail.com (Marwan Sultan) Date: Fri, 22 Jan 2016 07:10:57 +0000 Subject: Still no video thumbnails in Dolphin In-Reply-To: <4016629.LLjuy1NDB0@anibal> References: <4016629.LLjuy1NDB0@anibal> Message-ID: you need to downgrade to Dolphin4 and install few needed packages. as someone thankfully on this list advised me to check this link.. and it works great.check it out https://www.kubuntuforums.net/showthread.php?69160-Dolphin-Video-amp-Pdf-Files-Preview -Marwan > From: ralsa at openmailbox.org > To: kubuntu-users at lists.ubuntu.com > Subject: Still no video thumbnails in Dolphin > Date: Fri, 8 Jan 2016 22:09:12 +0100 > > That's the question.... > > -- > 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 post at volker-wysk.de Fri Jan 22 12:44:06 2016 From: post at volker-wysk.de (Volker Wysk) Date: Fri, 22 Jan 2016 13:44:06 +0100 Subject: Huge Kubuntu-upgrade Message-ID: <1840106.HJM8ULIWeZ@desktop> Hello! I'm running Kubuntu 15.10, with the Kubuntu-PPAs. There is a huge update, when I type "apt-get update && apt-get dist-upgrade". Almost 400 packages are affected. There isn't any news item about that on kubuntu.org. Is this okay? I don't want to break my system. I've had bad experiences with Debian... Cheers, Volker From mrvanes at gmail.com Fri Jan 22 13:06:27 2016 From: mrvanes at gmail.com (Martin van Es) Date: Fri, 22 Jan 2016 14:06:27 +0100 Subject: Huge Kubuntu-upgrade In-Reply-To: <1840106.HJM8ULIWeZ@desktop> References: <1840106.HJM8ULIWeZ@desktop> Message-ID: Sounds like de Kubuntu backports update that just has been released. That's ok, as long as you make sure libqt5xcbqpa5 is installed afterwards. It was missing for me and broke xsession after reboot. Took me some sweaty minutes to find out and recover! ssdm now correctly depends on libqt5xcbqpa5, but lightdm doesn't, so you better check! Regards, Martin On Fri, Jan 22, 2016 at 1:44 PM, Volker Wysk wrote: > Hello! > > I'm running Kubuntu 15.10, with the Kubuntu-PPAs. There is a huge update, > when > I type "apt-get update && apt-get dist-upgrade". Almost 400 packages are > affected. There isn't any news item about that on kubuntu.org. > > Is this okay? I don't want to break my system. I've had bad experiences > with > Debian... > > Cheers, > Volker > > -- > kubuntu-users mailing list > kubuntu-users at lists.ubuntu.com > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/kubuntu-users > -- If 'but' was any useful, it would be a logic operator -------------- next part -------------- An HTML attachment was scrubbed... URL: From post at volker-wysk.de Fri Jan 22 15:05:44 2016 From: post at volker-wysk.de (Volker Wysk) Date: Fri, 22 Jan 2016 16:05:44 +0100 Subject: Huge Kubuntu-upgrade In-Reply-To: References: <1840106.HJM8ULIWeZ@desktop> Message-ID: <1808858.zlWAzGgYWh@desktop> Am Friday 22 January 2016, 14:06:27 schrieb Martin van Es: > Sounds like de Kubuntu backports update that just has been released. Hmm.. Where do you get the news about the Kubuntu backports update? > That's > ok, as long as you make sure libqt5xcbqpa5 is installed afterwards. > It was missing for me and broke xsession after reboot. Took me some sweaty > minutes to find out and recover! > > ssdm now correctly depends on libqt5xcbqpa5, but lightdm doesn't, so you > better check! Thanks for the tip. I've carried out the dist-upgrade, and erverything seems to be fine now. It upgrades from Plasma-5.4 to Plasma-5.5. Happy hacking Volker From etriaph at gmail.com Fri Jan 22 16:08:01 2016 From: etriaph at gmail.com (Robert Charbonneau) Date: Fri, 22 Jan 2016 11:08:01 -0500 Subject: Huge Kubuntu-upgrade In-Reply-To: <1808858.zlWAzGgYWh@desktop> References: <1840106.HJM8ULIWeZ@desktop> <1808858.zlWAzGgYWh@desktop> Message-ID: <1453478881.13676.0@smtp.gmail.com> Hey Volker, If you've just installed Kubuntu then it's normal for you to update many system packages. Don't be afraid of updates, they are your friend and the Kubuntu packagers do a great job ensuring that all is well in user-land. On Fri, 22 Jan, 2016 at 10:05 AM, Volker Wysk wrote: > Am Friday 22 January 2016, 14:06:27 schrieb Martin van Es: >> Sounds like de Kubuntu backports update that just has been released. > > Hmm.. Where do you get the news about the Kubuntu backports update? > >> That's >> ok, as long as you make sure libqt5xcbqpa5 is installed afterwards. >> It was missing for me and broke xsession after reboot. Took me some >> sweaty >> minutes to find out and recover! >> >> ssdm now correctly depends on libqt5xcbqpa5, but lightdm doesn't, >> so you >> better check! > > Thanks for the tip. I've carried out the dist-upgrade, and > erverything seems > to be fine now. It upgrades from Plasma-5.4 to Plasma-5.5. > > Happy hacking > Volker > > -- > 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 clay at claydoh.com Fri Jan 22 16:24:37 2016 From: clay at claydoh.com (Clay Weber) Date: Fri, 22 Jan 2016 11:24:37 -0500 Subject: Huge Kubuntu-upgrade In-Reply-To: <1808858.zlWAzGgYWh@desktop> References: <1840106.HJM8ULIWeZ@desktop> <1808858.zlWAzGgYWh@desktop> Message-ID: <1512721.iFOdpDQj5p@jake-latitude-e6420> On Friday, January 22, 2016 04:05:44 PM Volker Wysk wrote: > Am Friday 22 January 2016, 14:06:27 schrieb Martin van Es: > > Sounds like de Kubuntu backports update that just has been released. > > Hmm.. Where do you get the news about the Kubuntu backports update? There has not been an announcement as there are still a couple of things to do before it's ready for that. > > That's > > ok, as long as you make sure libqt5xcbqpa5 is installed afterwards. > > It was missing for me and broke xsession after reboot. Took me some sweaty > > minutes to find out and recover! > > > > ssdm now correctly depends on libqt5xcbqpa5, but lightdm doesn't, so you > > better check! > > Thanks for the tip. I've carried out the dist-upgrade, and erverything seems > to be fine now. It upgrades from Plasma-5.4 to Plasma-5.5. > > Happy hacking > Volker -- Clay Weber From post at volker-wysk.de Fri Jan 22 18:11:01 2016 From: post at volker-wysk.de (Volker Wysk) Date: Fri, 22 Jan 2016 19:11:01 +0100 Subject: Huge Kubuntu-upgrade In-Reply-To: <1453478881.13676.0@smtp.gmail.com> References: <1840106.HJM8ULIWeZ@desktop> <1808858.zlWAzGgYWh@desktop> <1453478881.13676.0@smtp.gmail.com> Message-ID: <6436340.cGPuBBZCX1@desktop> Am Friday 22 January 2016, 11:08:01 schrieb Robert Charbonneau: > Hey Volker, > > If you've just installed Kubuntu then it's normal for you to update > many system packages. Don't be afraid of updates, they are your friend > and the Kubuntu packagers do a great job ensuring that all is well in > user-land. I've switched from Debian to Kubuntu 15.10 just after it was released. In Debian, there is the default "stable" branch, which is updated about every two years. If you need something more up to date (namely, KDE) you have to use the "testing" and/or "unstable" branches. In this case, you can easily trash your system, if you don't exactly know what you're doing. I've had to reinstall my system several times. It was a real headache, especially in conjunction with KDE, which lacked current versions most of the time, and made it really difficult to install them, once they appeared in testing/unstable. It's much better in Kubuntu, except that KDE is as buggy as before. :-> Especially KMail. Many thanks to the Kubuntu packagers. Volker From post at volker-wysk.de Fri Jan 22 18:17:18 2016 From: post at volker-wysk.de (Volker Wysk) Date: Fri, 22 Jan 2016 19:17:18 +0100 Subject: Huge Kubuntu-upgrade In-Reply-To: <1512721.iFOdpDQj5p@jake-latitude-e6420> References: <1840106.HJM8ULIWeZ@desktop> <1808858.zlWAzGgYWh@desktop> <1512721.iFOdpDQj5p@jake-latitude-e6420> Message-ID: <3256632.yUVUyUJLD3@desktop> Am Friday 22 January 2016, 11:24:37 schrieb Clay Weber: > On Friday, January 22, 2016 04:05:44 PM Volker Wysk wrote: > > Am Friday 22 January 2016, 14:06:27 schrieb Martin van Es: > > > Sounds like de Kubuntu backports update that just has been released. > > > > Hmm.. Where do you get the news about the Kubuntu backports update? > > There has not been an announcement as there are still a couple of things to > do before it's ready for that. So the new packages have been released in the PPA, although there are still things to do first? Bye Volker From mrvanes at gmail.com Fri Jan 22 19:00:57 2016 From: mrvanes at gmail.com (Martin van Es) Date: Fri, 22 Jan 2016 20:00:57 +0100 Subject: Huge Kubuntu-upgrade In-Reply-To: <1808858.zlWAzGgYWh@desktop> References: <1840106.HJM8ULIWeZ@desktop> <1808858.zlWAzGgYWh@desktop> Message-ID: I get the update information from Kubuntu Google+ group nowadays. It's quite active. https://plus.google.com/communities/108139456908538054874 Grtz Martin On Fri, Jan 22, 2016 at 4:05 PM, Volker Wysk wrote: > Am Friday 22 January 2016, 14:06:27 schrieb Martin van Es: > > Sounds like de Kubuntu backports update that just has been released. > > Hmm.. Where do you get the news about the Kubuntu backports update? > > > That's > > ok, as long as you make sure libqt5xcbqpa5 is installed afterwards. > > It was missing for me and broke xsession after reboot. Took me some > sweaty > > minutes to find out and recover! > > > > ssdm now correctly depends on libqt5xcbqpa5, but lightdm doesn't, so you > > better check! > > Thanks for the tip. I've carried out the dist-upgrade, and erverything > seems > to be fine now. It upgrades from Plasma-5.4 to Plasma-5.5. > > Happy hacking > Volker > > -- > kubuntu-users mailing list > kubuntu-users at lists.ubuntu.com > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/kubuntu-users > -- If 'but' was any useful, it would be a logic operator -------------- next part -------------- An HTML attachment was scrubbed... URL: From etriaph at gmail.com Fri Jan 22 19:08:25 2016 From: etriaph at gmail.com (Robert Charbonneau) Date: Fri, 22 Jan 2016 14:08:25 -0500 Subject: Huge Kubuntu-upgrade In-Reply-To: References: <1840106.HJM8ULIWeZ@desktop> <1808858.zlWAzGgYWh@desktop> Message-ID: <1453489705.13676.1@smtp.gmail.com> Bear in mind too, that Kubuntu is an organization of packagers, promoters and software developers; KDE is a similar group of enthusiastic contributors. All of this combined effort results in a desktop environment that I would consider "mostly stable". It takes me usually 4 hours to get my system the way I like to work with it, but when I started working with an open source desktop around 1999-2000 it would take days to get things working properly. Please send your thanks to all of the contributors that provide you with a free desktop environment, regardless of hurdles you may have to cross to get to using it. KDE Plasma 5 is simply the only choice imo for a free, productive and pleasing desktop environment, and the Kubuntu team is as enthusiastic about delivering this experience as I have love for KDE. :D You can get assistance on Freenode IRC too. chat.freenode.net:8001 and join #Kubuntu On Fri, 22 Jan, 2016 at 2:00 PM, Martin van Es wrote: > I get the update information from Kubuntu Google+ group nowadays. > It's quite active. > > https://plus.google.com/communities/108139456908538054874 > > Grtz > Martin > > On Fri, Jan 22, 2016 at 4:05 PM, Volker Wysk > wrote: >> Am Friday 22 January 2016, 14:06:27 schrieb Martin van Es: >> > Sounds like de Kubuntu backports update that just has been >> released. >> >> Hmm.. Where do you get the news about the Kubuntu backports update? >> >> > That's >> > ok, as long as you make sure libqt5xcbqpa5 is installed afterwards. >> > It was missing for me and broke xsession after reboot. Took me >> some sweaty >> > minutes to find out and recover! >> > >> > ssdm now correctly depends on libqt5xcbqpa5, but lightdm doesn't, >> so you >> > better check! >> >> Thanks for the tip. I've carried out the dist-upgrade, and >> erverything seems >> to be fine now. It upgrades from Plasma-5.4 to Plasma-5.5. >> >> Happy hacking >> Volker >> >> -- >> kubuntu-users mailing list >> kubuntu-users at lists.ubuntu.com >> Modify settings or unsubscribe at: >> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users > > > > -- > If 'but' was any useful, it would be a logic operator -------------- next part -------------- An HTML attachment was scrubbed... URL: From luca at ventoso.org Fri Jan 22 19:26:24 2016 From: luca at ventoso.org (Luca Olivetti) Date: Fri, 22 Jan 2016 20:26:24 +0100 Subject: Huge Kubuntu-upgrade In-Reply-To: References: <1840106.HJM8ULIWeZ@desktop> Message-ID: <56A28260.7060407@ventoso.org> El 22/01/16 a les 14:06, Martin van Es ha escrit: > Sounds like de Kubuntu backports update that just has been released. > That's ok, as long as you make sure libqt5xcbqpa5 is installed afterwards. > It was missing for me and broke xsession after reboot. Took me some > sweaty minutes to find out and recover! The update also broke vlc here: it crops the video to a tiny rectangle in the upper left corner. clvc works fine. Bye -- Luca From taholmes160 at gmail.com Sun Jan 24 02:59:32 2016 From: taholmes160 at gmail.com (Timothy A. Holmes) Date: Sat, 23 Jan 2016 21:59:32 -0500 Subject: Broken KPim / akonadi Message-ID: <56A43E14.2000808@gmail.com> Hi Folks: I have a mostly working version of Kubuntu 15.04 on my OLD Pentium 4 computer. One thing that has not worked since I did the upgrade from 14.10 is Kpim. When I try to start it, it says that the akonadi server is not registered with dbus. I have tried to google for the answer and had no luck, Can someone please either explain how to register the akonadi server with dbus or point me to the directions that I obviously have missed. Thanks TIM From kassube at gmx.net Sun Jan 24 07:07:01 2016 From: kassube at gmx.net (Nils Kassube) Date: Sun, 24 Jan 2016 08:07:01 +0100 Subject: Broken KPim / akonadi In-Reply-To: <56A43E14.2000808@gmail.com> References: <56A43E14.2000808@gmail.com> Message-ID: <3151245.F1esDxPioU@p5915> Timothy A. Holmes wrote: > I have a mostly working version of Kubuntu 15.04 on my OLD Pentium 4 > computer. One thing that has not worked since I did the upgrade from > 14.10 is Kpim. When I try to start it, it says that the akonadi > server is not registered with dbus. I have tried to google for the > answer and had no luck, Can someone please either explain how to > register the akonadi server with dbus or point me to the directions > that I obviously have missed. Unless somebody else has a better advice with a direct solution to your problem, I would suggest to upgrade to 15.10 and try if it works there. After all 15.04 is near its EOL [1]. Nils [1] From bmarsh at bmarsh.com Sun Jan 24 16:12:20 2016 From: bmarsh at bmarsh.com (bmarsh at bmarsh.com) Date: Sun, 24 Jan 2016 11:12:20 -0500 Subject: Broken KPim / akonadi In-Reply-To: <3151245.F1esDxPioU@p5915> References: <56A43E14.2000808@gmail.com> <3151245.F1esDxPioU@p5915> Message-ID: > On Jan 24, 2016, at 2:07 AM, Nils Kassube wrote: > > Timothy A. Holmes wrote: >> I have a mostly working version of Kubuntu 15.04 on my OLD Pentium 4 >> computer. One thing that has not worked since I did the upgrade from >> 14.10 is Kpim. When I try to start it, it says that the akonadi >> server is not registered with dbus. I have tried to google for the >> answer and had no luck, Can someone please either explain how to >> register the akonadi server with dbus or point me to the directions >> that I obviously have missed. > > Unless somebody else has a better advice with a direct solution to your > problem, I would suggest to upgrade to 15.10 and try if it works there. > After all 15.04 is near its EOL [1]. > > > Nils > It could be part of the switch-over to a new method of searching and in 15.10, akonadi isn't used anymore. Can't say much more because I said goodbye to Akonadi a long time ago. > [1] > > > -- > kubuntu-users mailing list > kubuntu-users at lists.ubuntu.com > Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users From mrvanes at gmail.com Mon Jan 25 07:45:28 2016 From: mrvanes at gmail.com (Martin van Es) Date: Mon, 25 Jan 2016 08:45:28 +0100 Subject: Broken KPim / akonadi In-Reply-To: References: <56A43E14.2000808@gmail.com> <3151245.F1esDxPioU@p5915> Message-ID: I think you confuse Nepomuk and Baloo. Akonadi is still a (very important) part of KDE PIM. Regards, Martin On Sun, Jan 24, 2016 at 5:12 PM, bmarsh at bmarsh.com wrote: > > > > On Jan 24, 2016, at 2:07 AM, Nils Kassube wrote: > > > > Timothy A. Holmes wrote: > >> I have a mostly working version of Kubuntu 15.04 on my OLD Pentium 4 > >> computer. One thing that has not worked since I did the upgrade from > >> 14.10 is Kpim. When I try to start it, it says that the akonadi > >> server is not registered with dbus. I have tried to google for the > >> answer and had no luck, Can someone please either explain how to > >> register the akonadi server with dbus or point me to the directions > >> that I obviously have missed. > > > > Unless somebody else has a better advice with a direct solution to your > > problem, I would suggest to upgrade to 15.10 and try if it works there. > > After all 15.04 is near its EOL [1]. > > > > > > Nils > > > > It could be part of the switch-over to a new method of searching and in > 15.10, akonadi isn't used anymore. Can't say much more because I said > goodbye to Akonadi a long time ago. > > > > > > > > > [1] < > https://lists.ubuntu.com/archives/ubuntu-announce/2016-January/000203.html > > > > > > > > -- > > kubuntu-users mailing list > > kubuntu-users at lists.ubuntu.com > > Modify 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 > -- If 'but' was any useful, it would be a logic operator -------------- next part -------------- An HTML attachment was scrubbed... URL: From bmarsh at bmarsh.com Mon Jan 25 14:31:26 2016 From: bmarsh at bmarsh.com (bmarsh at bmarsh.com) Date: Mon, 25 Jan 2016 09:31:26 -0500 Subject: Broken KPim / akonadi In-Reply-To: References: <56A43E14.2000808@gmail.com> <3151245.F1esDxPioU@p5915> Message-ID: <698573B4-AD1D-4F7D-ADFA-F6284D000FC4@bmarsh.com> Ok... You're probably right since I never used pim and for the last several years have not run kde. > On Jan 25, 2016, at 2:45 AM, Martin van Es wrote: > > I think you confuse Nepomuk and Baloo. > Akonadi is still a (very important) part of KDE PIM. > > Regards, > Martin > >> On Sun, Jan 24, 2016 at 5:12 PM, bmarsh at bmarsh.com wrote: >> >> >> > On Jan 24, 2016, at 2:07 AM, Nils Kassube wrote: >> > >> > Timothy A. Holmes wrote: >> >> I have a mostly working version of Kubuntu 15.04 on my OLD Pentium 4 >> >> computer. One thing that has not worked since I did the upgrade from >> >> 14.10 is Kpim. When I try to start it, it says that the akonadi >> >> server is not registered with dbus. I have tried to google for the >> >> answer and had no luck, Can someone please either explain how to >> >> register the akonadi server with dbus or point me to the directions >> >> that I obviously have missed. >> > >> > Unless somebody else has a better advice with a direct solution to your >> > problem, I would suggest to upgrade to 15.10 and try if it works there. >> > After all 15.04 is near its EOL [1]. >> > >> > >> > Nils >> > >> >> It could be part of the switch-over to a new method of searching and in 15.10, akonadi isn't used anymore. Can't say much more because I said goodbye to Akonadi a long time ago. >> >> >> >> >> >> >> >> > [1] >> > >> > >> > -- >> > kubuntu-users mailing list >> > kubuntu-users at lists.ubuntu.com >> > Modify 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 > > > > -- > If 'but' was any useful, it would be a logic operator > -- > 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 reb at barmannsbar.com Mon Jan 25 17:22:52 2016 From: reb at barmannsbar.com (Richard Barmann) Date: Mon, 25 Jan 2016 12:22:52 -0500 Subject: Broken KPim / akonadi In-Reply-To: <698573B4-AD1D-4F7D-ADFA-F6284D000FC4@bmarsh.com> References: <56A43E14.2000808@gmail.com> <3151245.F1esDxPioU@p5915> <698573B4-AD1D-4F7D-ADFA-F6284D000FC4@bmarsh.com> Message-ID: <56A659EC.9030703@barmannsbar.com> On 01/25/2016 09:31 AM, bmarsh at bmarsh.com wrote: > Ok... You're probably right since I never used pim and for the last > several years have not run kde. > > On Jan 25, 2016, at 2:45 AM, Martin van Es > wrote: > >> I think you confuse Nepomuk and Baloo. >> Akonadi is still a (very important) part of KDE PIM. >> >> Regards, >> Martin >> >> On Sun, Jan 24, 2016 at 5:12 PM, bmarsh at bmarsh.com >> > > wrote: >> >> >> >> > On Jan 24, 2016, at 2:07 AM, Nils Kassube > > wrote: >> > >> > Timothy A. Holmes wrote: >> >> I have a mostly working version of Kubuntu 15.04 on my OLD >> Pentium 4 >> >> computer. One thing that has not worked since I did the >> upgrade from >> >> 14.10 is Kpim. When I try to start it, it says that the akonadi >> >> server is not registered with dbus. I have tried to google >> for the >> >> answer and had no luck, Can someone please either explain how to >> >> register the akonadi server with dbus or point me to the >> directions >> >> that I obviously have missed. >> > >> > Unless somebody else has a better advice with a direct solution >> to your >> > problem, I would suggest to upgrade to 15.10 and try if it >> works there. >> > After all 15.04 is near its EOL [1]. >> > >> > >> > Nils >> > >> >> It could be part of the switch-over to a new method of searching >> and in 15.10, akonadi isn't used anymore. Can't say much more >> because I said goodbye to Akonadi a long time ago. >> >> >> I have discovered that I am not able to post an Event in >> Korganizer in the last few Kubuntu including 15.10 It crashes and >> says something about Akonadi. BUT I can post a new event in >> ubuntu 15.10. I have posteds 3 without a problem. Hope that helps >> solve it. >> Dick Barmann >> >> >> >> >> >> > [1] >> >> > >> > >> > -- >> > kubuntu-users mailing list >> > kubuntu-users at lists.ubuntu.com >> >> > Modify 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 >> >> >> >> >> -- >> If 'but' was any useful, it would be a logic operator >> -- >> 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 rayburke30 at gmail.com Thu Jan 28 05:28:31 2016 From: rayburke30 at gmail.com (ray burke) Date: Thu, 28 Jan 2016 16:28:31 +1100 Subject: kmess 2.0 .6.1 in K12.04 Message-ID: Can anyone help please I am having problems with kmess not loading, as I have changed my password from 6 letters to 9 but it worked prior to this. When I bring up the window for logon I changed the password, to my current password but still wont log in. my email for kmess is rayburke30 at hotmail.com, what do you think would be the problem? ray From clay at claydoh.com Thu Jan 28 05:52:33 2016 From: clay at claydoh.com (Clay Weber) Date: Thu, 28 Jan 2016 00:52:33 -0500 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: Message-ID: <2513084.SGQXWcUUUm@jake-latitude-e6420> On Thursday, January 28, 2016 04:28:31 PM ray burke wrote: > Can anyone help please > > I am having problems with kmess not loading, as I have changed my password > > from 6 letters to 9 but it worked prior to this. When I bring up the window > for > > logon I changed the password, to my current password but still wont log in. > > my email for kmess is rayburke30 at hotmail.com, what do you think would > be the problem? > > > ray I thought that MSN Messenger or Live messenger or whatever it became was shut down a couple years ago, so my guess is that Kmess simply can't connect to what is not there anymore. -- Clay Weber From rayburke30 at gmail.com Thu Jan 28 06:02:56 2016 From: rayburke30 at gmail.com (ray burke) Date: Thu, 28 Jan 2016 17:02:56 +1100 Subject: Fwd: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: Message-ID: ---------- Forwarded message ---------- From: ray burke Date: Thu, 28 Jan 2016 16:28:31 +1100 Subject: kmess 2.0 .6.1 in K12.04 To: Kubuntu users forum , Kubuntu help supportkubuntu-users mail support , Kubuntu-users request_lists , kubuntu-users-owner Can anyone help please I am having problems with kmess not loading, as I have changed my password from 6 letters to 9 but it worked prior to this. When I bring up the window for logon I changed the password, to my current password but still wont log in. my email for kmess is rayburke30 at hotmail.com, what do you think would be the problem? ray From o.sinclair at gmail.com Thu Jan 28 09:27:15 2016 From: o.sinclair at gmail.com (O. Sinclair) Date: Thu, 28 Jan 2016 11:27:15 +0200 Subject: Fwd: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: Message-ID: <56A9DEF3.5010600@gmail.com> On 28/01/2016 08:02, ray burke wrote: > ---------- Forwarded message ---------- > From: ray burke > Date: Thu, 28 Jan 2016 16:28:31 +1100 > Subject: kmess 2.0 .6.1 in K12.04 > To: Kubuntu users forum , > Kubuntu help supportkubuntu-users mail support > , Kubuntu-users request_lists > , kubuntu-users-owner > > > Can anyone help please > > I am having problems with kmess not loading, as I have changed my password > > from 6 letters to 9 but it worked prior to this. When I bring up the window for > > logon I changed the password, to my current password but still wont log in. > > my email for kmess is rayburke30 at hotmail.com, what do you think would > be the problem? > > > ray > I think Clay is correct - MSN/Live whatever Messenger is merged with Skype and no longer an independent application. You can install Skype and login with your MS account (I do so I know it works) kind regards, Sinclair From Sascha.Manns at directbox.com Thu Jan 28 19:32:01 2016 From: Sascha.Manns at directbox.com (Sascha Manns) Date: Thu, 28 Jan 2016 20:32:01 +0100 Subject: apt-check eats many memory Message-ID: <56AA6CB1.2050807@directbox.com> Hello list, actually i have a little problem. Each day between 19:45 and 20:15 starting many "apt-check" processes and made my CPU waiting between 60% and 90%. So i thought to change the time of execution of these cronjobs. I changed the /etc/crontab to: 17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 0 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 0 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 0 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) and the /etc/cron.d/anacron to: 30 23 * * * root test -x /etc/init.d/anacron && /usr/sbin/invoke-rc.d anacron start >/dev/null I made these changes today at 12h, but today on 19:45 starting these cronjobs again. Maybe i missed anything? -- Yours sincerly Sascha Manns - Autor Geschäftsprozess & Anwendungsdokumentation - Maifeldstraße 10 56727 Mayen Phone: +49-2651-7469663 (home) Phone: +49-1573-9242730 (mobile) Email: Sascha.Manns at directbox.com From rayburke30 at gmail.com Thu Jan 28 22:07:44 2016 From: rayburke30 at gmail.com (ray burke) Date: Fri, 29 Jan 2016 09:07:44 +1100 Subject: Fwd: kmess 2.0 .6.1 in K12.04 In-Reply-To: <56A9DEF3.5010600@gmail.com> References: <56A9DEF3.5010600@gmail.com> Message-ID: Orjan Sinclair 29/1/2016, * have been trying for ages to use skype on my win7/10 but cant get it to operate,* *so I feel that running within K12.04 I will be faced with the same problem, do* *you know of any open source messenger that works* *Ray* On Thu, Jan 28, 2016 at 8:27 PM, O. Sinclair wrote: > On 28/01/2016 08:02, ray burke wrote: > > ---------- Forwarded message ---------- > > From: ray burke > > Date: Thu, 28 Jan 2016 16:28:31 +1100 > > Subject: kmess 2.0 .6.1 in K12.04 > > To: Kubuntu users forum , > > Kubuntu help supportkubuntu-users mail support > > , Kubuntu-users request_lists > > , kubuntu-users-owner > > > > > > Can anyone help please > > > > I am having problems with kmess not loading, as I have changed my > password > > > > from 6 letters to 9 but it worked prior to this. When I bring up the > window for > > > > logon I changed the password, to my current password but still wont log > in. > > > > my email for kmess is rayburke30 at hotmail.com, what do you think would > > be the problem? > > > > > > ray > > > I think Clay is correct - MSN/Live whatever Messenger is merged with > Skype and no longer an independent application. You can install Skype > and login with your MS account (I do so I know it works) > > kind regards, > Sinclair > > -- > 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 rayburke30 at gmail.com Thu Jan 28 22:08:15 2016 From: rayburke30 at gmail.com (ray burke) Date: Fri, 29 Jan 2016 09:08:15 +1100 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: <2513084.SGQXWcUUUm@jake-latitude-e6420> References: <2513084.SGQXWcUUUm@jake-latitude-e6420> Message-ID: Clay 29/1/2016, * have been trying for ages to use skype on my win7/10 but cant get it to operate,* *so I feel that running within K12.04 I will be faced with the same problem, do* *you know of any open source messenger that works* *ray* On Thu, Jan 28, 2016 at 4:52 PM, Clay Weber wrote: > > On Thursday, January 28, 2016 04:28:31 PM ray burke wrote: > > Can anyone help please > > > > I am having problems with kmess not loading, as I have changed my > password > > > > from 6 letters to 9 but it worked prior to this. When I bring up the > window > > for > > > > logon I changed the password, to my current password but still wont log > in. > > > > my email for kmess is rayburke30 at hotmail.com, what do you think would > > be the problem? > > > > > > ray > > I thought that MSN Messenger or Live messenger or whatever it became was > shut > down a couple years ago, so my guess is that Kmess simply can't connect to > what is not there anymore. > > -- > Clay Weber > > -- > 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 girardhenri at free.fr Thu Jan 28 22:09:57 2016 From: girardhenri at free.fr (girard henri) Date: Thu, 28 Jan 2016 23:09:57 +0100 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: <2513084.SGQXWcUUUm@jake-latitude-e6420> Message-ID: <56AA91B5.4070404@free.fr> skype works fine on ubuntu xenial but before too... I use it for years and had no problem on it Le 28/01/2016 23:08, ray burke a écrit : > Clay 29/1/2016, > > / have been trying for ages to use skype on my win7/10 but cant get it > to operate,/ > /so I feel that running within K12.04 I will be faced with the same > problem, do/ > /you know of any open source messenger that works/ > / > / > /ray/ > > On Thu, Jan 28, 2016 at 4:52 PM, Clay Weber > wrote: > > > On Thursday, January 28, 2016 04:28:31 PM ray burke wrote: > > Can anyone help please > > > > I am having problems with kmess not loading, as I have changed > my password > > > > from 6 letters to 9 but it worked prior to this. When I bring up > the window > > for > > > > logon I changed the password, to my current password but still > wont log in. > > > > my email for kmess is rayburke30 at hotmail.com > , what do you think would > > be the problem? > > > > > > ray > > I thought that MSN Messenger or Live messenger or whatever it > became was shut > down a couple years ago, so my guess is that Kmess simply can't > connect to > what is not there anymore. > > -- > Clay Weber > > -- > 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 rayburke30 at gmail.com Fri Jan 29 02:10:12 2016 From: rayburke30 at gmail.com (ray burke) Date: Fri, 29 Jan 2016 13:10:12 +1100 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: <56AA91B5.4070404@free.fr> References: <2513084.SGQXWcUUUm@jake-latitude-e6420> <56AA91B5.4070404@free.fr> Message-ID: I tried to set it all up with the details provided but still cant get to run, so what procedures should I follow step by step? ray On Fri, Jan 29, 2016 at 9:09 AM, girard henri wrote: > skype works fine on ubuntu xenial but before too... I use it for years and > had no problem on it > > > Le 28/01/2016 23:08, ray burke a écrit : > > Clay 29/1/2016, > > * have been trying for ages to use skype on my win7/10 but cant get it to > operate,* > *so I feel that running within K12.04 I will be faced with the same > problem, do* > *you know of any open source messenger that works* > > *ray* > > On Thu, Jan 28, 2016 at 4:52 PM, Clay Weber wrote: > >> >> On Thursday, January 28, 2016 04:28:31 PM ray burke wrote: >> > Can anyone help please >> > >> > I am having problems with kmess not loading, as I have changed my >> password >> > >> > from 6 letters to 9 but it worked prior to this. When I bring up the >> window >> > for >> > >> > logon I changed the password, to my current password but still wont log >> in. >> > >> > my email for kmess is rayburke30 at hotmail.com, what do you think would >> > be the problem? >> > >> > >> > ray >> >> I thought that MSN Messenger or Live messenger or whatever it became was >> shut >> down a couple years ago, so my guess is that Kmess simply can't connect to >> what is not there anymore. >> >> -- >> Clay Weber >> >> -- >> kubuntu-users mailing list >> kubuntu-users at lists.ubuntu.com >> Modify 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From o.sinclair at gmail.com Fri Jan 29 03:35:13 2016 From: o.sinclair at gmail.com (O. Sinclair) Date: Fri, 29 Jan 2016 05:35:13 +0200 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: <2513084.SGQXWcUUUm@jake-latitude-e6420> <56AA91B5.4070404@free.fr> Message-ID: <56AADDF1.2030807@gmail.com> I simply enable the "partner" repository and then install either via cli or whatever package manager you prefer. You may get audio problems, in such case install pavucontrol or something to control pulseaudio 12.04 is pretty old though but I know I have used Skype for many years with no problems /Sinclair On 29/01/2016 04:10, ray burke wrote: > I tried to set it all up with the details provided but still cant get to > run, > so what procedures should I follow step by step? > > ray > > On Fri, Jan 29, 2016 at 9:09 AM, girard henri > wrote: > > skype works fine on ubuntu xenial but before too... I use it for > years and had no problem on it > > > Le 28/01/2016 23:08, ray burke a écrit : >> Clay 29/1/2016, >> >> / have been trying for ages to use skype on my win7/10 but cant >> get it to operate,/ >> /so I feel that running within K12.04 I will be faced with the >> same problem, do/ >> /you know of any open source messenger that works/ >> / >> / >> /ray/ >> >> On Thu, Jan 28, 2016 at 4:52 PM, Clay Weber > > wrote: >> >> >> On Thursday, January 28, 2016 04:28:31 PM ray burke wrote: >> > Can anyone help please >> > >> > I am having problems with kmess not loading, as I have >> changed my password >> > >> > from 6 letters to 9 but it worked prior to this. When I >> bring up the window >> > for >> > >> > logon I changed the password, to my current password but >> still wont log in. >> > >> > my email for kmess is rayburke30 at hotmail.com >> , what do you think would >> > be the problem? >> > >> > >> > ray >> >> I thought that MSN Messenger or Live messenger or whatever it >> became was shut >> down a couple years ago, so my guess is that Kmess simply >> can't connect to >> what is not there anymore. >> >> -- >> Clay Weber >> >> -- >> kubuntu-users mailing list >> kubuntu-users at lists.ubuntu.com >> >> Modify 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 > > > > From mrvanes at gmail.com Fri Jan 29 07:33:25 2016 From: mrvanes at gmail.com (Martin van Es) Date: Fri, 29 Jan 2016 08:33:25 +0100 Subject: apt-check eats many memory In-Reply-To: <56AA6CB1.2050807@directbox.com> References: <56AA6CB1.2050807@directbox.com> Message-ID: https://bugs.kde.org/show_bug.cgi?id=358359 On Thu, Jan 28, 2016 at 8:32 PM, Sascha Manns wrote: > Hello list, > > actually i have a little problem. > Each day between 19:45 and 20:15 starting many "apt-check" processes and > made my CPU waiting between 60% and 90%. > > So i thought to change the time of execution of these cronjobs. > > I changed the /etc/crontab to: > > 17 * * * * root cd / && run-parts --report /etc/cron.hourly > 25 0 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts > --report /etc/cron.daily ) > 47 0 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts > --report /etc/cron.weekly ) > 52 0 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts > --report /etc/cron.monthly ) > > and the /etc/cron.d/anacron to: > > 30 23 * * * root test -x /etc/init.d/anacron && > /usr/sbin/invoke-rc.d anacron start >/dev/null > > I made these changes today at 12h, but today on 19:45 starting these > cronjobs again. > > Maybe i missed anything? > > > -- > Yours sincerly > Sascha Manns > - Autor Geschäftsprozess & Anwendungsdokumentation - > > Maifeldstraße 10 > 56727 Mayen > Phone: +49-2651-7469663 (home) > Phone: +49-1573-9242730 (mobile) > Email: Sascha.Manns at directbox.com > > > > -- > kubuntu-users mailing list > kubuntu-users at lists.ubuntu.com > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/kubuntu-users > -- If 'but' was any useful, it would be a logic operator -------------- next part -------------- An HTML attachment was scrubbed... URL: From rayburke30 at gmail.com Sat Jan 30 07:00:14 2016 From: rayburke30 at gmail.com (ray burke) Date: Sat, 30 Jan 2016 18:00:14 +1100 Subject: Fwd: kmess 2.0.6.1 In-Reply-To: References: Message-ID: ---------- Forwarded message ---------- From: ray burke Date: Wed, Jan 27, 2016 at 1:19 PM Subject: kmess 2.0.6.1 To: bugs at kmess.org Sir, I am having problems with kmess not loading, as I have changed my password from 6 letters to 9 but it worked prior to this. When I bring up the window for logon I changed the password, to my current password but still wont log in. my email is rayburke30 at hotmail.com, what do you think would be the problem? ray -------------- next part -------------- An HTML attachment was scrubbed... URL: From valorie.zimmerman at gmail.com Sat Jan 30 10:30:15 2016 From: valorie.zimmerman at gmail.com (Valorie Zimmerman) Date: Sat, 30 Jan 2016 02:30:15 -0800 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: <2513084.SGQXWcUUUm@jake-latitude-e6420> <56AA91B5.4070404@free.fr> Message-ID: On Thu, Jan 28, 2016 at 6:10 PM, ray burke wrote: > I tried to set it all up with the details provided but still cant get to > run, > so what procedures should I follow step by step? > > ray > > On Fri, Jan 29, 2016 at 9:09 AM, girard henri wrote: >> >> skype works fine on ubuntu xenial but before too... I use it for years and >> had no problem on it >> >> >> Le 28/01/2016 23:08, ray burke a écrit : >> >> Clay 29/1/2016, >> >> have been trying for ages to use skype on my win7/10 but cant get it to >> operate, >> so I feel that running within K12.04 I will be faced with the same >> problem, do >> you know of any open source messenger that works >> >> ray Hi Ray, To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype. To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto To use open protocols instead, see Ekiga, which is an Internet telephony application included with Ubuntu, which supports the SIP and H323 protocols. Information and help at https://help.ubuntu.com/community/Ekiga Hope this helps, Valorie -- http://about.me/valoriez From rayburke30 at gmail.com Sat Jan 30 20:13:16 2016 From: rayburke30 at gmail.com (ray burke) Date: Sun, 31 Jan 2016 07:13:16 +1100 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: <2513084.SGQXWcUUUm@jake-latitude-e6420> <56AA91B5.4070404@free.fr> Message-ID: Valorie, the last one about ekiga I don't want to make calls I just want to messenger like kmess did, so what about kopete? ray On Sat, Jan 30, 2016 at 9:30 PM, Valorie Zimmerman < valorie.zimmerman at gmail.com> wrote: > On Thu, Jan 28, 2016 at 6:10 PM, ray burke wrote: > > I tried to set it all up with the details provided but still cant get to > > run, > > so what procedures should I follow step by step? > > > > ray > > > > On Fri, Jan 29, 2016 at 9:09 AM, girard henri > wrote: > >> > >> skype works fine on ubuntu xenial but before too... I use it for years > and > >> had no problem on it > >> > >> > >> Le 28/01/2016 23:08, ray burke a écrit : > >> > >> Clay 29/1/2016, > >> > >> have been trying for ages to use skype on my win7/10 but cant get it to > >> operate, > >> so I feel that running within K12.04 I will be faced with the same > >> problem, do > >> you know of any open source messenger that works > >> > >> ray > > Hi Ray, > > To install Skype on Ubuntu, see > https://help.ubuntu.com/community/Skype. To record on Skype, check: > https://wiki.ubuntu.com/SkypeRecordingHowto > > To use open protocols instead, see Ekiga, which is an Internet > telephony application included with Ubuntu, which supports the SIP and > H323 protocols. Information and help at > https://help.ubuntu.com/community/Ekiga > > Hope this helps, > > Valorie > > -- > http://about.me/valoriez > > -- > 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 kassube at gmx.net Sat Jan 30 21:47:17 2016 From: kassube at gmx.net (Nils Kassube) Date: Sat, 30 Jan 2016 22:47:17 +0100 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: Message-ID: <1540403.RbxNlyeKH8@p5915> ray burke wrote: > the last one about ekiga I don't want to make calls I just want to > messenger like kmess did, so what about kopete? In the past I have used kopete for ICQ and it also worked with 12.04. I haven't tried it for other services though. Nils From cody.smith9202 at gmail.com Sun Jan 31 01:16:54 2016 From: cody.smith9202 at gmail.com (Cody Smith) Date: Sat, 30 Jan 2016 17:16:54 -0800 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: <1540403.RbxNlyeKH8@p5915> References: <1540403.RbxNlyeKH8@p5915> Message-ID: While it's not QT/KDE specific, I'd say Pidgin is pretty good. extensible, too. Pidgin also has a craptonne of plugins available, some in ppas, some in the main repos. --c_smith On Sat, Jan 30, 2016 at 1:47 PM, Nils Kassube wrote: > ray burke wrote: > > the last one about ekiga I don't want to make calls I just want to > > messenger like kmess did, so what about kopete? > > In the past I have used kopete for ICQ and it also worked with 12.04. I > haven't tried it for other services though. > > > Nils > > > -- > 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 rayburke30 at gmail.com Sun Jan 31 19:59:33 2016 From: rayburke30 at gmail.com (ray burke) Date: Mon, 1 Feb 2016 06:59:33 +1100 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: References: <1540403.RbxNlyeKH8@p5915> Message-ID: Cody Smith, Is pidgin better than kopete, and if so what procedures do I follow to run it? ray On Sun, Jan 31, 2016 at 12:16 PM, Cody Smith wrote: > While it's not QT/KDE specific, I'd say Pidgin is pretty good. extensible, > too. > > Pidgin also has a craptonne of plugins available, some in ppas, some in > the main repos. > > --c_smith > > On Sat, Jan 30, 2016 at 1:47 PM, Nils Kassube wrote: > >> ray burke wrote: >> > the last one about ekiga I don't want to make calls I just want to >> > messenger like kmess did, so what about kopete? >> >> In the past I have used kopete for ICQ and it also worked with 12.04. I >> haven't tried it for other services though. >> >> >> Nils >> >> >> -- >> kubuntu-users mailing list >> kubuntu-users at lists.ubuntu.com >> Modify 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rayburke30 at gmail.com Fri Jan 29 19:39:34 2016 From: rayburke30 at gmail.com (ray burke) Date: Sat, 30 Jan 2016 06:39:34 +1100 Subject: kmess 2.0 .6.1 in K12.04 In-Reply-To: <56AADDF1.2030807@gmail.com> References: <2513084.SGQXWcUUUm@jake-latitude-e6420> <56AA91B5.4070404@free.fr> <56AADDF1.2030807@gmail.com> Message-ID: O. Sinclair, I have got you confused with an article I spotted in an email from Bas Roufs that stated the following- So that was why I was not sure of the procedure to implement a messenger service, do you know? I have the skype-linux package sitting on my desktop in .deb format? ray On Fri, Jan 29, 2016 at 2:35 PM, O. Sinclair wrote: > I simply enable the "partner" repository and then install either via cli > or whatever package manager you prefer. You may get audio problems, in > such case install pavucontrol or something to control pulseaudio > > 12.04 is pretty old though but I know I have used Skype for many years > with no problems > > /Sinclair > > On 29/01/2016 04:10, ray burke wrote: > > I tried to set it all up with the details provided but still cant get to > > run, > > so what procedures should I follow step by step? > > > > ray > > > > On Fri, Jan 29, 2016 at 9:09 AM, girard henri > > wrote: > > > > skype works fine on ubuntu xenial but before too... I use it for > > years and had no problem on it > > > > > > Le 28/01/2016 23:08, ray burke a écrit : > >> Clay 29/1/2016, > >> > >> / have been trying for ages to use skype on my win7/10 but cant > >> get it to operate,/ > >> /so I feel that running within K12.04 I will be faced with the > >> same problem, do/ > >> /you know of any open source messenger that works/ > >> / > >> / > >> /ray/ > >> > >> On Thu, Jan 28, 2016 at 4:52 PM, Clay Weber >> > wrote: > >> > >> > >> On Thursday, January 28, 2016 04:28:31 PM ray burke wrote: > >> > Can anyone help please > >> > > >> > I am having problems with kmess not loading, as I have > >> changed my password > >> > > >> > from 6 letters to 9 but it worked prior to this. When I > >> bring up the window > >> > for > >> > > >> > logon I changed the password, to my current password but > >> still wont log in. > >> > > >> > my email for kmess is rayburke30 at hotmail.com > >> , what do you think would > >> > be the problem? > >> > > >> > > >> > ray > >> > >> I thought that MSN Messenger or Live messenger or whatever it > >> became was shut > >> down a couple years ago, so my guess is that Kmess simply > >> can't connect to > >> what is not there anymore. > >> > >> -- > >> Clay Weber > >> > >> -- > >> kubuntu-users mailing list > >> kubuntu-users at lists.ubuntu.com > >> > >> Modify settings or unsubscribe at: > >> > https://lists.ubuntu.com/mailman/listinfo/kubuntu-users > >> > >> > >> > >> > > > > > > -- > > kubuntu-users mailing list > > kubuntu-users at lists.ubuntu.com kubuntu-users at lists.ubuntu.com> > > Modify 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Bas Roufs about skype.jpg Type: image/jpeg Size: 957214 bytes Desc: not available URL: