/srv/irclogs.ubuntu.com/2018/07/24/#kubuntu.txt

Guest61592I'm using kubuntu. I like it.00:54
jrsshello guys.01:04
jrssI just used kde partitions to clear an internal hard drive, but it's read only. why? How do I change that?01:05
jrssI tried sudo mount -o remount,rw '/media/...'01:05
jrssbut it doesn't seem to work.01:05
=== msalvatore_ is now known as msalvatore
Antisochejrss: From the commandline, umount the directory, then manually mount it explicitly (mount /dev/foo /media/bar). Are there any messages? Does "dmesg | tail" say anything interesting?01:13
Guest61592jrss: make sure BIOS is set to not secure boot01:14
jrsshow do I unmount?01:15
jrsswhat's the command I mean.01:15
jrssmount -o unmount?01:16
Antisochesudo umount /path/to/thing01:16
jrssumount insteadn of unmount? that confused me.. ok but got it hmmm01:17
jrssmy hdd seems to be in /media/user though01:17
jrssI never went to /dev....01:17
AntisocheIs it still mounted or were you able to unmount it?01:18
AntisocheIf it's still mounted, do: 'mount | grep /media/user'01:18
jrssit's unmounted because I can't go to /media/user now01:18
jrsswas able to before01:18
Antisocheokay, do this: 'sudo udiskctl status'01:20
AntisocheSorry: udisksctl status01:20
jrssok01:20
jrssI think I see it there01:20
AntisocheWhat is the 'device' ?01:21
jrssI can't tell which partition though01:21
jrssthere are two that are WDC, which is what my hard drive though01:21
Antisocheso: sudo fdisk -l /dev/thing01:21
jrssoh wait I can use KDE partition to tell me01:21
jrss dev/thing? what do you mean by that01:22
jrsswhat is "thing"?01:23
jrssI see two EDC until udiskctl, two serials. this doesn't make any sense01:23
AntisocheUse the KDE tool. You should see /dev/sdXN where 'X' is a letter and 'N' is a number. /dev/sde6 for example01:23
Guest61592try `df' to see your drives01:24
jrssah ha. ok01:24
jrssok now I saw some details, running fdisk -l on /dev/sdc (in my case01:25
jrss..now what then?01:25
AntisocheSo you should be able to "sudo mount /dev/sdXN /mnt" now.01:25
AntisocheSomething will probably print to the screen.01:25
jrsssudo mount /dev/sdc makes sense01:26
jrssbut mnt? you mean the path?01:26
jrssso I called it space. it would be $mount /dev/sdc/space01:26
jrssya?01:26
AntisocheYou need to say where to put the mount. The folder '/mnt' is just hanging out there waiting for you to mount something there.01:26
jrsssudo.. I will sudo it01:26
Antisocheie: "sudo mount /dev/sdc1 /mnt"01:27
jrssoh shit. you had space there01:27
jrsssorry it's hard to see ok01:27
jrssso I just did it lets see01:27
jrssI still can't create a folder in it in dolphin >.>01:28
jrssit's grayed o ut01:28
AntisocheThat's a different issue...01:28
AntisocheCan you: "sudo touch /mnt/xxx"01:28
jrsshmm. looks like it.01:28
AntisocheOkay, so, backing up: what filesystem type is it?01:29
jrssyep! that worked01:29
jrssetx401:29
jrssext4 sory01:29
AntisocheSo ... when you mount it, it's going to be owned by root. If you want to be able to write to it as your user, you need to 'chown <user> /mnt'01:30
AntisocheOr, probably: "chown 1000 /mnt"01:30
AntisocheBut using yout username is safer01:30
jrssok did it01:30
jrssneeded sudo but yeah01:30
Antisoche(Type 'id' to see your user id).01:31
AntisocheYes, as root is the owner, only root cahn change ownership. You should be all set now though01:31
jrsshmmmm ok so now can I see it in dolphin?01:31
jrsswhat I originally wanted is for Steam to use it for my games -.-01:31
AntisocheYou tell me :)01:31
jrssoh shit it works!01:32
jrssand it's still called space in dolphon01:32
jrssI don't understand what mnt is..01:32
jrssbecause the mounting point is /media no?01:32
jrssthi still confuses me01:32
AntisocheYou come from Windows?01:32
jrssEh.. I've been in linux for a while01:32
jrssbut windows and mac yeah01:32
jrss<.<01:32
jrssnever wrapped my head around all of this01:33
jrssI called it space, that's the label. but, I was sure /media/user/name is the mounting point. guess.. not?01:33
jrssoh shit wait. wait wait wait.01:34
jrssmedia  is for external stuff.01:34
AntisocheSo, if *nix, a directory is just a place where you can mount a new filesystem. '/mnt' has been around forever. udisks2 is the hip new thing for USB devices and it uses /media/<user> (or /var/run/<user>). We you typed 'mount' you put it on /mnt, but you can put it whereever you like. /home/<user>/.steam may make sense for your use case; I don't know how Steam works.01:34
jrsshmmmmmmmm01:34
jrssok so yeah, nedia/user/something is my external and such..01:35
AntisocheGenerally, yes. You can manage that with 'udisksctl' from the commandline.01:36
jrsscan I change mnt later without much hasle?01:36
jrssI liked space more <.<01:37
AntisocheTry this: "sudo umount /mnt" (you probably need to close Dolphin for this). Then: "udisksctl mount -b /dev/sdc1" (no sudo). Not 100% sure what happens there, but it's safe.01:37
jrsswell I'm installing now so I'll wait01:38
AntisocheIf you want it fixed in some place (like /home/steam) you need to put it in /etc/fstab.01:38
jrssoh. how do I do that01:38
jrssI need to read up on all of this it sounds complicated01:39
AntisocheJust edit the file /etc/fstab ... it's pretty straightforward. There is a manpage that explains it but it'll be like: "/dev/sdc1 /home/<mntpoint> ext4 defaults 0 0"01:40
AntisocheIf you're happy with where udisks2 puts it, though, you don't need to change anything. That's just to put it somewhere special to you.01:41
jrsswell dolphin calls it "space" because that's the label I  gave it01:41
jrssand I guess as long as I can navigate to it01:41
AntisocheI'm sure you can change the label01:41
jrsslabel is ok that's what I like01:42
jrssjust not sure where's the path to get to it from command line now lol01:42
jrss"/dev/sdc1 doesn't seem to be there01:42
AntisocheWell, I don't know what you're looking at, actually. There are three things: (a) the device representing the physical device (/dev/foo); (b) The place in the filesystem where it is mounted (/mnt or /media/user/foo or /opt/foo or /home/foo/steam); and (c) the filesystem itself can have an internal label so the computer can find it if the device is plugged into a different port and shows up on /dev/sdf one day.01:44
AntisocheYou never told me what partition it was, you just said it was somewhere on /dev/sdc. Use the correct partition number.01:45
jrssah ha. ok01:45
jrssso the path... if I want to do cd/...01:45
jrssI need to use the mounting point? that's (b) in your explination?01:45
Antisoche...is (b), yes01:45
jrssit is a ext401:45
jrssfilesystem01:45
jrssand the label is "spacE"01:45
jrsswhich is (c) in what you said01:46
AntisocheMaybe. Usually the label is a UUID, which is a big ugly number, but you may be able to give it a name like "spacE"; I've never looked01:46
jrssI'm still having hard time understanding what is (a). b I understand, that's where you actually mount the drive, and therefore where you navigate, got it. label is just a name the OS calls it, ok.01:47
jrssbut what is a? what is it for lol01:47
jrsshope you don't mind I like to learn >.>01:47
AntisocheWell (a) is what the OS calls it. (c) is what it calls itself.01:47
jrssok so I understand a now.. I think,,, but now I'm lost on C lol01:48
jrssThe OS needs to refer to it somehow, ok yes get it. sdc101:48
jrsswhich is what we have, and it's probably a linux standard I saw before..01:48
jrsssi there are sda, sdb, sdc... sdc1 for partition etc. that I saw before it makes sense (if I'm right?)_01:49
coderphivedude I am 100% done using POS nvidia drivers01:49
Guest61592coderphive: did you do the latest 990?01:51
Guest61592or 890 or whatever01:51
Guest61592weird error messages?01:51
Guest61592did you use the .sh from the nvidia site or the ones from the ubuntu up-stream?01:51
coderphiveI have dual monitors and every time I try to boot with it it locks KDE01:51
coderphiveupstream01:51
AntisocheExplaining /dev is a big topic. In short, in the bad old days there was an interface called IDE. Most Mobos had two IDE ports, and each IDE port could hold 2 drives. /dev/hda was IDE bus 1, drive 1; /dev/hdb was bus 1, port 2; /dev/hdc was bus 2, port 1, and /dev/hdd was /dev/hdd. This doesn't work when USB devices show up for instance, so they get "the next" letter based on when they are detected. They use the SCSI disk subsystem, so /01:51
Antisochedev/sdX (SCSI disk). IDE went away and was replaced with SATA, which also uses the SCSI subsystem, so now "Hard Drives" are all "Scsi Discs" of some type. There's a lot of history and udev manages all of that now, but in short what the OS calls it is a little less important, and udisks2 was create to manage that complexity for the user. At the OS it's udev.01:51
Guest61592coderphive: there should be config files with xorg when KUbuntu starts to load services concerning the KDE desktop services that can tell the computer to correctly load both monitors up correctly when your computer boots. Someone should write a book about it for you: "How to get KDE to correctly load 2x monitors on-boot For Dummies"01:53
coderphiveI've generated those01:54
coderphiveWe're not going to play the user error game here01:54
coderphivethey're POS drivers, end of story01:54
Guest61592oh so now we've got more advanced problems01:54
Guest61592wait Until Kubuntu 18.04.2?01:55
Guest6159290% j/king01:55
Antisochejrss: Yeah, you get it. The other new thing is UUID and GUIDs, which are just giant numbers that are supposed to be globally unique. When you make a new fielsystem, it gets this number as a "label" so you can uniquely identify it no matter what /dev/sdX it shows up on. You can change the label so that you can make 1000 clones of the drive and then just change the label to be able to uniquely identify them. It's not too complex. Just a01:55
Antisochename/number embedded in the filesystem. You can think of it as a hidden file, except you can't actually see it without using special filesystem tools.01:55
coderphiveNope01:55
coderphivenvidia is getting purged right now01:55
Guest61592NooOooOooOO...*dies*01:55
coderphiveI hope their engineers watch this channel too01:55
coderphiveIf I wrote code this half ass I'd never have a job01:56
Guest61592*echos a dark voice* nvidia dies tonight01:56
coderphivethat'd be dope01:56
coderphiveThey're a pretty useless company anyway01:56
Guest61592you think their drivers would be so stable that they'd release stable drivers that don't need to be updated for *every* card they have all the time01:57
viewer|64481Hey peeps01:57
Guest61592sup01:57
AntisocheGuest61592: sounds like you're asking for a card that doesn't do anything new01:57
Guest61592Antisoche: well maybe not new, but newish, sure. like dual-monitors.01:58
Guest61592graphics drivers are one of the most notorious parts of a system, even Windows screws it up half the time01:58
viewer|64481I'm stuck in low resolution hell with nvidia 18.04 :(01:58
Guest61592poor viewer|64481, enjoy the big fonts01:59
coderphiveyeah and of course there's nothing in the logs about it01:59
coderphivegenius01:59
coderphivegg nvidia01:59
coderphiveyou fail again01:59
Guest61592good job nvidia, hurting people on purpose, for shame!02:00
Guest61592nvidia is now 0.5(%) of nvidia02:00
Guest61592and ubuntu, for shame on not configuring the upstream nvidia packages with leet codes02:01
Guest61592coderphive: could try reading the upstream README's02:01
Guest61592maybe they have something about dual-monitor on-boot for KDE systems02:01
viewer|64481so any chance 18.04 works with 10 series nvidia or am I the 0.01%02:03
Guest61592it's a flat fail. let me guess you got a gaming laptop viewer|64481?02:04
viewer|64481No PC man02:04
Guest61592Hmmm02:04
Guest61592Does it use Optane?02:04
Guest61592Intel Optane02:04
viewer|64481No optane02:04
Guest61592Hmm..well, I guess there is a 13% chance the latest upstream nvidia drivers will solve your problem once installed02:05
Guest61592and a fresh restart02:05
Guest61592with fresh electricity02:05
Guest61592with fresh coffee02:05
viewer|64481Fresh install and cant get nvidia-390 to install02:06
Guest61592Let me guess, you're out of hard drive space02:06
Guest61592No but seriously, what's theerror?02:07
viewer|64481Im stuck on xorg02:07
Guest61592so xorg already has a boyfriend?02:08
Guest61592j/king02:08
viewer|64481Only option now is back to 16.04 or another distro02:09
Guest61592hmmm... well... hmmm02:09
Guest61592and 16.04 works better?02:09
viewer|6448116.04 worked perfect02:09
Guest61592you could try the older nvidia-890 or whatever02:10
viewer|64481Cant change drivers, stuck on xorg02:10
Guest61592if you give me the total error there might be a really easy solution like `dpkg --add-architecture i386; apt update; apt install nvidia-390'02:11
Guest61592as root of course02:11
viewer|64481apt install 390 works but wont detect monitor, just stays in xorg02:12
Guest61592ooooh, so now you're in this recovery non-GUI login?02:13
Guest61592that just sucks02:13
viewer|64481I can boot to os, just cant use nvidia drivers02:13
Guest61592try reinstalling and then if that doesn't aid you then read the README files that came with the nvidia drivers02:14
Guest61592they'd be in somewhere like: /usr/share/doc/nvidia*02:14
viewer|64481Tried do it through System settings02:15
Guest61592try to execute nvidia-settings or something02:16
viewer|64481nvidia-setting works02:17
Guest61592if your computer is new enough you might need to install the nvidia drivers from the nvidia website, but I am only 3% sure that is a good idea.02:18
viewer|64481its x99 not that new02:19
Guest61592ok then if I were you I'd downgrade your nvidia upstream drivers. There are two ones, 390 and like 389 or something02:20
valorieit's never a good idea to install from the website02:30
valoriemuch better to get the edgers ppa or so02:30
valoriethen if it doesn't work, you can ppa-purge easily02:31
valorie!ppa-purge02:31
ubottuTo disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html02:31
Guest61592yeah I could imagine how scary it would be to use the nvidia from the website seeing how brutal it can actually be02:32
Guest61592I'm being 94% serious02:33
Guest61592it's a graphics driver that's suppose to do uber magic for the whole xorg scheme across a multitude of libraries that use their skill in the battle of GUI02:33
=== kubuntu is now known as Guest84349
IrcsomeBot<Anarcho Taoist> I loaded Kubuntu 18.04 from a USB to test in a live session before installation.  There is no right click option! Is this an issue of the live environment or indicative of compatibility? Nb the Dell is pre-installed with Ubuntu 16.04.02:56
valorie@Anarcho Taoist right-click works great here03:11
viewer|78098I'm baack03:14
IrcsomeBot<Anarcho Taoist> @valorie, In the live 'try Kubuntu' environment?03:14
viewer|78098Got proper now, resolution but now have black desktop03:14
valoriethat I don't know03:15
valorieI tested it many times but never that feature03:15
valoriethat I recall03:15
IrcsomeBot<Anarcho Taoist> @valorie, Many of the touchpad settings are greyed out to. Just wondering if it is a condition of the live state and if on a metal install that becomes operational.03:17
Guest84349viewer|78098: so its sorta working?03:17
valoriethat is certainly possible, Anarcho Taoist03:17
viewer|78098yes nvidia-390 is working but desktop is black03:17
valorie"working"03:19
Guest84349you're racist?03:19
valorieGuest84349: such remarks are not funny and not welcome here03:19
IrcsomeBotVicTurner was added by: VicTurner03:27
IrcsomeBot<Anarcho Taoist> @valorie, Double click has been replaced with 2 finger touch. It will need a command line fix. All good!03:43
valoriewell, you have control over single/double click in systemsettings as well03:44
IrcsomeBot<Anarcho Taoist> @valorie, The single/double click setting is for the main menu and opening folders - not for accessing the right click menu.04:00
valorieok04:00
IrcsomeBotCrypt0Hunt3r was added by: Crypt0Hunt3r04:28
IrcsomeBotqiaochengzai was added by: qiaochengzai04:56
jimhamillHi all, am trying to run Kubuntu 18.04 in a VirtualBox VM, but when I install the virtualbox-guest-x11 extension, my desktop renders incorrectly and I appear to have problems with all QML applications. I've enabled 3D acceleration on the VM Host settings and have set Video RAM to 128MB (Maximum allowed). Has anyone else bumped into this issue and have a solution?04:58
valoriejimhamill: I'm running a vm right now but with win1005:27
valorieI have the vb-guest stuff but don't recall anything about 3d05:27
valorieno problems here05:27
valoriebesides the gagWin1005:28
valorie:-)05:28
IrcsomeBotconggoufei was added by: conggoufei05:31
jimhamillThanks @valorie... I've encountered this a few times (usually Kubuntu within Kubuntu VirtualBox VM), but haven't been able to find much info on it on Google. I'll keep searching, see if I can pull up more info.05:35
valoriewell, I've been installing and using VMs for a few years -- usually kubuntu within kubuntu for testing05:36
valoriein general it Just Works05:36
CruX|hi i have issue with KDE panel (in old kde it was called kicker)05:51
CruX|when I start opengl game this panel stops refreshing05:52
CruX|if renderer is opengl 3.1 I must restart kde to get back to normal05:52
valoriehmmm05:52
valoriewhen it stops updating, in my experience, it crashed05:52
valorieif you restart plasmashell that's enough05:52
CruX|it is not crashing but I see no update05:53
CruX|I am using nvidia proprietary drivers btw05:53
CruX|is it known bug ?05:53
valorieok, but frozen perhaps05:53
valorieI do kquitapp5 plasmashell in the cli05:53
valoriethen in krunner: plasmashell05:53
valorierather than restarting05:54
CruX|ah great05:54
valorieI use nvidia too05:54
valorieunsure if it's a known bug05:54
valoriebut so easy to work around I've not pursued reporting it05:54
CruX|I killed this panel with ctrl+alt+esc05:54
CruX|but didn't know a name of that program :D05:55
valorieI hang out in #plasma enough to get some hints05:56
valorie:-)05:56
CruX|valorie: and is there a solution for that ? It is really anoyng05:58
valorieI guess report it?05:58
valoriethe problem is that most plasma development is not on X, it's on wayland which is the future05:58
valoriesort of leaves us nvidia users frustated05:58
valoriefrustrated05:59
valorieunless nvidia decides to play nice with everyone else05:59
CruX|But I wonder why is this happening in very simple thing like panel06:00
CruX|games are more complicated like this and there are no bigger issues06:00
valoriethat I don't know06:01
CruX|so kubuntu on intel gpu is using wayland by default ?06:01
valorieI don't think the panel is simple though06:01
valorieit does a lot06:02
valorieno, we're not wayland yet06:02
valorieeven Ubuntu retreated from making it default for now06:02
valorieI suppose I should test that on my non-nvidia machine06:02
CruX|with wayland we loose ability to launx gui app over network ?06:03
valoriehmmm, dunno06:03
valorieI never do that, so never looked into it06:03
IrcsomeBotGeorgiaWheatley was added by: GeorgiaWheatley06:30
anto79ciao a tutti06:35
=== himcesjf_ is now known as him-cesjf
=== kubuntu is now known as troubled
=== troubled is now known as Oldtrouble
OldtroubleHello. Trying out linux. I have a wireless USB thing07:16
OldtroubleI'm stretchign a cord across the room to be here. How do I get wireless turned on?07:17
vespertatiaOldtrouble: sudo apt install net-tools07:48
vespertatiathen see if you can find the network interface using: ifconfig07:48
Oldtroublenope07:51
zxq9"A wireless USB thing" <- This means a USB wifi adapter?07:56
Oldtroublezxq9: yes08:02
=== TheRuralJuror is now known as Haudegen
zxq9Meh, just left. For posterity: https://wiki.debian.org/WiFi08:42
zxq9Between that and the Gentoo wiki on it I've always gotten USB wifi to work.08:43
IrcsomeBot<Anarcho Taoist> @jimhamill, Did you login with Wayland?09:33
IrcsomeBot<Anarcho Taoist> Is it possible to replace the clunky notification pop ups in Kubuntu with the concise rounded ones from Ubuntu main?09:36
=== kubuntu is now known as Guest80142
=== dhaval is now known as dhaval27
=== david_ is now known as Sommarnatt
IrcsomeBotFitchBryan was added by: FitchBryan11:10
BluesKajHey folks12:00
airkingHello!  X is being very weird.  When i reboot i get a login screen, and logging in pops uo the kubuntu logo then it just goes back to the login screen.13:02
airkingif i change my tty and attempt to run startx i get "/usr/lib/xorg/Xorg: symbol lookuo error: /usr/lib/xorg/modules/drivers/nouveau_drv.so: undefined symbol: exaGetPixmapDriverPrivate"13:04
airkingeven as sudo, same thing13:04
airkingI tried rebooting and now my login screen is just black with the mouse13:08
coderphiveis there any way to get kscreen to recognize multiple GPU's?13:17
coderphivehonestly the lack of support for multiple monitors/gpus is horrendous13:20
coderphiveI can't believe it still exists today13:20
BluesKajairking, ctl+alt+F2, login, then run sudo systemctl enable sddm, then sudo systenctl start sddm , that should bring you to your gui login page13:20
BluesKajtypo correction: system control13:21
BluesKajoops that's wrong too, it's systemctl13:22
proctraphah, I survived my ubuntu upgrade13:35
proctraponly took 3 hours in front of a broken nvidia driver, reinstalling the desktop & sddm13:35
proctraponly because do-release-upgrade disabled 3rd party repos13:35
proctrap( as complete kubuntu-desktop was marked as autoremove)13:36
BluesKajcoderphive, 2 separate gpus, like one onboard and another on PCI?13:39
BluesKajproctrap, there was no need to do release-upgrade if you were already running Bionic13:42
proctrapBluesKaj: 17.1013:46
proctrapwhich is end of live13:47
proctrap*life13:47
BluesKajeol ..ok good13:47
BluesKajproctrap, did you receive a notification to upgrade from your package manager?13:49
IrcsomeBot<Niggolas> @FitchBryan, Why is this bot still in the group? Fry it.13:49
proctrapBluesKaj: no, but I didn't expect one either13:51
proctrapBluesKaj: eol is eol I would say..13:51
proctraphttps://news.softpedia.com/news/ubuntu-17-10-artful-aardvark-reached-end-of-life-upgrade-to-ubuntu-18-04-lts-522022.shtml13:51
proctraphttps://en.wikipedia.org/wiki/Kubuntu#Releases13:51
coderphiveman13:51
coderphiveI finally got it fixed13:51
coderphivemulti-gpu support is a joke13:52
coderphiveBasically had to make kscreen and nvidia jive13:52
proctrapcoderphive: using some dual stack with nvidia prime13:52
coderphivewhat's that?13:53
proctrapcoderphive: since 18.04 it's re-writing initramfs, dunno why13:53
coderphivewow13:53
coderphiveI hope that's not what I'm in for13:53
proctrapcoderphive: switched between intel and nvidia, you've to reboot for that13:53
coderphiveI have dual 980's at least13:53
coderphivebasically they were both fighting over xrandr it seems13:53
proctrapcoderphive: using that together with bbswitch to power safe when intel's in charge13:53
proctrapcoderphive: prime is basically rewriting my x11 config, so upon reboot the other one is in charge13:54
BluesKajnvidia-prime is mostly for Optimus systems on laptops that use an intel gpu for lower loads then an nvidia for the higher loads,13:54
coderphiveoh okay13:55
coderphiveoh, switchable graphics13:55
coderphiveaka13:55
proctrapcoderphive: you mean two gpus at the same time ?13:55
coderphiveyeap13:55
proctrapaaaah13:55
proctrapso I got you wron13:55
coderphiveusing Base Mosaic13:55
coderphivebruh, straight up masochism13:56
proctrapBluesKaj: well I just followed https://help.ubuntu.com/community/BionicUpgrades/Kubuntu#Upgrade_Kubuntu_from_16.04_or_17.10_to_18.0413:56
proctrapBluesKaj: and as the nvidia driver is from another repo it disabled the 3rd party repo13:57
proctrapbut also marked the whole KDE stack for autoremove13:57
proctrapbut this time I got around by booting into recovery, re-adding nvidia, dist-upgrade on it13:57
proctrapand doing a apt install kubuntu-desktop13:57
proctrapso, this time I didn't reinstall the whole system13:58
proctrap(I tried the upgrade upon 18.04 release already, back then had to roll back and reinstall 17.10)13:58
BluesKajproctrap, yeah, next time don't let your OS lapse into EOL :-)13:59
proctrapBluesKaj: uhm13:59
proctrapBluesKaj: I've just waited till I've had the time to come up with all of this13:59
proctrapBluesKaj: I've done that before EOL, upon the first 18.04 release13:59
proctrapexcept, the same stuff hapened13:59
proctrapblackscreen upon boot14:00
proctrapBluesKaj: so I tried before, leading to a complete reinstall as I didn't have had the time14:00
BluesKajproctrap, always make sure  to upgrade all packages if your OS repos are still active before upgrading to next release14:01
proctrapBluesKaj: the thing is I trusted it first14:02
proctrapBluesKaj: like "ok, let's do that first, probably some changes required before doing the 3rd parties"14:02
coderphiveThat's basically what I did14:02
coderphiveA ton of recovery bouncing14:02
coderphivelol14:02
coderphiveGarbage14:02
proctrapBluesKaj: I mean if that tool disabled 3rd parties on its own, it'll have a reason for that14:02
proctrapwas my idea14:03
proctrapwhat I didn't get is why apt marked the complete KDE desktop for autoremove14:03
proctrapcoderphive: back in time is still the best tool for such stuff :D14:03
BluesKajI never use 3rd  parties when upgrading to a new release...seldom use them anyway14:04
BluesKajok, bbl, stuff to do for a few mins14:05
coderphiveuh14:06
coderphiveI think the graphics drivers have some tie into the desktop14:06
coderphiveThey do with normal ubuntu desktop14:06
proctrapcoderphive: hm, yeah that could be it14:06
proctrapcoderphive: (first time I tried that upgrade (before EOL) I was like "okay, it'll probably do it right", removing the complete desktop..)14:07
iomemina14:46
BluesKajproctrap, never seen the whole desktop get removed on an upgrade14:47
BluesKajrelease14:48
=== domito_ is now known as domito
iomesalve a tutti15:07
=== Arthur_D2 is now known as Arthur_D
IrcsomeBotZeises was added by: Zeises16:44
=== Tin__man is now known as Tin_man
foo__hello18:52
foo__i have a question reguarding konsole18:52
foo__i accidently deleted the key binding lists, is there a way to recover those?18:53
geniifoo__: Those files are in package konsole-kpart19:04
geniiSo you could ctrl-alt-F1 and then: sudo apt-get install --reinstall konsole-kpart      ...then alt-F7 back to Kubuntu19:05
mralc2is there a recommend backup app in kubuntu?19:35
genii!info kbackup19:37
ubottuPackage kbackup does not exist in bionic19:37
geniiHm19:37
IrcsomeBot<Scyt4l3> @mralc2, Backintime-qt4 is pretty good19:43
mralc2thanks Scyt4l3 i have a look19:51
mralc2thanks @Scyt4l3 i have a look19:52
=== bert is now known as Guest58176
=== jayhunold is now known as jhunold
jrssis there a remote desktop server with kubuntu?23:31
jrssI used the minimal install so maybe not... what is recommended? I will be connecting from a SUSE OS VM23:31
jrssor windows actually. that would work to23:32
jrssso connecting from windows or SUSE OS to Kubuntu23:32
jrssKrfb?23:34

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!