[00:10] hanguo === rory_ is now known as rory___ [01:15] TimothySheard was added by: TimothySheard [01:20] Why does do-release-upgrade not show 20.04 LTS unless I go for devel versions? [01:21] it will not work until the next point release on July(?) [01:22] https://pastebin.com/CrAidmWg [01:22] Anyone? [01:22] https://wiki.ubuntu.com/FocalFossa/ReleaseNotes/Kubuntu#Upgrading_from_18.04_or_19.10 [01:24] release-team do not enable upgrades immediately. [01:24] Can I force it to upgrade somehow? [01:25] Or is it really just "wait until release-team hits the switch"? [01:25] from the Discourse thread I just read, it seems they do not intend to do it for 19.10 until 20.04.1 [01:25] of course: sudo do-release-upgrade -d [01:25] Also, what's the reason for this? The doc you sent and the subsequent link do not detial why [01:25] as usualy [01:25] -y [01:26] valorie: from 19.10, they will likely enable them in a few days [01:26] ok, it was not clear on Discourse [01:27] So, what's the reason for this? [01:27] threebar: (a) so the infra does not get completely hammered on release day, and (b) so they have a chance for any undiscovered upgrade bugs to show themselves [01:28] Ah, cool. I'm a c++/qt coder so I'll be glad to upgrade and help debug if anything goes sideways [01:28] cool [01:28] also you don't turn things like that on on a friday, when the people who can fix things are not at work [01:29] mine were both flawless [01:29] hahah, good point [01:29] I used to work for a company that did prod releases on Friday [01:29] noooooooo [01:29] that seems unwise [01:30] well, until we did a prod release and then went out for drinks and started getting e-mails about the software doing crazy things after everyone was already several drinks in. it was when we decided releases happen Monday morning in our timezone after that. [01:30] lol [01:30] I expect the release-team will turn up on monday morning, take stock, check bugs, and decide [01:30] "what could possibly go wrong?" [01:31] it was actually a cool project. c++/qt software for viewing medical images and simulating surgery [01:32] as you can imagine, pissed off surgeons hearing a bunch of drunk people trying to debug their issues on a Friday night was not a pretty sight. lots of angry cursing from our "god complex" surgeon-friends [01:32] heh [01:33] I have tried the sudo codes to change my password, twice, and it is not working. any suggestions? [01:33] what password? [01:33] what command? [01:34] on my computer [01:34] sharmarran: please be specific [01:34] use a pastebin if necessary [01:34] !pastebin [01:35] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [01:39] I am new to ununtu and even newer to kubuntu 20.04 focal fossa. Since first installing ubuntu, I have had one password for everything. I need to change that password. Using the commandline, I changed my password. It stated that it was successful, but it was not. I then used the commandline again to change mt root password. Again it stated that it w [01:39] as successful, but it was not. Is that specific enough for you? [01:40] can you copy into a pastebin what you tried to do? [01:40] sharmarran, you can find the commands you ran with the "history" command in bash [01:41] or if you still have the terminal open, the full output is even better. [01:41] lol As I said, this is all new to me [01:41] you use ctrl+shift+c/v to copy and paste from terminal [01:41] yep, that's why i'm sending you more info [01:42] but, as valorie said, all the info you can provide would be really helpful [01:42] thanks threebar`I'll leave it to you! [01:42] commands from "history" would be good, copying the full output frm your terminal would be even better. [01:42] I didn't know about the history command [01:43] valorie, no problem. i've been using bash since the 90s and I found out about it only 7 years ago [01:43] there's a big caveat with "history" and that's that it provides history for the current user/session so if you had multiple sessions open or you su'd to another user, you have to do a bit of digging to find your history [01:44] This is the problem with people who help with ubuntu/kubuntu. They want to make things unnecessarily complicated for people. Can you just give me the commands to change my password?! [01:44] passwd [01:44] yep did that [01:44] "man passwd" for syntax [01:45] twice [01:45] if you do "passwd" by itself, it changes the current user's password [01:45] "sudo passwd root" will help you change the root password [01:46] sudo uses your current user password, btw. so when you do "sudo su", it's not asking you for your root password, but for your current user's password [01:46] use "su" by itself or "su root" in order to be prompted for the root password [01:46] most users do not need the root passw ever [01:46] !root [01:46] Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [01:46] i did all that [01:47] if you want to change your current user's password, use "passwd" by itself, or even better, use "passwd [user]" where [user] is the username for the user whose passsword you'd like to change [01:47] sharmarran, so what's the problem? [01:47] as i said, the system said the password change was successful but it was not [01:48] it will only take the old password [01:48] what is the problem? [01:48] really? [01:48] sharmarran, do "sudo passwd root" and set the password for root. then "su root" and type in that password and it should accept the password you changed. now do "passwd" to change your current user password. and then do "sudo su" to su to root and it'll prompt you to enter the password you entered for the current user. got it? [01:49] as I said I did all that [01:49] do it again. [01:49] i did [01:50] twice [01:50] do everyting I typed in the previous message. 1) sudo passwd root 2) su root 3) passwd 4) sudo su [01:50] i am 67 years old. I do not have the time to waste [01:50] 1 will set the root pw, 2 will help you check it, 3 will set the current user password 4 will help you check it [01:51] sharmarran, it's 4 commands and should take no more than a couple minutes [01:51] ok [01:52] oh, important: between step 2 and 3 type "exit" to go back to the current user [01:53] otherwise steps 3 and 4 will work on the root password as well, which is not what you want. my apologies, but I forgot [01:54] yep the same thing I did before [01:56] Here's what mine looks like: [01:56] https://pastebin.com/g7e5Z4T2 [01:58] If you go to pastebin.com, you can select the commands from your Konsole window, hit ctrl+shift+c to copy them, and then paste them in the textbox in the pastebin.com window, and click the gray "Create new paste" button in the center of the page. Then you can copy the link from the browser address bar and paste it here. Can do you do that so I can see what you're going through on your side? It'll help me understand what's happening [01:58] yes and mine also says 'passwd: password updated successfully' [01:59] it said the same thing twice before but when I restart my computer, it will only take the old password [01:59] so it changed nothing [01:59] Are you logging in as root when you restart your computer? Most people don't log in as root by default [02:00] Can you open a new Konsole window and type in "id"? [02:00] Mine looks like this: [02:00] here, let me repast what I said before [02:00] $ id [02:00] uid=1000(user) gid=1000(user) groups=1000(user),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),118(lpadmin),128(sambashare),133(vboxusers) [02:00] Maybe you need to change another, non-root password in order to change your login password [02:01] I am new to ununtu and even newer to kubuntu 20.04 focal fossa. Since first installing ubuntu, I have had one password for everything. I need to change that password. Using the commandline, [02:01] Okay, so open a new Konsole and type in "id" and that should tell you as which user you're logging into your computer. [02:02] It is that password i am trying to change. It is the password that is used for everything! [02:03] Yes, so try the following: type "id" and get the user name. It'll be the first few characters of output. [02:03] i know my user name [02:03] Then, type in "passwd [user]" where [user] is the user name you got from "id" to change your password, then hit ctrl+alt+L to lock your screen, and then type in the new password and confirm that the new password works with the lock screen [02:05] again ...it says it was changed successfully. One moment I will restrart [02:15] thank you! That Worked. === kubuntu is now known as Guest1742 [02:21] Glad it worked. Hope he knows I was happy to help even though he left [02:28] what a mess [02:31] the code given did indeed change my password to login to my computer, and for the kernal. However, every thing else still requires the old password. I was looking for a way to change my main password for everything on my system. (for instance, I was just asked to enter a pw for a wallet. it took the old password. I was never asked that question bef [02:31] ore)So i will keep searching for the answer. thanks anyways [02:33] ah, changing your wallet password is a different beast [02:34] https://askubuntu.com/questions/22154/how-to-reset-a-password-from-kwallet/225957#225957 [02:34] This will help you delete or change your kwallet password [02:36] I was wondering if that would come back to bite [02:36] I always set them to be the same as well [02:36] but changing them is .... [02:36] unfun [02:38] I am wow many more beasts I will come across. wondering at this point, just how many other beasts I will run across. So I guess there is no way to change the main password. [02:39] you have changed your user password [02:39] I am wondering [02:39] that is the "main" one [02:39] short answer: there is no "main" one [02:40] but the user passw is the most used [02:41] well when I first installed ubuntu a week ago. I was only ever asked to make one password. So, do i have to install everything all over again, just to change the password? lol [02:41] unless you encrypt your drives -- that can be yet another, and I'm unsure it *can* be changed [02:41] sharmarran: changing your user password is rather major, as you have noticed [02:42] most people never do it [02:42] This, should also be explained to people who are new to the linux system [02:43] well ... I have never been 'most' people [02:43] heh [02:43] 'most' people don't use linux, I've discovered [02:44] probably, like me, they could not find a way to do it. [02:44] ubuntu/ kubuntu are Linux systems [02:45] indeed [02:45] okay I am going to go. It is late. Have a lovely evening [02:45] I had my son to help me many years ago [02:48] hello deknos-M, unfortunately I couldn't install Viber.deb with the solution you mentioned. === lolokun-M is now known as lolokun [02:49] !info viber [02:50] Package viber does not exist in focal [02:50] Metamorphosis: is there a snap for it? [02:50] or flatpak/appimage [02:50] valorie there is an unofficial one but it's very old (2017) [02:51] valorie, the Viber website provides Deb/RPM packages but qapt says dependencies are missing while doesn't tell which dependencies these are [02:51] the same .deb file worked perfectly on 18.04 [02:52] bummer [02:52] you can always run it in VM [02:53] I want to know which dependencies are missing in order to install them. [02:53] I have a windows program for genealogy that I can only run that way [02:53] Viber is an alternative to skype, while it's proprietary in nature, it works better with slow internet connections. [02:53] yes, I got rid of skype long ago [02:53] And why should I run a software that has native linux support in a VM? [02:54] it doesn't have up-to-date support, as you have found [02:54] I like jitsi, myself [02:54] free software, nothing to install [02:54] unless you want to [02:54] works in the browser [02:55] valorie I like jitsi but seriously I can't tell an employer or supervisor who wants to interview me that skype is bad and you should try free software. [02:55] https://jitsi.org/ [02:56] got it [02:56] and I know some still use such bad applications (see Zoom) [02:56] !deb [02:56] deb is the Debian package format, also used by Ubuntu. To install .deb files, simply double-click (in Ubuntu) or click (in Kubuntu) on them to start the GDebi utility. [02:56] Zoom is completely rubbish [02:57] agreed [02:57] Skype is better [02:57] so dpkg didn't work for you/ [02:57] well, skype started to get very full of spam [02:58] and the M$ bought them [02:58] Well. the qapt software should show the list of missing dependencies. That's what Zypper/YaST is doing in OpenSUSE [02:58] and I purged the remnents from my system [02:58] one would think so [02:58] Seriously, all linux distros should have a YaST alternative. [02:58] I like apt [02:59] I wonder if one could install it on Kubuntu? [02:59] PCLinuxOS runs apt with RPM packages, so I think it's technically possible to do the opposite. [03:00] have you tried pkcon? [03:01] instead of apt, I mean [03:02] valorie, no [03:03] look at pkcon -help === TheMetamorphosis is now known as Metamorphosis [06:25] macos [06:25] θ‚Ίη‚Ž [06:25] chenglong [06:25] ι›ΎιœΎ === rory_ is now known as rory__ === rory__ is now known as rory___ [07:08] so i'm trying to upgrade to 20.04, and the software updater keeps failing with "required_download could not be calculated: E:Can't find a source to download version '5.3.0-23.25' of 'linux-image-5.3.0-23-generic:amd64'" - any ideas? [07:33] hello [07:34] how extensible is Koversation? [08:04] I'm really grateful to you Mr Mich, I bless the day i started investing with Mr @Mich_Person all started when I saw someone testifying of his generousity about bitcoin trading, strategy and signal impact and how he earn a good and successful profit under his trading platform. So I decided to give him a try. After his trading period I got an excellent Withdrawal. I am really grateful to him.sincerely speaking I have never seen a expert [08:04] trader like him. I highly recommend him to you all contact Mr Mich via his trading platformπŸ‘‡πŸ‘‡ … πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡ … https://t.me/joinchat/AAAAAE3wktkwLnvsac2bZA === MANIAC is now known as Guest70703 === aoskam is now known as vaemarr_ === aoskam is now known as vaemarr_ === salvador is now known as salvador__ === salvador__ is now known as salvador [09:59] hi...I defined the system language to english, but localization to my local...dispite all gui is in english, the console output is in my language...how can I make it english too? [10:22] Hey folks [10:23] Hi BluesKaj [10:26] hey Franzpow [11:17] hey guys! My panel and menu just vanished on Kubuntu 18.04. a file transfer was running. How do I restart the plasmashell? kstart plasmashell (tip from the net) did not work. [11:22] Try plasmashell --replace & [11:24] nothing after the "6"? [11:24] "&" [11:24] Nope [11:24] I always used that command === msalvatore_ is now known as msalvatore [11:25] You can also run it in krunner (Alt+f2) [11:25] Konsole says "Unknown option 'replace'. [11:26] @Franzpow, Konsole says "Unknown option 'replace'. [11:27] I am lucky enough to have had a Konsole window open. πŸ˜‰ [11:29] That's strange [11:31] The command worked in krunner for me [11:32] There are two "--" before "replace" [11:32] It is working also in Konsole [11:37] just tried it in krunner as well. no effect. [11:37] ha! Even sudo reboot via krunner does not work. [11:37] Telegram just keeps working. [11:38] I am writing from this very machine! [11:38] Oh wow [11:38] I think that you should ask to someone else because I can't be more helpful than this [11:39] You can also try to reboot via alt + stamp and write Reisub [11:39] That will reboot the system [11:39] But it's quite like pressing the reset button [11:39] On your pc [11:40] Just use it if you don't want to hard reset with the button [11:40] If you will not be able to recover it [11:41] Aren't you able to close the session and login into another one? === Shesh is now known as Jame [11:50] hello [12:00] hi Jame [12:00] hello BluesKaj [12:00] I have a question. Extend monitor options pops up every now and then. Goes away if I kill KScreen 2 [12:00] Is there any fix available ? [12:05] @Franzpow, Actually I just did a sudo reboot in the Konsole. That worked. [12:05] Thanks for your time! [12:16] Oh, fine! I am happy you solved the problem! [12:16] @Linuxophil, No [12:22] @Franzpow, Well, I did not solve it. I took the easy way out. A reboot. [12:22] suggest me some nice themes for KDE. The default is good, but simply to try something new [12:22] Yes but now it didn't crash again, right? [12:23] In Ubuntu I used to like Materia and Adapta === sunn1 is now known as sunn === io is now known as Guest46622 [12:58] soo, I have this external drive that is formatted in exfat and I desire to use the free space and create a new partition in a format that linux can actually use properly... then move files from the exfat to the ext3 (or whatever is best) partition, and continue the process of resizing the partitions until the drive have been eradicated of the exfat and all files are on the new partition.... my question is : Is this actually workable? If so, what would [12:58] be the best way of going about this - assuming there is only a few GB of internal drive space to use [12:59] @Franzpow, Correct. [13:00] Oh that's cool. I have this annoying bug that is keeping my machine crashing. Yesterday it crashed two times [13:00] The system just freezed [13:01] @Franzpow, 20.04? [13:01] Yes :( [13:01] Well, it is good then that I did not upgrade then! [13:01] All machines on 18.04 here... [13:03] unknownTX- check if KDE's partition manager can shrink partitions. If so, that should work fine. [13:04] thanks Dragnslcr, I will check that out [13:05] @Linuxophil, well I would not blame the 20.04 version. [13:05] Why is that? [13:05] hi all === chichorrolocouja is now known as javi__ [13:06] @Linuxophil, I don't know what's the problem.. I have that machine with dual boot and windows 10 but I never used linux on that machine. I have two other computers that are running kubuntu 19.10 just fine [13:06] so maybe there are other issues.. 20.04 version should be more stable than 19.10 [13:07] unknownTX- I just checked, and it can shrink partitions [13:09] unknownTX, is the exfat partition seen by the partitioner? I've read that there have been problems with reading files on that FS [13:09] Q: i've Kubuntu 19.10 , and upgrade to 20.04 seems still disabled, is it possible? [13:10] getting a warning : Unable to read the contents of this file system! [13:10] Because of this some operations may be unavailable. ... this is an exfat partition so now i am wondering if its possible [13:11] i try to resize the drive but it wont let me move the slider [13:11] user|80692, use sudo do-release-upgrade -d [13:12] I was thinking, back in the day, that if i did exfat for my drive, i could use it between windows and linux no problem.. pfft, big problems... i cant stand exfat now and i dont even use windows anymore [13:12] user|80692, make sure you update and upgrade your 19.10 packages first [13:13] #BluesKaj, -d means "develompent release", is it the only way to do it ? [13:14] unknownTX, if you use nfts instead of ext4 you'll still have access from linux [13:14] user|80692, yes, but i was old to use that until the point release comes thru in july [13:15] BluesKaj, i guess I should have done that but i kept falling into problems with corruption in the external device after switching between Oses which prompted me to exfat.. im good with just a linux fs now [13:15] ah, ok.. thank you BluesKaj [13:15] unknownTX, you'll have use windows to transfer your files tho [13:17] BluesKaj, I have a feeling that i need to evaluate what all is really important to keep and purge the drive of non-pertinent files and try to copy over to my internal drive, God willing there is enough space.. then just resurrect the drive with the new partiton.. this is going to be nerve wracking lol. [13:17] 2TB external, my internal is only 250GB [13:19] too bad there wasnt a way to just convert exfat to ext* type partition [13:21] there is but you'll lose all your files [13:22] lol, true BluesKaj [13:23] So what does everyone belive is the best filesystem to use for an external drive? Assuming its only going to be used on nix systems [13:24] ...first thing im purging is all the old windows files and packages.. not like i need them anyways.. i have no desire to return to windows 10 on this unit [13:26] unknownTX, I've had success with both ntfs and ext4, but nfts is more portable if you have alot of media files and you can plug the drive into a smart tv and watch movies directly, some tvs don't recognize ext* file systems [13:26] Kmail can't work with Gmail? [13:28] Metamorphosis, it should, but I gave up on Kmail many yrs ago, it's just too clunky for a home user [13:28] BluesKaj, the only thing that causes me pause is any files becoming corrupt by the drive being accessed between differing systems/devices so ntfs should work just fine as far as permissions and full linux functinallity? [13:31] BluesKaj I'm a bit KDE purist but maybe I should move to Thunderbid too. The last time I checked Thunderbid it couldn't work with Microsoft Emails. [13:31] yup, works well for me unknownTX ...i have an outboard drive rescued from a laptop formatted to ntfs and it works fine on all 3 platforms, Windows, Mac, and Linux [13:32] thanks BluesKaj, ill have to rethink this. [13:38] After removing Kmail using Discover, many other KDE mail stuff are still present, including Kmail Header theme editor, KTnef and Sieve Editor. Is it normal? [13:39] yes [13:42] Metamorphosis, they're all part of the kde/plasma PIM suite, or used to be, not real sure since i've used any of those apps since kde4 [13:42] haven't used rather [13:43] anyway ...BBL [13:48] ...purging over 156GB of windows packages lol... [13:51] 1.82GB down to 602GB === Roey is now known as Joe330314159 === Joe330314159 is now known as Roey [14:12] odd occurance just now, trying to get into my drive in dolphin and says i cold not enter into folder ..... i run a ls -lad and get: drwxr-x---+ 3 root root 4096 Apr 27 08:34 /media/unknown [14:13] looks like some kind of permissions problem now ... i was just going and deleting folders and renaming folders on my exfat drive and now this [14:13] the drive is steady running but i dont know what is now causing the drive to be in use [14:14] hi all, where can I find minimum requirements for Kubuntu (20.04)? [14:15] i see dolphin is still running via the ps command but the GUI is not.. if i were to kill dolphin, might i suffer corrupt files? [14:16] user|49342, I am guessing it does not say on the download page? [14:20] it doesn't [14:20] user|49342 i found this: https://techspirited.com/kubuntu-system-requirements [14:21] not sure the date or the version of kubuntu it speaks of but from my experience, kubuntu is a great lightweight distro , expecially great for older hardware with minimal specs [14:27] yeah, I want to put a lightweight *ubuntu into a 2GB ram (but good processor and SSD), and I'm choosing between Kubuntu and Lubuntu [14:29] that page has not date indeed. I guess i'll try both and decide then. Thank you! [14:29] Either DE should work very well. === westor{off} is now known as westor [14:41] Hello! I want to move to this distro, but I've had multiple issues with plasmashell crashing earlier. Segmentation fault. Happens after a while when computer goes into lockscreen. Can someone point me in the right direction of fixing this? [14:42] Found no successful solutions online as most of them are outdates [14:59] usr7rst1 Can you explain more? I never had such issue. [15:02] Everything would work fine until I logged in after it going to lock screen. Programs would be there, everything would be responsive except the desktop itself. After doing kquit and kstart plasmashell in the terminal the desktop would be back [15:03] It seems to be an issue with the desktop environment though, as Manjaro KDE also has the same issue [15:04] I've also seen some people connecting it with the fact that they have an AMD gpu, which I also have. Could this be part of the problem? [15:17] @usr7rst1, I have range of NVidia cards and one Intel laptop and I do not have this issue. So likely could be an AMD specific issue. I recommend searching bugs.kde.org for similar issues and contacting the KDE channel once the bug has been found or reported. [15:49] Hi everybody. I am trying to active the Chinese keyboard on Kubuntu 18:04 LTS .... I used to have the keyboard on another mahcine, and it was relatively easy,but in this case I cannot do so .... I used to have xim now there is something called ibus? Anyone who can help? === federico is now known as Guest99858 [16:07] Greetings! I have upgraded from Kubuntu 19.10 to 20.04, and the Alt-F2 shortcut for running commands has stopped working. [16:07] It started working again after running /usr/lib/x86_64-linux-gnu/kconf_update_bin/krunnerglobalshortcuts [16:07] Just thought I'd share that here. :) [16:11] Could you also use to get the Krunner-Promt? [16:13] Nope, I couldn't. But that command fixed both shortcuts [16:16] Hm, interesting. For me (fresh install of 20.04) it also has some strange bugs... Sometimes, after booting, my Touchpad is just not working properbly. No right-click, no left-click (on tab) only the mouse-keys (thank god I have one...) are working. No problem after another reboot. [16:16] Seems like we have to wait a few more update-rounds ;-) [16:18] andanza was added by: andanza [16:22] Hi, has anyone deployed kubuntu 20.04 with theforeman so far and can show me a link for installation media settings? [16:26] Hi everybody! I am trying to install the chinese keyboard on kubuntu 18:04 LTS , but to no availe. Anyone who can help? [16:28] eeos, I use fcitx [16:29] eeos: something like http://dpaste.com/1GXXZMT [16:31] Thank you Taggnostr, I have installed fcitx, but I need to use stroke based keyboard [16:32] Taggnostr: I do not seem to be able to switch to a stroke based keyboard. [16:32] Hi, I have a problem with the sound in 20.04. Problem is that If I disconnect and then reconnect the headphone jack I have no sound in the headphones. I have to go to the systemsettings and change profile in the audio settings to something else and then re-select the settings in order to work. Anybody can help ? [16:32] I haven't used stroke-based keyboards, are there any for fcitx? [16:34] I think so! [16:34] hi [16:34] Taggnostr: https://wiki.archlinux.org/index.php/fcitx#Chinese [16:35] eeos, and did you manage to install it and select it from fcitx? [16:37] eeos, you might also have better luck on #ubuntu-cn or #Mandarin [16:38] Taggnostr: no luck whatsoever .... [16:38] Taggnostr: in your case, how do you switch from one keyboard to the other? using system tray icon? [16:38] eeos, cltr+space [16:40] Taggnostr: I ried reinstalling everything [16:40] Taggnostr: and how do you chose on which input methods to rotate with ctrl+space? [16:41] I have 2 inputs, so it switches between the two [16:41] Taggnostr: yes, but how do you configure it? [16:41] have you tried im-config and restarting afterwards? [16:41] Taggnostr: because I always tried to configure it from the fcitx configure .... [16:41] in the fcitx settings you can decide which inputs to use [16:42] Taggnostr: not with im-config, I have always used fcitx settings [16:42] iirc im-config is required to "activate" fcitx, once fcitx is active you can configure/use it normally [16:43] Taggnostr: so, I need to install im-config as well .... the issue is that whatever I do, fcitx configure doe snot accept keyboards that aer stroke based .... [16:44] eeos, not sure if it's still required, I used those instructions I pasted when I installed it a while ago (but since you are on 18.04 they might still relevant) [16:45] Taggnostr: I will try again from scratch [16:45] eeos, have you checked if other keyboards work with fcitx? if you can use a pinyin-based keyboard, then the problem is with the stroke-based one, if not, there might be some problem with fcitx [16:47] Taggnostr: several! Wubi New Century, Zhegma, etc. etc. [16:47] OK! I am going to log out, because I need to restart! Thanks a lot for your help. [16:48] if they work, then fcitx is probably fine and you shouldn't need to play with im-config, and the problem might be specific to the stroke keyboard [16:48] ok, good luck :) [16:49] Good morning (in my locale). Has anyone succesfully "wiped" all information to start fresh with kontact? [16:49] There is a dated entry in the KDE wiki, but it seems that people are reporting variable results. [17:45] Think I found a bug in 20.04. Problem is that if I start my dell laptop with the headphone connected, If I disconnect and then reconnect the headphones, I have no sound from headphones. disconnecting the heaphone the speakers work ok [17:47] David Smith was added by: David Smith === dsciflafarga is now known as dscifla [18:29] Good morning! I speak English badly so I will paste Google translations. [18:30] Namely, during the installation of Kubuntu 20.04 I choose Polish but the system installs in English anyway. So there is a mistake. [18:30] What to do with this? [19:17] anyone know why I'm getting "ISO is invalid: Could not find SHA256SUMS, please download PGP signature file to same directory" when I'm trying to Write the Kubuntu 20.04 to a USB so I can test it out? [20:12] has anyone used Elisa - music player? If so is it the best one out there? [20:14] Personally I use Cantata, but I've heard very good things about Elisa [20:15] thank you i like open source projects, i will check this out [20:16] Technique: Also try Clementine, Amarok and lollypop. [20:18] Technique: https://launchpad.net/~gnumdk/+archive/ubuntu/lollypop is pretty cool. Clementine is still being ported to qt5 and Amarok is a little out of date. [20:20] * diogenes_ likes DeaDBeeF music player. [20:21] * genii hugs his VLC [20:30] hello [20:31] question [20:31] I can't upgrade kunbutu 19.10 in 20.04 [20:31] could you please help me [20:32] What's the problem? [20:33] I can't upgrade [20:33] my update no found the nex version [20:34] new sorry [20:35] !ltsupgrade [20:35] Regular upgrades from 18.04 LTS to 20.04 LTS will be enabled once 20.04.1 is released in late July. This delay helps to ensure that any lingering issues are resolved before people upgrade production systems. If you'd prefer to upgrade now, use sudo do-release-upgrade -d [20:35] i wuld wait === rory_ is now known as rory___ [20:35] c/would [20:35] Same, I'd wait until .1 at minimum [20:35] https://wiki.ubuntu.com/FocalFossa/ReleaseNotes/Kubuntu [20:36] see known issues [20:36] Hi everyone, if answered elsewhere please advise and apologies. Simple question: using Kubuntu 19.10; how do I make Dolphin open folders with Single Click: can find no options. Thanks! [20:38] System settings, workspace, click behavior [20:42] thanks ubottu [20:44] Problem resolved. Thanks [21:01] after initial install, the password and username were accepted 1 time only and rejected each time after on 2 separate machines [21:08] faq [21:17] is kvantum the only tool that can modify kde's Dolphin to remove borders and such? Or is there another way? [21:18] like this... https://ibb.co/0yJHmMS === MANIAC is now known as Guest52493 === popey4 is now known as popey === Lord_of_Life_ is now known as Lord_of_Life [23:32] Hi, [23:34] Any one knws how to set back Python 2.7 as default on 18.04? I have played and set alternatives to Python 3.7 and now my system doesnt work properly. [23:58] hey. How to set back defaults relatined to Python in system? I think I;ve brake my system with trying to change defaults. Thanks in advance. === owner is now known as Guest67064