[01:52] Anarcho Taoist was added by: Anarcho Taoist [01:59] @forester, sudo add-apt-repository ppa:kubuntu-ppa/back ports … sudo apt update … sudo apt install kubuntu-desktop [02:01] Kubuntu is running plasma 12.6. Is it possible to install 13.2? === jim___ is now known as jim_fwb [04:10] @Anarcho Taoist, It's not released yet via backport ppa. You have to wait or switch distributions === root is now known as Guest88520 === prasad_ is now known as prasad [05:50] hrm... how do I make capslock work the normal way (not require shift+capslock)? [05:51] Seems to be an Ubuntu thing. I don't think my vanilla Debian or Gentoo systems do that on KDE or XFCE. === himcesjf_ is now known as himcesjf === l is now known as Guest60844 [08:42] hello [08:42] ##shqip [08:43] #english === ylli is now known as _ylel9 === ylli is now known as ylli_ [10:38] JeffLancelot was added by: JeffLancelot [10:56] It seems kdesudo is gone in 18.04, what's the recommended alternative? [10:57] amichair pkexec [10:59] diogenes_: does it require special arguments? without args it gives an X display error [10:59] amichair: pkexec kate for instance [11:01] diogenes_: "pkexec software-properties-kde" results in "Could not connect to any X display" [11:01] "XDG_RUNTIME_DIR not set" [11:01] amichair: yeah, it doesn't work with all the applications, it's something recently implemented to ... [11:02] so kdesudo is just gone, and there's no appropriate replacement? [11:02] right [11:03] diogenes_: lovely [11:05] ok, let's try another q: [11:06] how does one switch between nvidia and nouveau drivers? [11:06] how does one switch between internal Intel graphics and NVidia card? (on laptop with both) [11:08] amichair: did you install the proprietary nvidia? [11:08] diogenes_: I think so [11:09] amichair: open the terminal and run: sudo lspci -nnk | grep VGA -A3 [11:09] copy/paste the output to some pastebin and share the link here [11:10] !pastebin | amichair [11:10] amichair: For posting multi-line texts into the channel, please use https://paste.ubuntu.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. [11:12] diogenes_: that outputs only the Intel one, should I use VGA|NVIDIA to grep both? [11:12] sudo lspci -nnk | grep NV -A3 [11:14] diogenes_: https://paste.ubuntu.com/p/DGqbrgymd7/ [11:15] amichair: yep, you installed the proprietary driver, in order to use it, type in the menu nvidia, you open the nvidia settings and there should be an option to switch either to intel or nvidia [11:16] diogenes_: so that sets the one used for the laptop display and turns off the other completely? how about external hdmi port? [11:17] is this under 'PRIME Profiles'? [11:18] amichair: yes under prime [11:18] you switch to nvidia and reboot [11:18] oh nice there's also a prime-select command for cli [11:18] diogenes_: is the same card used both for laptop display and external hdmi port? or are they different? [11:19] the same [11:19] diogenes_: and how would I switch if I didn't have nvidia installed, just nouveau? [11:20] DRI_PRIME=1 [11:20] where is that? [11:21] https://wiki.archlinux.org/index.php/nouveau [11:21] diogenes_: thanks! [11:21] yw [11:22] i prefer nouveau [11:22] diogenes_: now how do I switch nvidia/nouveau driver? The driver manager gui seems to not change anything [11:22] that's a tricky way [11:23] it is described in the article i gave [11:24] diogenes_: oh wierd, I changed in nvidia setting to use intel, now the grep shows nvidia using nouveau [11:24] or maybe that's just what it says when intel is used and not nvidia anyway [11:25] yay, with intel drivers the laptop seems to not get stuck on resume from suspend! [11:25] and will probably save some battery compared to nvidia card (my guess) [11:26] yes [11:26] is there an advantage to using an MX150 with nouveau rather than intel graphics 620? [11:26] dongyanmou was added by: dongyanmou [11:27] amichair: i personally prefer nouveau, it's open source and it works nice for me [11:27] no need to install the proprietary crap [11:27] diogenes_: compared to intel or compared to nvidia? [11:28] isn't intel driver also open? [11:28] nouveau is related to nvidia, you got the nvidia card and it can use either nouveau or nvidia proprietary driver [11:28] intel has proprietary microcode too [11:28] but it's optional because there is an open source driver too [11:29] diogenes_: yeah, I was asking about nouveau compared to intel [11:30] amichair: the question is not quite correct because with the optimus setup (when there are two cards intel and nvidia or AMD) you are supposed to use your normal work with itel grphics [11:30] only when you play games or do some heavy graphics demanding stuff' [11:30] you use nvidia cadr with either nouveau or nvidia proprietary driver [11:31] intel graphics* [11:31] don't know what optimus/prime is [11:31] so it automatically switches between them? [11:31] optimus means when there are two graphics cards intel and nvidia or AMD [11:32] nope it doesn't switch automatically [11:32] only on windows, on linux you need a command to switch to the second card [11:32] diogenes_: does it use both concurrently? or u switch manually and reboot? if so how is that different from having two cards a decade ago (or whatever was before optimus)? [11:33] amichair: a decade ago there was no such thing as integrated graphics, so you had only the discrete one [11:33] now the intel one is integrated it means even if your discrete graphic card dies, you can still use your pc [11:33] with the integrated one [11:34] and it doesn't use both at the same time [11:34] I know that setup, didn't know it's called optimus. dunno what the name adds :-) [11:35] optimus it's called because it optimizes power consumption and performance, it keeps a good balance between those two [11:35] and that's an awesome technology [11:35] diogenes_: but if it doesn't switch between them automatically, what's the optimization/technology? [11:36] if u need discrete graphics u use that, if not u use integrated, and that's it, no? [11:37] amichair: that's logical, all your tasks normally run with intel, it means lower power consumption, lower heating and stuff but when you need more power for a game for instance, you append the command that enables the discrete card and ther you have it. [11:37] or do u mean optimus is a separate technology within a given card to keep poewr/performance balanced? (i.e. unrelated to multiple cards)? [11:37] i explained ^^^ [11:37] diogenes_: oh, so u can switch weithout a reboot [11:37] yeah then that's more convenient [11:38] adding it to a game startup script is closer to what I meant by automatic. semi-automatic :-) [11:38] amichair: you can switch without reboot when you use intel + nouveau, with intel + nvidia you need to reboot and yes, there is no optimization in that case [11:39] up until 18.04 there was a program called bumblebee that used to work perfectly switching the nvidia proprietary driiver on the fly, no reboot needed, but now they killed it [11:39] and that's kinda sad [11:40] so bumblebee enabled optimus on the proprietary driver? and now it only works with nouveau? [11:41] amichair: exactly, in ubuntu yes, but there are still some other distros where you can use bumblebee that will switch to the proprietary nvidia on the fly [11:41] ah ok [11:41] by just appending: optirun [11:41] cool [11:41] (and uncool it's not in ubuntu) [11:41] yeah [11:53] diogenes_: thanks for ur help and many answers! [11:53] diogenes_: solved my initial problem (suspend/resume), and learned a few things along the way! [11:53] yw [11:53] I'll try to get nouveau working instead of nvidia proprietary too [12:39] does anyone know how to get videos to sort by duration in dolphin? [12:46] damn suspend/resume still fails even with intel card/driver :-/ [12:47] resumes into blank screen, only hard reboot helps [12:52] loat- if you right-click in the column header, there's a column for Audio -> Duration. Not sure if that will work for video files as well. [12:53] Dragnslcr- I did try that and no luck, I may have to write something, was hoping it was built in [12:54] I appreciate the response though === sebastian is now known as Guest53553 [13:49] Hey there! … I often have the feeling that my Kubuntu system uses too much memory (and therefor tends to be slow) but I am not sure which background applications are necessary to ''run the system'' and which ones are only eat up my memory. … I would appreciate it if someone could help me :) [14:10] Faszinosium42, look in ksysguard [14:11] How can I live with Plasma 5.12 when 5.13 was released? [14:14] Firefox (GTK3) has dark text on dark background for tabs except the current one using Breeze for GTK [14:15] tichun_: what? [14:19] https://imgur.com/a/iS4SQGm [14:22] try a different theme for ff === jessica is now known as Guest84894 === Guest84894 is now known as jessica__ [14:59] (Sticker, 336x512) https://irc-attachments.kde.org/OcsmzCxc/file_8683.webp [14:59] Yes, how can you? I am installing plasma on a new laptop next week. Do I go with 18.04 - Kubuntu or 5.13 - Neon? [15:14] Is "United" Look And Feel working for you on 18.04? [15:14] This is the theme that mimics Unity [15:15] (I'd like to swap theme every once in a while) [15:26] WayneTimothy was added by: WayneTimothy === wodencafe is now known as WODENCAFE [15:44] good morning [15:44] I want to move my kubuntu installtion to an SSD in my computer. looking for a way to clone. which software do you recommend? is there anything built in? === wodencafe is now known as WODENCAFE === WODENCAFE is now known as WodenCafe [16:46] dd is build in in every linux system. but be extremely careful as many call it destroyer of disks. Read a few guides to use it [16:54] <[Relic]> wouldn't it be easier just to backup copy all the config files, reinstall everything and overwrite the config files to the last setting you were using? [17:57] well I want to make a backup that includs configs all of my programs, yes, potentially also what I downloaded [17:58] so when I start on the SSD it's there [17:58] I have a backup of my home folder, that's a good start. [18:08] nashouguan was added by: nashouguan [18:33] jrss- I've used Clonezilla in the past. It's a Debian-based Live CD that uses partclone/partimage [18:35] Dragnslcr: keep hearing about this one. So you can boot from a USB using it? [18:35] if I'm dual boot, can I use my windows partition for it maybe? [18:35] not that I mind starting from a usb just wondering about options. seems to have many [18:39] Yeah, it should work fine booted from a USB drive [18:40] I think I only ever tried it from a CD and from the network, but USB should work fine [18:40] You don't need any other disks or partitions. It can just copy from the old disk to the new SSD. [18:42] ohh really? so if I format my SSD, and then boot from USB, I can tell it to copy from my HD to my SSD? and it will? [18:42] all in one action? as in, do I need to create an image first, or is there a "copy" option? I am looking it up right now I didn't see it before hmm [18:52] I'm pretty sure it can just do a direct copy [18:52] I don't think you even need to format the SSD, since the format of the old drive will get copied as well [19:00] Dragnslcr: wow that's helpful hmm. yeah I have to SSDs, both are used by windows, one for the OS, the other for stuff [19:00] How to hunt QML modules for widgets? I currently need org.kde.plasma.private.notes [19:00] and I thought I'd need it but it makes no sense to use my HDD for Kubuntu [19:36] Hi, I have a problem. I´m not able to make a USB startup disk (and yes I know how to do this) with startup disk creator. [19:37] very little info [19:37] Startup disk creator isn't working for me [19:37] try etcher and RosaImageWriter [19:38] Do you mind telling me what the problem might be? [19:38] yes of course [19:38] * diogenes_ gazes into his crystam magic ball [19:38] crystal* [19:38] or course, you do mind? [19:39] What I mean is, this does seem to be a problem with this particular program. [19:39] it's either program or device [19:39] one of two [19:40] I see, as this has happened before when I used other computers. I am using an older version of Kubuntu as well [19:42] My reasons for wanting to do this are also because none of my flash drives are visible UNTIL I use a partition editor. Odd! This is a first === aviyam is now known as bugmeister [20:57] BradleyBarrett was added by: BradleyBarrett [21:46] Hey [21:46] hey [21:47] Anyone have an issue with usb devices in 18.04? When I unplug a usb external hdd or flash drive, it stays in dolphin and freezes [21:48] When I plug it back in, it doesn’t mount itself