Ubuntu :: Cannot Browse Folders From Places Menu Or Access App Manager

Oct 9, 2010

I have Ubuntu dual-booted with Windows. But whenever I start-up the computer, linux is listed twice! D: Right after I installed it, I was told I needed 200+ MB worth of updates, so I got them, and since then, it's been listed twice in the start-up OS booter thingy. But selecting the one with lower numbers doesn't boot up anything, It just stops at a scary screen with a blinking cursor.

AND, since the beginning, I have never been able to browse folders from the places menu, OR access the Start-up Applications manager. Ubuntu also seems to slow down randomly, and then speed back up. Starting up applications makes it unusually laggy for the period of time that they're starting up, and I'd like to know if Ubuntu is usually so slow on machines like mine...

AMD Sempron 3000+ CPU @ 1.8 GHZ
811 Mib RAM
ATI Xpress 200 Integrated graphics.
I also get errors every time I try downloading anything.

View 8 Replies


ADVERTISEMENT

Ubuntu :: Can't Open Folders From Places Menu?

Jun 14, 2010

Something very strange has happened to my system (Lucid / Gnome / 64 bit): when I try to open a location from Gnome Menu, message pops up saying: "Can't open location [file:///...]. No program is registered to open this type of file." Or something in this vein, I'm translating the message from Polish. So I can't open locations via the main menu, but the bookmarks work fine in an open Nautilus window. It looks like the system doesn't know it should open a location with Nautilus... I looked through file associations in Ubuntu Tweak, but couldn't find anything corresponding to "file:///..." or anything resembling opening a location (I'm not exactly a Linux guru). Also, the folder shortcuts in Cairo-Dock don't work, the same goes for the FolderView screenlets. However, in the MainMenu screenlet, the location shortcuts do work. There has to be some obvious explanation of this anomaly, but I lack a deeper knowledge of the system to work it out. I can't say at which point it started exactly, I think it was around the time I started dragging extra shortcuts to the Cairo-Dock shortcuts applet, but that may be a coincidence.

View 9 Replies View Related

Ubuntu :: 10.10 Can't Open Folders From 'Places' Menu?

Feb 4, 2011

Whenever I try to open a folder from my places menu, xterm opens for a moment with the error:xterm: could not exec /home/username/Music: Permission denied

View 3 Replies View Related

Ubuntu :: Extra Folders Included At The Bottom Of The Pull Down Places Menu

Apr 14, 2010

I left a friend playing with my PC and after she was done there are several extra folders now included at the bottom of the pull down places menu. How do I remove these again?

View 4 Replies View Related

Fedora :: Unable To View Folders (using Places Menu Item)?

Nov 16, 2010

I'm unable to open and view folders graphically. I click Places -> Home Folder (or any of the other folders, including Computer), and the cursor turns to the spinning "wait" dial, but the folder won't appear. A tab appears in the bottom panel, with the title "opening ZenBeam" (or "opening Desktop" or "Starting Computer", depending on which folder I tried to open) for a few seconds, but then goes away. Left- or Right-clicking on these tabs doesn't give me any options.

This used to work normally, but stopped suddenly a few days ago, following a reboot. I'm guessing it's become corrupted, but I don't know what "it" is. I can navigate in a command line window normally.I have rebooted, and I have run System -> Administration -> Software Update, but that didn't fix the problem.I was going to add the information in System -> About This Computer, but that seems to be having the same problem.What can I do to fix this? What application is failing to run?

View 7 Replies View Related

Ubuntu :: Can't Access Folders From "Places" On Panel / Enable This?

Feb 19, 2011

Every time I want to access any subfolder, such as "Downloads", "Pictures", etc of my File System using "Places" on panel, a little window with the message "Error" and "File not found" pop up on my screen.

But if I access "Computer" from "Places", I can access the files I want from "File System".

Is there any way I can sort this out?

View 2 Replies View Related

Ubuntu :: Can't Access Any Folders Under "places"?

Apr 8, 2011

I can not access any folders under "places" anymore...Made a shortcut to to get at them, wonder what is going on...See attachment error when I click on any folder.

View 9 Replies View Related

Ubuntu :: Edit "Places" Menu File Manager?

May 4, 2010

Is it possible to open the bookmarked places, in the 'Places' menu of the menu bar on the gnome-panel, with a different file manager? Like PCManFM.

View 6 Replies View Related

General :: Bad Menu Links That Are In The Places Menu In The Gnome Panel

Apr 26, 2011

My problem is the links that are in the places menu in the gnome panal, all link to the appearances preferances. I'm running Fedora 14 with Gnome.

View 1 Replies View Related

Ubuntu :: Moving And Sharing The Places Folders?

Aug 9, 2011

Current situation: two drives, Ubuntu 10.4 64bit installed and running on one drive, other drive blank and formatted for NTFS. What I want: When I download of save anything I want it to be stored automatically on the NTFS drive with no encryption and have the 'Places' folders point to the corresponding folders on that drive. Why: simple, I'm planing to dual boot Ubuntu and windows 7, and the NTFS folder will be the 'My Documents' Drive, this is why it's formatted NTFS. There will be over 100GB on files I'll need both OS's to have access too and I would like it to be automatic to save duplication. Also, if I need to, I want to be able to take that documents drive from the Ubuntu PC and be able to recover the info with an inferior windows OS... because that's what I have lying round in an emergency.

View 2 Replies View Related

Ubuntu Servers :: Samba Users Able To Browse Folders With No Permission

Feb 11, 2011

I've set up smbd 3.4.7 on 10.04x64 LTS server. I've set up a couple shares and I'm having problems blocking access to certain directories using native file permissions. There is one directory that has folders for each sales rep to store their current list of quoted clients, I only want sales people to be able to browse the directories owned by themselves. Everything seems to be set up correctly in terms of user groups and permissions on the filesystem.

Below is marina, a sales rep, and brian, a super user of sorts.
id marina:
Code:
uid=1011(marina) gid=1006(office) groups=1006(office),1005(sales)
id nick:
Code:
uid=1000(brian) gid=1006(office) groups=1006(office),118(admin),1001(full),1002(processing),1003(management),1004(it),1005(sales)

Below is the directory with all the sales reps folders.
ls -la:
Code:
total 60
drwxrwxr-x 15 root it 4096 2011-02-10 20:06 .
drwxr-x--- 9 root office 4096 2010-11-19 12:40 ..
drwxrwx--- 13 katya full 4096 2010-12-07 12:36 Katya
drwxrwx--- 18 lana full 4096 2011-02-08 17:09 Lana
drwxrwx--- 23 marina full 4096 2011-02-10 18:09 Marina
drwxrwx--- 4 mike full 4096 2011-02-01 12:42 Mike

With this setup marina only be able to browse her folder, but she can browse all folders and has full write access to all folders. This leads me to believe something is up with the smbd.conf file, which is below.

Code:
[global]
workgroup = COMTREAD
null passwords = no
server string = Root Server
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0 .....

In this case the valid users directive would not work cause I am not making a share for each user. I had this on other shares like the db2 share. My windows box lagged heavily when I tried to access that share with an invalid user. How to deny users the ability to modify permissions I would also like to do that.

View 3 Replies View Related

Fedora Installation :: Folders Under Places Do Not Load

Apr 30, 2009

When I click on gnome (foot) --> places --> Home Folder I get the error:

Code:
could not open location file:///home/manu/
no application is registered as handling this file
or if Documents:

Code:
could not open location file:///home/manu/Documents
no application is registered as handling this file
or if Download:

Code:
could not open location file:///home/manu/Download
or file:///home/manu/Pictures
etc etc...

But when I go further down under gnome (foot) --> places --> Computer then explorer (nautilus) loads up fine... then I browse from here to the other home folder subfolders.

View 2 Replies View Related

Ubuntu :: MPlayer Opening When Choosing To Open Folders In Places?

Oct 27, 2010

I have the problem that when I want to open a folder in Places, mplayer opens and tells me that it cannot open that particular folder. The only place where this does not happen is when I click on the "Computer" folder.Can someone please help me out with this problem? I found all sorts of forums but seeing that I am not really a computer genius;

View 5 Replies View Related

Ubuntu Multimedia :: Music Player Tied To Places' Folders?

Jan 10, 2011

When i mouse over to places/home, desktop, documents, music, pictures, videos, or downloads my music player (Banshee) opens. I had the same problem with Rhythmbox. Anyone else having this problem? To open one of the aforementioned folders, I go to Places/Computer and navigate from there. That sequence works, no problem. Also, don't know if its related but, tied "file manager" button to Docky and it won't open any of my folders.

View 2 Replies View Related

Fedora :: New Created Directories Not Showing In Places (folders)

Nov 26, 2010

I have just recently installed Fedora 14 Standard Edition. Upon after mounting another parition, I attpempt to find the new partition files in the directory I created for the mount point, but it is not showing. I know the mounted parition is there becuase upon "ls -l /iso", all the files show up.

I had previously tried out Fedora 14, XFE, and this problem did not occur. I also previously installed this same Standard Edition, and this problem did not occur. This is from the exact same download, however, the only difference is I installed Grub into a different partition. But now I am unable to find my new folders in Gnome.

View 1 Replies View Related

Ubuntu :: Add Places To App Menu?

Feb 27, 2010

is there a way to add places to the application menu(to get something closer to gnome "main menu" that has applications, system and places in one drop down)

View 4 Replies View Related

Ubuntu :: Can't Open Places Menu

Oct 11, 2010

When i try to open a folder from the menu places,VLC starts. what happened?

also in terminal:
pi@lot:~$ xdg-open ~pi
VLC media player 1.1.4 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)

