Removing Desktop from gnome file dialogue places list

I recently installed nautilus and when i did it added Desktop to my list of places in the gnome file dialogue boxes.
As I use fluxbox I don't use the desktop and want to remove the link but the remove option is not enabled. How can I remove it?

Unfortunately tis broken!
Traceback (most recent call last):
File "/opt/gnome/bin/alacarte", line 22, in ?
from Alacarte.MainWindow import MainWindow
File "/opt/gnome/lib/python2.4/site-packages/Alacarte/MainWindow.py", line 19, in ?
import gtk, gtk.glade, gmenu, gobject, gnomevfs, gnome.ui
ImportError: No module named gnomevfs
Before I go to the trouble of finding the missing dependency, is the gnome file dialogue included in what this can edit? I'm asking as one of the dependencies it did install was gnome-menus which hints that it can modify those menus but possibly not the one I want.

Similar Messages

  • How to remove Unicode from XML file

    I get following error when unmarshal xml:
    [java] org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x15) was found in the element content of the document.
    Anyone know how to remove Unicode from xml file? Can I remove the unicode by rebuild the file?
    Thanks

    These sort of error usually occur when you're using a different character encoding to read the file than the one you wrote it with. Perhaps if you were to post the problem section of the file and/or the code that created it in the first place.

  • Remove string from txt file

    Hello guys,
    I need some help. I have to remove some content of Tolerance "column" (see attach). The string which I wish to remove is "+/- 0s" and replace it with an empty string. I need to remove this for each row where "+/- 0s" appears.  
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    sample.txt ‏3 KB

    Hi Samoth,
    I dont know if I understood your requirement properly, but please check the attached snippet if it helps.
    If this does not satisfy your requirement, then please give some more details.
    Attachments:
    Remove string from txt file.png ‏21 KB

  • Best to load preloader from external file or place it directly into existing movie?

    Is it best to load the preloader from external file or place it directly into an already existing movie?

    there's no one answer for everyone.
    but for an inexperienced coder that's already completed their main project and is adding a preloader as an after-thought, it's usually easiest to create a stand-alone preloader.
    and even for experienced coder's, that's usually the easiest way to preceed.

  • HT5429 How do I remove items from the "current location/to" list?

    In MAPS, how do I remove items from the "current location/to" list?

    Hit the book icon and you will see delete all option. I have not found a way to delete them one at a time.

  • I want to remove volumes from 'Import' - 'Select a source' list

    Hi all,
    First, I'm using the new Lightroom v4.1 on a Windows 7 x64 system.
    As the title to my question suggests, I'm trying (without success) to remove volumes from the list that's shown when a user clicks on the 'Import' button (lower left of screen) and 'Select a source' which, naturally, shows all the drives in my system.
    There are five volumes; four internal and one external.
    There are only two drives which contain photos that I'm interestered in importing/editing.
    The other drives contain files that I have no interest in editing or organizing.
    For example, several hundred (scanned and collected) very old family photos that I wish to keep pristine, with no editing of any kind. As for placing them in collections,  I already have them in dated, carefully named folders.
    So, as this is a shared computer, I want to remove the volumes (drives) so that the aforementioned photos can't be inadvertantly imported.
    Can someone please point me in the right direction how to do this?
    Thank you.
    Yours,
    Hugh

    There is nothing within Lightroom that will cause it to ignore a specific drive permanently. You'd have to go above Lightroom to the system level to prevent Lightroom from seeing the drive. Not sure how to do that, but it's probably possible.

  • Removing items from "open a recent item" list

    Hi,
    I deleted some files in dreamweaver cs5, but they still appear in "Open a recent item",
    how can I remove them from the list?
    Thanks for any help
    David

    Windows or Mac?
    On Windows, it's a setting in the Windows registry:
    HKEY_CURRENT_USER\Software\Adobe\Dreamweaver CS5\Recent File List
    Select each file, right-click and select Delete.
    Alternatively, just open up to 9 legitimate files in DW and let the list update itself.

  • Can't remove keywords from multiple files

    I can't believe I can't get this working.
    Say I have 15 images with the same 10 keywords in every file. One of the keywords is "banana" and I want to remove it from all 15 files.
    I select all the 15 files. When I do that one becomes "active" (it gets lighter gray highlight than the 14 other images).
    I then go to the Keywording panel and manually remove "banana" from the list.
    When I look through files to see the change all but the one that was active STILL has the "banana" keyword applied.
    I have also tried selecting the 15 files and made the file without the banana keyword active and run "Sync Metadata" and removed "banana" from the "Keywords" field in the dialog box. Same thing happens. No change to the files that aren't active.
    What am I doing wrong?
    Thanks in advance,
    Unicorn

    Simple. Don't take photos of bananas!
    Actually, I believe you need to select the photos in the Grid, not in the filmstrip. Then, removing keywords should work as expected, and then when you try to remove the keyword, this keyword will be removed from all selected photos.

  • Acrobat 8 standard  - Removing pictures from PDF files

    I hope this is an easy one to answer but I'm having troubles removing pictures from a PDF file and I need some help, can anyone answer please?

    If standard has the Object touchup tool, you can select them and then delete them. I suspect that this may have the same problem as the redact tool as mentioned by graffiti.

  • Remove  Namespace from XML File except Attribute

    Hi  XI  Experts ,
    1.I have referred to the code of xslt Generic XSLT Code to Remove ALL Namespaces from XML:
    http://forums.sdn.sap.com/thread.jspa?threadID=1920630
    But this removes the Attribute : id  from the records .
    My expected output is supposed to be :
    <?xml version="1.0" encoding="GBK"?>
    <body>
      <head>
        <nsrsbh>112001069711</nsrsbh>
        <nsrmc>诺维信(中国)生物技术有限公司出口发票</nsrmc>
        <dcrq>20120209</dcrq>
        <sssq_q>20111201</sssq_q>
        <sssq_z>20120207</sssq_z>
        <records>4</records>
      </head>
      <data>
        <record id="1">
           <fpdm></fpdm>
        </record>
    </data>
    </body
    But after using this XSLT code it removes :id from <record_1 id=> and generated the below code :
    The xml file now doesn't contain teh attribute :id
    <?xml version="1.0" encoding="GBK"?>
    <body>
      <head>
        <nsrsbh>112001069711</nsrsbh>
        <nsrmc>诺维信(中国)生物技术有限公司出口发票</nsrmc>
        <dcrq>20120209</dcrq>
        <sssq_q>20111201</sssq_q>
        <sssq_z>20120207</sssq_z>
        <records>4</records>
      </head>
      <data>
        <record>
          1
          <fpdm></fpdm>          
           </record>
    </data>
    </body>
    Could  you please provide your input
    Plaese note : Here  XI versin iS x1 3.0 SP7 . I have tried suing the Analyzer bean for the Encoing  of Chinese : GBK Intsead of UTF-8 in the Namespace  . But AF_Modules/XMLAnonymizerBean is not comptacible with XI 3.0 SP7
    Hence i have used the following code to remove namespcae and add  Encoding :GBK instead of UTF-8:
    <?xml version="1.0" ?>
    <xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output encoding="GBK"/>
    <xsl:template match="node()|@*">
      <xsl:copy>
       <xsl:apply-templates select="node()|@*"/>
      </xsl:copy>
    </xsl:template>
    </xsl:stylesheet>

    You could use exclude-result-prefixes.
    For example:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wt="http://www.example.com" exclude-result-prefixes="wt">
    </xsl:stylesheet>

  • Remove password from .pst file

    Dear Support,
    How to remove forgetten password from .pst file.
    I use OS win7 professional and Ms office 2013. So please help me for removing forgetting pst password.
    When I add pst file in new outlook. Then Pst file ask password.
    please help me.
    I will be thank ful to you.

    the goals of a password is to protect the contents from anyone who does not know the password.
    As far as I know, there are no tools provided by Microsoft to remove, alter or read the password from a protected pst file. It might even violate local laws to do so.
    https://support.office.com/en-ca/article/I-forgot-my-Personal-Folders-file-pst-password-cfaec399-0de7-4f8f-a81b-918b38867ed6
    Some third parties might claim to have tools that remove, alter or read the pst password, but I should urge you to be prudent when testing/using such tools (or paying for them).
    MCP/MCSA/MCTS/MCITP

  • Hot to remove 'Approver' from Role dropdown in Collaborator List?

    Hello Experts,
    How do you remove or add values to standard enumeration type fields?
    For eg., if I wanted to add a value to 'STATUS_INDICATOR' in Prpoject (could not find it in the standard value list types).
    Or if I want to remove 'Approver' from the Role dropdown of Collaborator list?
    Thanks & Regards,
    Subhasini

    There's a Value list called Project Status you can edit to customize your list of project statuses.
    The Collaborator Role Definitions can be edited by going to SETUP>General> Collaborator Role Definitions
    however, i would not remove the Approver role as this would hinder system functionality surrounding approval workflows.

  • Remove photos from camera file from iPhone for PC

    There used to be a dialog box that asked you how you wanted to sync photos from your iphone to your PC. It offered to create a dated file and leave or remove photos from your phone. I have searched all of the forums and the web and cannot find anything on this. My phone now has 300 photos on it. How do I save them to my PC and delete them at the same time? Thank you.

    This does not work. Two separate PCs with Vista do not "see" either of two iPhones that I have. Please tell me their is a way to get my 330 photos off of my iPHone without 'EMAILING" them all to myself. THis is just too stupid. Why am I even on a forum for this?

  • Can't remove music from Flash file

    I decided not to use a music (wav) file and want to delete it
    from my file. I deleted it from the library and also the layer it
    was on. I publish the file and the sound still plays! I have no
    idea how to get rid of it!

    jacwright wrote:
    > I decided not to use a music (wav) file and want to
    delete it from my file. I
    > deleted it from the library and also the layer it was
    on. I publish the file
    > and the sound still plays! I have no idea how to get rid
    of it!
    You must be previewing an old file, perhaps cached. If there
    is no sound, it's impossible
    for flash to play it :)
    Save it under new name and publish again.
    Best Regards
    Urami
    "Eat one live toad in the morning and nothing worse will
    happen to you for the rest of the day."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Removing .cwk from appleworks file names

    I upgraded to appleworks 6.2.9 and some of my files open up and place ".cwk" at the end of the file name. I can delete this from some documents names and not others.

    Hello
    It is perhaps due to changes in the setting of your AppleWorks preferences.
    Look at AppleWorks > Preferences > Files
    you may check or uncheck the box ".cwk Suffix".
    If it is checked the extension will be added (if it is not already available)
    If it is unchecked the extension will NOT be added (but will not be removed if it is already available).
    From my point of view, it is better to always put (and display) it.
    This is quite the best way to be sure that you are working with a true AW document.
    Yvan KOENIG (from FRANCE lundi 16 octobre 2006 09:13:4)

