Fedora :: Gnome - Entry In Menu - Places Opening With Vlc

Dec 29, 2010

If i select Places -> Home Folder vlc starts and try to open the content of the selected folder.

Any idea which config file i should adjust to solve this behaviour?

View 1 Replies


ADVERTISEMENT

Fedora :: "Places" Menu (Gnome) Starts Rythmbox Instead Of Opening Respective Folder?

Mar 28, 2011

For about a week or two when I try to open a folder from the menu "Places" of Gnome 2.32.0 (with Fedora 14 OS) the program Rythmbox starts instead. This happens even when I try to access a connected harddrive which requires entry of a code. After entering the code again Rythmbox opens! This doesn't happen only with "Computer", "Network" and "Connect to Server" of "Places". I can't think of anything that I did (apart from using Rythmbox quite often recently) that could have caused this, so I assume that it is a bug of Gnome. Have other people encountered this problem? (I assume that it is not Fedora specific, but rather a general problem of Gnome) If so,

View 4 Replies View Related

Fedora :: Removing Entry From Places Menu

Mar 6, 2010

I'm using Fedora 12 with Gnome and I have a slight problem with my places menu. I have entries in the list that I would like to remove, but cannot figure out how. I multiboot Fedora with Windows 7 and windows 98. My Places menus looks something like this:

Places
Code:
Home Folder
Desktop
Music .....

Now, if you notice there are 2 entries for both my 'Storage' and 'Windows 98' partitions. On of them will actually open up a window showing the contents of the partition, the other displays an error which basically says "Unable to mount, drive is already mounted". Right clicking on the entry has the same effect as left clicking, it just brings up the error message. They do not appear in the Bookmarks menu.

View 11 Replies View Related

Fedora :: Get Rid Of Recent Documents Under Places Menu On Gnome Panel?

Oct 18, 2009

There are measures to stop this in Windows even though there are still things you can't get rid of. Now on to my question, Why can't I edit the Places menu but I can edit the Applications and System menus. I really want to get rid of the Recent Documents menu header. I don't like things like that right up on front street. I am quite a stickler about privacy and one of the reasons I decided to try out linux is because I heard it was better in the sense of respecting privacy. But now I am seeing that you don't even have the ability to get rid of a tracking item such as Recent Documents. Quite disappointing.

I can understand tracking recent changes to the system but it is not necessary to track what you open or what you browse on the internet. Hence Firfox's ability to not store history and the clear cache, history, etc. on shutdown of Firefox. So Am I misinformed about the fact that linux does respect privacy? What kind of world are we coming to that it is necessary to track everything. Especially here in the U.S., I mean I'm thinking 1984 here lol. Anyway, how to remove these tracking features in Fedora. I mean in the sense of just stopping it. It sucks to have to go through and "clear" everything that tracks you every time you want to log off or shut down.

View 11 Replies View Related

Fedora :: Places Menu In Gnome Opens Dolphin (KDE) Instead Of Nautilus

Feb 26, 2010

I'm having a strange problem in my gnome installation. I have about a dozen window managers installed, and just to test the new KDE 4.4 update I used kde for one day (use gnome mostly) and now the gnome places menu opens up the kde file manager dolphin instead of nautilus. How can I change it. It doesn't even appear in the edit menus item on right clicking the menu.

View 4 Replies View Related

Ubuntu :: How To Avoid Opening A Volume When Clicking On It Under Places Menu

Jan 11, 2011

when I click on a volume under places menu I would like only to mount it without opening it on a new nautilus window. I searched on gconf-editor app > nautilus > preferences but I haven't found any option which seems to prevent this behavior.

View 3 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

Software :: Unable To Add A Gnome Menu Entry?

Jan 4, 2011

I'm trying to add an entry to the gnome menu for every users of a FEDORA 14 system, both

Code:
xdg-desktop-menu install --novendor --mode system osean-programmer.desktop
and
Code:
desktop-file-install osean-programmer.deskto

[Code]....

How to add the application launcher to every user's Desktop during the RPM installation?

View 1 Replies View Related

Ubuntu :: Edit Menu Item From Places Gnome Taskbar?

Apr 7, 2010

How can I edit the menu items from the Places menu in Gnome taskbar?

View 3 Replies View Related

Debian :: "Search For Files" Missing In The Gnome Places Menu?

Apr 23, 2011

squeeze with Gnome installed, but "Search for files" is missing in the mainenu under Places.
What's missing?