when i try open folders from desktop all opens correctly Ubuntu 10.10

View 1 Replies View Related

Ubuntu :: Get The Places Menu Back?

May 20, 2011

I have two Xubuntu machines. On one I upgraded in place, no problem. But the other got messed up so I just installed Xubuntu 11.04 from scratch. I like the new Xubuntu, including changes they've made with this version, but...on the fresh install, the Places menu is missing (see attached).

Places is one really neat feature that my distro had the Windows doesn't; it makes/made life easier for me--I hate to see it just go away. Does anyone know how to bring it back? It doesn't seem to be available under Add New Items (to the panel).

View 9 Replies View Related

Ubuntu :: Cant Make Changes To Places Menu Stay

Feb 8, 2010

im trying to remove some things from the places menu(documents, music, pictures etc.) but they come back after every restart.

View 9 Replies View Related

Ubuntu :: Cairo-dock 'places' Menu?

Mar 31, 2010

does anyone know if it is possible to put the places menu in the cairo dock? there's an option for GnomeMenu or something that shows the applications and system menus, but I dont see anything for the Places menu.

View 5 Replies View Related

Ubuntu :: Adding Items To The Places Menu?

Jun 30, 2010

how do I add items to the Places menu? In my case a Downloads folder, the folder already exists I just haven't been able to figure out how to add it to the Places menu

