=== ezri is now known as rww === cdu13a_ is now known as cdu13a === that_guy_marvin is now known as that_guy_melvin [03:42] where's plasma5 keep its display settings conf files? anyone know the path offhand? === cdu13a_ is now known as cdu13a === bhakti is now known as BV === struk|desk is now known as struk|desk|away === r is now known as RamchandraApte === jayhunold is now known as jhunold [08:48] Hello guys, does it matter if the download of kubuntu_amd im trying to install on intel machine? [08:50] amd ? [08:50] probably it just means that this is 64 bit version, thats all [08:52] hmm thank you [08:52] im having troubles booting from the bios the usb isnt recognized (installed via unebootin) [08:52] which is weird [08:52] what version ? [08:53] latest 15.10 [08:53] yeah, i had problems with it also :/ [08:53] hmm should i try the older versions [08:53] and then just update to the 15.10? [08:54] not sure, i also tried this to make bootable usb http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/#button [08:54] brb === yaos is now known as kenami [09:38] Gwenview is eating 700MB if RAM when opening 2MB image. Is that normal? [09:38] of* === r is now known as rapte === arthur is now known as Guest18816 [10:20] Hi, I'm using the latest Kubuntu 15.10 (and using the backports ppa) and I'm experiencing problem using vlc : the window stays totally dark. Is it a known issue ? [10:32] Good morning. === yaos_ is now known as kenami === struk|desk|away is now known as struk|desk === struk|desk is now known as struk|desk|away === Jobava_ is now known as Jobava [12:06] Hiyas all === r is now known as Guest40064 === Guest40064 is now known as RamchandraApte [12:31] hey hey... [12:31] anybody know, when 5.5.4 will be available for kubuntu 15.10? [12:31] !backports [12:31] If new updated packages are built for an application, they may go into Kubuntu Backports, which is one of the official Kubuntu PPAs. See https://community.kde.org/Kubuntu/PPAs for more information. [12:44] hi folks. am i missing something, or is there no package that provides pyuic5 and pyrcc5 for python2? there's pyqt5-dev-tools, but it depends on python3. [12:44] i would have expected there to be a python-pyqt5-dev-tools and a python3-pyqt5-dev-tools. [12:45] at the moment, i have to install pyqt5-dev-tools, which pulls in python3, just to build my application (which is python2), which seems unneccessary. [12:46] i would guess this is because, if there were two such packages, they would conflict, but couldn't a solution be to install those commands as "python2-pyuic5" and "python3-pyuic5" (and similar for pyrcc5). that's what Arch Linux does it seems. [12:47] it seems strange that if a developer is working ona a python2 app that uses pyqt5, he/she must install python3 :/ [12:48] estan, which kubuntu ? [12:48] (not that i mind having python3 on my own laptop, but i'm building my python in a Docker container) [12:48] BluesKaj: 15.10. [12:48] so from the pyqt5 source package, the following packages are built: http://packages.ubuntu.com/source/wily/pyqt5 [12:49] none of them seems to install pyuic5 / pyrcc5 and only depend on python2. [12:49] (the pyqt5-dev-tools is the only one that installs those commands, and depends on python3) [12:50] i would have expected that package to be split into one for python3 developers and one for python2 developers. [12:51] or alternatively, that there was no separate package at all, and that the commands were part of the python-pyqt5 and python3-pyqt5 packages (perhaps renamed to avoid conflict), but i understand splitting as much as possible is the Debian convention. [12:51] estan, recommend you ask in #kubuntu-devel [12:52] ah yes. thanks. === Steffstoff is now known as Guest51738 [13:12] hi people [13:12] can i ask something [13:12] hi there [13:17] !ask [13:17] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience === struk|desk|away is now known as struk|desk [13:36] Hello, [13:36] I'm having wifi issues - I can't tick the wifi box on the connection popup. Can somebody help me please :) ? [13:38] floppyzedolfin, is it greyed out? [13:38] Yes [13:39] does network manager show other wifi APs in your area? [13:39] lshw -C network shows my Wiireless network as "unclaimed" [13:40] nm-tool only lists my wired connection [13:40] rfkill list [all] returns nothing [13:41] ifconfig doesn't show the wireless connection [13:41] floppyzedolfin, try ip add [13:42] lo and eth0 return [13:43] which wifi chip? [13:43] RT3290 Wireless 802.11n 1T/1R PCIe [13:46] lspci -nn | grep RT32 [13:46] 03:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290] [13:47] floppyzedolfin, sudo modprobe rt3290sta, post any errors in pastebin [13:48] modprobe: FATAL: Module rt3290sta not found. [13:52] floppyzedolfin, this is a longshot, but it seems to bring in the proper drivers in some cases, sudo apt-get install --reinstall linux-firmware [13:53] hm, i'll give it a second shot, I did try it [13:54] I'm trying this one : [13:54] http://askubuntu.com/questions/253632/how-do-i-get-a-ralink-rt3290-wireless-card-working [13:54] then ls -al /lib/firmware | grep 3290 [13:55] re3290.bin [13:56] -rw-r--r-- 1 root root 4096 nov. 19 14:56 rt3290.bin [13:58] floppyzedolfin, ok looks like you have the binary, sudo modprobe rt3290sta [13:58] same error [14:01] floppyzedolfin, ok chmod +x rt3290.bin , then ./rt3290.bin === struk|desk is now known as struk|desk|away [14:03] BluesKaj: floppyzedolfin@fzd-hpku:/lib/firmware$ ll ./rt3290.bin [14:03] -rwxr-xr-x 1 root root 4096 janv. 6 16:40 ./rt3290.bin* [14:03] floppyzedolfin@fzd-hpku:/lib/firmware$ ./rt3290.bin [14:03] bash: ./rt3290.bin: cannot execute binary file: Exec format error [14:07] BluesKaj It seems the install from that link I gave "sort of" works - the instructions don't work (the file is a propper .tar.gz file), but after running its Run.sh I now have the wifi enabled [14:09] ahha , ok odd that it didn't show up with the proper file extension, but I guess grep found the actual binary inside it [14:10] well, thanks a lot ! [14:10] floppyzedolfin, hope it sticks :-) [14:11] BluesKaj Well, now I know the steps ... [14:11] yup === kubuntu is now known as Guest38414 === r is now known as Guest83550 === Guest83550 is now known as raptor === raptor is now known as rapte === Steffstoff is now known as Guest61782 === r3w7 is now known as r3wt === struk|desk|away is now known as struk|desk === struk|desk is now known as struk|desk|away === markus12 is now known as markus1 === struk|desk|away is now known as struk|desk === michael__ is now known as Guest60682 === struk|desk is now known as struk|desk|away [18:15] hola mundo :v disculpen alguien me podria ayudar con algo? XD no logro sincronizar mi cuenta de facebook con KDE IM [20:37] hi, [20:37] I am in need of a bit of help [20:37] I have pa [20:38] I have plasma 5, kubuntu 15.10. I cannot find the "Apend to tab" option. [20:38] was that function removed? [20:41] I have plasma 5, kubuntu 15.10. I cannot find the "Apend to tab" option. [20:41] #kde [20:43] #plasma [20:58] does anyone know if the "append to tab" function was removed from kde 5? [21:06] I'm wiping a 300GB hdd using a Kubuntu Live CD and "wipe" command. it says that it will take 9w 4d. Is that for real? if so, is there a faster way? [21:20] nothing [21:20] ? === ubernoob is now known as Oderus [21:54] hi all, having issues updating.. if anyone has any ideas, heres my output.. http://paste.ubuntu.com/14988306/ [21:59] Hey everyone I see two different versions of Ardour in the Muon software app. One is simply "Ardour" and the other is "Ardour4" what is ghe difference...beside the file sized of course === struk|desk|away is now known as struk|desk [22:20] 'Ardour' is backwards-compatibility for pre-ardour-4 dependant plugins or whatnot [22:20] in either case, the version from the KXStudio PPA is better [22:21] @ MelRay === afx237_ is now known as afx237 === struk|desk is now known as struk|desk|away === struk|desk|away is now known as struk|desk