[01:37] the software needs to support 2-factor authentication with google authenticator. I needed to switch to gdm3 and xscreensaver to get things working. https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/ [01:38] 2-factor authentication works great with Ubuntu but it does not work with KUbuntu [02:37] Hey there. Does anyone in here use the Night Color widget? === palex is now known as engpa [05:54] hello [05:54] who is onlien [05:54] who is online [05:54] me [05:54] great [05:55] I might not know the answer to your question, but I'll try! [05:55] This channel is a professional channel [05:55] Ok [05:55] I think my kde is very laggy [05:55] the animation is slow [05:55] and laggy [05:56] What's your computer's specs? [05:56] no matter I install it on vms or physical machines [05:56] Laggy might be expected on an ancient Intel Celeron, but if you've got an i5 and 8 GB of RAM, then something's wrong with your config most likely. [05:56] OK, good to know. [05:57] 4Gram [05:57] Do YouTube videos play back smoothly on physical machines? [05:57] mybe the ram is too small [05:57] Nah, 4GB ought to be enough. [05:58] yes, video is play back smoothly [05:58] It might just be that you need to change the animation speed. I'm looking up how to do that. [05:58] ok [05:58] I am a new user for kde [05:59] OK, try opening System Settings. [06:00] and I am a programmer, but I think there are many many designs in kde should be improved [06:00] Bah, I'm having a hard time finding a post to tell me where the slider is, but I've got a KDE laptop next to me. [06:00] ok [06:01] let me seach it [06:01] Alright, so open System Settings, click "Workspace Behavior", ensure that "General Behavior" is selected, then you should see an Animation Speed slider. [06:01] OK [06:02] I got it [06:02] (Quick tip - while 4 GB RAM shouldn't cause problems with KDE AFAIK, it might cause problems with doing intensive tasks on your system, so you might want to consider making a bigger swapfile. I can tell you how to do that if you'd like.) [06:02] Ok, thanks [06:03] you are so friendly [06:03] Yeah, sure. Just open a terminal with Ctrl+Alt+T, run "ls /swapfile", and tell me if you see any output. [06:03] (If your tech support can't be friendly, then what's wrong with the world?!) [06:04] huh,yes [06:04] Nice, Then this command sequence should make you a nice 8 GB swapfile to supplement your RAM. Hold on just a sec... [06:04] Ok [06:05] ls /swapfile: out put just a file [06:05] OK, do this: [06:05] sudo rm /swapfile [06:05] sudo fallocate -l 8589934592 /swapfile [06:06] (That's the end of the commands.) [06:06] ok [06:06] (Yeah, ls /swapfile just says if there's already a swapfile on your system. If there wasn't one, there would be a bit of an ordeal adding it into the system, but since there is one, you can just delete the old one, make a new, big one, and be done!) [06:06] ok, I have finished this operation [06:07] Nice. Oh, did either command give any output? [06:07] They should have both been silent, and you should reboot the computer when you're done. [06:08] ok [06:08] thx [06:09] Hey, if you've not done the commands already, do "sudo swapoff /swapfile" before the other two commands. [06:10] If you've already done them, then just reboot and then come back so we can check to see if the swapfile is in use or if we need to tell the system to use it. [06:13] ok [06:13] everything is ok [06:14] after I reboot [06:14] OK, nice. So now can you pop open a terminal with Ctrl+Alt+T, and run "swapon" and tell me if anything happens? [06:14] (If everything is right, it should output some text. If your system needs set up to use the swapfile, it should be silent.) [06:15] nothing happens [06:15] no output [06:15] OK. We will have to configure your system to use the swapfile. Run "sudo nano /etc/fstab". [06:16] I have opened it [06:16] Alright, move your cursor to the very end of the file, and type this line: [06:16] /swapfile none swap nofail 0 0 [06:17] Then press Ctrl+S to save, and Ctrl+X to exit. [06:17] Once that's done, reboot one more time and then do the "swapon" command again to see if it worked. [06:18] ok [06:21] I have reboot [06:21] and run "swap on" [06:21] nothing happeds [06:22] "swapon" is all one word in the command. [06:22] Your terminal will look like "Me@computername:~$ swapon" when you run the command. [06:22] (Obviously, the bit at the beginning will be different, but you get my point.) [06:24] ok [06:24] yes [06:24] I just run swapon [06:24] not "swap on" [06:24] OK. And you don't see anything like "/swapfile file 8G 0B -2" on your screen when you do that? [06:25] no [06:25] Hmm. Can you run "sudo swapon /swapfile", then run "swapon" again and tell me if that does it? [06:26] swapon: /swapfile: insecure permissions 0644, 0600 suggested. [06:26] swapon: /swapfile: read swap header failed [06:26] Pppppt. My fault, I forgot a command. Two commands. [06:26] OK, do this: [06:26] the above is the output of "sudo swapon /swapfile" [06:26] sudo chmod 0600 /swapfile [06:27] sudo mkswap /swapfile [06:27] Ok [06:27] Setting up swapspace version 1, size = 8 GiB (8589930496 bytes) [06:27] no label, UUID=9301360c-1f46-47c4-9561-0d2549127706 [06:27] the output [06:27] Nice. [06:27] OK, try "sudo swapon /swapfile" again, then "swapon" again. [06:28] no output [06:28] Is that after both commands, or just after the first one? [06:28] NAME TYPE SIZE USED PRIO [06:28] /swapfile file 8G 0B -2 [06:29] output [06:29] Hey, there we go! [06:29] great [06:29] OK, reboot one more time, and that should do it. (Sorry to have slowed you down with forgetting the chmod and mkswap part...) [06:32] I have reboot [06:32] OK. Just do one more "swapon" to verify that the system is still recognizing the swapfile. If so, that's it! [06:33] NAME TYPE SIZE USED PRIO [06:33] /swapfile file 8G 0B -2 [06:33] Ok [06:33] Alright, your swapfile is working. That should help your system survive better during programming. [06:33] Is your desktop also not so laggy now? [06:33] Ok, thanks [06:33] 👍 [06:34] no, slightly better [06:34] Thanks [06:35] OK. You can keep fiddling with the animation speed to see if you can make it as good as possible. Glad to be able to help! [06:35] Ok === winistotallyreal is now known as winisreallybored [11:58] Hi all [15:11] What is swapfile? (re @IrcsomeBot: Alright, your swapfile is working. That should help your system survive better during programming.) [15:17] And what it dose? [19:31] Oov: If you're still here, a swapfile is a file on your hard drive that your system can use in place of RAM. If your RAM fills up, it can move stuff to the swapfile, allowing you to do tasks on your system that require more RAM than you actually have. [21:54] Hi, everybody:)