[00:01] penguin42, I cannot even start another login manager. it just defaults to lightdm. [00:03] keithclark: Previously you said you were using gdm, with lightdm is it letting you select the session? [00:05] penguin42, I was in error, sorry about hat. [00:05] ok, so you're problem is that in lightdm you can't select other sessions? [00:05] Yes [00:06] keithclark: there is currently a bug in unity-greeter where some of the other sessions aren't clickable, is that your problem? or does it not load the correct session after you log in? [00:06] keithclark: the workaround for the moment for the first issue is using tab instead of the mouse [00:06] Some are not clickable, others are [00:06] Even if it is clickable, it still boots Unity [00:07] the unclickable is bug 1052453 [00:07] Launchpad bug 1052453 in unity-greeter (Ubuntu Quantal) "Cannot click other sessions in unity-greeter" [High,In progress] https://launchpad.net/bugs/1052453 [00:07] Right, but I can click on some [00:08] keithclark: There's a suggestion in the comments that if you use tab to select the right option and then space it might work? [00:08] I shall give that a shot! [00:08] keithclark: take a look at /var/log/lightdm/lightdm.log to see what xsession file it is trying when you load the session [00:09] Boy the other annoying thing slowing me down here is the Unity Lens issue. There is no menu even to select programs. I'm back to command line! [00:15] keithclark: did you try Super+A (or Windows key+A) ? [00:19] jbicha, yes. I get the search screen coming up and can search for document. I just cannot search for applications. Nothing ever shows up. There is of course no menu system any more so it is just not usable unless I remember what the program is called. [00:20] I really wish they would just go back to the old way of doing things. Add a fancy bar on the left sure, I don't care but at least leave the old menu system accessible. [00:24] Bug report submitted [01:04] keithclark, you can search applications from overview in gnome-shell, sir [01:07] bjsnider, thanks. I managed to get xubuntu to start and that's what I'm running at the moment. Refreshing! [01:07] yes. yes it is [01:07] Unity was just driving me nuts! [01:10] it was doing its job [01:10] j/k [01:13] Well I think I'll give Xubuntu a shot for awhile. I also like Lubuntu quite a bit too. [02:26] Does anyone else have problems with Gmail accounts on Evolution? It refuses to acknowledge mine. [03:49] i don't know if i just noticed this, and it's always been like this, but if music files have pictures in the tags, nautilus will display the that image instead of the standard music icon for that file [03:49] Yes, it's been like that for quite awhile. [03:50] (i.e. as long as I can remember) [05:48] Hey [05:48] I have a slight problem [05:48] I just upgraded to 12.10 [05:49] Now my DNS isn't working D: [05:49] 2 [05:49] How do I fix it? [05:50] does "dig +short A google.com @localhost" return anything useful? [05:51] Trying it now [05:51] Connection timed out; no servers could be reached [05:51] :( [05:52] what about "dig +short A google.com @8.8.8.8" ? [05:52] Crap load of IPs [05:53] and "grep nameserver /etc/resolv.conf" ? [05:54] Wait brb [05:54] used that dig tool to find the freenode IP address :> [05:55] grep: /etc/resolv.conf*: No such file or directory [05:55] grep: /etc/resolv.conf: No such file or directory === rymate_1234 is now known as rymate1234 [05:56] :( [05:56] I'm a bit surprised that the @localhost timed out and didn't give connection refused or an answer. [05:57] oh? [05:57] hmmm [05:57] I can ping localhost [05:59] * rymate1234 wants his dns back :( [06:00] so what you could do for temporary measure is to configure 8.8.8.8 as static dns in connection manager, that might work until you figure out what the real problem is. That should hopefully put that in /etc/resolv.conf [06:00] 8.8.8.8 is google dns [06:01] The thing is [06:01] that's the first thing I did [06:03] ok, so as a very temporary measure, you could "echo nameserver 8.8.8.8 > /etc/resolv.conf", but that might be overwritten next time you connect somewhere. [06:03] I assume this isn't normal [06:03] > sudo echo nameserver 8.8.8.8 > /etc/resolv.conf [06:03] bash: /etc/resolv.conf: Permission denied [06:03] you need to sudo -i first [06:04] oh [06:04] IT LIIIIIVES [06:05] but this is definitely just patching the wound by putting some bandaid on it, you didn't actually solve the problem. [06:05] yay [06:05] but unfortunately I have no idea what the real problem is. [06:06] at least on my ubuntu 12.04 system, /etc/resolv.conf points to 127.0.0.1 and then there is a local resolver running . Hm, you could try "netstat -anp | grep :53" and see if anything is listening to port 53 [06:07] for me that says "udp 0 0 127.0.0.1:53 0.0.0.0:* 13040/dnsmasq [06:08] http://pastebin.com/4VtEUran [06:09] SwedeMike, Please use a paste bin [06:09] oki, so you actually have dnsmasq running there. [06:09] wilee-nilee: for pasting one line? are you serious? [06:09] lol [06:12] rymate1234: so the way it usually works is that dnsmasq listens to port 53 on 127.0.0.1, /etc/resolv.conf points "nameserver 127.0.0.1", so the system uses dnsmasq to resolve Internet addresses. Now it seems dnsmasq either isn't getting your questions, or it's unable to properly communicate onto the internet. [06:13] next thing I would do would be to tcpdump/wireshark lo and the Internet facing network interface. [06:14] to see what's going on there, but that involves knowing a bit more about packet dumps [06:14] wait wat [06:15] dig +short A ubuntu.com @127.0.1.1 [06:15] 91.189.94.156 [06:15] that works o.o [06:15] but google.com doesn't ? [06:15] google.com works too [06:16] when I use 127.0.1.1 [06:16] but not 127.0.0.1 ? [06:16] Nope [06:16] oh, now I see, 127.0.1.1 is what you have in the pastebin, I missed that. [06:16] so wat do [06:16] where is the dnsmasq conf [06:17] so I can change it to the right IP address [06:18] mine says "/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/var/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.0.1 --conf-file=/var/run/nm-dns-dnsmasq.conf --cache-size=0 --proxy-dnssec" so I guess it's all in the command line, so look in the init script that starts dnsmasq [06:19] where would that be lol [06:20] * rymate1234 uses google-fu [06:24] in :/etc/network/if-up.d/000resolvconf it seems to run something called "/sbin/resolvconf -a "${IFACE}.${ADDRFAM}", you can check if it's the same on your system. [06:26] nope :( [06:28] would reinstalling dnsmasq do anything? [06:28] rymate1234: can't see how it would make things worse anyway [06:29] lol [06:31] hmm [06:31] lemme try reboot [06:31] brb [06:35] hey [06:35] not entirely sure whether I fixed the problem [06:35] I have dns [07:07] ^_^ [07:08] I compiled unity from src by following instructions at http://unity.ubuntu.com/getinvolved/development/unity/. On starting it though (unity --replace &), it crashed. [07:08] I'm running Q Beta 2 [07:23] This is the stack trace http://paste.ubuntu.com/1251142/ [07:34] I get this error when trying to launch FTL I get this error when trying to launch FTL [07:34] meh [07:34] I get this error when trying to launch FTL http://pastebin.com/mpt3ptaH [07:34] wat do [07:53] anyone here having problems with selecting kubuntu at login (lightdm) ? [08:21] hey [08:21] :< [08:22] hi [08:22] I have issues with graphics [08:23] on MINT? [08:23] specifically with FTL on ubuntu 12.10 [08:23] libGL error: failed to load driver: r600 [08:23] :( [08:24] nvidia? [08:25] nah [08:25] r600 is the card? [08:25] ati [08:25] bazhang, afaik its the driver [08:25] thats a pretty old card then [08:25] my ati works fine here [08:25] lemme get the error [08:25] http://pastebin.com/W0UYv2TH [08:25] does ati even provide support for that card any longer? [08:26] well [08:26] this is using radeon or fglrx [08:26] I have a mobility radeon 4250 [08:26] with radeon driver [08:27] http://pastebin.com/hjDjg2m9 - not entirely sure how helpful that is, but there's my glxinfo [08:27] X Error of failed request: BadAlloc (insufficient resources for operation) << a fresh install of 12.10, you tried to convert MINT to 12.10 [08:28] +or [08:28] well [08:28] I converted Mint to 12.04 [08:28] then upgraded 12.04 to 12.10 [08:28] thats likely the problem [08:29] got a separate home partition? [08:29] yes lol [08:29] don't bother with 'converting' [08:29] why not just install 12.04/12.19 instead of converting mint to 12.04 [08:29] laziness [08:30] and a broken system [08:30] 12.10 even [08:30] * gnomefreak does things the easy way [08:30] that system will never be reliable [08:30] yay :< [08:30] a fresh install is very fast [08:31] I plan to do that, and I have not used MINT since 1.0 [08:31] * rymate1234 doesn't want to reinstall :( [08:31] then plan on instability and lots of troubleshooting/fixing [08:32] meh [08:32] have fun [08:32] I'd rather reinstall tbh [08:32] the only way to be sure [08:33] hi@all [08:33] damn bot [08:33] hi [08:34] right [08:34] got a USB stick [08:34] anyone runnung the kubuntu flavour of 12.10 here? [08:34] running [08:35] notimik: its better to just ask your question [08:35] mkay, cant select plsama workplace from lightdm [08:35] plasma [08:35] guys [08:35] when 12.10 is fully released [08:35] will I need to reinstall? [08:35] no [08:35] no [08:35] can select std ubuntu and xubuntu without problem [08:35] !final | rymate1234 [08:35] rymate1234: If you install a development version of Ubuntu Quantal and keep up with package updates, then you will be upgraded to the official release of 12.10 when it comes out. To make sure, type « sudo apt-get update && sudo apt-get dist-upgrade » in a terminal. [08:36] kthx [08:36] that is kiund of long [08:36] kind [08:42] right [08:42] I got the iso [08:42] why is the startup disk creator not recognising it :( === trijntje__ is now known as trijntje [08:45] and why is the iso only 270mb [08:46] XD [08:46] it's not [08:47] ik [08:47] the download must've derped [09:00] hey [09:00] small question [09:00] once I got ubuntu on my memory stick [09:01] can I still use the memory stick for mormal files? [09:02] the installer usb stick? [09:03] ye [09:04] if you partition it beforehand and choose that section of it to use for the installer, I suppose so, otherwise no [09:04] ok [09:04] brb installing ubuntu [09:04] what size usb stick [09:05] 2GB [09:05] * rymate1234 goes [09:08] didn't work :9 [09:08] :( [09:10] what did you do exactly [09:10] saying 'didn't work' is too vague [09:11] used the startup disk creator [09:12] tried to boot to usb [09:12] computer dropped my into standard grub [09:12] well, no surprise [09:12] 'burning' iso to usb stick takes more than 2 minutes [09:13] lol [09:13] and it sometimes needs more than a single try [09:13] there are other apps to do that as well, such as unetbootin [09:30] hey [09:30] On the live usb :o [09:31] holy crap [09:31] this is nippy for a live usb] [09:32] I wish to do something else installer [09:58] hey all [09:58] well [09:59] I'm kinda pissed now [09:59] brand new installation of ubuntu [09:59] I STILL HAVE THIS ERROR http://pastebin.com/Mj024EVm [09:59] ;< [09:59] :< [10:24] !schedule [10:24] A schedule of Quantal Quetzal (12.10) release milestones can be found here: https://wiki.ubuntu.com/QuantalQuetzal/ReleaseSchedule [10:25] I think I found a small bug in lightdm [10:25] aah oct 18th [10:25] will QQ ship with php 5.4? [10:25] I cannot select gnome shell at login [10:27] Ok [10:28] diverdude: yes === yofel_ is now known as yofel [10:29] yofel: thx === PaulW2U_ is now known as G4MBY === G4MBY is now known as Guest7336 === Guest7336 is now known as G4MBY [13:13] Hiyas all [13:14] hey [13:43] howto disable Amazon search results?? [13:44] !adlens | sebas_ [13:44] sebas_: If you wish not to see "More Suggestions" from places like Amazon in your Ubuntu 12.10, simply remove the package unity-lens-shopping. [13:44] bazhang: thanx!!! === emma is now known as em === Jikan is now known as Jikai === yofel_ is now known as yofel [15:37] In the 12.10 installer, if I want to install beside windows, it doesn't give me the option to automatically setup lvm and encryption. Is there any way I can change that? [15:37] Or do I have to set it up manually? [15:38] It seems the only option right in front of me to do it automagically is if I tell the installer to replace windows, which doesn't make sense because I'm installing to a different physical drive [15:38] CaptainKnots, the alternate installer has that if I recall correctly [15:38] bazhang: I thought they ditched the alternate installer for 12.10 [15:38] bazhang: I think 12.10 gained encryption as part of the main installer didn't it? [15:38] yeah it did [15:39] penguin42, is that right? my apologies then [15:39] going to get it shortly [15:39] the thing is, as soon as I tell it not to replace windows, it greys out the checkboxes for encryption and lvm [15:39] I guess I shall do it all manually [15:39] *le sigh* === jbicha is now known as Guest28143 === Guest28143 is now known as jbicha_ [16:29] I compiled unity from src by following instructions at http://unity.ubuntu.com/getinvolved/development/unity/. On starting it though (unity --replace &), it crashed. This is the stack trace http://paste.ubuntu.com/1251142/ [16:29] I'm running Q Beta 2 [17:00] where can i get WUBI.exe for "ubuntu+1"? [17:03] ovrflw0x, http://cdimage.ubuntu.com/wubi/current/ ? [17:04] oh, no binary [17:04] ? [17:11] yo pop the popey and say poppy where's the wubi? [17:11] wat? [17:12] where's wubi for 12.10? [17:12] i dont know, i can't find it [17:12] i've heard they decided to boot wubi. so no mo wubi? [17:14] i don't know [17:14] man you don't know a lot pop the popity pop pop poppy [17:17] l8r [17:28] i just can't wait until he comes back [17:36] I'll bet [17:36] well [17:37] 12.10 seems stable so far [18:09] Wubi sucks [18:09] it should be LTS-only IMHO [18:10] It shouldn't exist full stop [18:11] I find wubi to me slower than a proper installation [18:11] and it isn't that hard to dual boot === jbicha__ is now known as jbicha [18:25] Hi. Does anybody know how I can install the Helvetica font in ubuntu 12.10? [18:25] StFS, i believe there's a package called msttcorefonts [18:26] well.. no, it's now called ttf-mscore-installer or something... but aside from that, Helvetica is not in that one anymore [18:26] oh well [18:26] end of the world [18:26] :-) [18:27] well, I'm trying to compile a PDF from latex and a bunch of pictures in it depend on Helvetica :-/ so I kinda need it [18:30] StFS: texlive-fonts-recommended maybe? [18:30] trism: nope... already installed that and helvetica is not part of it [18:56] Hello... what happend to "Show Desktop icon" in Unity launcher? [18:58] StFS: My guess is there is a 'helvetica equivalent' that just needs an alias [19:21] hello everyone. I had (still have) massive problems with unity 3d and a multi monitor setup (nvidia drivers) with 12.04 and still haven't gotten it to run correctly as xinerama seems to have a problem with unity 3d. Does anyone know if you can have a mulit monitor unity 3d working with nvidia drivers in 12.10? [19:23] Not used multimonitor myself, i've one screen for 4 systems. [19:25] me too - since yesterday. And i just can't get it to work right in 12.04 [19:25] it does sort of, but then unity just goes in 2d mode. i have a geforce gtx 560 btw built in [19:26] windows handles everything correctly (as usually) - but with windows 8 adound the corner and I now want to switch to ubuntu completey :D [19:27] Maulwurf: do you have the 304 nvidia driver? [19:28] what windows does is of near zero value, its a completely different OS with completely different support [19:30] Maulwurf: there is a PPA for the driver: sudo add-apt-repository ppa:ubuntu-x-swat/x-updates; sudo apt-get update; sudo apt-get upgrade [19:32] Maulwurf: With 12.04 and 12.10, no problems with multi-monitors using nvidia and twinview, or nouvaeu [19:32] x-updates doesn't have the latest quantal driver [19:32] and i would know since i'm the one who puts them in there [19:33] yeah its only up to precise. my bad [19:39] Maulwurf, i have multi-monitor nvidia setup here [19:42] bjsnider: any chance of putting the nvidia driver in for Quantal too :) [19:43] the reason they aren't is that the driver is usually uploaded to +1 without hesitation [19:43] and therefore doesn't need to be in a ppa [19:44] there is a newer one in the x swat ppa [19:44] it is in xorg-edgers [19:45] but i wouldn't recommend using xorg-edgers unless you're testing [19:45] well indeed [19:46] 304.51 has issues too [19:46] https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1058394 [19:46] Launchpad bug 1058394 in unity (Ubuntu) "nvidia 304.51 breaks edge resistence and launcher reveal" [Undecided,New] [19:50] helps for newer chips surely. 295 was out a good while ago now. Wouldn't the newer driver work better on later hardware [19:51] wow thanks [19:51] I just looked here again and you helped me so much [19:51] I could use some help with my desktop upgrade to Beta 2. My login screen works great, Once I log in I get a myriad error messages, I get a blank desktop (with wallpaper, no icons), no launcher, and nothing happens when I press Alt F1, Alt F2, or right mouse click. [19:53] When I click to report an error message, Chrome comes up (installed in 12.04) with the page, to report error, I can also browse to websites. [19:53] Maulwurf Have you paid anyone on here for help? [19:55] seems like I won't get my monitor setup working in 12.10 either.... [19:55] at least - if I want 3d to work [19:55] I hear you [19:55] what happend to "Blur windows plugin" in compiz? [19:55] at least in Beta [19:55] I can't see it in ccsm in ubuntu 12.10, and I have everything installed [19:56] @bjrohan - I'm also astonished. In #ubuntu and #ubuntu-de I waited for ages and nobody could help me [19:56] If I go to #ubuntu, I get referred to here. This room requires more patience [19:57] #ubutnu is for 12.04 and below, this channel is for 12.10 [19:57] bjrohan: if you are using Quantal then you are supported here til release day [19:57] -typo [19:57] Thanks actionParsnip [19:57] Hey [19:57] I have a problem http://pastebin.com/vBzXkBG5 [19:58] Running a new installation of 12.10 [19:58] Any suggestions on my issue with my video actionParsnip? somewhere to start? This is on a non-issue machine for me to learn on :-) [19:59] bjrohan: does it affect all DEs? [20:00] I only have the stock Ubuntu on this machine [20:01] bjrohan: install xfce4 and try the XFCE session [20:01] Kept it stock for ease of troubleshooting. What other one should I try to install AND, how do I get to a command line to install? [20:01] Any quick command line to install that one? [20:02] t [20:02] popey, your post about the 3.04.51 nvidia driver was proven this morning with an issue a user had that stumped me , then i realized it was reported already , but the user left [20:02] ummm [20:02] afaik sudo apt-get install xfce4 [20:03] bjrohan, and to get to a command line press ctrl+alt+f1 [20:03] bjrohan: I'd see if it affects all desktops, xfce doesn't need 3D effects either [20:06] well, the ctrl alt f1 worked [20:06] first shortcut to work for me [20:07] xfce4 works in 12.10? [20:07] or with rather [20:07] sure [20:07] should do [20:07] bjrohan: it doesn't use compiz etc, runs using fewer resources [20:08] Thank you all for your support and help. I am new and looking to really learn a LOT more about Linux and Ubuntu [20:08] bjrohan: every day is a school day [20:09] Nice [20:11] If I may press my luck. I am having issues with GIMP on my regular machine and the fonts. It was suggested this issue is resolved in 12.10 because it comes with the latest GIMP in the standard REPO. [20:11] I would like to upgrade my production machine for this reason, however when I do it says I have broken packages [20:13] From what I gather they are not broken, just non-standard ubuntu packages installed. How do I tell which these are and remove them? [20:13] Or should I really just wait till full version is out? [20:14] bjrohan: are there bugs reported? [20:14] OK I logged into xfce4, I used the dafault panel vs empty one, and a system problem popped up [20:15] bjrohan: ok now you can get full updates, may help [20:15] I can see icons etc. Thanks! When I look at the problem details it shows Compiz [20:16] What do you recommend I do in xfce to remedy standard desktop issue [20:16] if anything [20:44] How do I remove all non-standard packages from my system? [20:47] bjrohan: you'll need to look on packages.ubuntu.com to see what the ubuntu-desktop package installs, then remove the rest [20:48] Gotcha. If I wait until the official release of 12.10, it should upgrade, even with non-standard packages installed? [20:49] bjrohan: what do you mean by non-standard? [20:49] When I try to upgrade now, from what I can tell it won't because it has "broken packages" in further reading it is because I have non-standard packages installed [20:49] sudo apt-get -f install [20:50] when the official release comes out, I should be able to upgrade my production machine to 12.10 without this error? [20:50] that will try to fix the broken packages [20:50] I tried, it does no good [20:50] pastebin the exact errors you are getting [20:51] When I just did the apt-get -f install, it says 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded [20:51] sudo apt-get dist-upgrade [20:52] bjrohan, also, you may be missing something... if it's ubuntu desktop then "sudo apt-get update" and "sudo apt-get install ubuntu-desktop^" to make sure you have the desktop task [20:52] WHen I run this, what do I paste? [20:52] the whole output [20:52] to paste.ubuntu.com [20:53] when I run dist-upgrade the whole text to pastebin [20:53] :-) [20:53] will do [20:53] ahh, with the dist-upgrade it upgraded ubuntu-tweak [20:54] if there are no errors, you should be good now. [20:54] just be careful during development sometimes when you dist-upgrade, its possible for stuff to get removed [20:54] critical stuff like unity :S [20:55] unity is hardly critical :P [20:55] funny man [20:55] ummm [20:55] sadly it's critical if you're on 12.10 with the default setup - no unity 2d [20:55] not really [20:55] you can just get to a tty [20:56] and run "sudo apt-get install xfce4" [20:56] ;) [20:56] trololololol [20:59] Hello for all [20:59] I have Ubuntu Quantal problem but still do not know if you report it as bug. [21:00] I am going to do a backup first. Seems prudent :-) [21:00] JHOSMAN: its generally better to just state your problem [21:00] if someone knows an answer you'll get it [21:01] jtaylor I know, I'm tester for many versions, but since one day they released an update on Windows Title Application Menu disappeared [21:01] http://askubuntu.com/questions/10228/whats-the-right-terminology-for-unitys-ui-elements/62842#62842 [21:03] How would one go about backing up thier Ubuntu partition in order to do a clean install? Just backup your home directory? [21:06] do something like a cp -a /home [21:07] make sure you're also including hidden files [21:07] gotcha [21:07] any idea to my problem? [21:11] JHOSMAN: if you make a new ubuntu user, is it the same [21:12] actionParsnip I already did before, so I'm here, I have updated to today Quantal and no solution, ubuntu-desktop installed and unity [21:14] JHOSMAN: if you run ccsm, is the window decorator box ticked? [21:15] actionParsnip Yes! are check! [21:15] i go to upload a ScreenShot! =) [21:15] JHOSMAN: no need [21:15] JHOSMAN: do you use proprietary video drivers? [21:17] No, default Drivers of Ubuntu [21:17] JHOSMAN: what video chip do you use? [21:17] As I indicated, everything worked fine one day and disappeared upgraded menu items, if such change to LXDE menus appear if all applications [21:17] if it were me, i'd be a jerk and tell him it's a new feature of unity [21:17] 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18) === glebihan_ is now known as glebihan [21:18] In Unity the menu of all applications disapear! [21:18] JHOSMAN: could try: unity --reset [21:20] actionParsnip ERROR: the reset option is now deprecated [21:20] oh man [21:20] it's in the man page.... [21:21] --reset This option allows the user to reset profile parameters in compiz and restart the Unity shell with default settings. [21:21] exactly [21:21] I'll get that fixed [21:21] popey: thanks, was just about to report a bug etc [21:21] don't worry [21:22] we're doing a unity release this week, I'll get it in that [21:22] =( --reset not run! [21:24] When looking to try the new Beta 2 on a machine running 12.04, do you recommend just downloading the Desktop CD to a thumb drive and trying it that way, ,if all goes well then install from that thumb drive? [21:25] be nice to test the upgrade and make sure that works :) [21:26] people keep telling people upgrades are broken, so people don't test them, so we don't know how they're broken, so they stay broken [21:26] constant downward spiral of fail [21:26] file bugs if the upgrade breaks :D [21:28] popey What is the primary server for updates, USA? [21:28] oh I always do, even for small fr [21:28] JHOSMAN, https://launchpad.net/ubuntu/+archivemirrors tells you which mirrors are up to date [21:29] archive.ubuntu.com should always be [21:33] popey Thanks! [21:35] actionPasnip The menus that I need, not an application? in repositories that menu referred to, that I could not restart the Unity [21:36] JHOSMAN: so is it the bar in the top panel that shows the app menus which is missing, or is it the top bar on each app window which you are missing? [21:38] actionParsnip see http://i.imgur.com/MOeIJ.png [21:39] ccsm doesnt have a menu [21:39] can you try again with something like gedit, which does? [21:41] All aplications affected! [21:41] http://i.imgur.com/i2dT7.png [21:41] ooh! whats that console chat app you have open? :) [21:42] popey https://apps.ubuntu.com/cat/applications/finch/ [21:43] thats awesome, thanks JHOSMAN [21:43] sorry, i dont know where your menus went [21:43] JHOSMAN: sudo apt-get --reinstall install appmenu-gtk appmenu-gtk3 appmenu-qt indicator-appmenu [21:44] Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho El paquete indicado a continuación se instaló de forma automática y ya no es necesarios. python-support Use 'apt-get autoremove' to remove it. 0 actualizados, 0 se instalarán, 4 reinstalados, 0 para eliminar y 0 no actualizados. Se necesita descargar 29,7 kB/121 kB de archivos. Se utilizarán 0 B de espacio de d [21:44] Se necesita descargar 29,7 kB/121 kB de archivos. Se utilizarán 0 B de espacio de disco adicional después de esta operación. Des:1 http://archive.ubuntu.com/ubuntu/ quantal/main appmenu-qt amd64 0.2.6-1ubuntu1 [29,7 kB] [21:44] popey: i guess you use terminal a tonne [21:44] Amm [21:44] i go to restart sesion! [21:45] actionParsnip, not as much as you'd think [21:45] i mostly use a pretty stock ubuntu install, have to really to test stuff [21:45] popey: there is twidge as a twitter client (if you use twitter) :) [21:46] i do! [21:46] =) [21:46] go back [21:46] please wait! [21:46] I have a VT105 I bought on ebay, I want to put it on my desk [21:46] and have all console life on it ;) [21:47] twidge is pretty sweet, I get it from the debian repos then remove them [21:47] also, how awesome is it that JHOSMAN just gave me a link to apps.ubuntu.com and now it's installing in software center [21:48] love that [21:49] The problem persists, the menu did not return. [21:50] popey: very cool [21:52] :'( [22:02] I can do? [22:10] report in Launchpad? [22:32] como podre correr ubuntu 12.10 si no tengo aceleracion grafica === Amaranthus is now known as Amaranth