[00:46] hi all, please confirm rm -r command would permanently remove directories? [00:46] That's correct [00:48] so /media/name (where name is user account) should only remove directories recursively under and including that directory? Or is it more robust than what I'm thinking. [00:48] sorry: sudo rm -r /media/name [00:49] /media/name and everything inside it would be deleted, yes. [00:49] NewMC: yes but keep in mind you will want to know who has it mounted that media [00:50] here's what I have, Android system with /data/linuxroot where I unpacked Lubuntu14.04 .tar image [00:51] i flashed linux kernel in system recovery and booted to Lubuntu without issue, everything was working except it was not reading microSD [00:53] this was supposed to be a known issue within the Ubuntu image and instructions to fix were sudo rm -r /media/tf101 (tf101 is the device but also user account that existed on image) [00:54] this wiped my microSD and also did something within Android system [00:55] I'm trying to figure out why it went beyond /media/tf101 [01:11] thanks for answering my questions, have a good night. [01:20] The first possibility that comes to mind is that things underneath of that directory were symlinked someplace else in the filesystem [01:27] rm -r shouldn’t ever ollow symlinks… AFAIK [01:27] follow* [06:17] Someone is happy with Lubuntu's video playback. Vsync works apparently. http://askubuntu.com/a/647350/21005 === Mathisen_ is now known as Mathisen [09:27] can any one teach me how to increase screen brightness in Lubuntu 15.04 ? [09:30] pitiye: aren't the proper media keys on the keyboard working for you ? [09:30] leszek: no [09:31] pitiye: there is a way to do this, if the driver and display support it via terminal and the xrandr command [09:31] pitiye: can you execute xrandr -q | grep -i "connected" to see the name of your connected output [09:32] it should be something like: "LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm" the output name is then LVDS1 in this example [09:32] then you can put that output in the following command [09:32] xrandr --output LVDS1 --brightness 0.1337 [09:33] adapt output to your devices output and brightness to the brightness you want [09:33] brightness range is from 0 to 1 [09:34] xrandr --output LVDS1 --brightness 1.0 [09:34] i used this [09:34] did it work ? [09:35] but still not bright as earlier [09:35] then maybe the brightness control is not detected at all by the kernel [09:35] do you have a file /sys/class/backlight/intel_backlight/brightness ? [09:35] leszek: do i have to reinstall vga drivers ? [09:36] pitiye: do you have any proprietary installed ? [09:36] or why reinstall ? [09:36] leszek: this is dual vga with intel and nvidia cards [09:36] right now only intel is used [09:37] ah the nightmare and the reason why linus torvalds gave nvidia the middle finger :P [09:37] :)))) [09:37] do you have nvidia card disabled in the bios then when only intel is in use ? [09:38] leszek: no its not disabled [09:38] i will disable it and let u know [09:38] brb === vikingredwolf is now known as redwolf === redwolf is now known as superbitch === superbitch is now known as redwolf === leszek_ is now known as leszek [18:06] When I hit my calculator button, I get logged out. What gives? [18:07] It's on a compaq laptop... The calculator button is right next to the left Ctrl on an extra column... And it takes me straight to the login screen whenever I breath on it [18:32] Hey all, I want to remove lubuntu-desktop and all packages it depends on. [18:51] DWSR: Remove the metapackage, then use sudo apt-get autoremove --purge [18:52] genii: Removes nothing. I have removed both lubuntu-desktop and lubuntu-core [19:15] undecim: I think that is a bug in 14.04 [19:16] if you change ~/.config/openbox/lubuntu-rc.xml to not launch lxsession-defualt calculator and launch glaculator it will work around it [19:24] DWSR: Alternately, but perhaps somewhat dangerous: sudo apt-get remove $(apt-cache depends lubuntu-desktop | grep "Depends" |cut -d' ' -f4 ) [19:34] Do I need to reboot after that? [19:40] I'd recommend it, yes [19:57] It took quite a while to turn off, holy.