/srv/irclogs.ubuntu.com/2015/10/06/#lubuntu.txt

NewMChi all, please confirm rm -r command would permanently remove directories?00:46
geniiThat's correct00:46
NewMCso /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
NewMCsorry: sudo rm -r /media/name00:48
iynque /media/name and everything inside it would be deleted, yes.00:49
ianorlinNewMC: yes but keep in mind you will want to know who has it mounted that media00:49
NewMChere's what I have, Android system with /data/linuxroot where I unpacked Lubuntu14.04 .tar image00:50
NewMCi flashed linux kernel in system recovery and booted to Lubuntu without issue, everything was working except it was not reading microSD00:51
NewMCthis 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:53
NewMCthis wiped my microSD and also did something within Android system00:54
NewMCI'm trying to figure out why it went beyond /media/tf10100:55
NewMCthanks for answering my questions, have a good night.01:11
geniiThe first possibility that comes to mind is that things underneath of that directory were symlinked someplace else in the filesystem01:20
iynquerm -r shouldn’t ever ollow symlinks… AFAIK01:27
iynquefollow*01:27
jarnosSomeone is happy with Lubuntu's video playback. Vsync works apparently. http://askubuntu.com/a/647350/2100506:17
=== Mathisen_ is now known as Mathisen
pitiyecan any one teach me how to increase screen brightness in Lubuntu 15.04 ?09:27
leszekpitiye: aren't the proper media keys on the keyboard working for you ?09:30
pitiyeleszek:  no09:30
leszekpitiye: there is a way to do this, if the driver and display support it via terminal and the xrandr command09:31
leszekpitiye: can you execute xrandr -q | grep -i "connected" to see the name of your connected output09:31
leszekit 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 example09:32
leszekthen you can put that output in the following command09:32
leszekxrandr --output LVDS1 --brightness 0.133709:32
leszekadapt output to your devices output and brightness to the brightness you want09:33
leszekbrightness range is from 0 to 109:33
pitiye xrandr --output LVDS1 --brightness 1.009:34
pitiyei used this09:34
leszekdid it work ?09:34
pitiyebut still not bright as earlier09:35
leszekthen maybe the brightness control is not detected at all by the kernel09:35
leszekdo you have a file  /sys/class/backlight/intel_backlight/brightness ?09:35
pitiyeleszek:  do i have to reinstall vga drivers ?09:35
leszekpitiye: do you have any proprietary installed ?09:36
leszekor why reinstall ?09:36
pitiyeleszek: this is dual vga with intel and nvidia cards09:36
pitiyeright now only intel is used09:36
leszekah the nightmare and the reason why linus torvalds gave nvidia the middle finger :P09:37
pitiye:))))09:37
leszekdo you have nvidia card disabled in the bios then when only intel is in use ?09:37
pitiyeleszek:  no its not disabled09:38
pitiyei will disable it and let u know09:38
pitiyebrb09:38
=== vikingredwolf is now known as redwolf
=== redwolf is now known as superbitch
=== superbitch is now known as redwolf
=== leszek_ is now known as leszek
undecimWhen I hit my calculator button, I get logged out. What gives?18:06
undecimIt'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 it18:07
DWSRHey all, I want to remove lubuntu-desktop and all packages it depends on.18:32
geniiDWSR: Remove the metapackage, then use sudo apt-get autoremove --purge18:51
DWSRgenii: Removes nothing. I have removed both lubuntu-desktop and lubuntu-core18:52
ianorlinundecim: I think that is a bug in 14.0419:15
ianorlinif you change ~/.config/openbox/lubuntu-rc.xml to not launch lxsession-defualt calculator and launch glaculator it will work around it19:16
geniiDWSR: Alternately, but perhaps somewhat dangerous: sudo apt-get remove $(apt-cache depends lubuntu-desktop | grep "Depends" |cut -d' ' -f4 )19:24
DWSRDo I need to reboot after that?19:34
geniiI'd recommend it, yes19:40
DWSRIt took quite a while to turn off, holy.19:57

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