Desktop Icon Allignment Issues

Discussion in 'Linux' started by mjenkinson05, Sep 20, 2008.

  1. mjenkinson05

    mjenkinson05

    Joined:
    Sep 16, 2008
    Messages:
    2
    Likes Received:
    0
    Ive just performed a system recovery, and a liveupdate, but after the system rebooted after updating, the desktop icons all have a gap in the first position.
    Could anyone help me get rid of the gaps, if i drag an icon into the place of the gap, it still doesn move. Its really annoying.
     
    mjenkinson05, Sep 20, 2008
    #1
  2. mjenkinson05

    A_I

    Joined:
    Aug 1, 2008
    Messages:
    63
    Likes Received:
    0
    Look at XML file at sequence number may be there are some changes... (e.g. first icons sequence is 2)
     
    A_I, Sep 20, 2008
    #2
  3. mjenkinson05

    oatmax

    Joined:
    Sep 16, 2008
    Messages:
    5
    Likes Received:
    0
    i have same problem

    u must edit group-app.xml

    and change sequence of icon start at "0"

    see pic
     
    oatmax, Sep 20, 2008
    #3
  4. mjenkinson05

    Gecko

    Joined:
    Sep 23, 2008
    Messages:
    1
    Likes Received:
    0
    I have this same problem. I have found the file group-app.xml but whenever I try to edit it I am faced with "Cannot open file to write". Sorry if I'm missing something obvious here but I'm incredibly new to linux.
     
    Gecko, Sep 23, 2008
    #4
  5. mjenkinson05

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    You're probably trying to edit the wrong xml file. One that is located in a system directory owned by root.

    You want to edit the one owned by YOU. You'll find it in:

    .config/xfce4/desktop

    . (dot) files/directories are hidden in Linux, but you can see them using ls -l or with your filemanager with hidden files showing.

    To edit the file you want to edit (from a terminal or run in ALT-F2):

    mousepad ./config/xfce4/desktop/group-app.xml

    You might want to backup the file first:

    cd ~/.config/xfce4/desktop/
    cp group-app.xml group-app.xml.backup

    Then edit it.

    Cheers.
     
    rbil, Sep 23, 2008
    #5
  6. mjenkinson05

    tailknot

    Joined:
    Sep 18, 2008
    Messages:
    5
    Likes Received:
    0
    See...
    viewtopic.php?f=48&t=3660

    You can copy and paste the original group-app.xml file using the one posted. It should work. Unless you have customized your desktop.
    Cheers
     
    tailknot, Sep 23, 2008
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.