View 2 Replies View Related

Ubuntu Installation :: Gnome Menu "Places" Not Working In 10.04

May 2, 2010

I just upgraded from 8.04 to 10.04. Almost everything works great. However the gnome menu "Places" home folder. home .documents, music, pictures and videos does not open up Nautilus. I get the error "Could not open location 'file:///home/tom'" This should be an easy fix but I am lost. I also am having an issue with Alt-F2 not opening up the run command. I might be having an issue with key board layout.

View 1 Replies View Related

Software :: Gnome 2.32 - Back Up The "Places" Menu?

Jun 10, 2011

I am getting ready to re-install my computer, with Fedora 14, and I was wondering if there is a way to backup the entries under "Places" because I have about 200 Mapped drives there, and I don't want to have to manually re-insert them.

View 3 Replies View Related

Ubuntu :: Editing Gnome 'places' Menu To Have Music - Pictures Direct To "/host/users" Equivalent

Oct 10, 2010

I am running Ubuntu 10.04 with Gnome as my desktop enviroment. I used Wubi to install from my laptop's default OS, Vista. I keep most of my media on the Windows partition, mostly for ease of use - such as streaming a movie through my xbox etc I would like to know if there is a way to edit the Gnome 'places' menu to have Music, Pictures etc direct to my /host/users equivalent.

View 4 Replies View Related

Fedora :: Graphical Su - How To Set Up A Menu Entry To Be Able To Use App

Apr 26, 2010

There are times that I would like to open an app as root user without having to use the command line in order to do that. I learned of a nice app in the Fedora repos called beesu and I will show you how to set up a menu entry to be able to use this nice app.

From man beesu:

Code:

See man beesu for more information.

Beesu can be installed in Fedora with the following command:

Code:

IMPORTANT: Beesu must be installed in order to successfully complete this tutorial.

You can use beesu from the command line with the following example:

Code:

This will open gedit as root user after the correct root password has been entered into the password prompt. This is great. However, I'd like to open an app as root user without having to use the command line or alt+f2 run box. So, I wrote a small bash script that uses zenity to prompt the user for an app to open as well as the root password.

Copy the following code into a new text file and name it mybeesu.sh.

Code:

You need to change the /path/to bit in step 4 "Command" to reflect the path to which you saved the mybeesu.sh script. Click the OK button to save the new menu item.

Now, when you click the new menu item from the gnome menu, a zenity window will open asking which app you want to open. After that, a second window will open prompting you for the root password. If all goes well, and you entered the correct root password, your desired app should open as if you used su -c 'foo' to launch it.

View 5 Replies View Related

Fedora :: Places Menu Opens Totem

Nov 2, 2009

I somehow managed to stuff up my Bookmarks in the Places Menu while using Totem Media Player: When trying to open locations from Places Menu, Totem opens instead of Nautilus.I'm running fedora 9.

View 1 Replies View Related

Fedora :: Nonexistent Drives Shown In Places Menu

Sep 16, 2010

I did some modification of fstab, and works, but for some strange reason, there are drives shown in the Places menu that shouldn't be there when the drives (they are usb drives) are unplugged. I had to put them in fstab, because they are mp3 players and I need user privelages in order to sync them. With nothing plugged in the usb ports,I checked, and they aren't shown in mtab, and only Sansa-e260 and JOSHS PHONE are shown in fstab, although as far as I know, they shouldn't appear in Places when unmounted. Is there a way to reset it?

View 2 Replies View Related

Red Hat / Fedora :: Menu Lst Entry To The 3rd Drive Intended For Boot?

Feb 18, 2010

what should be my menu.lst entry to the 3rd drive intended for fedora to boot. for now this is what i did but didn't work.

# Other bootable partition config begins
title Fedora (on /dev/sda3)
rootnoverify (hd0,2)
kernel (hd0,2) vmlinuz PMEDIA=idehd
initrd (hd0,2) initrd.gz
# Other bootable partition config ends

View 1 Replies View Related

Fedora :: Edit "Places" Menu Way One Can Edit "Apps" And "System" Menus On Gnome?

Jan 14, 2010

Is it possible to edit the "Places" menu the way one can edit the "Applications" and "System" menus on gnome?

Right-clicking on the bar gives only Applications and System as editable menus. I would like to remove some items from the places menu and add others of my own liking

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 :: Everything In Places Drop-Down Opening In VLC?

Feb 26, 2011

