/srv/irclogs.ubuntu.com/2012/09/10/#lubuntu.txt

bkmis there any way to get network-manager to start in lubuntu? i'm not really sure what it is, but i have some instructions that apparently work well with network-manager.02:16
kanliotbkm, network manager should be automatic.02:47
bkmnot for me02:48
kanliothttps://help.ubuntu.com/community/NetworkManager0.7/#Installation02:49
bkmkanliot: thanks, i will look02:50
kanliotany guesses why you don't have it on lxpanel?02:50
bkmit seems pretty fragile. it seems a problem for people.02:51
kanlioti disagree02:51
bkmwell, then what are all these people doing wrong?02:51
bkmi don't have as much trouble with, e. g., `ls`, but ls is perhaps simpler than NetworkManager02:52
kanliotwhere are you in your problem-solving?02:54
bkmi'm looking at: http://ubuntuforums.org/showthread.php?t=1550776 <- it was set to managed=false. so, maybe setting it to true will do wonders02:55
kanliotany idea why netowrk manager wasn't starting?02:58
bkmno02:58
bkmi don't even know that it wasn't starting02:58
kanliotcan you click on it02:58
bkmclick?02:58
kanliotshould be the network icon on the lower right02:59
bkmi don't see such02:59
Unit193Click the blank area, that's where it always is for me. :P03:00
Unit193It's there for me, just can't see the icon.03:00
bkmi see a blank section in the middle of about 40% of the lower `bar`03:02
kanliotshould be right of the volume control03:02
bkmnot there03:03
kanliotpgrep nm-app -l03:03
kanliotthat lists it if it's running03:04
bkmreturns nothing03:04
kanliotok03:04
kanliotrun nm-applet03:04
bkm(nm-applet:3632): GConf-WARNING **: Directory `/apps/nm-applet' was not being monitored by GConfClient 0x9408a3803:04
kanliotcan you clikc on it now?03:05
bkmthere is no it03:05
bkmi have never seen that icon03:05
bkmpanel preferences does not mention it03:06
kanliotdid it give any other errors, or is it still running?03:06
bkmbunch of other errors03:07
kanliotit's not in preferences03:07
kanliotso it's running03:07
kanliot?03:07
bkmnot running03:07
kanliot$ lspci | grep -i eth03:09
kanliottry that03:09
kanliotmake sure you have a network card03:10
bkm00:03.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 0c)03:10
bkm06:00.0 Ethernet controller: Xircom Cardbus Ethernet 10/100 (rev 03)03:10
bkmamazing! it found the onboard!03:10
kanliotsudo service network-manager start03:12
kanliottry that03:12
bkmstart: Job is already running: network-manager03:13
kanliotwhat happened when you tried to start nm-applet?03:14
bkmbunch of error messages terminating in (nm-applet:3632): GConf-WARNING **: Directory `/apps/nm-applet' was not being monitored by GConfClient 0x9408a3803:15
kanliotthen what03:15
bkmi think it just hung. did not return to a prompt03:16
kanliotsee if you can click on it in the panel03:16
bkmthere is nothing in the panel to click on03:17
kanliotis it still hung?03:18
bkmi ^C it some time ago03:19
kanliotwell don't do that03:19
kanliotyou're killing it03:19
bkmi rebooted and i see it with the wrong icon. it seems to be network manager, however03:35
bkmthanks, kanliot. i hate to reboot, but maybe i had something evil that was not making itself obvious03:35
kanliotyah gl man03:36
bkmthat instruction about setting managed=true may have been the one. it did say to reboot.03:37
bkmi wonder what set managed=false...03:37
kanliotif it happens again, file a bug03:38
bkmcouldn't really claim that my system is fresh. i may have installed something half-baked along the way.03:38
bkmcan anyone try a worldcat.org link from the lubuntu version of chromium? i can see the entire page with firefox, but not chromium.07:01
bikehey. i get a "not authorized" when i try to reboot lubuntu, any clues?11:32
ActionParsniptry:  sudo reboot11:43
bikei know that works, but its not very userfriendly , atleast not since this is my sisters laptop11:45
ActionParsnipare there bugs reported?11:48
bikehttp://ubuntuforums.org/showthread.php?t=2014361 and some on suspend/hibernate https://bugs.launchpad.net/ubuntu/+source/lubuntu-default-settings/+bug/96112211:50
ubottuLaunchpad bug 961122 in upower (Ubuntu) "lubuntu-logout is "not authorized" to suspend or hibernate" [Undecided,Confirmed]11:50
ActionParsnipthen its a known issue, subscribe to the bug and you can see how it progresses, also add that you are affected11:50
bikehrm , it works in debian. cant be that hard to fix11:52
econdudeawesomehwody all. Anyone know how to get openbox working with dual screens if building up from ubuntu minimal?13:40
econdudeawesomeI ask because I figure the process would be similar for lubuntu...13:40
wxlhey folks, did we get rid of software sources in quantal? is the only way to access it in synaptic?18:03
wxlalternately, does anyone know of a command (read: not gui, not synaptic) to add a downloaded gpg key for a ppa? (yes, i know about the add-apt-repository command)18:26
holsteinwxl: can you do it in synaptic?18:28
holsteinwxl: lol... just read.. but, synaptic does that right?18:28
wxlshould yes18:28
wxlbasically i'm trying to figure out some solution18:28
wxlfor me add-apt is broken and so is synaptic18:28
holsteinyeah... im not coming up with anything off my hat18:28
wxli'm looking at the code of add-apt now not knowing crap about python18:29
Unit193sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95; gpg --export --armor 313D312748A22A95 | sudo apt-key add -18:37
Unit193wxl: That?  Or something else?18:37
wxlthat's the one18:37
wxli was just getting to the part in softwareproperties.py where that was starting to make sense XD18:38
wxlone ? tho Unit193: if i'm trying to get this http://keyserver.ubuntu.com:11371/pks/lookup?search=0x91732A319F3E38EEEDBDF51AC8BEB4C320E36F2F&op=index how do i refer to it? as 1024R/20E36F2F where you have 313D312748A22A95?18:40
Unit193You can always apt-get update to see what key is missing.18:43
wxloh! cool18:44
wxlyou're today's hero18:44
wxli'm trying to track down two bugs and meanwhile propose a reasonable workaround18:44
Unit193I added an unreasonable one to a bug report, I used it.18:45
wxldo tell18:46
nightcrawler786when I try to remove firefox lubuntu removes it but then downloads epiphany and vice versa18:46
nightcrawler786I want to remove the web browsers, how can I do that18:46
holsteinnightcrawler786: i would search in the package manger of your choice, maybe synaptic, and just remove them18:47
Unit193nightcrawler786: Try removing them both in the same command, sudo apt-get purge epiphany firefox  (think there were more you had to do...)18:47
wxlalthough my guess is some metapackage probably requires a browser, no?18:47
wxloh yikes18:48
wxlis that in quantal?18:48
wxloops18:49
nightcrawler786Unit193, that worked :)18:49
nightcrawler786Unit193, didn't think I could remove a package that wasn't installed18:49
Unit193nightcrawler786: You can't exactly, but then it won't install.18:50
nightcrawler786Unit193, yeah makes sense18:50
silverarrowhi18:52
silverarrowI have had troubles with gome mplayer and gecko on powerpc, and now it suddenly works!!??18:53
silverarrowI can stream TV on powerpc18:53
silverarrowhi margo18:58
silverarrowjeg ødela oppsettet19:45
silverarrowanyone of the clever guys here?21:01
holsteinclever ppc users?21:02
silverarrowyes like youi21:02
silverarrow;- )21:02
silverarrowany lubuntu user really21:02
silverarrowI have made something work, but I ruined it21:03
silverarrowholstein, do you have four minutes?21:03
holsteinsure.. whats up?21:03
silverarrowI have worked with gnome mplayer and gecko to stream TV and different videos on the web21:03
silverarrownot a chance on ppc21:03
silverarrowfor some reason21:04
silverarrowI tried all the mplayers21:04
silverarrowI did  a clean install to get default setup even21:04
silverarrowa couple of weeks ago I installed totem21:04
silverarrowdidn`t work any better21:04
silverarrowTotem ended up as default player, but I could double finger click in the totem window and open in gnome mplayer21:05
silverarrowsuddenly I tried this today and it streamed the local TV channel21:05
holsteininteresting21:05
silverarrowit is not ppc that is imossible I think21:06
silverarrowit is some kind of missing lib or app or something21:06
holsteinnothing is impossible... its just not well supported anymore21:06
silverarrowI managed to ruin it though21:06
holsteinand when it isnt working, theres like 4 people worldwide who would care or notice21:06
silverarrowI was rather happy with the tv functions, and tried making gnome mplayer default player21:07
silverarrowwell, never mine those21:07
silverarrowmind*21:07
silverarrowhowever, I know a fix is there21:08
silverarrowand I know several who would be interested in the fix21:09
silverarrowif I only could figure out why it suddenly streamed fine21:09
holsteinmaybe its your connection?21:09
silverarrowgetting mplayer and gecko to stream well on ppc would be great21:09
silverarrowno, I doubt it , the gnome mplayer streams fine on regular pc21:10
silverarrowhowever, connection matters of course21:10
silverarrowit was like gnome mplayer just cut off, and didn`t even attempt to load the site21:11
silverarrowstream I mean21:11
holsteinbut it was working fine one time?21:11
holsteindid you upgrade?21:11
silverarrowwell, until I got the idea to make gnome mplayer defaul player in browser again21:12
silverarrowno21:12
silverarrowwell, I have the 1.0.6 player21:12
silverarrowbut it didn`t work any different than 1.0.5 really21:12
silverarrowit was after I installed totem, and not sure what made it work21:12
holsteinsilverarrow: i dont think the "default" player thing has anything to do with it21:13
silverarrowit is a small hickup in pps is that needs attention21:13
silverarrowno, but when I removed totem package it got messed up again21:13
silverarrowgnome mplayer doesn`t even show in browser anymore21:13
holsteinyou can always look at the depends for totem21:14
holsteinreinstall it and check21:14
holsteinget it working and *dont* do anything... *ever*21:15
silverarrowlol21:15
silverarrowlubuntu has a secret life of its` own21:16
silverarrownot even the packagers or devs and a clue21:16
holsteinespecially the PPC stuff21:17
holsteindo we know who is packaging the ppc stuff?21:17
silverarrownot sure21:18
silverarrowthere are at least two guys on the ubuntu team21:18
silverarrowI even talked to one of them21:19
silverarrowon the testing channel21:19
silverarrowthough he didn`t have much patience for mplayer issues21:19
holsteindepends on how you ask... you can always offer to learn and try and help21:34
silverarrowyeah, probably21:37
silverarrowI probably made the explanation too detailed21:38
holsteinwell, they are just repackaging apps21:38
silverarrowor really, he didn`t worke much with mplayer21:38
holsteinmplayer doesnt work with mplayer ppc ;)21:38
silverarrowit just might do !!21:39
silverarrowit really should you know21:39
silverarrowit is soooo close to working21:39
silverarrowand I had it there for a while until I started messing with it21:40
silverarrowi think the issue can be identifications of codecs21:40
bkmthank you to whoever made chromium work with lubuntu. i wish it would work with more web sites, but it's nice that it doesn't immediately run the machine out of memory as with about all other alternatives23:46

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