[01:48] Has anyone heard anything about this? I can't seem to find anythong on it yet. It is pretty new. [01:48] https://www.spinics.net/lists/systemd-devel/msg06837.html === kubuntu is now known as kubuntu_ === kubuntu_ is now known as kubuntu [05:10] hello [05:10] this is my first time to use this KUBUNTU === sten is now known as sten__ === Lord_of_Life_ is now known as Lord_of_Life [12:54] What's the difference between Ubuntu and kubuntu im not talking about desktop evairment [12:56] BDGT [13:17] Hi folks [13:32] hey [13:33] I can't believe that there is no option to disable vsync. Ever since they reworked the compositor, turning it off causes everything to run like crap. [13:33] It's super annoying. [13:36] I just leave the vsync setting on auto ... no tearing or other unwanted effects [13:36] Course you do. A lot of us don't though. [13:36] sorry, just woke up [13:36] why not [13:36] ? [13:37] Sometimes it doesn't matter. Like watching video, general desktop use, etc. [13:37] But like on FPS games it causes input lag that will, for instance, cause a flick shot to not hit properly [13:39] I don't know how it works or if it smooths it out or what. I mean I guess that's kinda the point. But it is noticable when rapidly moving the mouse. [13:40] Between that and plasmashell crashing when my monitors sleep, I'm getting annoyed. That being said, I still like plasma and I'm greatful for the work that goes into Kubuntu. [13:41] I can just remember a time a couple years ago when I didn't have those issues. [13:41] think if iwas a gamer I'd look into buying a dedicated game box of some kind rather than trying to play games on Linux [13:41] They run great on linux man. [13:41] The games I play at least. [13:42] That's 2000's thinking. [13:42] well, that's good to hear [13:42] Yea. I only play d2r and csgo pretty much, and blizzard stuff runs well with lutris and csgo is native. [13:43] like I said I'm not a gamer so forget about my "thinking" [13:43] Lutris makes setting up some of this stuff so damn easy. [13:43] Just one of those deals. I totally get where you are coming from. Linux is a good desktop. Working in windows is painful. I still have to keep VM's around for certain software. [13:45] I'm retired so nobody is forcing me to run MS OSs or apps [13:45] Must be nice. I wish they would give us an MSO client for linux already. [13:46] We have web office, but you can't really do more than basic stuff in it. [13:47] Here we go. Looks like there are some environment variables. [13:48] A huge advantage of linux, though, is that VMWare doesn't allocate all of the memory for a VM. [13:48] It seriously reduces required ram when running a virtual machine. [13:49] I've had bad luck with KVM in the past, but I'm going to consider trying it again, as nvidia doesn't do quite so well on amdgpu [13:49] wait, that's wrong lol [13:49] "as amdgpu doesn't do quite so well on vmware as nvidia" [14:32] plsss, help me , [14:32] i can't able to solve this , [14:32] problem : when i boot my laptop , [14:32] i can connect to available wifi network but [14:32] : can use internet [14:32] : can't use other partitions [14:55] milesdredd: In dolphin your partitions should come up as mountable. https://i.imgur.com/cCOgx2S.png [14:56] i know it , read full what's the problem , pls (re @IrcsomeBot: milesdredd: In dolphin your partitions should come up as mountable. https://i.imgur.com/cCOgx2S.png) [14:56] You can also go here in the system settings. [14:56] https://i.imgur.com/urjphFD.png [14:57] not device issue , it's different issue , (re @IrcsomeBot: You can also go here in the system settings.) [14:58] Well you aren't exactly giving any more information on what's happening. [14:58] You should be less vague. [14:58] What kind of disk is it? What type of file system is it? [14:59] i cant able to use internet , kde connect and other partition after boot , the only way i hv to turn firewall on (re @IrcsomeBot: Well you aren't exactly giving any more information on what's happening.) [14:59] https://i.imgur.com/xDY4LFR.png (re @IrcsomeBot: What kind of disk is it? What type of file system is it?) [15:00] So your wireless network doesn't work ever? Or just after a reboot? [15:02] Here is the location of your school partition. If it isn't showing up in devices, you can manually enter it in the address bar of dolphin: https://i.imgur.com/zffoAv7.png [15:03] after reboot , i can connect to wifi , but can't use internet ,and if at tht time i turn firewall on , internet will work , and kde connect will also work (re @IrcsomeBot: So your wireless network doesn't work ever? Or just after a reboot?) [15:03] But the file system is mounted, check that box to permanently mount it in the settings I gave you. [15:04] wait , r u in telegram or on IRC ? , i will boot again and will make a video on whats happening (re @IrcsomeBot: But the file system is mounted, check that box to permanently mount it in the settings I gave you.) [15:04] I'm in irc [15:05] They are likely two separate issues [15:05] Your file system is certainly mounted. Sorry, but the issue there is that you are having a hard time finding it. [15:05] Wifi will be something different. [15:20] ok , cant be on telegram ???? (re @IrcsomeBot: I'm in irc) [15:21] but all got solved after turning firewall on (re @IrcsomeBot: They are likely two separate issues) [15:25] https://drive.google.com/file/d/1KLBQ2L_26qmkwF_d_-gzASV8iL2X5xuN/view?usp=drivesdk (re @IrcsomeBot: I'm in irc) [15:35] for now , i can run sudo ufw enable on startup , but i dont know how to runn commands on startup in kubuntu (re @IrcsomeBot: Your file system is certainly mounted. Sorry, but the issue there is that you are having a hard time finding it.) [15:40] it's in the system settings under autostart [15:41] make a file, put your command in it, and save it somewhere as .sh then add it to autostart [15:42] right click on the file in dolphin, go to properties, then permissions, then check "is executable". [15:42] Oh, that's a sudo command, I'm not sure how to do that. [15:43] do this instead: sudo systemctl enable ufw [15:43] that should enable it as a service, and on boot [15:44] already tried (re @IrcsomeBot: do this instead: sudo systemctl enable ufw) [15:44] what does sudo systemctl status ufw say [15:45] ~$ sudo systemctl status ufw [15:45] ● ufw.service - Uncomplicated firewall [15:45] Loaded: loaded (/lib/systemd/system/ufw.service; enabled; vendor preset: enabled) [15:45] Active: active (exited) since Sun 2022-01-30 20:35:40 IST; 39min ago [15:45] Docs: man:ufw(8) [15:45] Main PID: 359 (code=exited, status=0/SUCCESS) [15:45] Don't paste stuff directly, use pastebin [15:45] Now you have to wait for a while. [15:45] google what a pastebin is while you wait lol [15:46] @milesdredd please use paste.ubuntu.com you are flooding the IRC channel. [15:47] okok (re @IrcsomeBot: @milesdredd please use paste.ubuntu.com you are flooding the IRC channel.) [15:47] https://i.imgur.com/HR9p9fl.png (re @IrcsomeBot: @milesdredd please use paste.ubuntu.com you are flooding the IRC channel.) [15:47] for now use this [15:48] i couldn't tell you waht's going on. Sorry [16:10] Boa tarde. Ao dar boot com o live cd do Kubuntu 21.10 recebo uma mensagem no monitor dizendo: fora da faixa 90/60 Mhz. Alguém pode me ajudar? === vika is now known as vika_ === vika_ is now known as vika__ === vika__ is now known as vika [17:22] !pt [17:22] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [19:30] * Basti[m]12 uploaded an image: (9KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/QqlWYYgBEEGgAkZGEpywOfmu/Screenshot_20220130_091824.png > [19:30] * Basti[m]12 uploaded an image: (14KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/dGLxaQKwLPaFMXHzixWRGneC/Screenshot_20220130_091932.png > [19:30] Hi, I have a strange problem with the KDE System tray. There is a blank, unclickable icon in it that I don't know how to remove. Please see next screenshot for details (next to the update tray). Has anyone an idea how to solve this? [19:30] In the settings there is an entry under misc, but with no option to disable it: [20:46] How long after the initial release of 22.04 will the first point release be? [20:47] libh: probaly in July if all goes well and it doesn't get delayed [20:47] it has always been that way [20:51] libh: but 22.04 hasn't been released yet so questions about it should be asked in #ubuntu-next [20:51] Ok [20:52] release date of 22.04 is on April 21st [20:53] if you run 22.04 then you just can keep it up to date, no need to re-install a point release every time [20:53] Right, but I've heard that not every bug gets ironed out initial release and to wait a point release or two before it's ready. [20:55] point releases are just updated isos which contain the same bugfixes you get with the updates. It's just for users that install a LTS releases and that they don't have to pull in all the updates again. [20:55] point releases also may contain the HWE kernel [20:55] Cool. [20:57] example: Ubuntu 20.04 started with the 5.4 kernel, the current point release contains the 5.11 kernel but gets updated to 5.13. The next point release will probably ship with the same 5.13 kernel. and so on === andreas is now known as Guest4877 === Guest4877 is now known as esherion