PDA

View Full Version : [SOLVED] New install to 12.04 with MATE but desktop folders remain



suomalainen
August 16th, 2013, 06:45 PM
Hi,

I installed 12.04 with MATE.

The home folder and computer folder which remain after the install won't disappear.

You can't delete them
Google tweak didnt work
Gconf or something or other didn't work.


Anyone know of a solution?

Thanks!

tgalati4
August 16th, 2013, 07:46 PM
You are correct! It must be a setting within Mate. Perhaps buried in one of these:

mateconf-editor (1) - an editor for the MateConf configuration system
mateconftool-2 (1) - MATE configuration tool

Let us know what you find.

suomalainen
August 16th, 2013, 09:30 PM
I tried these two approaces to no avail......

1. from software centre download

"Advanced Settings"

2. Open terminal

3. Enter "gnome-tweak-tool"

4. Under desktop you can make the changes you need. BUT STILL home, computer and trash remain after settings changed...

ANOTHER APPROACH

From Terminal

1. gconf-editor

2. "Configuration editor" opens but desktop icons are no where to be found.???????

Help...

mikewhatever
August 16th, 2013, 09:46 PM
Why do you want the home folder to disappear? It should have all your files and settings, so, at least, back them up before it's too late.
Same goes about the computer folder, whatever that is.

suomalainen
August 16th, 2013, 10:00 PM
Found these commands here:

http://ubuntuforums.org/showthread.php?t=1966370


To show the Computer icon run:

Code:

gsettings set org.gnome.nautilus.desktop computer-icon-visible true

To hide the Computer icon run:

Code:

gsettings set org.gnome.nautilus.desktop computer-icon-visible false

To show the Home icon run:

Code:

gsettings set org.gnome.nautilus.desktop home-icon-visible true

To hide the Home icon run:

Code:

gsettings set org.gnome.nautilus.desktop home-icon-visible false

These also did not work for me. I wonder if a new install is in order?

suomalainen
August 17th, 2013, 05:54 AM
I found this file:

org.mate.caja.gschema.xml

in:

/usr/share/glib-2.0/schemas

and so logged into Nautilus as su and edited it because it held the true/false values of trash, computer and home folders. Changed all three from True to False and still they apper on desktop. Even after reboot.


This isn't funny anymore. Quite a few solutions were attempted to no avail.

Does anyone know if these folders are hardcoded into the source code and cannot be deleted or what's the deal?

Thanks!

suomalainen
August 17th, 2013, 06:03 AM
Sorry. Uploaded wrong screenshot and the edit option would not allow me to delete it.

tgalati4
August 17th, 2013, 06:13 AM
I bet if you search through the source code you will find it! You have tried numerous methods. Perhaps send an email to the Mate (http://mate-desktop.org/) developers.

suomalainen
August 17th, 2013, 07:05 AM
I'm gonna do a new install.

Is their a right and wrong way about installing MATE?

suomalainen
August 18th, 2013, 03:27 PM
Before the install. Anyone know the answer to this?

tgalati4
August 18th, 2013, 09:12 PM
Linux Mint Mate 14 has done all of the heavy lifting and it works out of the box--no tweaking involved. It's based on 12.10, so it is not an LTS release, but it works. I believe 15 is out now so you could try that as well. I don't know if the newer versions of Mate allow you to delete those two folders off of the desktop.

mikodo
August 19th, 2013, 04:39 AM
Is this helpful, from ArchLinux Forums? (https://bbs.archlinux.org/viewtopic.php?pid=980156)

tgalati4
August 19th, 2013, 06:55 PM
I will give it a try to test Mate 1.4


mateconftool-2 --type boolean --set /apps/caja/desktop/computer_icon_visible false

mateconftool-2 --type boolean --set /apps/caja/desktop/home_icon_visible false

mateconftool-2 --type boolean --set /apps/caja/desktop/trash_icon_visible false

Thanks for the link.

suomalainen
August 20th, 2013, 06:11 PM
Did the codes Mikodo offer work?

tgalati4
September 27th, 2013, 02:43 AM
I tried just the first command and it worked! I like to have the home folder icon on my desktop and my trash icon is missing. So I know for sure the first command works with Mate 1.4.

suomalainen
September 29th, 2013, 06:57 PM
Finally found the answer

The dconf editor replaced mate-conf in the 1.6 release. Install "dconf-tools" if it isn't already there. You should find "Dconf editor" in the System Tools menu.

Once launched, click on "org" in the left panel, then "mate", then "caja", and, finally, "desktop" (org->mate->caja->desktop). On the right you will see checkboxes to toggle the visibility of the icons.

hg-knight
November 6th, 2013, 10:18 PM
thanks for the help