Ubuntu :: Missing Panel - Can't Access Anything On My Computer

Feb 21, 2010

I'm missing my top (and only) panel, I can't access anything on my computer now except firefox and movieplayer since they are what comes up when I restart, I guess that's because I opted to save my running applications during my last session. I also did some updates... I've read a couple other posts about the same thing but they were in xubuntu and none of the fixes are valid for me...

I'm running ubuntu 9.10 just installed it last week, on my acer one netbook. everything was dandy until tonight when I rebooted and found that my panel is gone... Right click on the desktop shows no way to get it back, no route to applications or add panel. I didn't do anything to get rid of it it's just gone... Is this a known issue with the updates or kernel does anyone know?

View 9 Replies


ADVERTISEMENT

Ubuntu :: When Computer Boots Half Of Panel Icon Goes Missing?

Oct 1, 2010

Sometimes when I boot my computer the icons on the panel (pieces of them) are missing. Like half of my wireless just the mail icon from the indicator applet half the trash can or show desktop or just the power button from the indicator applet session. After I log out and log back in either once or twice that usually fixes it. I am using Ubuntu 10.04 with gnome 2.30.2.

View 3 Replies View Related

OpenSUSE Multimedia :: Missing Computer Tab On Panel At Bottom Of Desktop?

Oct 29, 2010

I was working just find and the "Computer" GUI that is located on the panel that lets you have access to all CPU options went missing.. I understand I can hit F2 and get them listed but I need it back on my panel strip at the bottom of the desktop!

View 4 Replies View Related

Software :: Access Computer A's Shares As Well As The Third Computer, The Aforementioned Computers Cannot Access Computer B

May 28, 2011

I have three computers in my network, but two will be mentioned. Computer A is a Linux Mint 9/Windows 7 dual-boot, and I have just installed Mandriva Free 2010.2, which I will call Computer B.

Now my main problem is that Computer B, while it can see and access Computer A's shares as well as the third computer, the aforementioned computers cannot access Computer B. The message was: "Unable to mount location/Failed to mount Windows share." Now, the SMB protocol was used because of the third computer and Computer A have Windows OSs installed in them.

What I originally wanted was that I can share Computer B's NTFS partition, namely Documents and Downloads, to the other computers. And I can't do that, because of the error message.

What I can do, however, is use Computer B to view shares from the other two computers (Computer A, as an example). By my experiences in Linux Mint, I understand that I'd have to mount my Windows partitions in order to share them. I don't even know if my NTFS drive in Computer B is mounted, though that is what was described.

View 2 Replies View Related

Ubuntu :: Resolution - Top Panel Is Slightly Cut Off - Missing About The Top 20% Of The Panel

Mar 23, 2010

I'm new to Ubuntu and really like it so far, having come from a PC background up to now. I've installed it on my Acer laptop and all is well there. However, on my desktop, the screen resolution doesn't match the Ubuntu desktop and fonts and graphics are very blurry. The hardware I have is:

HP Compaq dx2450 micro-tower FE281EA
Samsung 23" widescreen monitor, native resolution 1680x1050

When I check the resolution using System > Preferences > Display it says that indeed I'm using 1680x1050, which should be correct. However, the bottom of the Ubuntu desktop is cut-off, below the bottom of the screen, so I can only see the very top edge of the bottom panel. The top panel is also slightly cut off, missing about the top 20% of the panel. Left and right seem to be in line OK. The resulting blurriness of fonts makes it fairly unusable until I get it fixed.

I've searched fairly extensively and I realise there are other threads on this so sorry for posting again, but they all seem to be slightly different problems and all the responses are fairly or very technical. Maybe I can't avoid a technical solution and getting my hands dirty with a terminal prompt, but I'm hoping I can fix this without resorting to stuff I don't understand and might get wrong. I'm a technically minded end-user but not a unix guy.

View 1 Replies View Related

Ubuntu :: Panel Missing In11.04 - Most Of My Effects Were Missing

Apr 30, 2011

I just installed ubuntu 11.04 last night. I noticed most of my effects were missing so I tried to put them back on. This didn't work so I disabled the effects. Then, my panel at the top and the Launcher is missing. .How do I get these back?

View 6 Replies View Related

Ubuntu Networking :: Move HD To New PC - Can't Access Computer From Other Computer

Sep 21, 2010

I have ubuntu server installed on a pc. The motherboard died, so I switched the HD to another computer. Everything is fine except the network. I cannot access this computer from other computer (while it was possible before). I looked at the interfaces and everything seems fine. The nic itselft seems to work too.

View 1 Replies View Related

Ubuntu :: Panel Bar Is Missing

May 3, 2011

after upgrade my ubuntu 10.10 to 11.04 all my panel bar gone..now my desktop is blank like a piece of paper.

View 7 Replies View Related

Ubuntu Networking :: The Phone Can Access The Internet Through The Computer Unable To Get Access To Https Sites, Like Webmails

Dec 31, 2010

I managed to configure my W890i phone to get access to internet through an ubuntu-based computer. It's very easy to use the phone to give internet access to the computer, but the opposite is quite more tricky. For that I've done the following