Dunno how it happened but every single place in my Places drop-down menu opens up in VLC.Documents, Downloads, Mounted Drives, External drives - all open in VLC.The only one that doesn't is Computer. When I open this up and then go to one of the above mentioned places I've tried right-clicking and selecting "Open With Other Application" and then selecting "Open Folder" and ticking the box to remember it but this doesn't

View 2 Replies View Related

Fedora :: Why Does 11 Gnome Have Two Places To Set Display Attributes

Oct 24, 2009

Why does Fedora 11 Gnome have two places to set display attributes, one under System -> Preferences -> Display and the other under System -> Administration -> Display?

View 9 Replies View Related

Ubuntu :: Places Links Opening In Firefox

Nov 15, 2010

Don't know what I done but when i click on the links in the places menu, they open in firefox now, how can I get them back to the way they are?

View 2 Replies View Related

Fedora :: Office Menu Is Not Opening?

Jun 27, 2010

I have just re-installed open office for the third time hoping to solve this problem myself : but no luck.I followed the install steps to the letter and appears to be installed properly but the office menu comes up blank as far as open office is concerned.They don't show up in the menu edit program either.

View 4 Replies View Related

Software :: Places -> SMB Mount Now Opening In Archive Manager?

Mar 29, 2011

if I go up to Places -> Fileshare(a SMB mount) and click it, it tries to open in "Archive Manager" and breaks.However, the mount is also put on the desktop, and accessible that way.Why, oh why, has my Places menu started trying to open mount points in "Archive Manager" all of a sudden? Fedora 14 / Gnome

View 4 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 :: Clicking Places-->any Item (except 'Computer') Opening In Archive Manager

Oct 20, 2010

When I click on "Places-->any item" (except 'Computer') the folder opens in "Archive Manager". I have tried resetting the panels but the problem persists.

View 3 Replies View Related

Fedora :: Gnome Terminal Not Opening ?

Jun 1, 2011

I tried to run

Quote:

Command automatically in gnome terminal, when i open it. so i changed the setting in edit->profile preferences->title and the command->command section. now when i open the terminal,command is running successfully.afterwards terminal is closed automatically. how to open my terminal prompt.with the sl program running and not closed..

View 2 Replies View Related

Fedora :: Opening Gnome-terminal - To Be Performed Only At Login

Jan 17, 2011

I have a 'special script' in my .bashrc file, which I want to be performed only at Login. When I open a terminal (through a gnome launcher <gnome-terminal> as the command) it unfortunately sources .bashrc.

Hence the opening of the terminal runs the 'special script' again.

How can I instruct .bashrc not to do something except when and only when I am logging in? I found a segment of code which is supposed to do what I want but I am not sure of how it works.

Code:

Will this work to put my 'special script' in to ensure that it only runs when it is a login script and not when it is a simple launcher terminal opening?

View 8 Replies View Related

Ubuntu :: Missing Entry In "Places" To RAID Array

Jun 7, 2011

I've just re-installed 11.04 and noticed that my RAID array does not appear as an entry under "Places". In the previous installation, and in the LiveCD boot (which I'm using now), it appeared as en entry which I could click on to mount. In Disk Utility (and Gparted I think - not 100% sure) I can see both hard drives, and I can see the SIL controller that they come under, but I'm just not getting the array showing up in "Places", and the array checks out OK in BIOS. Using the Live CD, the array appears as an entry in /dev/mapper but when using the main installation all I can see in this location is "control".

View 5 Replies View Related

Fedora :: Cannot Follow Bookmarks In Main Menu (under "Places")

Jan 13, 2010

Whenever I try to use a bookmark in the Main Menu (under "Places"), I get an error message. For example, if I want to open my Documents folder, the message reads:

"[STOP Sign] Could not open location 'file:///home/pilotferdi/Documents'

Failed to execute child process "/usr/bin/digikam" (No such file or directory)" (I had digikam installed on my computer, then I decided to remove it.)When I open a Nautilus file browser, and choose "Information" from the side pane, my home directory is listed with these three options (buttons) below:

1. Open with digikam
2. Open with Gwenview
3. Open with Open Folder

Somehow, the default choice, "Open with Open Folder" has been replaced with "Open with digikam", and I cannot access the bookmarks anymore. I think I need to make "Open with Open Folder" the default option when I click on a bookmark, but I don't know how to do it. I tried without success to use alacarte to make the changes.

View 1 Replies View Related







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