1

I just switched to Ubuntu 20.04.3 LTS Mate because Mint MATE was buggy and annoying.

Ubuntu MATE is a great distro but one thing I like better about Mint MATE was in Caja if you drag an item from the main panel into a folder in the tree view panel it would highlight the folder so you knew exactly which folder you were going to drop into.

Caja in Ubuntu Mate doesn't do this.

I have tried a few different themes that come with Ubuntu.

Does anyone have a suggestion to enable this feature?

Thanks in advance

Added a picture from XFCE. Notice the highlight on the "New Folder" in the left panel.

screenshot

Zanna
  • 70,465
GlenM
  • 39
  • 7

1 Answers1

4

Caja has Tree and Places views in the left Side Pane. In Ubuntu MATE 20.04.3 LTS with default Ambiant and Radiant themes it really does not highlight possible drop location.

So you have two options:

  • use Extra Pane with any MATE theme which is opened by F3 and switch one of the panes to List View:

    Extra Pane

  • install modern Yaru theme from special PPA and use your original method with Tree or Places view in Side Pane

    sudo add-apt-repository ppa:flexiondotorg/yaru-mate
    sudo apt-get update
    sudo apt-get dist-upgrade
    

    then choose the Yaru-MATE-Light theme in MATE Control Center → Appearance.

    To get the following functionality for Places

    Yaru Places

    and for Tree

    Yaru Tree

N0rbert
  • 99,918
  • This does achieve the desired effects but I have discovered after using it that it causes Caja to crash. – GlenM Oct 06 '21 at 13:29
  • Please report bugs to both Launchpad by apport-bug caja and https://github.com/mate-desktop/caja/issues . – N0rbert Oct 06 '21 at 20:46