Can Nautilus file manager be installed?

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Can Nautilus file manager be installed?

Post by mimosa »

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.
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: Can Nautilus file manager be installed?

Post by gapan »

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.
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: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'.
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.
Atip wrote:
rsal wrote: Where can I see a list of all mate applications?
In a terminal give:

ls /usr/bin/mate-*

or

locate /usr/bin/mate-*
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.

You could get a list of all mate packages with

Code: Select all

slapt-get --search mate
although that will also give you several packages that are not actually related to mate, but have "mate" somewhere inside their description.

You could certainly use

Code: Select all

slapt-get -s --install-set mate
and that will show you everything that is in the mate package set in the repos.

And you could certainly open Gslapt, sort packages by the Location column and see which ones are in the "mate" set.
Image
Image
Post Reply