View 6 Replies View Related

Ubuntu :: Config Script For The 'Places' Menu?

Oct 4, 2010

where is the config script for the 'Places' menu?

Mine is somehow a bit screwed,no matter what I select all I get is Audacious !!

Is there a configuration set up similar to that which controls 'Applications' and 'system' ?

Using up to date 10.10.

View 2 Replies View Related

Ubuntu :: Documents Missing From Places Menu

Dec 2, 2010

There is a problem that I'm experiencing, and that is that the link to Documents and the link to Pictures is missing from the Places menu, and I don't know how to put them back.

View 2 Replies View Related

Ubuntu :: Stuck Places Menu Entries?

Dec 13, 2010

I'm having an issue with the "Places" menu in GNOME. There are a couple of folders in there that don't work any more since they have been deleted, but there's no way I can find of removing them from my menu.

View 3 Replies View Related

Ubuntu :: Can A File Be Added To The Places Menu

Jan 20, 2011

wondering if it's possible to add a link to a file in the Places Menu? for example a link to a Writer file I use a lot. I see how to add folders, but is it possible to add files?

View 9 Replies View Related

Ubuntu :: Duplicate Entries In Places Menu?

Apr 2, 2011

I see this posted in several places in the past but no answers. If I use UUID in fstab to mount additional partitions I get duplicate entries for the partitions in the Places Menu. I can solve the problem by mounting the partitions by Label ( /dev/sdb2 /mountpoint ) but half of the time grub2 will not mount the drive correctly using this method and will change the volume ID (sdb2 becomes sdf2) .

View 2 Replies View Related

Ubuntu :: Copy Item From Places Menu To Desktop

Mar 23, 2010

How can I make this available from the Desktop instead of the places menu ?

I can't seem to pull it out or copy it to desktop.

[url]

View 1 Replies View Related

Ubuntu :: Add Applications / Places And System To Right Click Menu?

Oct 24, 2010

Running 10.10 Meerkat gnome desktop, Is it possible to add the App/Places/System menu to the right click on gnome desktop? I have looked around but only found old threads that went no where.

View 4 Replies View Related

Ubuntu :: Disappearing Icons From Desktop Places Menu?

May 6, 2011

I installed 11.04 and came to notice that the icons for my bookmarks in the places menu on the desktop are sometimes present and other times they are not, I have no idea what is causing this but it is from a fresh install all i have done is update. it's a minor issue but small things like this tend to annoy me oh and this is in the default unity session

View 2 Replies View Related

Ubuntu :: Maintain What Shortcuts Appear In The Places Menu Item?

Jun 15, 2011

Is there a way to maintain what shortcuts appear in the Places menu item. Right clicking shortcuts just opens them.

View 2 Replies View Related







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