[00:14] I am a 6 year Kubuntu User. How do I begin to contribute here? [00:14] Do I just stay on and try to answer questions? [00:16] trying to run some bash scriptery at the end of /etc/bash.bashrc... it runs in a loop . why? [00:18] walt: ping [00:18] Without seeing your script I can't do much. [00:19] I have done some bash scripting. Mainly for backups === TheMaster is now known as Unit193 === ZzZzZzzz is now known as redwhite === redwhite is now known as ZzZzZzzz [03:23] This may be a question better suited for #kde, but it has been a void in #kde. Has anyone experieced "auto-hide" for the panel just stop working? [03:24] I mean it is selected, when I reboot it works, for a while, then stops hiding. === ZzZzZzzz is now known as redwhite === redwhite is now known as ZzZzZzzz === ZzZzZzzz is now known as redwhite === redwhite is now known as ZzZzZzzz === prostate is now known as slysly === himcesjf_ is now known as him-cesjf [04:39] New to IRC [04:39] I see on the #kubuntu channel many people signed in. === sital_ is now known as sital [05:52] Is this posible to configure my Kubuntu to automount all shared drives from all hosts in my local area network?!? [05:53] without first knowing what shares are available. You mean search for broadcasts and connect to all? [05:53] Without an fstab entry? [05:54] Good morning, yes that is possible, but must be done in /etc/fstab [05:54] I thought so [05:54] Using auto directive [05:54] See man fstab from command line [05:55] But you need to list each one. fstab won't go looking and find ones that are not listed. [05:56] Additionally, automounting network shares in fstab is not such a great idea if one or more are not always available [05:57] yes. can lockup your file manager everytime one disconnects [05:58] Yes. Not all machines are available all the time. But I want fully automated search and mounting with out manualy tuned /etc/fstab [05:59] which kubuntu are you on [05:59] There are other ways to automount network drives [05:59] 18.04 [06:00] I must notice, that all hosts in local area network have IPs from DHCP so they IP can vary from one day to another... [06:00] How about scripting using mount, test the networks, then mount them, you could even use a systems wrapper [06:00] Bit more complex but doable [06:01] Forget it, on DHCP [06:01] Definitely doable with a simple script. Easier if you assign ips to all machines serving shares. [06:02] there is great tool named autofs [06:02] I would advise to llok into it [06:02] If you know list of all IPs in DHCP you could have a script try to mount all of them with a short timeout. It could then constantly cycle through them [06:02] Conceivably some script can be made by parsing the output of nbtscan 192.168.0.0/24 ( or whatever your LAN range is) into the mount command [06:02] I think auto mount every shared disk is very common taks, so mabye is it covered by some article on the Internet? [06:03] probably [06:03] How many computers roughly [06:03] I'm using it to mount my NAS share that is not always available [06:03] 2 besides mine... [06:04] That ought to be straighforward. Plus one to autofs [06:04] In my Antergos installtion there is even script for this … /etc/autofs/auto.net [06:06] And in Kubuntu it is /etc/auto.net [06:07] I don't konw DHCP as is Wi-Fi net governed by router. So probably I am forced to scan all 255 adreses from 192.168.8.0/24 [06:08] I don't konw DHCP adresses as is Wi-Fi net governed by router. So probably I am forced to scan all 255 adreses from 192.168.8.0/24 [06:09] Are these other machines running Windows, or Linux? [06:09] If you have access to the two pcs besides your own can you sent their ips to static. I do that all the time. I set a static on the high end of DHCP. Router knows nothing and gives it that address every time. [06:09] One runs Windows 10, other Kubuntu 17.10. [06:10] Pretty sure both can be configured for static ip addresses even within the range of DHCP [06:10] Good morning [06:10] * genii slides lordievader a fresh coffee [06:11] I want avoid static IPs, because there can appear some other PCs like my brother laptop, or mobile phones. [06:12] Thanks genii [06:12] The better way is to use your dhcp server to always give a specific machine's MAC a specific IP [06:12] is it cheaper [06:13] Then you don't have to care what other things connect to it [06:13] genii: +1 for the better way. [06:13] Have a pool for known macs and another for unkown macs. [06:15] I think he doesn't have access to the router giving out addresses. If he does its super easy [06:16] its hard for me [06:16] I don't think my router shares any data in some reasonable way... [06:17] on my Dolphin how do I remove the 'Recently Saved' on the left side? [06:17] I don't want my latest saved porn to show up there [06:22] I think you can hide it in the right click menu. But not permanently remove it. [06:23] In the config file for dolphin you may be able to permanently remove it. [06:36] funky thing happening, installed pulseaudio:i386 for a wine-wrapped game, but it then uninstalled pulseaudio (64-bit) and when re-installing pulseaudio it removes pulseaudio:i386... ? [06:42] What version of kubuntu are you on [06:42] Do you have multiarch installed. I suppose you do if you have wine installed. [06:42] 18.04 [06:43] just run sudo dpkg --add-architecture i386 to ensure and still the same issue [06:44] but if memory serves the same thing happened in ubuntu 18.04 beta [06:44] OK. I don't have my kubuntu machines on 18.04 yet. Must be a dependency. I am sure that you can run most everything with the i386 version. [06:46] nope no sound in kubuntu if I reboot after installing the 32-bit version... have to re-install 64-bit and reboot [06:46] or re-start sound sub system which I don't know how to :p [06:47] Well done trying [06:48] I thought you could have both installed. [06:48] me too : / it was possible [06:53] What about installing another sound server for the game. Install only the 32bit version of that one. [06:53] Just a guess [07:00] nlsthzn: Restarting pulseaudio is as simple as issueing `pulseaudio -k`, per default it respawns. [07:02] lordievader: ah ok... will save me to reboot after having installed the 32-but version to play and having to reboot again [07:03] still not solving the actual issue [07:04] What is the actual issue? No sound? [07:07] with 64 bit pulse installed I have audio in kubuntu. when I want sound in wine-wrapped game I first have to install pulseaudio:i386. then it works but it un-instals 64-bit version of pulseaudio. sound works fine until a reboot then kde has no sound. [07:07] then I re-install 64-bit version and reboot and have sound [07:07] but re-installing 64bit version uninstalls 32-bit version again [07:07] can't have both installed at same time [07:07] which is odd [07:15] Their libraries probably conflict with eachother. The rest of the system is probably build against the 64bit version, which would explain why it works until a reboot. [07:15] You can't let wine do ALSA instead? [07:15] or Jack? [07:16] lordievader: above my pay grade... I just know that if pulseI386 is installed I can play and hear sound :p (this is a custom wine-wrapper, I don't have wine from repo's installed [07:18] Hmm, how do you install it? [07:18] It could be that winehq-stable from the repo can use the 64bit version in 32bit games? [07:18] From the wine official ppa that is. [07:31] well in various distro's there was no issue... so far only in ()ubuntu 18.04. arch bases distro's no issues. [07:31] oh well [07:32] minor inconvenience [07:32] just have to write a scipt to install 32-bit launch game and then on exit install 64 bit [07:33] unlimted cap at the moment so not an issue === laura is now known as Guest69089 [08:02] >.< stupid question. installed gimp and saw it is 2.8.22. used flatpack to install gimp 2.10. so I can launch gimp 2.8.22 but not sure where and how to run gimp 2.10 [08:03] nlsthzn, afaik flatpaks store their stuff in /var/lib/flatpak****** [08:03] so look there [08:06] found the files diogenes_ thanks [08:06] yw [08:06] can't seem to do much with them .... trying to run the file gives me bash: ./gimp-2.10: No such file or directory [08:07] I have no experience with flatpaks... only messes with snaps a bit before [08:07] nope nope tthey have a different way to launch their applications [08:07] * nlsthzn does le google [08:09] for great success \ o/ [08:09] nlsthzn, try this: flatpak run org.gimp.GIMP [08:09] thanks diogenes_that is what I did ^_^ [08:09] good :) [08:10] and off course the icons are huge... none of these container type things seem to have figures out how to get the interfaces to allign with the underlaying systems [08:10] try to close and re-open [08:12] same... [08:12] then again I have had issues with dpi etc. on my set-up for years [08:12] gnome seems to work better than KDE... [08:13] but mostly sorted out now. except for this [08:25] well that is odd... now sound works without pusle i386 installed >.< [08:25] oh well ... lets go! === ZzZzZzzz is now known as redwhite === redwhite is now known as ZzZzZzzz [11:23] I finally solved my problem with Nvidia, thanks to devtalk nvidia forum member Generix: https://devtalk.nvidia.com/default/topic/1033140/linux/kubuntu-18-04-gives-black-screen-when-sddm-starts-no-login-/?offset=12#5256783 [11:24] thanks to all the people here that tried to help too [11:26] hope that info is usefull to anyone that have the same problem (18.04 upgraded with nvidia in a optimus laptop) [11:27] * lordievader bookmarks link === ZzZzZzzz is now known as redwhite === redwhite is now known as ZzZzZzzz [13:08] Sometimes my track pad scrolling stops working. Does anyone else experience this or know how to fix it? === gkohley is now known as Garry [13:47] astrodn: and you're not typing? [13:47] as touchpad should stop responding while you type [14:19] Hey folks [14:23] hateball: No, I am not typing when it happens. The trackpad seems to randomly stop reading only the scroll function. === ZzZzZzzz is now known as redwhite === redwhite is now known as ZzZzZzzz === ZzZzZzzz is now known as redwhite === ubuntu is now known as Guest26017 === Guest26017 is now known as justsomerandomen === justsomerandomen is now known as randomnickname === randomnickname is now known as xikade === xikade is now known as xika === redwhite is now known as ZzZzZzzz [16:35] need help [16:37] is there no one out there [16:47] I guess the legendary 3 minute turnaround time on IRC was a lie :'( [16:50] the instant gratification generation [16:58] Oh I am very guilty of it myself (but I am not of this generation :p) - It seems to have happened due to this generation perhaps. But it is bad. [17:06] Hi, pkease help [17:08] I installed Kubuntu 18.04 and work with it all Last nigth [17:08] This morning turno on my computar and no start [17:09] It freeze in starting Load/Save Screen backlight [17:10] What is te problem? [18:35] Hi, I have problem with my microphone in kubuntu. 1. On boot it is not detected. I have to replug it once done with booting. 2. Most of the time (not every time) when I try to use it it just record garbage that sounds as if it is recording to fast. [18:35] Can anybody help me with this? [18:36] I tried 2.5.1 to 2.5.5 of this guide: https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Static_noise_in_microphone_recording ; but that did not change anything [18:39] I can't find any help on this online [18:49] Help, please? === jwallom is now known as Abrecus === Abrecus is now known as GaiusArelius [19:19] Hello, I am new to Kubuntu and KDE plasma. I am having an issue on two different installs where my window decorations dissapear, I can't switch applications or open new ones, and switching virtual destops doesn't work. Going through journald doesn't show any errors. If I use the hamburger in the top right, I can logout and log back in and everything is working again. Any ideas where to look for what is the cause or what the issue [19:19] might be? [19:20] GaiusArelius: Sometimes this happens if the machine is rebooted instead of powered off/on again [19:21] I'm not sure if there's some permanent fix, but this also happens to me on occasion. I usually just restart the windows manager and it works the second time [19:23] gengii: Thanks. How are you restarting the window manager? Logging out and back in fixes it, but it usually happens again within an hour. [19:25] GaiusArelius: In my case I use ctrl-alt-F1 and log in to command line and then issue: sudo service lightdm restart ... but you are likely using sddm instead of lightdm [19:29] gengii: Thanks. I will try that. I hope it helps. This is happeing at least once every couple hours. [19:30] I am really liking KDE, but restarting my sessions every hour or so is not fun. [19:35] Hey there. Does anyone knows of a way to update to latest kde released software in kubuntu 18.04? I mean Kde Apps 18.04 and others. Is there a ppa or something? [19:36] Somebody asked me why I wanted to update to that. The reason is because they're fixing bugs and adding new functionality and it would be nice to have it [20:44] ktecho well there will be some more up to date software later in the backports [20:44] you could also look for [20:44] PPA's for your fave applications and add them to get them up to date [20:44] but please note if you break your install you get to keep both pieces === CoJaBo_ is now known as CoJaBoo === CoJaBoo is now known as CoJaBo [21:33] nlsthzn-also: yeah, I don't care if something breaks. But would be nice to have that backports. Last time I looked for kubuntu backports it was only for 17.10 [21:37] There can only be a backports when there is a release above the one you're currently using, and Cosmic isn't at the point where backports are being done from it yet to previous versions === Guest91631 is now known as Haudegen [21:53] genii: yeah, it makes sense. But then how is new kde software released for a current release of kubuntu? [21:53] maybe it won't happen? [22:01] ktecho: KDE release schedule and Kubuntu release schedules do not coincide. So usually the KDE version which comes with a Kubuntu release is whichever one was last released before final freeze of the *buntu release schedule. Other updates and versions are provided after initial release, first in the official Kubuntu PPAs and then migrated to the main Ubuntu repositories [22:02] ktecho Cosmic Cuttlefish is under development and it will have the latest (or close) to of all software, but it will break hard and often as it is being worked on. LTS releases don't want this. You could try KDE Neon but that too comes with caveates [22:02] ninja'd by genii :p [22:03] * genii slides nlsthzn-also a fresh mug of tasty Arabica! [22:04] Hmmm I wonder why every Yakuake theme in GNHS gives me a "The following skin is missing required files." error [22:05] *stares* at tea ... *stares* at IRC coffee. Choices-choices [22:06] genii: official kubuntu ppas [22:06] that is what i was looking for [22:06] thanks! [22:06] ktecho: From this page, the safe PPAs to add to your system are Backports and Updates https://launchpad.net/~kubuntu-ppa The developers occasionally make a call for testing things in the other more volatile ones there like Experimental [22:07] ( or Backports Landing, etc ) [22:07] genii: thanks! [22:08] ktecho: Glad to assist [22:14] :) [22:36] hey guys its me [22:37] on Dolphin, is it possible to move the "Find" thingy on toolbar to the right [22:37] for some reason i can't put anything to the right side of "Control" button (on the toolbar) [22:48] hay [23:11] Since moving to 18.04 my touchpad tap does not work as a client function and I cant seem to find any option in settings to re-enable it. Has anyone run into this problem ?