Can Nautilus file manager be installed?
Re: Can Nautilus file manager be installed?
That tells you what you have installed. To find out what is in the repos that you may not have installed, search in Gslapt or slapt-get.
Re: Can Nautilus file manager be installed?
You can search for files with with Catfish. When you locate the files, you can right click on the entry in catfish, select to open with filemanager, which will load thunar, then cut the file and paste it where you want. One step more than you described, but just sayin'...rsal wrote:I need a file manager which can do following simple task: find a file in the shown folder and its subfolders (the search string should preferably not need * at begining and end of search string); I should then be able to right click on any of the found files and cut it to be pasted elsewhere.
OK, maybe. But the decision to name the application executable as "caja" and the package "mate-file-manager" was made by the MATE developers, not Salix. Salix is not in the habit of randomly changing package names as other distributions do.rsal wrote:Users like me cannot create great applications but can humbly suggest that same name of application and its main command is very helpful to the uninitiated. It would be helpful if at least in Gslapt the name or description of this application includes the word 'Caja'.
Not necessarily correct and certainly incomplete. There are several mate applications that this command will not find (atril, engrampa, caja...). It will also not find applications you haven't installed.Atip wrote:In a terminal give:rsal wrote: Where can I see a list of all mate applications?
ls /usr/bin/mate-*
or
locate /usr/bin/mate-*
You could get a list of all mate packages with
Code: Select all
slapt-get --search mate
You could certainly use
Code: Select all
slapt-get -s --install-set mate
And you could certainly open Gslapt, sort packages by the Location column and see which ones are in the "mate" set.