----On the phone---

-Set the USB network option to "through computer", so that the phone uses the computer's internet connection and not the opposite.

-Decide and set "Shared Network" parameters: user, pasword and workgroup.

-In "conectivity-> internet connection" set "allow local network" to "yes"

----On Ubuntu 10.04---

-Install samba, samba-client, smbfs, smbclient, firestarter and dhcp3-server

-Configure Samba (System-> Administration-> Shared folders): same workgroup as in the phone, add new user (the phone), passwd this new user. In my case the user was called "w890i" and the password given was the same.

-Once the phone is connected to the computer through USB (then select "phone mode"), a new connection appears in NetworkManager: usb0.The aim is to create a shared network that gives internet access to this device. Edit the IPv4 parameters of this new connection, set them to Manual and give an IP adress (192.168.0.1) and a subnet mask (255.255.255.0); the rest of the fields are left empty.Connect this network.

-Set firestarter to use dhcp3: sudo ln -sf /etc/init.d/dhcp3-server /etc/init.d/dhcpd

-Launch firestarter and follow the wizard. Set "allow internet shared connection", choose the device for the primary internet access, and then the device for the shared network (usb0). Then change the settings for firestarter: activate DHCP for local network, set IP to the one we gave before (192.168.0.1).

-Open dhcp3-server config file sudo gedit /etc/default/dhcp3-server And set INTERFACES="usb0"

-Set the policies of firestarter: in incoming connections, allow connections from the IP adress given to the phone (192.168.0.1). Then add rules for the ports that need to be open for this connection. I opened HTTP, HTTPS, SMB, SMTP, POP3, IMAP, IMAPS, DHCP for all the connections in the local network.

-Apply policies and start the firewall.

------------

After all this, the phone can access the internet through the computer. Two problems appeared:

1. I couldn't get access to https sites, like webmails. The phone gave a "communication error". But then I tried with Opera instead of the browser built in the phone's firmware, and I could finally get to https sites.

2. I couldn't retrieve mail, neither POP nor IMAP nor IMAPS. I thought it was a firmware problem again, and I tried out several mobile phone email clients written in java, but none of them worked.

So this is at the moment the problem. If I connect from the phone to the internet directly through 3G, the email clients work for all my accounts. I don't think it's a firewall problem, because the ports are opened for this connection

View 3 Replies View Related

Ubuntu :: Missing Panel / Get It Back?

Jan 4, 2010

