Author Topic: remove my documents icon  (Read 1626 times)

0day

  • Guest
remove my documents icon
« on: May 30, 2010, 10:38:40 AM »
how to for remove my documents icon from desktop?

skyhawk

  • Guest
Re: remove my documents icon
« Reply #1 on: May 30, 2010, 10:51:05 AM »
Removing the 'My Documents' icon is not a configurable option. It is hard-coded into the DE. You can right-click on the desktop, select 'Desktop settings', then uncheck 'Manage the desktop and show file icons', but I would not advise doing that, as you might find open windows doing strange things.

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: remove my documents icon
« Reply #2 on: May 30, 2010, 11:58:39 AM »
Go to the Desktop directory from within a console, and invoke the command "ls -A" then hit enter. If you see a .directory try to move it out of the way with the command "mv .directory .directory.OLD". Restart the session and see if there is a change. //watch out that there be the '.' : '.directory' -this is a hidden file, hence the '.' at the beginning of the file name.

You could also try to go to PCManFM preferences, and untick "manage the desktop and icons" but then you would not have a background anymore and would need another program to manage it (such as feh).

« Last Edit: May 30, 2010, 12:03:08 PM by melodie »
melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: remove my documents icon
« Reply #3 on: May 30, 2010, 12:04:03 PM »
I've tried many methods of removing that icon. I wouldn't recommend any of them. Each method creates its own set of problems.

 

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: remove my documents icon
« Reply #4 on: May 30, 2010, 02:09:09 PM »
I've tried many methods of removing that icon. I wouldn't recommend any of them. Each method creates its own set of problems.

 

You, or Oday can try the method available in the "Openbox only" version : install feh, get the ~/.fehrc from the openbox version, add this line to the ~/.config/autostart.sh :
Code: [Select]
feh --bg-scale "$(find ~/.local/share/wallpapers -type f |sort -R |tail -1)" &
have your wallpapers in the directory .local/share/wallpapers -create it or adapt the above line to suit the location of your wallpapers.

With the "sort -R | tail -1" part you will even have a different wallpaper at each session if you have more than one wallpaper in that directory.

Then you can untick "manage the desktop and the icons" in PCManFM and you won't have the "My Documents" icon anymore. (And you will however have feh to display the background).




melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

flan_suse

  • Guest
Re: remove my documents icon
« Reply #5 on: June 01, 2010, 11:50:32 AM »
PCManFM version 0.95 will resolve the "My Documents" issue without requiring any tweaks.

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: remove my documents icon
« Reply #6 on: June 01, 2010, 12:20:43 PM »
PCManFM version 0.95 will resolve the "My Documents" issue without requiring any tweaks.


Hi,

http://blog.lxde.org/?p=727

Quote
PCManFM 0.9.7 + libfm 0.1.12 (RC1)

The new file manager, next generation of PCManFM, is now entering RC1 (release candidate for 1.0).
Most of the bugs in pcmanfm bug tracker are cleared and the stability is quite good. As we are now in feature-freeze, no new features are added and this is a major bug fix release.(...)


Nice ! :)

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode