[00:35] this is ridiculous [00:35] every time i log in either the sound nor the microphone goes away [00:35] i already got pulse audio [00:35] it doesnt work [01:17] Can't test and install Linux images from live USB's on one of my comps. Get "Boot error" right after BIOS's POST. But the same live USB's work OK on another comp. Tried diff physical flash sticks, diff images (ubuntu, kubuntu, lubuntu). Diff writing apps (Unetbootin and Universal USB installer). Reformatted a test ubuntu partition and renewed the boot sector from an older WinXP image (dual boot system). Insured USB should boot 1s [01:18] t in BIOS, but when trying to boot into a usb - the result on that box is always the same: "Boot error". Any suggestions? [02:27] On the topic of LXQt, would anyone here know what package handles the main desktop? I'm doing some QA and want to know where to report a bug. [02:28] As in, icons and background? pcmanfm-qt isn't it? Try killing that and see? :P (ps aux | grep pcman see if it has --no-desktop or somesuch thing.) [02:29] Unit193: it also seems to be affecting the mouse cursor as well, so would that still be pcmanfm-qt? [02:38] Unit193: never mind, found the bug on pcmanfm-qt [02:40] Ah, nice! [04:53] does anyone know a good startup disk creator replacement? [04:53] dd? [04:56] can someone help me make a small partition from within lubuntu for a parallel distro i want to dualboot alongside lubuntu? [05:33] something weird is happening [05:33] two times now it has logged me out [05:33] with a cli shoing at the top [05:33] light display manager has been started and then ok in yellow [05:33] then it logs me out and i have to log back in [05:33] why is that? [05:34] it seems to be vlc that triggers it [05:36] i have hexchat, transmission, chrome, and vlc open [05:36] when i resume the video i am playing it kicks me out [05:36] logs me out [05:39] three times now upon playing vlc it logs me out [05:39] to a cli with started light window manager [05:39] then i have to log again and all the apps are closed [06:01] hi [08:54] anyone can help me modify grub to add an entry to the configuration file? [09:08] perhaps [09:09] I did a clean install from libecd [09:09] livecd [09:09] and i cannot find a normal grub config file [09:09] to copy a menuentry [09:09] what do you mean by normal [09:09] /boot/grub/grub.cfg works fine for me? [09:09] like the one in gnome/ubuntu [09:10] if what you say is so then is hould be able to run sudo leafpad /boot/grub/grub.cfg [09:10] but that's built by /etc/grub.d/ snippets during update-grub [09:10] if you want to make CHANGES, that's the right place. [09:11] something like /etc/grub.d/40_custom or /etc/grub.d/41_custom [09:11] Kamilton [09:11] please take a look at http://pastebin.com/mNSC4JEb [09:11] then running update-grub will do the right thing instead of scribbling over your changes every time. [09:11] yes, I know what a generated grub.cfg looks like. [09:12] Line two is "DO NOT EDIT THIS FILE" [09:12] now [09:12] the entry i want to add is in this folder /home/nemo/tcl/boot [09:12] it's an extracted image of tinycorelinux [09:13] k. [09:13] the file is vmlinuz for some reason on properties it appears as a dos windows executable [09:13] edit /etc/grub.d/40_custom, include the entry you need there. [09:13] run update-grub as root to regenerate the config file in /boot/grub/ [09:14] do you know the right setup to do loopback mounting to get AT /home/nemo/tcl/boot/ ? [09:14] no, thats precisely the issue [09:15] you might find some help looking over some of my entries. [09:15] https://github.com/kamilion/kamikazi-core/blob/master/resources/buildscripts/xengrub.cfg [09:15] thx i will take a look [09:16] you'll need to use the 'loopback loop' function [09:16] what is that? [09:17] telling grub to mount a file on a volume as a device. [09:17] like mounting an iso from a different filesystem. [09:17] hmm i think tinycore doesnt use initrd just vmlinuz [09:17] it's just a kernel file? [09:17] yes [09:17] easy enough then [09:17] put the file in /boot/ [09:18] an entry will still be needed though no? [09:18] yeah, typing it out, sec [09:20] so i think a menuentry onmine looks like this http://paste.ubuntu.com/14160672/ [09:21] yeah, just copy that to the end of 40_custom [09:21] remove the initrd line [09:21] and replace the linux line with something like [09:21] linux /boot/tclvmlinuz console=tty0 noprompt libata.ignore_hpa=1 nodmraid raid=noautodetect ip=frommedia -- [09:22] it doesnt let me paste the file onto /boot [09:22] it says permission denied [09:22] you own the machine or not? [09:22] yess [09:22] k, can just as easily change the path I just printed above [09:22] or copy the file as root somehow (using sudo or something) [09:22] ok one moment [09:23] linux /home/nemo/tcl/boot/tclvmlinuz console=tty0 noprompt libata.ignore_hpa=1 nodmraid raid=noautodetect ip=frommedia -- [09:23] you'll still need to be root to edit /etc/grub.d/40_custom [09:23] and again, root will be needed to run 'update-grub' correctly. [09:23] ok i pasted "vmlinuz" onto the /boot folder using sudo pcmanfm [09:24] let me take a look at your link now [09:24] might wanna rename it [09:24] why? [09:24] to tclvmlinuz or something [09:24] "vmlinuz" is a file that might get deleted accidentally by a script [09:24] ok [09:24] changing the first few characters ensures this won't happen automatically [09:24] one moment please [09:25] ok i renamed it to tclvmlinuz [09:25] so you'll need to give the tcl kernel some boot parameters [09:26] linux /boot/tclvmlinuz console=tty0 noprompt libata.ignore_hpa=1 nodmraid raid=noautodetect ip=frommedia -- [09:26] In this example, console=tty0 noprompt libata.ignore_hpa=1 nodmraid raid=noautodetect ip=frommedia -- [09:26] how do i know which specific parameters i should use? [09:26] i dont want to mess up my boot sequence [09:26] please bear with me [09:26] "use the VGA console, ignore host protected areas on disks, don't use dmraid, don't autodetect raid devices" is what that one says. [09:27] the first two are actually telling the kernel something [09:27] the second two are ignored by the kernel and only used by the init scripts (in this case, ubuntu's) [09:27] since TCL is so far out of date, I don't really know about running it anymore [09:28] I forgot a year ago at least, lol [09:28] oh wait, wikipedia says it's up to date... [09:28] maybe I'm mistaking it for another tiny distro like it [09:29] http://paste.ubuntu.com/14160778/ [09:29] like that? [09:30] remove the root= line [09:30] er, option [09:30] now something that worries me is that after i changed the name of the file the icon has changed to one of those blank with a bolt in the middle icons [09:30] tcl should have it's own root filesystems [09:30] built into the initramfs image on the end of the kernel [09:31] ah, i think i mistook tinycorelinux for damnsmalllinux [09:31] http://paste.ubuntu.com/14160807/ [09:31] ? [09:32] that looks pretty close. [09:32] Are you sure this is just a single kernel file? [09:32] I'm used to it from openwrt xen domu builds [09:32] where the 2MB jffs filesystem is just concatinated to the end of the kernel image [09:32] but from the documentation on http://tinycorelinux.net/ it makes reference to a root filesystem [09:33] looking at http://forum.tinycorelinux.net/index.php?topic=13501.0 [09:33] http://tinycorelinux.net/6.x/x86/release/CorePlus-current.iso [09:33] that's the image i extracted [09:33] uhh [09:33] ... whoa [09:33] doing it waaay wrong then [09:33] copy the whole ISO file to /boot [09:34] don't pull out the kernel image, lol [09:34] please explain, are you telling me not to extract it? [09:34] where's it say to extract anything? LOL! [09:35] i boot ISO files with grub all the time! [09:35] but i want to be able to access my files/partition and install the persistent apps [09:35] when i run boot up [09:35] yeah, and? [09:35] https://github.com/kamilion/kamikazi-core [09:36] I do that just fine. [09:36] from a 850MB ISO file. [09:36] I boot lubuntu the way they're showing you how to boot TCL [09:36] ok then give me one moment [09:36] and I can mount all my data partitions just fine once it's finished starting up [09:37] all you have to do is tell it how to get started [09:37] so yeah, copy the iso into /boot/ [09:37] CorePlus-current.iso has been pasted onto /boot [09:37] so you have /boot/CorePlus-current.iso [09:38] http://paste.ubuntu.com/14160902/ [09:38] line 7 [09:39] sec [09:39] making a paste for you [09:39] SebastianTCL: http://hastebin.com/oqalaxasit.vbs [09:39] using the options as shown from http://forum.tinycorelinux.net/index.php/topic,13501.msg78410.html?PHPSESSID=ySzuMJmABmJDq5y3RyqGs1#msg78410 [09:40] replace ADDMOREHERE with any other kernel options you need [09:40] the -- indicates "I'm done" [09:40] it's literally THAT easy to boot ISOs. :) [09:41] I had to go get the ISO to look at what the filenames were inside it [09:41] but I didn't need to extract it [09:41] I just opened it with file-roller [09:41] I am sorry, pleae excuse me Kamilion i am a noob here, how do you mean any other kernel options i need? i only want to have tcl and lubuntu on dual so [09:41] SebastianTCL: lol [09:42] I don't need any special kernel options myself, I have well-supported hardware [09:42] but some examples would be [09:42] libata.ignore_hpa=1 [09:42] is there a way for me to check whether i need to do that? [09:42] that is specifically a kernel option [09:42] now, here's some interesting information [09:43] here http://pastebin.com/mNSC4JEb [09:43] if you pass anything the kernel doesn't know on that line, it simply ignores it [09:43] so you could put in cats=ilovedogs [09:43] it wouldn't DO anything [09:43] but later on [09:43] when it's running [09:43] you can look at /proc/cmdline [09:43] can you help me open up my grub.cfg file again [09:43] and you'll see all of those extra options -- which means, scripts can look at those. AND THEY DO. [09:44] http://paste.ubuntu.com/14160974/ [09:44] so, it really depends more on the scripts that are trying to read information from the kernel commandline [09:44] that's my current cfg file [09:44] which is totally meaningless [09:44] other than I see you have not yet run update-grub with your changes in /etc/grub.d/40_custom [09:45] wait [09:45] i didnt add the entry yet because i got confused with the other kernel options comment [09:45] and i didnt want to f--- up anything [09:46] the whole point of using the /etc/grub.d/40_custom file is so the protections in update-grub don't ALLOW you to f--- up anything. [09:46] it will warn you if the configuration is invalid [09:46] it will NOT warn you if the configuration IS VALID, but stupid. [09:47] oh ok [09:47] there's a difference between something being valid, and actually being parsed into making sense [09:47] how do i open the 40_custom custom file from the terminal, i am on lubuntu so gedit doesnt work [09:47] gksudo leafpad /etc/grub.d/40_custom [09:47] or apt-get install gedit (which is what I do) [09:48] ok [09:48] if it complains you don't have gksudo [09:48] you'll have to apt-get install it [09:48] i show this http://paste.ubuntu.com/14161038/ [09:48] but it should be there [09:49] yep [09:49] please tell me exactly how i should modify it [09:49] http://hastebin.com/oqalaxasit.vbs [09:49] add this to the end [09:49] don't disturb the existing contents. [09:49] er sec [09:49] http://hastebin.com/ozovivalus.vbs [09:49] like this http://paste.ubuntu.com/14161055/ [09:49] ? [09:50] yep! [09:50] you can paste as many more as you want on the end of that [09:50] if you want to try different things [09:50] do i delete the addmorehere line? [09:50] just make sure you don't forget the closing } on each one [09:50] or just save it? [09:50] go into that line [09:51] and backspace over ADDMOREHERE and nodhcp [09:51] ok [09:51] nodhcp is the option that tells it not to get an IP address from a router [09:51] which I assume, you probably want it to get an IP address [09:51] now: http://paste.ubuntu.com/14161073/ [09:51] there's a LOT of little options like 'nodhcp' [09:52] when you figure out IF you need any [09:52] then you type them in where "ADDMOREHERE" was, before the -- [09:52] so i save it like this: http://paste.ubuntu.com/14161073/ ? [09:52] so, are you understanding that I was using that as a placeholder? [09:52] yep [09:52] looks good [09:52] ok one moment please [09:52] over time you'll discover more options to add [09:52] saved [09:53] just keep in mind where you're supposed to add them [09:53] if you add them after -- they will be ignored :) [09:53] now from what i understand there's another file that requires some modification to the comments like taking away dashes ## so that grub will list the options to boot from [09:53] nope! [09:53] that's it. [09:53] save the file [09:53] open a terminal [09:53] sudo grub-update [09:53] and you should see it tell you it included 40_custom at the end of it. [09:54] comand not found [09:54] whoops [09:54] http://paste.ubuntu.com/14161073/ [09:54] lol [09:54] sudo update-grub [09:54] er [09:54] my mistake [09:55] http://paste.ubuntu.com/14161120/ [09:55] now pastebin /boot/grub/grub.cfg [09:55] and you should see your entry at the end! [09:56] Kamilion, http://paste.ubuntu.com/14161130/ [09:56] might wanna add a blank line at the end of /etc/grub.d/40_custom [09:56] then run that again [09:57] but yeah, looks good. [09:57] one moment please [09:57] now, as for grub SHOWING you the menu... [09:57] you'll have to [09:57] gksudo leafpad /etc/default/grub [09:57] http://paste.ubuntu.com/14161145/ [09:58] then read the configuration options within [09:58] is that better? [09:58] I don't see any difference, so maybe it's ignoring blank lines by itself. Wouldn't suprise me. [09:59] ok let me make pause here to tell you something [09:59] the configuration options in /etc/default/grub are easy to understand if you take a moment to read them. [10:00] in this oddysey [10:00] i installed this app http://www.linuxandubuntu.com/home/how-to-change-boot-order-set-default-boot-os-in-ubuntu-14-10-15-04-linux-mint-or-other-derivatives [10:00] however, the only one you should probably have to change is 'GRUB_TIMEOUT" [10:00] as long as it is not 0, the menu will be displayed [10:00] I like to set it to 10 [10:00] so youre telling me it should all work fine by now and that if i open that program it will show me the tlc entry? [10:01] IF you can get the menu to show! [10:01] which, in normal mode, it hides the menu [10:01] to change that behavior, you need to change an option in /etc/default/grub [10:01] how? [10:01] GRUB_TIMEOUT is the name of the option [10:01] grub customizer does show the tinycore entry [10:02] ok please tell me exactly how to modify this file [10:02] gksudo leafpad /etc/default/grub [10:02] sudo leafpad [10:02] sure [10:02] just make sure GRUB_TIMEOUT is NOT 0 [10:02] if it is 0 [10:02] put a 1 in front so it's GRUB_TIMEOUT=10 [10:02] then save the file. [10:02] that's it. [10:03] now you must run 'sudo update-grub' one more time [10:03] http://paste.ubuntu.com/14161204/ [10:03] yep. [10:03] like this http://paste.ubuntu.com/14161220/ ? [10:03] as it says in line 1 [10:04] # If you change this file, run 'update-grub' afterwards to update /boot/grub/grub.cfg. [10:04] No, GRUB_TIMEOUT [10:04] not GRUB_HIDDEN_TIMEOUT [10:04] you just hid the menu again! [10:05] i just undid [10:05] one moment [10:05] when GRUB_TIMEOUT is equal to GRUB_HIDDEN_TIMEOUT, the menu will be hidden, okay? [10:05] (but the timer will still count) [10:05] your first one was fine [10:05] thus http://paste.ubuntu.com/14161246/ ? [10:06] looks okay to me. [10:06] yes. [10:06] now you must run sudo update-grub [10:06] after that, you should see the menu entry at the bottom of the list in grub, and it should start up tiny core [10:07] http://paste.ubuntu.com/14161265/ [10:07] yep! just ignore the warning it prints. [10:08] it is harmless. [10:08] (if it was not harmless, it would have been Error: ) [10:08] ok so now if i reboot [10:08] i should be able to see it listed [10:08] as an option [10:08] right? [10:08] yeah, and it should work if you choose it. [10:09] c'mon back here and let me know how it goes. [10:09] ok brb [10:09] i assume it has a webbrowser [10:09] so you can use freenode's webchat [10:10] webchat.freenode.net/?channels=lubuntu [10:15] Kamilion, didnt work [10:15] went straight into lubuntu splash screen [10:15] took a little while longer [10:17] but it went into the lubuntu screen [10:19] huh [10:19] no menu? [10:20] run sudo update-grub once more [10:20] Also, you can hold shift during boot to force grub to show the menu. [10:20] ok let me retry [10:21] once you get the menu to show, it should be an easy ride [10:28] Kamilion, didnt work [10:28] now i am logged as guest [10:28] if i log normally the mouse cursor wont move [10:29] Ahhhhhhh, fun with sudo. [10:29] root owns something in your homedir now [10:29] i also tried to ctrl f7 but it wouldnt [10:29] what do i do_ [10:29] ? [10:29] open a root terminal somehow [10:29] chown -R nemo:nemo /home/nemo/ [10:30] guest-A3ZNgG@ithaka:~$ chown -R nemo:nemo /home/nemo/ [10:30] chown: cannot read directory ‘/home/nemo/’: Permission denied [10:30] can ctrl-alt-f1, login as nemo, then sudo -s [10:30] should get you to root, as I don't think guest is allowed sudo permissions [10:30] please come again [10:30] you are not root [10:30] you need to be root [10:30] i get it but how do i do that again [10:31] ctrl alt f1 then what do i do_ [10:31] what will happen if i do that [10:31] sudo -s while being logged int as a user that has sudo permissions [10:31] the user ubuntu's installer created will have them by default [10:31] it will switch to a text console [10:31] and present you with login: [10:31] where you type nemo [10:31] then it asks for the password [10:32] you type hunter2, or whatever your password is, I'll say hunter2 for the sake of arguement [10:32] it gives you a user prompt [10:32] you type sudo -s [10:32] it asks you for nemo's password [10:32] you type hunter2 [10:32] it gives you a root prompt [10:32] you type chown -R nemo:nemo /home/nemo/ [10:33] then you ctrl-alt-f7 back to the graphical terminal the guest session is running on. [10:34] permission denied [10:34] huh. [10:34] where, trying to sudo? [10:35] ok one moment please [10:35] ok [10:35] i did it with sudo and then it gave me the prompt again [10:35] now what do i do [10:36] log out of guest and try your own user account again [10:36] should work this time. [10:38] Kamilion, what happened? [10:38] you probably used 'sudo' somewhere in a graphical terminal. [10:38] instead of gksudo [10:38] which resulted in root owning one or more configuration files in your home directory. [10:39] how can i rectify this? [10:39] and proceed with the grub stuff [10:39] you already did [10:40] that is what chown did [10:40] so if i reboot now it will list tlc_ [10:40] ?* [10:40] changed the ownership of all the files, recursively, in your home directory, to be owned by the user nemo and the group nemo. [10:40] fixing the files owned by root [10:40] open up lxterminal and 'gksudo update-grub' [10:41] then reboot and start holding down shift when the bios comes up, and grub should show up. [10:41] brb [10:41] good luck.. [10:42] (he's lucky I have a model linux in my head) [10:44] Kamilion, same thing happened [10:44] not listed [10:45] if i login the mouse doesnt move [10:45] so let me see if i get this correctly [10:45] ctrl alt f1 [10:45] then sudo chown -R nemo:nemo /home/nemo [10:45] ? [10:45] yep [10:46] not sure what did that this time. [10:47] ok [10:47] let me switch user now [10:48] Kamilion, i follow you [10:49] whatever's doing that is an old bug that I've fought with many times [10:49] the easiest way I know how to cause it, is using 'sudo' while in lxterminal [10:50] instead, anywhere that says 'sudo' in the instructions, replace it yourself with 'gksudo' if you're using lxterminal [10:50] which should stop that from happening [10:50] so what do i do now [10:50] (not being able to log in correctly) [10:50] I don't know why grub's menu isn't showing, honestly. [10:52] looking at http://askubuntu.com/questions/16042/how-to-get-to-the-grub-menu-at-boot-time [10:52] oh [10:52] that's what you meant [10:53] gksudo leafpad [10:53] open up /etc/default/grub [10:53] move down to the GRUB_HIDDEN_TIMEOUT=0 line [10:53] put a # at the beginning of it [10:53] #GRUB_HIDDEN_TIMEOUT=0 [10:53] save the file. [10:53] go back to lxterminal [10:53] gksudo update-grub [10:54] ok [10:54] (the instructions say run sudo update-grub, which DOES work on some of the other desktops available -- just not lubuntu.) [10:54] did that [10:54] thats done [10:54] should it work now if i boot up? [10:54] did the warning line go away when you ran update-grub? [10:55] which warning line? [10:55] Generating grub configuration file ... [10:55] Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported. [10:55] ^ this one [10:55] it should not be there this time [10:56] not there [10:56] (not as harmless as I initially thought, lol) [10:56] it is not there [10:56] the warning [10:56] yeah, should get the menu for 10 seconds, with the cursor on ubuntu by default [10:56] then auto boot ubuntu if you don't touch it [10:56] brb [11:02] Kamilion, i dont know [11:02] no grub [11:02] still stuck with the mouse [11:02] didnt use sudo [11:02] https://help.ubuntu.com/community/Grub2 [11:07] what did i do wrong? [11:07] https://help.ubuntu.com/community/Grub2/ISOBoot [11:09] sorry, was helping someone else [11:09] np [11:10] Not sure what the login issue is now :< [11:10] nor why grub isn't showing the menu [11:10] lets retrace our steps [11:10] https://help.ubuntu.com/community/Grub2/ISOBoot [11:12] http://paste.ubuntu.com/14161824/ [11:12] thats the grub file right now [11:12] hi [11:13] Kamilion, http://paste.ubuntu.com/14161839/ [11:13] that{s the cfg file currently [11:14] the grub.cfg looks correct [11:14] Kamilion, the script doesnt seem to be there [11:14] which script? [11:15] I see line 248 to line 253 [11:15] oh youre right [11:19] Kamilion, someone suggested I Change to GRUB_HIDDEN_TIMEOUT=0 and GRUB_HIDDEN_TIMEOUT_QUIET=false update-grub and retry [11:20] grub_hidden_timeout is already commented out [11:20] GRUB_HIDDEN_TIMEOUT_QUIET=false [11:20] sounds worthwhile though. [11:20] brb [11:26] didnt work [11:26] got a 3 2 1 count down no grub even if i pressed shift [11:27] Kamilion [11:28] maybe i typed it wrong http://paste.ubuntu.com/14161968/ [11:31] 3 2 1 countdown? [11:31] * Kamilion scratches his head [11:32] yeah at boot up i got a 3 2 1 0 [11:32] but nothing happened [11:32] someone suggested i do this [11:32] sudo grub-mkconfig [11:32] thoughts? [11:35] Kamilion, [11:36] grub-mkconfig is what update-grub runs. [11:37] so, yeah, nothing should change (lol) [11:39] Kamilion, http://paste.ubuntu.com/14162088/ [11:42] Kamilion, if i undo what we have done will it go back to normal? [11:43] removing the lines from /etc/grub.d/40_custom ? Yes. [11:44] ok that is done [11:44] what about the other one [11:45] i brought it back to true [11:45] from false [11:45] the grub one [11:45] let me reboot and see now [11:47] oh well [11:47] : / [12:08] sorry [12:08] was busy in #lxde [12:09] np [12:11] any luck getting it to work? [12:11] I'm really confused, it's almost like you have a third linux installation controlling grub, not lubuntu. [12:17] it worked at restoring things back to normal [12:17] but that was not the original idea [15:48] Hello, I've just installed lubuntu on my parents computer and I have what perhaps could be described as screen tearing. (its not in video, things like the firefox search bar etc) [15:48] Just random screen artifacts. [15:49] Giles-B: what graphics card is in it? [15:50] Intel 82G33/G31 [15:52] Giles-B: you might need to install the drivers from here: https://01.org/linuxgraphics/downloads [15:56] 01.org? [15:56] Giles-B: it's the Intel open source website [15:57] I will give it a go. [15:59] adueppen: Didn't seem very legit, but the website seems to be registered to intel. [15:59] Giles-B: I found it linked from the Intel website, so it's definitely legit [16:00] adueppen: Right you are...Almost clicked that link earlier ;) [16:01] Giles-B: also make sure that you have 15.10 as other releases don't seem to be supported [16:01] You can never be too paranoid....well, actually you can. [16:02] Its a fresh install of 15.10 [16:02] Its intalling the driver now. [16:06] adueppen: Well, it seems "better", but its still doing it. [16:07] Giles-B_: you might want to ask someone else then or ask in #ubuntu [16:08] adueppen: Thanks for your help. [16:08] Giles-B_: you [16:08] 're welcome [18:38] hi there. I just have a little question about pcmanfm settings. What exactely does the optopn_ mount mountable volumes automatically on start-up? Does it in any way alter fstab? [18:41] Fireburner, I never saw that tag anywhere O.o [18:51] Preferences -> Volume Management [19:22] Fireburner, this one? http://i.stack.imgur.com/ng6ly.png [19:24] redwolf, yes; first one [19:26] I think that options mounts existent disks, generated dynamically in fstab [19:26] as I understand this option, it mounts all partitions on pcmanfm startup,that are not already mounted through fstab. Is that true? [19:26] yes [19:27] if I don't use that option, my 2nd partition doesn't turn visible [19:27] O just do not have any unmounted partition, as all are mounted through fstab, but i was curious what this option will change [19:27] in my laptop it does it, if I log out and in with it inactive, the 2nd partition is not mounted [19:27] not visible in list on left, or not mounted? [19:27] not mounted, sorry [19:27] visible in places [19:28] okay, thx [19:28] :) [19:28] it's what it does with my 2nd partition. I tested right now [19:28] okay, good to know [19:29] :) [19:29] but startup refers to pcmanfm startup and not DE startup, right? [19:30] I switched to lubuntu and i've changed the desktop preference to show the window manager menu. How do i modify that menu ? (Preferably i'd like to insert a script to generate my own dynamic menu) [19:31] DE startup [19:31] or more desktop startup, and that's a library inside PCManFM, a component [19:32] okay, I hope I didn't take too much time from you, for checking this ;) [19:32] ton, you did this? http://3.bp.blogspot.com/-HP1RP3yKo_g/USiUtFeZ6JI/AAAAAAAAAG0/h6i_8iBCvhY/s1600/snapshot-pcmanfm.png [19:32] thx, redwolf [19:32] don't worry, Fireburner. I'm happy to help here, I'm part of the crew :) [19:33] ton, if you activated that option, it's openbox who handles the menu [19:34] they call those dynamic menus "pipe menus": http://openbox.org/wiki/Openbox:Pipemenus [19:34] yes, i did. That gave me the right-click menu i like so much. just can't seem to find where to change the menu items :s [19:34] just google for "openbox pipe menus" and you'll see lots of menus, tutorials and scripts [19:35] also, you can read this amazing openbox guide: https://urukrama.wordpress.com/openbox-guide/#Menus [19:37] thnx, i'll try that one [19:38] nice :) [19:44] run into the same issue as before. apperantly it's not using ~/.config/openbox/menu.xml to generate the right-click menu. The menu does not match the menu displayed [19:46] (the file does not match menu displayed) [19:49] Lubuntu doesn't use that one, I think [19:49] try to look for a Lubuntu named folder [19:49] inside openbox config [19:49] sorry, ton, I need to be away for a while [19:50] ton: try looking in /etc/xdg? [19:51] ok, i'll have a look [20:01] it's not /etc/xdg/openbox/menu.xml either. The file /usr/share/lubuntu/openbox/menu.xml is invoked somehow. that one is a part of the menu === Unit193 is now known as JackFrost === SonikkuAmerica is now known as frenocha === frenocha is now known as SonikkuAmerica [23:51] do you recommend installing 14.04 or 15.10? [23:51] i want to install on a Gigabyte Brix [23:52] i'm experiencing video tearing issues and the displayport output is not working [23:53] and wifi disconnects, but that could be a range issue