[04:48] Is fingerprint supported in the latest kubuntu 22.04? [04:48] How to set it up? [04:49] what do you want it to do? === OpenSource is now known as linux === yogi is now known as yogi_ [05:41] fprint is your friend (re @trevantee: Is fingerprint supported in the latest kubuntu 22.04?) [05:42] Does it work (re @Oski146: fprint is your friend) [05:42] Want it enabled for easier accessibility (re @IrcsomeBot: what do you want it to do?) [05:42] Idk if ypur fingerprint supported [05:43] My fingerprint sensor is not supported but if you have goodix fingerprint see goodix help in diecord [05:43] Discord [05:44] hey come check out Discord with me https://discord.gg/XgvP55CK [05:46] Thanks [06:17] How can I get conky widgets on kubuntu 22.04 [06:27] Maybe grab the files from synaptic? (re @trevantee: Is fingerprint supported in the latest kubuntu 22.04?) [06:27] I’m not sure much [06:28] But fingerprints aren’t nice on Linux just a thing to know 🤷‍♂️ [06:28] So I’ve heard [06:29] I just though it was integrated to the new lts [09:00] how can i install missing firmware in kubuntu [09:43] Anyone knows the best way to game on Linux? [10:11] cannot install on HP oem desktop.... with i3 10105 processor.... [10:11] can any1 help? [10:12] it says x86/cpu: missing SGX or something [10:12] i tried turning it on bios but no option is found === Guest87 is now known as tritoeritrito [10:49] user|57: i don't think SGX (intel software guard extensions) are required. still, if you want to, you could probably enable those in your 'bios'. [10:50] oh you already said it's not there, ok. which HP Desktop do you have there, which install media / ISO are you using? === diogenes_Vx15_ is now known as diogenes_Vx15 [12:17] Hi all [12:40] hey excuse me is there any command which can automatically find and install missing firmware in linux [13:01] https://irc-attachments.kde.org/b1ca7f6d/file_59227.jpg [13:01] https://irc-attachments.kde.org/d03737fd/file_59228.jpg [13:01] How to fix this [13:46] Isn't there a hardware switch to turn the wifi on/off on your computer? (re @Ultronishere: How to fix this) [16:41] Ill try (re @IrcsomeBot: sudo nano /etc/apt/sources.list ..put a # in front of the cdrom entry, CTRL-X, Enter/Return when it asks about the filename) [16:44] i've found /etc/apt/sources.list.d [16:44] and it is a directory (re @IrcsomeBot: sudo nano /etc/apt/sources.list ..put a # in front of the cdrom entry, CTRL-X, Enter/Return when it asks about the filename) [16:46] Omar: you should actually have both, the file /etc/apt/sources.list and the directory /etc/apt/sources.list.d/ [16:47] deb http://mirror.eu.kamatera.com/ubuntu/ jammy main universe restricted multiverse [16:47] deb http://mirror.eu.kamatera.com/ubuntu/ jammy-updates main universe restricted multiverse [16:47] deb http://mirror.eu.kamatera.com/ubuntu/ jammy-security main universe restricted multiverse [16:47] deb http://mirror.eu.kamatera.com/ubuntu/ jammy-backports main universe restricted multiverse [16:47] witch one ? (re @IrcsomeBot: Omar: you should actually have both, the file /etc/apt/sources.list and the directory /etc/apt/sources.list.d/) [16:47] !paste | Omar [16:47] Omar: For posting multi-line texts into the channel, please use https://dpaste.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. [16:47] ok (re @IrcsomeBot: !paste | Omar) [16:47] none of these are cdrom: apt sources [16:48] but i may well lack context, do not really know what you're doing or trying to solve. [16:48] this is the content of sources.list.save [16:49] .save are 'backup' files, not currently in use [16:49] only files ending in .list are used [16:51] files with a file ending other than .list or .save will make "apt(-get) update" print a warning message [16:51] https://termbin.com/5j5e [16:51] all what in etc/apt [16:52] can i just add a file sources.list ? (re @IrcsomeBot: files with a file ending other than .list or .save will make "apt(-get) update" print a warning message) [16:54] the file /etc/apt/sources.list should probably contain (roughly) the lines you posted here earlier. [16:54] if it was lost somehow, you can just re-create it yourself, or copy it from a template [16:55] template? (re @IrcsomeBot: if it was lost somehow, you can just re-create it yourself, or copy it from a template) [16:55] where should i create it? [16:56] the file /usr/share/doc/apt/examples/sources.list can serve as a template [16:56] you can copy it to /etc/apt/sources.list and modify it as needed [16:57] ok ill try [16:57] wait a second [16:57] i'll get you an actual default sources.list from a jammy system [16:58] ok [16:58] Omar: so /etc/apt/sources.list does not currently exist on your system, right? [16:59] yup [16:59] Omar: curl -s https://termbin.com/qv8v | sudo tee /etc/apt/sources.list [17:00] at least not in this location (re @IrcsomeBot: Omar: so /etc/apt/sources.list does not currently exist on your system, right?) [17:01] https://termbin.com/o5cv [17:01] this is the output (re @IrcsomeBot: Omar: curl -s https://termbin.com/qv8v | sudo tee /etc/apt/sources.list) [17:02] Omar: once you ran this you should have /etc/apt/sources.list with this exact content [17:02] it worked !! (re @IrcsomeBot: Omar: once you ran this you should have /etc/apt/sources.list with this exact content) [17:02] should i reboot? [17:02] or just like this [17:05] if you prefer using the mirror.eu.kamatera.com apt archive mirror server then you can do this: curl -s https://termbin.com/qv8v | sed 's/de\.archive\.ubuntu\.com/mirror.eu.kamatera.com/g' | sudo tee /etc/apt/sources.list [17:05] Omar: i don't see why you would need to reboot after making this change. [17:05] i really do not know is it good? (re @IrcsomeBot: if you prefer using the mirror.eu.kamatera.com apt archive mirror server then you can do this: curl -s https://termbin.com/qv8v | sed 's/de\.archive\.ubuntu\.com/mirror.eu.kamatera.com/g' | sudo tee /etc/apt/sources.list) [17:06] but, again, i do not know why your /etc/apt/sources.list file was missing, or what's the greater issue you're trying to solve here [17:07] official archive mirrors are listed at https://launchpad.net/ubuntu/+archivemirrors - you should use one which is close to you and well maintained. i do not know whether mirror.eu.kamatera.com is an official archive mirror server, or where it is located (or where you are) [17:09] turn out the mirror.eu.kamatera.com archive mirror server is located in the netherlands and is official. [17:10] https://launchpad.net/ubuntu/+mirror/mirror.eu.kamatera.com-archive [17:14] haa ok (re @IrcsomeBot: official archive mirrors are listed at https://launchpad.net/ubuntu/+archivemirrors - you should use one which is close to you and well maintained. i do not know whether mirror.eu.kamatera.com is an official archive mirror server, or where it is located (or where you are)) [17:15] how (re @IrcsomeBot: turn out the mirror.eu.kamatera.com archive mirror server is located in the netherlands and is official.) [17:16] you and i can see that on https://launchpad.net/ubuntu/+archivemirrors [17:23] hey [17:23] still the same output [17:23] i just did sudo apt update [17:41] GRAZIE [18:11] Can I install Ubuntu Software Center in Kubuntu? === Lord_of_Life_ is now known as Lord_of_Life [19:12] Omar: see, that's where context is missing, i do not actually know what is the problem you are trying to solve. [19:12] or what it looks like, if it looks like anything [19:20] cómo desinstalar ubuntu [19:20] how to uninstall ubuntu [19:21] I've never heard of such a thing. just remove the partition or overwrite it with another os. [19:22] i have kubuntu already, that is the problem [19:23] user|67: you mean the ubuntu-desktop package? [19:23] yes [19:24] I don't think there's an easy way for this [19:24] I manually removed all the parts I didn't think I needed for kubuntu, and it kind of worked [19:24] i see [19:24] but it was manual, piece-by-piece [19:25] yes, sure [19:25] thanks [20:17] polkit keeps trying to get me to authenticate as root to do anything in discover, instead of my user which has sudo access [20:23] !permissions [20:23] An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [20:23] sounds like you possibly used sudo when that was not called for? [20:23] that changes permissions in your $user [20:24] can change, I should say [20:27] well I didn't go chmodding/chowning ~ [20:27] I did a sudo apt reinstall polkit-kde-agent, but the discover app is still non-functional [21:04] Hello ! [21:13] I have a question. I have added repository ppa:kubuntu-ppa/beta repository but I don't have any update. I have try to clear, remove, add again repository etc ... But when I use apt-show -a plasma-framework, I don't have entry in this ppa. And this ppa is not visible in Synaptic [21:14] But this repo exist in repository list and appear in update command (Atteint :5 https://ppa.launchpadcontent.net/kubuntu-ppa/beta/ubuntu jammy InRelease ) === john is now known as gaqwas [21:20] Aristide: there are no packages in this repository at this time: https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/beta [21:20] tomreyn: AH Okay ! === gaqwas is now known as gaqwas_ [21:21] Its why :') [21:23] Aristide: i don't know what you were trying to achieve by enabling it. but maybe you rather wanted something like https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/backports?field.series_filter=jammy [21:23] ... or what the description there points to. [21:23] tomreyn: I want to get latest plasma shell version ^^ [21:23] Thank's !