Questions relating to the file manager Krusader

learn more… | top users | synonyms

0
votes
0answers
15 views

How to make Krusader use the terminal emulator box upon typing (instead of quicksearch)?

I'm trying to get Krusader to work like Total Commander - when I start typing, this should be a command in the terminal emulator box, rather than the Quicksearch function. Is this possible?
0
votes
1answer
98 views

where can I delete the password cache in krusader in xubuntu?

I have installed krusader under Xubuntu and there I stored an ssh-password in the cache. Now the password changed, and I have no option to re-enter the password. krusader only tells me, that the ...
3
votes
2answers
495 views

Krusader can't go into archives

I installed Krusader to my ubuntu from repos with "apt-get install" and it work fine except one thing - i can not enter in any archives. While trying to do so it says - "listing folders is not ...
0
votes
0answers
72 views

Krusader: How to enable SHIFT+DELETE?

Deleting files/directories is done by selecting them and pressing F8 or Delete. By default it will be moved to Trash. ............ Shift+Delete will delete the file permanently. It is not working for ...
0
votes
1answer
24 views

How to get the size for all subdirs in Krusader

In Total Commander it was ALT + SHIFT + ENTER. Is the same possible in Krusader? (I am talking about in-place calculations so please no properties window suggestions).
0
votes
0answers
104 views

Krusader host key for server has changed

When im using terminal everything is ok, but when im using krusader im geting such error. What can i
0
votes
0answers
20 views

Bind movement keys in Krusader

By default, arrows are used to move forward, back, up in a directory, down in a directory. I want to bind another keys for these actions. But I don't see these options in a binding settings. Have ...
1
vote
1answer
291 views

Krusader doesn't save FTP password

I need to type the FTP password always, although I have checked the remember password option. What could be wrong ??
2
votes
1answer
243 views

How to make Krusader to show file name with extensions?

Are there any settings that can make Krusader show file name with extensions after it (instead of just show file name and the extension is in a separate column)? Having examined each and every ...
0
votes
0answers
75 views

How to change user in Krusader while working on server [closed]

Is it possible to change the actual user to root while i'm on the server?
5
votes
2answers
159 views

Is it possible to queue file transfers in Nautilus like in Krusader?

I have heard that Krusader has a great "commander" feature that allows you to start a file transfer and queue additional files to be transferred. They are transferred one by one in order, rather than ...
1
vote
1answer
294 views

Start Krusader in a directory from command line

I want to start krusader from terminal in directory /tmp in left panel. how to do it?
3
votes
1answer
227 views

How to compare zip files' contents?

Is there any tool to compare zips by content? maybe some krusader addon or command-line magic?
0
votes
1answer
54 views

krusader custom view matching more than one pattern

I one directory I have 100 files, but I only work with 10. is it possible to make custom view that matches many patterns? for example I want to match files that start with super, but also those which ...
2
votes
1answer
1k views

Trash has reached maximum size?

I'm on Kubuntu 11.04, and deleting in Krusader I get "Thrash has reached maximum size" even when I have 10M in ~/.local/share/Trash/files. So my question is why is that? How do I set the allowed size ...
1
vote
2answers
244 views

How to highlight only file name when renaming file in Krusader?

When I renamed files (by F2) in Krusader on Ubuntu 10.10, only the file name got highlighted for renaming, not the file extension. After I upgraded to Ubuntu 11.04, the whole file including extension ...
1
vote
2answers
113 views

Krusader - How to go to file?

i have many files in directory and I would like to the focus to be transported to files with name staring with "ble", how to do it? in totalcmd you would hold alt and type "ble"
2
votes
3answers
2k views

How to use terminal from Krusader?

When I try to run the "Start Terminal Here" command I get Error executing konsole --workdir %d! On the net I found that the reason is that I have konsole is not installed, but I don't have root ...
6
votes
3answers
510 views

How come rsync copies files faster than Krusader?

I am trying to copy a .tar.gz file from a remote host. If I mount that host using Krusader and copy it takes a lot of time. However, if I use rsync, it is about 5-6 times faster. How come? Is there a ...
10
votes
5answers
5k views

How to list all the files in a tree (a directory and its subdirs)?

For a task of mine I need to list all the files in a tree (a directory, all its subdirs, all subdirs of those, etc.). I'd prefer to see them in Nautilus or Krusader, but a command-line solution is ...