[00:59] Hi, I am lubuntu user myself for some years now. I want to install lxde into a frien's ubuntu 14.04LTS (sudo apt-get install lxde) but the environment is ugly compared to my beloved lubuntu [00:59] what other packages do I need? [01:00] chas: why not just install lubuntu? :) [01:00] lubuntu-desktop seems to be a lot more than what I need [01:00] lxde is bloaty compared to lubuntu [01:00] he is happy with unity [01:01] then what does he want? [01:02] I want him to have both unity and lxde as dm options in lightdm [01:02] why? [01:02] He does now, but the default lxde is no dissapointing as-is... [01:03] I feel he might like it better [01:03] but I don't want to change what he has, I just want to add something else [01:04] so he can use it whenever he feels [01:04] why not give him a live cd? [01:05] tl;dr don't know how to help you in light of ubuntu [01:06] thanks anyway :) [02:10] chas: it's 'lubuntu-core' or 'lubuntu-desktop' [02:11] chas: the trick to getting it to start up with the lubuntu LXDE theme is: [02:11] lxsession -s Lubuntu -e LXDE [02:11] i think the issue is, that may ruin the unity install [02:12] just adding lxde would be easiest.. [02:12] holstein: just installing lxde gets you the default lxde theme, which is f-gly [02:12] i dont go to lxde for the whizz-bang [02:13] i think it looks "functional" and light.. [02:13] lubuntu-core will get you the 'proper' theme expected for lubuntu, versus the 'windows 95 without antialiasing' theme that lxde on it's own gives you [02:14] holstein: http://puu.sh/dAwjn/786ec154e7.png [02:14] this is what he is expecting [02:16] Kamilion: lol [02:16] Kamilion: yeah, im familiar, loosely, with lubuntu ;) [02:16] it gets wierd with the the themeing and lxqt [02:16] though, the issue is, when you install those meta's, it can really break the stock ubuntu setup [02:16] some theme conflicts but you can still install lxde [02:16] and the user doesnt want lxde or lubuntu at all.. [02:16] yes that is true [02:17] oh? that's news to me [02:17] i can understand not wanting to break the currently enjoyed unity setup [02:17] Kamilion: so, I installed lxde so far, and I have to add lubuntu-core now [02:17] I've had unity, kde, and the lubuntu-themed lxde on the same machine [02:17] sure.. [02:17] but so far as I know 'lubuntu-core' should be safe enough to 'just add to the sessions list' [02:17] Oh [02:18] wait, I know what you mean now [02:18] !info lubuntu-artwork [02:18] lubuntu-artwork (source: lubuntu-artwork): artwork for Lubuntu. In component universe, is optional. Version 0.49 (utopic), package size 149 kB, installed size 1048 kB [02:20] Kamilion: what I want is just what you have mentioned, a nice unity running 100% trouble-free + a nice lxde-a-la-lubuntu running 100% trouble-free [02:20] holstein: Well, I've been working on a *buntu spin for a xen livecd, and I got myself into some trouble last year with trying to install the lxde stuff without 'the rest of lubuntu' [02:20] not me [02:20] chas: haha, I too would love 'trouble free', unfortunately I live in the real world [02:21] i just "sudo apt-get install lxde" and use... though, i personally end up with openbox or some other setup.. [02:21] holstein: the screenshot I posted is of said Xen LiveISO. :) [02:21] i like the live iso idea.. or vm.. i mean, "if it aint broke".. and if the user likes unity, let them use unity [02:22] https://github.com/kamilion/kamikazi-deploy <--- personally I'm going a step further... If you really want something like unity, stuff it in a VM. (imho) [02:24] I also tested windows 7, PCI passthroughing it a PCIE GPU. Couldn't tell the difference from a native win7 install for gaming, framerate benchmarks were within 1-2 FPS. [02:25] let us discuss in the ot channel.. [02:26] *shrug* I really have no more to say at the moment. [02:26] !ot [02:26] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [02:26] sorry, but I think "lubuntu-based liveISO" is on topic enough. [02:27] but I digress and return to silence and lurking. === SonikkuAmerica_ is now known as SonikkuAmerica [04:51] hello, could somebody here help me with crontab? [04:54] I could maybe try? [04:54] !ask [04:54] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [04:57] okay, so im trying to run a bash script [04:59] you might want to give the script execute permission but make sure it isn't something malicious [04:59] there's two scripts: one opens firefox to a specific web page and starts audio-recorder, and the other stops audio-recorder and closes firefox [05:00] i gave both scripts execute permissions (sudo chmod u+x) [05:00] should they be placed in /bin ? [05:05] oops [05:05] browser closed by accident [05:11] you don't need them in /bin but use full paths [05:11] you will need to export environment variables to your display [05:12] how do i do that? [05:13] export DISPLAY =:0 if you only have one monitor [05:13] bash: export: `=:0': not a valid identifier [05:14] export $DISPLAY I mean [05:14] SYSTEM VARIABLES! :P [05:14] uhh... [05:14] bash: export: `:0': not a valid identifier bash: export: `=:0': not a valid identifier [05:15] Try it without the space? [05:15] export $DISPLAY=:0 [05:15] bash: export: `:0=:0': not a valid identifier [05:15] >//< [05:15] wait you might already be setting that [05:16] so do i just type export? [05:17] ianorlin: DISPLAY, not $DISPLAY. It expands that to 'export :0 =:0' as you see above. [05:18] ...ahhhh [05:18] i typed in export DISPLAY and got nothing :S [05:18] Try typing in DISPLAY=:0 [05:18] ...still nothing [05:19] it is hard to do this without seeing what you already have in the script [05:19] want me to paste bin those? [05:20] ok [05:21] http://paste.ubuntu.com/9566693/ [05:21] pretty simple [05:21] i've tested them on their own and they work, just not with crontab [05:21] i've tried both crontab -e and editing /etc/crontab [05:24] they are located in /home/dan/midnight-city [05:25] although the problem with this is with you killing firefox in this way is if you have another firefox open it would kill that [05:25] yeah... i dont know another way of doing that, but it shouldn't really be a problem since this linux machine is just pretty much running servers [05:26] then why do you have X on it? [05:26] X? [05:26] X11 for a GUI [05:27] no particular reason... i do occasionally use it to look up something if im too lazy to boot up my windows PC [05:28] i guess i'm not very clever would be the main reason :P [05:29] ah and you wouldn't be that comfortable administiring it over ssh [05:30] i am comfortable with SSH... but i'm uncomfortable with having a black box i can't interact with directly [05:32] anywho, X wouldn't interfere with cron right? :S [05:32] no it just makes it a bit more annoying [05:33] how so? [05:33] as you have to set the right environment variables otherwise it will say can't open display [05:34] it is not like launhcing from an xterm [05:34] ohh... [05:34] so what would you recommend? [05:35] ah you would need flash to record from that site [05:35] yes [05:35] ok that takes using a command line program out [05:48] hello guys! how to remove 'character map' from lubuntu? [05:48] wlxmhls: you are trying to remove a character map? [05:48] sudo apt-get purge gucharmap from the command line or remove the gucharmap package in lubuntu-software-center or synaptic [05:49] I do like that though [05:49] get useful characters [05:49] and, its not saving much space to purge it.. [05:49] !info gucharmap [05:49] gucharmap (source: gucharmap): Unicode character picker and font browser. In component main, is optional. Version 1:3.14.0-1 (utopic), package size 43 kB, installed size 632 kB [05:50] yeah won't even get you much [05:57] thank you all. i am a little squeamish. [05:57] squeamish about what? [05:58] i want to remove all tools which I dont use. [05:59] wlxmhls: sure, i understand that, but, why? [05:59] wlxmhls: its not going to save you much space on the disk.. and they are not using resources in the background? so, why bother? [05:59] one might prefer starting with nothing and building up, with the mini iso.. [05:59] !mini [05:59] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [05:59] i think it is my habbit problem. [06:00] holstein: thanks! [06:20] I commented out the taskbar in ~/.config/lxsession/Lubuntu/desktop.conf but now the commented line is missing. How can I enable the taskbar again? [06:21] you can always generate a fresh config, and start there.. finding the "missing" line, and revert back to your old one [06:22] create a new user to get a copy of the desktop.conf [06:22] yup.. that will generate one [06:23] diff -u /etc/xdg/lxsession/Lubuntu/desktop.conf ~/.config/lxsession/Lubuntu/desktop.conf [06:23] even better ^ :) === Guest98771 is now known as pAt_ === pAt_ is now known as Guest1209 [10:23] hello [10:26] o/ therue [10:26] just installed lubuntu on vmware :D [10:26] therue : and? happy? [10:26] ya i like it [10:27] i have used linux mint before but had some problems with it [10:27] like everytime i load a web page in browser, the browser's cpu usage jumps up to 40% cpu usage for some reason [10:27] but lubuntu seems very light weight [10:27] so liking it so far [10:27] nice and clear [10:27] and hopefully wont have the same problem [10:27] :) [10:28] try it out [10:28] I [10:28] 'm running my entire hardware with it [10:28] even my home-office [10:28] i should run software & updates in Preferences right? [10:29] * silverlion just uses the terminal but for starters the software centre is the right place to look [10:30] also, where can i see the drivers that are installed? i can't seem to select the right screen resolution. 1920x1080 isn't available so far [10:31] vmware uses different resolutions if I recall correctly [10:31] you should have a read on the internet about that [10:31] ah ok [10:32] sorry I'm currently working under windows so I've got no chance to check myself :D [10:32] some things for work still need to be in windows :( [11:47] :D [12:56] Hi, I need help. The font size on my apps is too big D: is there any way to decrease it? [12:57] ignacio: did you controll the correct setting of the x11-server "dpi" value? What is it for what screen(you are using)? [12:58] testdr, just for my laptop screen, its a VM [13:01] ignacio: you may need to setup the screen-hardware-emulation then -- inside linux, you can check the "dots per inch" settings in the output of "xdpyinfo" (run in a terminal) [13:06] testdr, http://pastebin.ubuntu.com/9569624/ [13:11] ignacio: already said it - change your vm-settings or try to change the "dots-per-inch" (?to 92x92 instead of this large values) with tools like xrandr (there should be info available how to use it) [13:12] testdr, thanks you for the help! :) [13:13] ignacio: if not already found, for example: http://askubuntu.com/questions/197828/how-to-find-and-change-the-screen-dpi [15:33] silverlion: (really old scrollback poke regarding the VMware issue) vmware allows any resolution that the system drivers can support - it's possible to restrict based on the VM environment settings but in a default VM setup it can go even beyond the screen res for the host system [15:43] teward, thanks for the heads up === zz_XeBlackWater is now known as XeBlackWater === XeBlackWater is now known as zz_XeBlackWater [18:56] Is there an RSS feed for the images by which we may automatically download and seed new torrents? What is its URL? [19:15] yeehiL images for releases or what? [19:16] you mean the releases of like alpha and beta and final relaeses I am not sure there is [19:17] I think that would be a good idea to have an rss feed [19:21] I sadly think there isn't one [19:24] yeehi_: I don't think there is one but I am not quite sure where to put a feature request in for it [19:28] argh doesn't have a mailing list [19:29] ianorlin, yes, RSS for ISO images of Lubuntu distro [19:30] ianorlin, if you could request this RSS feature, that would be great. I don't think it would be hard to implement. === yeehi is now known as Guest86896 [20:24] hi all ! [20:25] o/ [23:20] hello all [23:20] o/ [23:21] someone know why on lubuntu my /etc/xdg/lxsession/Lubuntu/autostart is totally empty ? ^^ [23:22] because it is supposed to have my program when i start my pc [23:23] Trickster1: see ~/.config/lxsession/Lubuntu/autostart [23:24] it is not for lubuntu 14.10 ? i have lubuntu 14.04 [23:24] i will check it [23:24] anything outside of home is global, but most configs happen user-specific [23:25] euh it is empty too :x [23:26] i open the leafpad and for both it is empty [23:26] did your program open automatically? [23:27] i have some programs since i install lubuntu last week like kvirc, chrome, and other stuff but i don't need to have program start actually [23:27] but my file doesn't supposed to be empty ? right ? [23:28] unless you set it up otherwise [23:29] because when i go in lxs session in the menu autostart i still have pulse audio, network and updater for the starter [23:29] but in the file i have nothing [23:29] not strange [23:29] LXsession configuration sorry [23:30] that show the program graphically that supposed to be launch on the start [23:30] and thoses programmes start well when i enter in my session but the file is empty ...