[00:13] hello [01:46] z [02:34] Hi online many sites say that KDE Wallet can be disabled in System Settings. I find the checkbox but when I uncheck and Apply, it responds "Permission Denied" what can I do?  I don't remember the password I set on the wallet and there are no precious passwords stored in it. I am annoyed by having to enter a password every time I connect to Wifi. === lflare is now known as Guest6922 === chris14_ is now known as chris14 === antonispgs9 is now known as antonispgs [02:44] ah edit ~/.config/kwalletrc and killall kwalletd5 [02:46] and is that enough to not be prompted after a reboot? [03:06] have not tried yet.  One would hope that edit ~/.config/kwalletrc  to Enabled=false would do it . [03:09] Hello there is openfoam-11 from openfoam.org and openfoam the ancient 1912 from (ESI) openfoam.com  Can they be installed simultaneously and work (presumably with delaying the bashrc magic until in the terminal just before running one or the other) [03:11] that's one heck of a busted website [03:12] you might have an easier time using two different versions of it if you use their docker containers [05:11] people is there a way to open the close an app after 2 seconds using the terminal? like open weechat wait 2 seconds then auto close it? [05:32] people gsettings set org.gnome.desktop.interface gtk-theme "Yaru-dark" turns light after reboot why? [05:32] are all gsettings revert to default after reboot>? [06:03] people i am really struggling with gsettings and setting all the correct settings and haveing them persist, is there a tool that can save all the gsettings (so i set my enviroment up with the GIU then save the gsettings so i can auto replicate it using a bash script) ? [06:03] please help [06:44] hi there, i have 2 partitions, 1 normal , 1 luks encrypted, if i install ubuntu with root on normal and /home on encrypted, then my /home will be automatically encrypted ? [07:03] any ideas why update-grub doesn't find win10 installation on my laptop booting in uefi mode? i had to add the win10 grub config myself to /etc/grub.d/40_custom [07:07] this is my 40_custom now: https://termbin.com/9ilo [07:12] i'm using ubuntu 22.04 [07:14] Sup === pikapika is now known as militantorc === chao is now known as stenno === WonderWorld_ is now known as WonderWorld [08:23] people how can i run a command that opens an app (like weechat) have it sleep for 1 second then automatically quits it? === TomTom_ is now known as TomTom === n is now known as arjun [08:39] atreo, look up shell job control, should be able to write a script that basically does "command & ; sleep 1; kill %1", and there's some way to get the job number so you don;'t have to hardcode %1. [08:42] rfm_: ok let me try [08:43] atreo, ah, it [08:44] is @! for the pid of the last job, so command &; sleep 1; kill $! [08:45] rfm_: i keep getting syntax error near unexpected token `;' [08:47] semicolons for statement ends, but I'd really use newlines, and I'm not gonna write the whole script for you, in fact I'm going to bed. [08:51] that doesn't make sense , what do you mean new line and colon in the end? [10:35] is startup disk creator only accepting ubuntu isos? it wont accept any isos i put in the source [10:46] Hagbart: Try Ventoy, it can handle multiple ISOs === JanC is now known as Guest2458 === JanC_ is now known as JanC [11:14] people i need your help i have the following command sed -i '/command==/c\command="[sh -c "setsid xdg-open \"$HOME\" &"]"' dconf-settings.ini but i need to fix it so that it adds the following string in this format command="[sh -c 'setsid xdg-open "$HOME" &']" the issues is with the nested ' and " can someone help me? === HerbY_NL is now known as HerbY_NL2 [12:26] is this the correct channel to ask how to set up a lan to copy data from a mac to ubuntu? [12:26] Im now running bluettoth, but it transfers 0.1 MiB per second [12:34] loswedseded: scp should work, nfs/smb shares should work... why bluetooth? [13:08] because I don't know those options [14:00] hello [14:02] hello === esv_ is now known as esv [14:06] Hi all [14:57] Mana Plus client crashes on-boot while-booting while doing its mideo test. [14:57] Kubuntu 23.10 === kubuntu is now known as szstr [14:58] szstr, seek support in #manaplus here on #libera? it is not in our repos [15:00] It is not not not not not ayn the as our re3os [15:00] Alright you're right [15:00] and the .deb is from 2019 .. good luck ! [15:00] lol [15:00] http://repo.evolonline.org/manaplus/ubuntu/ [15:01] thank you oerheks === nsakkos__ is now known as nsakkos [15:17] mana mmo ayz/is abandoned ware? [15:18] most probably [15:19] all righty [16:34] how do I add a nameserver to 20.04.2 to stay? My edits keep getting overwritten [16:34] (from CLI) [16:35] Simonious are you writing them to /etc/resolv.conf ? [16:36] yes.. should I be writing /ec/systemd/resolved.conf instead? [16:37] are you running systemd-resolved? [16:37] how do I tell? (looking that up) [16:38] systemctl status systemd-resolved [16:38] it appears so [16:38] Active: active (running) [16:42] so there are a couple choices. the systemd way is to add a *.network file in /etc/systemd/network/ with your device and its nameserves [16:43] the other option is to add them to your /etc/network/devices file [16:46] systemctl status systemd-resolved gives active, even i use networkmanager [16:46] so, what desktop are you using? [16:48] Is there anyone here who might help me understand PCIe bandwidth degrading? lspci tells me LnkCap: Port #0, Speed 8GT/s, Width x8, ASPM L1, but LnkSta: Speed 8GT/s, Width x4 (downgraded) [16:49] <- no desktop [16:50] Alloysious: without knowing the device and slot more particularly, it appears that an x4 device is plugged into an x8 slot [16:51] :( but it is an x8 device (XXV710) in a x16 slot [16:52] and bios is set to pcie5 x16 [16:54] so ? [16:54] x16 degrades to x8 .. [16:54] I understand ACPI can change bandwidth for energy reasons ( LnkCap2: Supported Link Speeds: 2.5-8GT/s ) but can it also degrade the width? [16:56] you degraded the 'width' [16:56] is that somehow configurable in the kernel? [16:57] you better ask this in #hardware, it is not an ubuntu/linux/kernel issue [16:57] thanks, I will check them out [17:01] Alloysious, https://superuser.com/questions/1095073/where-does-pci-e-link-width-negotiation-occur [17:03] Things seem to be working somewhat better. Thanks for the help. [17:03] thanks ioria! [17:03] ok [17:08] ioria, I've tried installing the libreoffice snap both in classic mode as you suggested, but even then the libreoffice snap does not have access to the /usr directory (access denied). When installing in devmode for even more permissions, I *can* access the /usr/lib tree, but somehow not the /usr/lib/jvm directory where all the JRE's live. On the .deb-version, this directory *is* visible and browsable. [17:09] Nitrigaur, that is correct, it should not have access outside your ~/home folder [17:09] by design [17:10] and it uses the openjdk it comes with by default; solution would be to install the deb version? [17:10] * oerheks remembers this has been discussed before [17:13] oerheks, even not in devmode? In my recollection, that mode should give full access to the filesystem. The snap version does not have a openjdk version included as far as I can see. The .deb version included in 23.10 (7.6.4.1) is quite buggy and repeatedly crashes Base, leaving my opened hsqldb corrupted with phantom indexes, [17:15] oerheks, otherwise, I would have just use the .deb-package instead and not bothered anyone here on this channel ;-) . [17:21] oerheks, nvm, I see now that the .deb LO has just got an update to 7.6.5.2 :-D [17:21] Does anyone know of a good power management utility for Lubuntu? The default keeps crashing, and I heard the xfce one is good, but it doesn't work at all. [17:22] ioria, oerheks, thanks again :-) [17:22] g [17:22] l [17:31] ok so i'm trying to do a do-release-upgrade. I've not been upgrading my system and I'm still on 18.04. I want to upgrade to 22.04. However, I have a package that lists upgradable but it won't upgrade... idk why. here's the pastebin. https://paste.centos.org/view/da933f7e [17:32] do-release-upgrade to upgrade to 20.04 is failing with an 'install all updates' type of error.. and I think it has to do with the vscode package.. but idk. [17:34] see line #66 ,, and the EOL factoid [17:34] !eolupgrade [17:34] End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [17:34] 18,04 .. you ignored updates for a long time now === EriC^^_ is now known as EriC^^ [17:37] lol yeah i did [17:37] guilty as charged [17:38] honestly [17:39] probably as far out of date as it is [17:39] with as much trouble as it's going to be to upgrade it [17:39] probably just better to do a fresh install [18:04] Hello there! I have a silly question to ask: what is happening when recursively shredding a directory in /var? Why does it fill up the entire partition free space and where exactly are the files shred is making to overwrite being created? [18:05] Also /var is not a separate partition, is is in the root partition as a logical volume (/var is is root-lv). === Szadek365 is now known as Szadek36 [18:28] Guest76, what file system is this. A copy-on-write fs like zfs and btrfs would be allocating new space instead of overwriting... [19:20] Guest76, if there are any sparse files, shred also fills them up. [21:22] the java ca-certificates throws segfaults each time i apt install it on mantic. [21:22] seems broken. [21:22] !next | yziquel [21:22] yziquel: Noble Numbat is the codename for Ubuntu 24.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality. [21:22] oh, Mantic, sorry [21:22] leftyfb ?? [21:22] what is !next ? [21:22] yziquel: can you pastebin the output? [21:23] leftyfb no. [21:23] not now [21:23] why not? [21:24] leftyfb because i'm trying to create 3 hour long processes VM and I'd have to restart all that. [21:24] leftyfb it's in their startup logs. [21:24] yziquel: also, are you referring to ca-certificates-java? From what I can tell, that breaks the ca-certificates package which would not be ideal [21:24] ah ! no !! this one is lunar. and lunar is not maintained anymore. stupid me. [21:25] there's problem #1 [21:25] :-) [21:26] but, regardless, a segfault is way too much. [21:28] Ubuntu is like milk. You don't want to use it past EOL or you'll get sick [21:29] elSmith- this is the official support channel, jokes are not helpfull here, thanks. [21:36] is kubuntu 22.04 supposed to have /etc/sddm.conf.d? Or Just /etc/sddm.conf [21:41] sem, you have to create the /etc/sddm.conf.d directory and conf files from scratch yourself. or as /etc/sddm.conf. === EriC^^_ is now known as EriC^^ === neon is now known as Guest2635 === JanC is now known as Guest3720 === JanC_ is now known as JanC === froike1 is now known as froike