Maybe you are looking for

  • Help me before I turn to Adobe Premiere Pro and PC!

    I am desperately trying to import HVD footage from a Sony HVR-A1 in OfflineRT mode. I have a pretty slow Mac which does not allow me to work with native HDV or Apple intermediate codec and I WILL HAVE TO turn to PC if I do not find a quick solution-

  • ADF Task Flow Question.

    Hi everyone, Is it possible to call an unbounded task flow from a bounded task flow? Let me explain. I have created a template, with an af:navigationpane on top. Inside it, I have placed three commandNavigationItems: the first two go to simple views.

  • Adding 9971 and 8961 - Not Showing up in CUCM

    System version: 7.1.3.30000-1 Trying to add the 8961 and 9971 phones. Have uploaded the default phone loads, but they are not showing up. Am I missing something?

  • Restricting PM user by material type

    Hi everyone, I want to restrict access to PM users and limit to only allow them maintenance to material type - assemblies (IBAU - Maintenance Assembly). We are using a customized material type (ZBAU - same name used for Auth group) which references t

  • HT201269 A question about iTunes backups.

    I have backed up my old iPhone that used Ios 6. Now I have a new iPhone and my question is: Can i restore that new one if it has ios 7? Will it change back to Ios 6 or not??? Thanks!!!