/srv/irclogs.ubuntu.com/2015/09/29/#kubuntu.txt

s3cz0neno dice?00:43
s3cz0neAnbody know of a graphical SAMBA config program that will work under Plasma?00:45
GiltiWhat in the world is Tor ..... Yes I know ID ten T alert01:35
Giltisome of you may remember me from a few nights ago under the name giltibobcat01:36
Giltiamazing so many people so little chatting01:39
=== ariel is now known as Guest88364
=== elibar is now known as elijean
hhernandezI noticed that when I installed the Nvidia drivers that I need to reinstall hal to get some sitres to work again. I have had to do this a few times. I wondering is this an known issue?03:26
carlo__Hi~ I'm running Kubuntu 15.05, the package bluedevil installed, but I can't find bluetooth from system settings and system tray. sorry for my language!06:52
carlo__I can launch bluetooth by "kcmshell4 bluedeviladapters"06:54
lordievaderGood morning.07:28
=== carlo_ is now known as Guest36691
mirkophi there, i have some sort of issue with cryptdisks. Using Kubuntu 15.04 I get prompted for my crypt password during boot for all kernels up to -21. All other kernels after that crap out and i don't get prompted for my crypt password08:05
lordievadermirkop: Cryptdisk? Is that ecryptfs or LUKS (or something else)?08:06
mirkoplordievader: Its LUKS08:07
lordievadermirkop: You could break init at mount and see if you can unlock your luks volume manually.08:10
mirkoplordievader: yep, good point. I will try that. Still wonder why the behaviour would change with a different kernel...08:11
lordievaderYeah, it is kind of strange that it changes with a -xx kernel change.08:12
mirkoplordievader: its pretty much standard ubuntu install with an encryped home directory which is on a dedicated partition08:13
lordievaderAh, then it can also be a systemd update.08:14
mirkoplordievader: kernel -15 and -21 are fine but then -26 and onwards fail08:14
lordievaderIs systemd updated recently?08:14
mirkopumm08:14
mirkoplet me check08:15
mirkopmmh there was a systemd update around the time i got the latest working kernel08:20
mirkopwhat do you think could have changed with systemd?08:21
mirkopI just need a hint then i can go away and investigate myself08:21
lordievaderWell if the rootfs ain't luks it is likely that systemd takes care of the unlocking of the volume. Is the luks volume defined in /etc/crypttab?08:22
mirkoponly a home directory is encrypted and yes the luks volume is in the crypttab08:23
lordievaderHmm, systemd should read that file to determine what to open.08:24
mirkopi am pretty sure i have tried to remove in from crypttab08:24
mirkopcause i thought it doesnt necessarily need to be available during boot08:24
mirkop*decrypted during boot08:26
lordievaderWell if you want to login... your home dir should be available at that time ;)08:38
mirkoplordievader: i wasnt telling the truth08:47
mirkopproblem is the later kernels can't find the root device08:47
lordievaderAh, that is a different problem.08:48
mirkopIndeed ;-)08:49
lordievaderBreak init at mount point and see if you can find it yourself.08:49
mirkopi end up in a busybox08:49
mirkopand I cannot see the devices under /dev/mapper08:49
lordievaderLvm?08:49
mirkopthats the root08:50
mirkop/dev/mapper/kubuntu--vg-root08:50
mirkopyep08:50
lordievaderRight, can you see the disk itself?08:50
mirkopmmh08:51
mirkopyou mean pvdisplay?08:51
mirkopor  /dev/sdX?08:51
lordievaderNo, I mean is /dev/sda (or whatever) available.08:51
mirkopI havent checked that08:51
mirkopbrb08:51
mirkopjust need to reboot08:52
mirkop_lordievader: well we are back to encryption08:58
mirkop_so it looks like sda5 is encrypted08:59
mirkop_which is a physical volume08:59
mirkop_for the one VG i have08:59
mirkop_which contains the root08:59
mirkop_the root fs is encrypted08:59
lordievadermirkop_: Do you tell your initrd that it is encrypted?09:00
mirkop_not sure. I have checked the grub.cfg and it doesnt have any special flags09:01
mirkop_its pretty much the same for all kernels09:01
lordievaderHmm, it seems I have forgotten how Ubuntu does luks.09:04
lordievaderOr grub/initrd for that matter.09:04
mirkop_no worries09:04
TJ-For root-fs? it installs cryptsetup and conf/conf.d/cryptroot and supporting scripts/libs in the initrd09:05
mirkop_I will do some digging09:05
TJ-For encrypted GRUB root,it  does it via "GRUB_ENABLE_CRYPTODISK=y" passed to grub-install09:05
lordievaderAh, TJ- is here to save the day ;)09:05
TJ-For the latter, there's no GRUB command-line (only rescue shell) until the GRUB root is unlocked09:06
mirkop_so I should try to add GRUB_CRYPTODISK_ENABLE=y to /etc/default/grub ?09:07
mirkop_and run update-grub?09:07
TJ-run grub-install too. It has to build a core.img with cryptdisk, gcry_rijndael, luks modules included09:08
TJ-and it embeds the cryptroot UUID09:09
TJ-An interesting note of caution: On UEFI with SecureBoot encrypted GRUB root will fail, because the EFI signed image pre-built by Canonical and signed with their key doesn't include the modules.09:10
mirkop_reboot09:12
mirkop_will be right back09:12
mirkop_...hopefully09:12
mirkop_mmh09:15
mirkop_grub-install /dev/sda probably didnt create the image09:16
mirkop_it ran only a second or so09:16
mirkop_It gets a bit late here09:16
mirkop_thanks for your help guys09:16
TJ-mirkop_: "grub-install -v" will tell you what it is doing09:16
mirkop_it didnt generate a new core.img09:18
mirkop_anyway, thanks again09:18
TJ-mirkop_: "grub-install -v /dev/sda" didn't? Hmmm, that is strange. what error?09:18
mirkop_no error09:18
mirkop_it was fine09:18
mirkop_but it didnt fix the issue09:18
TJ-mirkop_: were there lots of lines of output with '-v' ... those are reporting the modules being linked into the image.09:19
mirkop_yep, lots of lines09:20
mirkop_I just ran it again09:20
TJ-mirkop_: oh! in "/etc/default/grub" it should be "GRUB_ENABLE_CRYPTODISK=1" not "=y" !09:20
mirkop_ok09:21
mirkop_one more try :-)09:21
TJ-Arghh! No, I was caught by the bug I fixed! see bug 1278114 and GRUB bug 41524! It *should* be "=y" but the documentation is wrong!09:23
ubottubug 1278114 in grub2 (Ubuntu) "value of GRUB_ENABLE_CRYPTODISK: util/grub-install.c instructs '1' but util/config.c expects 'y'" [Medium,Triaged] https://launchpad.net/bugs/127811409:23
ubottubug 41524 in warped (Ubuntu) "please sync warped_20051029-3/unstable" [Medium,Fix released] https://launchpad.net/bugs/4152409:23
TJ-Silly ubottu, I said *GRUB* bug!09:24
TJ-mirkop_: oh! in "/etc/default/grub" it should be "GRUB_ENABLE_CRYPTODISK=1" not "=y" !09:24
TJ-Arghh! No, I was caught by the bug I fixed! see bug 1278114 and GRUB bug-41524! It *should* be "=y" but the documentation is wrong!09:24
mirkop_haha09:24
mirkop_classic09:24
TJ-sorry! I always get confused by that. The reason I told you wrong is I grepped the strings in grub-isntall for 15.10's GRUB and it still has the buggy value; I'd assumed we'd synced with upstream by now and fixed it09:25
mirkop_ill try this09:25
mirkop_GRUB_CRYPTODISK_ENABLE=y09:25
mirkop_no quote09:25
mirkop_quotes09:25
TJ-mirkop_: Here's the last few lines of my "/etc/default/grub" (that works!):09:26
TJ-# Uncomment to get a beep at grub start09:26
TJ-#GRUB_INIT_TUNE="480 440 1"09:26
TJ-GRUB_ENABLE_CRYPTODISK=y09:26
TJ-GRUB_DISABLE_OS_PROBER=true09:26
TJ-There was another earlier bug I seem to recall where documentation got the variable name wrong, and it looks like you have that "GRUB_CRYPTODISK_ENABLE" is incorrect, it should be "GRUB_ENABLE_CRYPTODISK"09:27
TJ-Grrr, he's in and out faster than a ...!09:27
mirkop_it didnt09:30
mirkop_arrg09:30
mirkop_I will check with you guys again tomorrow09:30
TJ-There was another earlier bug I seem to recall where documentation got the variable name wrong, and it looks like you have that "GRUB_CRYPTODISK_ENABLE" is incorrect, it should be "GRUB_ENABLE_CRYPTODISK"09:32
TJ-mirkop_: I am assuming the issue you are trying to fix is an unecrypted GRUB root file-system ?09:32
TJ-s/unencrypted/encrypted/09:33
mirkop_thats right09:33
TJ-good :)09:34
mirkop_allright09:37
mirkop_so something has changed09:37
mirkop_I now get an error09:37
mirkop_"device name required"09:37
TJ-*when* do you see that?09:37
mirkop_between grub and loading the kernel09:37
mirkop_just after grub09:38
lordievaderWasn't there some crypt_root you needed to set or something?09:38
mirkop_still, the old kernel loads09:38
mirkop_-21 loads09:38
TJ-mirkop_: Can we go back a few minutes, so I can confirm something? In the reboots you have been doing to test this, was grub failing and presenting a "grub rescue>" prompt?09:38
lordievaderI remeber having to set something on my gentoo box when I still used an genkernel's initramfs.09:39
mirkop_I always get a busybox shell09:39
lordievadercrypt_root=UUID=<encrypted partition uuid>09:39
mirkop_so I guess i get beyond grub09:39
lordievader^ that.09:39
TJ-mirkop_: So you always got Busybox shell. So therefore GRUB's root FS *cannot* have be an encrypted device!09:39
mirkop_true09:39
mirkop_:-)09:40
TJ-So all this messing with GRUB_ENABLE_CRYPTODISK is pointless09:40
mirkop_I shall reverse the chage09:40
TJ-So you *don't* have an encrypted GRUB!09:40
lordievadermirkop_: Set the crypt_root ;)09:40
TJ-OK, so the issue will be re-generation of the initrd.img. That relies on the "/etc/crypttab" entry for the root file-system09:40
TJ-mirkop_: Which Ubuntu release is it?09:41
mirkop_15.0409:41
TJ-Right, so the PC is using systemd-init09:41
TJ-Are you using a LUKS key-file to unlock the encrypted root file-system?09:41
mirkop_not sure09:42
TJ-mirkop_: show us "/etc/crypttab" assuming you've not got any secrets in it as comments09:42
mirkop_sda5_crypt UUID=2419f722-087a-42ef-a6bb-da0cdedeec4c none luks,discard09:42
TJ-mirkop_: Good. Now do "sudo update-initramfs -vu -k $(uname -r) |& tee /tmp/initrd.log" and then "pastebinit /tmp/initrd.log"09:44
mirkop_umm09:45
mirkop_i dont want to do that for my current kernel09:45
mirkop_cause that is the only one that is still working09:45
TJ-mirkop_: Give it an older kernel version then, with the -k option09:46
mirkop_will do 3.19.0-28-generic09:46
mirkop_http://paste.ubuntu.com/12610219/09:47
=== rahul is now known as Guest45459
TJ-Line 605 looks promising, as does line 70409:49
TJ-mirkop_: Now do "update-gub" to ensure the grub.cfg has the correct entries and that should be all done. If it fails after that you've got some custom/manual changes that are throwing things out.09:50
mirkop_i have removed the cryptdisk line from /etc/default/grub09:50
TJ-mirkop_: Good, that wouldn't hurt but wasn't used.09:51
mirkop_woohoo. the world is a bit safer. I am running the latest kerne09:53
mirkop_i thought the update-initramfs command is being executed with every kernel update09:54
mirkop_thanks TJ and lordievader09:54
TJ-mirkop_: it should be, it's called by a post-inst kernel hook09:54
mirkop_ill better run it manually after09:54
mirkop_a kernerl upgrad09:55
mirkop_e09:55
TJ-mirkop_: of just use "lsinitramfs /boot/xxxx | grep 'crypt[ds]' " and check the cryptsetup and cryptroot files are in09:55
TJ-s/of just/or just/09:55
mirkop_ok sweet09:56
mirkop_will do09:56
TJ-sheesh, my typing is terrible today! ... "...  | grep 'crypt[sr]' " !09:56
BluesKaj'Morning folks11:05
=== unascribed_ is now known as unascribed
diziart_Hi all11:11
lordievadero/11:11
=== Crowbar is now known as Guest5252
=== Guest5252 is now known as Joupert
=== AbuDhar is now known as ilhami
=== ilhami is now known as oliverolesen
=== oliverolesen is now known as AbuDhar
dexterlabsI'm running 15.04, and I regularly have issues with kscreen.12:52
dexterlabsthat the saved configuration causes some processes to segfault.12:52
dexterlabsWhere is the best place to debug this?12:52
dexterlabs Im no kde-dev, so I mean to let other devs figure out what's going wrong.12:52
BluesKajdexterlabs, plasmashell -v, in the terminal12:52
dexterlabsplasmashell -v12:53
dexterlabskf5.kiconthemes: "Theme tree: (Breeze Dark)"12:53
dexterlabsUnknown option 'v'.12:53
BluesKajmake sure it's  -v ?12:53
dexterlabsit is12:53
dexterlabsplasmashell  -h12:53
dexterlabskf5.kiconthemes: "Theme tree: (Breeze Dark)"12:53
dexterlabsUsage: plasmashell [options]12:53
dexterlabsOptions:12:53
dexterlabs  -h, --help                   Displays this help.12:53
dexterlabs  -d, --qmljsdebugger          Enable QML Javascript debugger12:53
dexterlabs  -w, --windowed               Force a windowed view for testing purposes12:53
dexterlabs  -n, --no-respawn             Do not restart plasma-shell automatically after12:53
dexterlabs                               a crash12:54
dexterlabs  -c, --crashes <n>            Recent number of crashes12:54
dexterlabs  -s, --shut-up                Shuts up the output12:54
dexterlabs  -p, --shell-plugin <plugin>  Fplasmashell  -h12:54
dexterlabskf5.kiconthemes: "Theme tree: (Breeze Dark)"12:54
dexterlabsUsage: plasmashell [options]12:54
dexterlabsOptions:12:54
dexterlabs  -h, --help                   Displays this help.12:54
dexterlabs  -d, --qmljsdebugger          Enable QML Javascript debugger12:54
dexterlabs  -w, --windowed               Force a windowed view for testing purposes12:54
BluesKaj!paste12:54
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.12:54
dexterlabs  -n, --no-respawn             Do not restart plasma-shell automatically after12:54
dexterlabs                               a crash12:54
dexterlabs  -c, --crashes <n>            Recent number of crashes12:54
dexterlabs  -s, --shut-up                Shuts up the output12:54
dexterlabs  -p, --shell-plugin <plugin>  Force loading the given shell plugin12:54
dexterlabs  -a, --standalone             Load plasmashell as a standalone application,12:54
dexterlabs                               needs the shell-plugin option to be specified12:54
dexterlabsorce loading the given shell plugin12:54
dexterlabs  -a, --standalone             Load plasmashell as a standalone application,12:54
dexterlabs                               needs the shell-plugin option to be specified12:54
BluesKajdexterlabs,  stop this12:54
dexterlabssrry12:54
dexterlabsBluesKaj: http://paste.ubuntu.com/12611898/12:55
BluesKajdexterlabs,  here's mine http://pastebin.ca/317809012:59
BluesKajyou'll see that plasmashell -v is an option, I think you need to enable the backports in your sources.list13:00
dexterlabsI didn't enable the backports.13:01
BluesKajplasma 5.4 should be available if you enable them13:02
dexterlabscool, will do. thanks!13:05
dexterlabsHmm, I did have backports enabled appearantly13:16
dexterlabsthis is the one right? http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu13:17
dexterlabsOr should I add: ppa:kubuntu-ci/stable13:17
BluesKajdexterlabs,  run sudo apt dist-upgrade13:21
dexterlabsI'm up to date.13:24
BluesKajI'm on 15.10 beta2 , i'm surprised plasma 5.4 isn't in the backports on 15.04 yet13:25
BluesKajyou can add the ppa13:26
dexterlabswhich ppa?13:29
dexterlabsthe kubuntu-ci one?13:29
BluesKajyes dexterlabs  sudo add-apt-repository ppa:kubuntu-ci/stable, and if that doesn't work you may want to comment the backports13:34
BluesKajdexterlabs,  did you try to install plasma-desktop with the backports enabled, sorry i forgot to mention thet13:38
dexterlabsNo, I installed kubuntu by downloading the image from the site13:41
dexterlabsbut plasma-desktop is the newest version13:41
dexterlabsBluesKaj: Now upgrading to kubuntu-ci13:43
dexterlabsBlueKaj: Thank you, plasmashell appearantly has -v in the new version.13:55
=== toscalix__ is now known as toscalix
rene_Hi. On my Kubuntu vivid i get an timeout when trying to connect to my company vpn server.17:11
rene_the same config on my Linux Mint laptop works. What can i compare to find the reason?17:12
rene_openvpn version seams to be the same 2.3.2 x86_64 with differen build dates17:15
rene_the message it breaks is:UDPv4 link remote: [AF_INET]xxx.xxx.xxx.xxx:1194. VPN connection 'Rene' connect timeout exceeded.17:17
samsherI installed kubuntu just now but now when I login kde plasma lags due to absence of nvidia driver! now how do I install nvidia driver? network seems not working as well.17:17
rene_on mint there comes [xxx.xxx.xxx.xxx] Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:119417:18
=== netrunner is now known as netrunner_
rene_oh found the partly reason18:06
=== rahul is now known as Guest83903
rene_there was some route left to the vpn server in the routing table18:06
rene_so that openvpn couldnt get a route to the host18:07
DragginGood evening. My question isn't necessarily a Kubuntu question as such, but I'm running Kubuntu, so I thought I'd come check for a starting point here. The issue is really with an old AGP8x nVidia graphics card and the nVidia legacy drivers on Kubuntu 14.10 - with the drivers installed, my display is horribly grabled (almost as if the refresh rate isn't correct, or something like that), without the (nVidia) drivers19:09
Draggin (using Nouveau, I assume), I get stuck in an endless login loop at the lightdm login screen19:09
HackerIImaybe try the 173 drivers19:09
HackerIIsure is an old card19:10
DragginHackerII19:10
DragginAccording to the nVidia site, I should be using the 304 drivers...19:11
DragginWhy do you think the 173 drivers might do the trick?19:11
HackerIIwhat card is it actually 8**** ?19:11
HackerIIand, is it a notebook card ?19:11
HackerIIo, didnt see the  AGP19:13
DragginHackerII - it's an nVidia GeForce 620019:13
HackerIIso, id still try the 173 driver19:13
DragginWell old :)19:13
DragginBut this machine is pretty old itself and doesn't have built-in graphics, so I'm stuck with this card...19:14
HackerIIic that19:14
HackerIIim not sure 304 will work with nvidia6 tho,19:14
DragginHaving a look at the 173 drivers now19:14
HackerIIyeah do that19:15
HackerII173 is closer to that agp than any i kno of right now19:15
DragginAh. I see now. Yeah, it does actually sound like I should be using those, and not 304... Wonder why the nVidia driver selector page recommends 304 then. Let me see what happens when I try 173. Will keep you posted in a minute :)19:16
HackerIIive seen alot of that there19:16
HackerIIcouldnt tellya19:16
HackerIIdont forget to sudo apt-get purge nvidia*19:17
HackerIIthen install 17319:17
HackerIIand reboot after19:18
HackerIIbrb coffee19:18
BluesKajDraggin,  perhaps nvidia gave you the 8000 series rec'd driver19:22
BluesKajDraggin,  perhaps nvidia gave you the 8000 series rec'd driver19:22
BluesKajoops19:23
DragginBluesKaj - I suppose it's possible, but this is the page I used: http://www.nvidia.com/Download/index.aspx it allows you to fill in all the details of your card and then tells you the appropriate driver19:24
BluesKajno need to purge nvidia, apt will autoremove the existing driver during the new driver installation19:24
DragginBluesKaj - suppose a purge wouldn't hurt though, right?19:24
BluesKajDraggin,  well, that's your call , but it is redundant19:25
DragginHackerII, BluesKaj - Hmmm... next problem... In the past, I've used the Xorg Edgers PPA to install the nVidia drivers, but either I'm doing something wrong, or the 173 drivers aren't available in that PPA... Should I just manually download and install the 173 drivers from the nVidia site?19:30
soeewhy you want 173 ?19:32
BluesKajDraggin,  no they should be available in the repos19:32
TJ-Draggin: They're in the restricted repo19:32
DragginAh - TJ- thanks19:33
DragginLet me enable that quickly19:33
DragginOkay no... I'm getting stuck...19:42
Draggin304 is available, 310, 331, 313 and 319, but no 17319:43
BluesKajDraggin,  then your only option is the nvidia site if the 304 doesn't work on that card19:47
DragginBluesKaj - Shoot... I've never installed a driver in Linux that way... Hope it doesn't muck things up even worse. I suppose 173 isn't in the repositories anymore because 304 superceded it?19:48
HackerIIive got about 5 mins, ill post some directions, after that your at the mercy of the rest here19:50
BluesKajDraggin,  there used to be a legacy repos for older OSs, but  if you're on a recent ubuntu then there's no point for thatone19:50
DragginHackerII - thanks :)19:51
HackerIIdownload the 173 to your home,  drop to terminal with ctrl+alt+f2,  sudo service lightdm stop    .. then...  sudo sh ./NVIDIA-Linux-x86-173***.run  ** = the last numbers of 173, say yes to all, when done sudo reboot19:52
=== _7 is now known as SonikkuAmerica
DragginHackerII - great, thanks :) Just finished downloading, going to copy it over to the messed up machine now and give it a shot. Holding thumbs... Thanks for all the help!19:55
HackerIIif it complains that there is already nvidia on it,  do  .. sudo apt-get remove --purge nvidia*19:56
BluesKajDraggin,  which ubuntu do you have on that old  machine?19:56
HackerIIthen install 17319:56
DragginBluesKaj - Kubuntu 14.10, why?19:58
HackerIIwhat processor does it have19:58
HackerIIalso, if the card is only 128, make sure you alocate more ram from bios20:00
BluesKajkde4 good stuff, altho 14.10 is EOL. Some like the new plasma 5 on 15.04, others don't , I'm still using 14.04 LTS20:00
HackerIIyeah20:00
HackerIIi think 173 is in 14-04 also20:00
BluesKajbut I am testing 15.10 beta2 atm20:00
BluesKaj14.04 has long term support, that's why I'm sticking with it as my main OS20:01
HackerIIi always do, have 12 and 1420:01
HackerIIwaiting to see 16 to see systemd work20:02
BluesKaj15.04 and 15.10 have systemd20:03
HackerIIyeah20:03
HackerIIi quit the 6 month gig when it stopped 18 month suppoer20:03
HackerIIsupport20:04
HackerIIi havent used kde since 3.520:04
BluesKajwell, I'm thinking kde4 plasma4 is their best effort so far, plasma5/kf5 doesn't impress me much20:06
HackerIIi wondered if that worked out, they always say, get it now works great20:06
HackerII+, the color scheme looks like crayola20:07
HackerIImy friend just pulled up, bbl20:08
BluesKajthe plasma5 default desktop wallpaper is silly, that's first thing to go20:11
=== modern_ is now known as modernbob
=== Draggin2 is now known as Draggin
DragginGah!20:24
=== marinanna is now known as Hanamaria
mornandoHi21:14
mornandoI'm looking to upgrade my OS to run Kubuntu but i'm concerned that my graphics driver will not work21:15
mparilloI recommend a live usb to see if it works out of the box21:16
mparilloEven if it doesn't, and you have some patience there are folks here who have experience with graphics drivers (not me).21:16
DragginFinally got it all up and running!21:30
DragginHackerII - looks like BluesKaj has left, but thanks so much for all the advice and assistance...21:31
DragginPerhaps I can now push a few more months out of this machine before having to replace it with something decent and modern :)21:31
DragginThanks again! G'night!21:37
zKarpHello, is there anyway to allow KMAIL to access KWallet without having to type the password?22:01
txonisHas anyone noticed that on 15.10, Shift+Del file delete warnings are gone?23:08
txonis(inside Dolphin)23:08
txonisquite scary, since pressing shift by mistakes means your files are gone, without option to opt-out23:09
bprompttxonis:    doesn't dolphin dump them into the trash?   it does for me23:10
bpromptwell, I'm not on 15.10 anyhow, 12.04, but I think it's a dolphin setting, as opposed to not being there23:11
txonisshift+delete deletes them without trash23:12
bprompthmm23:12
txonisif you revert all changes from dolphin to default, it warns you, but something made my kde settings from 15.04 ignore that warning in 15.1023:12
txonisand I'm pretty sure I had warnings before23:12
bprompttxonis:   ok... I can buy that, well, use something else then :), I use krusader, and you have the choice to either delete completely or to trash23:13
txonissorry, I only noticed now that reverting settings left it as supposed to23:13
txonisbprompt: sure. But dolphin is the default file manager. I like deleting directly without trash:/, but I wonder what went wrong during the migration23:14
bprompthmm hmm dunno23:14
bprompttxonis:    btw, you can change default apps in settings :)23:15
txonisit must be kde related anyway23:15
bpromptso, is the one shipped, yes, is not bad either, but I do dual-panes, thus23:15
txonisbprompt: I do, I can even create my own. But do you believe most do? heh23:15
bprompttxonis:     krusader is a kde app23:15
txonisbprompt: dolphin does folder splitting23:16
bpromptjust a bit independent on lots of settings23:16
txonisie, dual panels23:16
txonisand integrates nicely with konsole23:16
bprompttxonis:   yes and no, it does, I use it now and then, yes, krusader has much more flexibility IMO, like each pane does its own tabbing, Iike I usually run each pane with 9tabs or so each23:17
txonisto each their own, heh. I use terminal mostly23:18
txonisI tend to use dolphin when I want to manage multimedia files due to the preview23:19
txonisno need to open the files and delete (!)23:19
bpromptsame with krusader, actually, in krusader you can tell it what terminal app you wish, but konsole is great, and it integrates with it as well23:19
txonisthus my worry23:19
=== AntiSpamMeta_ is now known as AntiSpamMeta

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