Sorry, serious Ubuntu noob here. I was messing with the bar at the top (I think it's called the panel?) And now it's gone. I'm sure there must be someway to get it to show up again.

View 4 Replies View Related

Ubuntu :: 10.4 Panel Options Missing

May 1, 2010

I installed 10.4 netbook, but it doesn't have the same panel as previous versions. I like things like multiple desk tops, main menu, and placing the clock in the center, but I cannot find anyway to adjust this stuff. Is there a solution?

View 1 Replies View Related

Ubuntu :: Missing Panel Applet?

Aug 17, 2010

In the process of removing all hints of KDE from my system I accidentally uninstalled on of my panel applets.It is the one that says the users full login name and allows you to control gwibber status and empathy availability.I know it's kinda OCD but my desktop looks weird without it.

View 3 Replies View Related

Ubuntu :: Bits Of Panel Missing

Jun 1, 2011

So after updating to 11.04 every so often bits of either panel disappear. If I change the colour or transparency then change it back the part that was missing comes back. How can I prevent it from happening though?

View 4 Replies View Related

Ubuntu :: Top & Bottom Panel Gone Missing

Aug 14, 2010

I just restarted my computer to come back to no top and bottom panels. I don't have Maximize Minimize or Close buttons at the top of the windows either! How can I restore the buttons and the panels?

View 1 Replies View Related

General :: Ubuntu Panel Is Gone Missing ?

Feb 12, 2011

Somehow I deleted my panel at the bottom of my desktop screen...I don't know what I did or how to undo it...Do you have any suggestions as to how I can get my panel back to the way it was when I first installed Ubuntu?

View 6 Replies View Related

Ubuntu :: Volume Control Missing From Panel?

Mar 23, 2010

I boot up my machine today and the Volume Control, which I use a lot, is missing from my panel!Anybody know how I get that back? I figured I could just right-click the panel and choose it from "Add to Panel".. but there is no Volume Control in there?

View 5 Replies View Related

Ubuntu :: Upper And Lower Panel Missing?

May 17, 2010

For some reason when I restarted my computer today, I see the desktop but my panels are missing. What should I do? I am running Xubuntu 10.04

View 9 Replies View Related

Ubuntu :: 10.04 : Shutdown / Logout Panel Missing

Jul 12, 2010

I added a Netspeed applet to my top panel. It screwed up my Me Menu and Logout menu, so I removed it, rebooted. However after the reboot my menu's are still screwed up. See the attached screen shot. The Me Menu works however if I click where the logout menu is supposed to be I don't get anything.

View 9 Replies View Related

Ubuntu :: Sound Icon At The Panel Missing?

Oct 27, 2010

im using ubuntu 10.10. some how, i just lost my sound icon at top of the panel. how can i put it back? i try go to System-->Preferences-->Sound, and there is a msg appear (waiting for sound system to respond). but unfortunately there is nothing happen.fyi, my laptop still have the sound and before the icon appear at the panel. is it related to synaptic package manager?

View 5 Replies View Related

Ubuntu :: Wireless Indicator Missing From Panel

Nov 4, 2010

I accidentally removed the wireless internet indicator from my panel. I looked up the problem and the best I have come up with is how to get it back TEMPORARILY, using terminal. When I type in "nm-applet", in terminal, it brings it back, but if I close terminal, it disappears with it. So, I have to essentially keep the terminal window, or lose the internet. It blows my mind that such a simple thing is taking so much effort and inquiry.

View 1 Replies View Related

Ubuntu :: Control Panel Missing Icon

Nov 16, 2010

I'm using "Control Panel" for my settings and the icon for Bluetooth has changed, it looks like a sheet of paper with a no entry sign on it.It works but it's not the correct icon for the theme I'm using. Any ideas ?

View 5 Replies View Related

Ubuntu :: Always Missing Gnome Panel After Reboot?

Dec 10, 2010

i have some problem with my Maverick, his gnome panel (top panel) always missing after reboot, and I always type gnome-panel & to get back my gnome panel, get back my panel permanently?

View 1 Replies View Related

Ubuntu :: Gnome-panel Missing / Put It Back?

Jan 11, 2011

I installed ubuntu netbook edition on my desktop (from the Ubuntu Software Center) to test out Unity. It looked pretty cool, but every time I went to the sidebar it flashed black. I decided I didn't want to fiddle with it too much to get it working so I uninstalled the ubuntu-netbook package. Mutter was still hanging around though (and lot of other things I assume) so I uninstalled that as well. Now gnome-panel is gone and I don't know how to get it back. Any way to uninstall all those packages and put it back?

View 6 Replies View Related

Ubuntu :: Network Manager Missing On Panel?

Feb 14, 2011

For some reason when I booted today the network manager icon to disconnect and connect to different wireless networks was missing. I've read various post and have been unable to resolve this issue. Here is what I've tried.

1. Clicking in Add Panel and adding network monitor. This seems to be not included on the list of choices.

2. Clicking in Add Panel and click the Add Notification choice. This didn't seem to add anything to the panel.

3. Remove the Notification area and then re-add it. Did this and not the area is blank except for my dropbox icon. I don't have the date, logon or logoff dropdown, or network manager icon anymore. I've rebooted several times.

I can't connect to my wireless network anymore. Is there another way to manager wireless connections other then that panel tool?

View 4 Replies View Related

Ubuntu :: Calender Missing In The Top Right Corner Panel?

Mar 15, 2011

I found the calender missing in the top right corner panel.

View 2 Replies View Related

Ubuntu :: Missing Icons, Top Control Panel?

May 2, 2011

I'm new here and running 11.04, but ALL of the icons are missing thus rendering the GUI useless. I cannot even open a brower nor a program

View 1 Replies View Related

Ubuntu :: Missing Volume Control On Panel?

May 9, 2011

I accidentally deleted my volume control from my top panel and it's not an option when I go on to 'add to panel' How do I get it back? The sound is half way down and the only control I have is on my crappy speakers so when I turn them up more to compensate, I get the buzzy noise they have?

View 2 Replies View Related

Ubuntu :: Top Panel Is Missing Menu Items?

Jul 15, 2011

I'm running Comsol 4.0 and in Unity the top Panel is supposed to have the menu items of the focused application, however Unity does not create them for Comsol. Notice the two pictures below, one running Comsol in Unity, the other one running in Gnome 2.32. Where my File>Edit>Options>Help at Unity

Unity

[IMG]http://i53.tinypic.com/2rzuhk8.png

Gnome 2.32

[IMG]http://i51.tinypic.com/2mn0ugh.png

View 6 Replies View Related

Ubuntu :: Missing Volume Control From Gnome Panel

Feb 21, 2010

On accident I removed the volume control from the top panel, and when I go back to the panel and click add panel there is no volume control there. Also I use uTorrent in win and the utorrent logo use to go into the panel, but now it loads in a separate window label wine system tray. I have searched around and have not found a fix for this.

View 9 Replies View Related

Ubuntu Installation :: Menu's Missing Form The Panel?

May 2, 2010

I upgraded to 10.4 on Friday and everything seemed to go flawlessly. I had installed Netbook launcher about a month ago and decided I didn't like it, so yesterday I uninstantiated it. Now when I boot up using Ubuntu 10.04 LTS Lucid Lynx I get this error

The panel encountered a problem while loading
"OAFIID:gnome_gohome"
do you want to delete your configuration

I get the same result if I click "no" or "yes" the boot finishes and every thing seems to work....except the drop-down menus are missing on the panel on the right. So every thing on the left is there I.E. im connected to my router but i cant get to Fire Fox right or left clicking on the panel wont let me at to the panel so how do i get my panel back?Oh and the bottom panel is gone too. not really sure this is an upgrade problem but the timing was suspicious.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved