No desktop Icons

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
marietta_greg

No desktop Icons

Post by marietta_greg »

Hello, I found and tried he TS steps in http://forums.linuxmint.com/viewtopic.p ... 87#p620187 but run into roadblocks.
In that post the following were suggested:

pgrep compiz at command line does nothing ... just right back to cmd prompt
mateconftool-2 -g /apps/caja/preferences/show_desktop --> I get command not found (!?) So I attempted to install it

sudo apt-get install mateconftool-2
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mateconftool-2

update did not help to find the package.

Also (related?) If I click menu then Computer, Home Folder or Desktop Caja appears briefly (1 second) then closes. Fortunately I also have Thunar installed so I can go find it and pull up a file manager, but this isn't how menu is supposed to work.

Finally, desktop, R-click does nothing. Shouldn't there be a context menu that comes up including create file, create launcher, change desktop settings, etc.?

Thanks for the help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kukamuumuka

Re: No desktop Icons

Post by kukamuumuka »

It sounds that there is a configuration problem or caja problem. If it is a caja problem, kill caja

Code: Select all

killall caja
If that does not help, make a test user and see how it´s desktop works.

Code: Select all

sudo useradd -m testuser -s /bin/bash
sudo passwd testuser
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: No desktop Icons

Post by Monsta »

marietta_greg wrote:mateconftool-2 -g /apps/caja/preferences/show_desktop --> I get command not found (!?)
That's some horribly outdated thread. MATE migrated to GSettings in 1.6.
Use this:

Code: Select all

gsettings get org.mate.background show-desktop-icons
Locked

Return to “MATE”