Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Make krusader default file manager
Date: Thu, 13 Mar 2008 21:42:03
Message-Id: 200803132335.39551.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Make krusader default file manager by Danis Petkakis
1 On Thursday 13 March 2008, Danis Petkakis wrote:
2 > "-rwxr-xr-x 1 root root 5356 2008-02-03 22:47
3 > /usr/kde/3.5/bin/konqueror -rwxr-xr-x 1 root root 2106844 2008-03-07
4 > 21:28 /usr/bin/krusader"
5 >
6 > this is what 'ls' gives me for both applications...the access rights
7 > seem to
8 >
9 > be the same for both...
10
11 It's probably this:
12
13 alan@nazgul ~ $ krusader /home/alan/
14 krusader: Unexpected argument '/home/alan/'.
15 krusader: Use --help to get a list of available command line options.
16 alan@nazgul ~ $ krusader
17 alan@nazgul ~ $ krusader --help
18 Usage: krusader [Qt-options] [KDE-options] [options]
19
20 Krusader
21 Twin-Panel File Manager for KDE
22
23 Generic options:
24 --help Show help about options
25 --help-qt Show Qt specific options
26 --help-kde Show KDE specific options
27 --help-all Show all options
28 --author Show author information
29 -v, --version Show version information
30 --license Show license information
31 -- End of options
32
33 Options:
34 --left <path> Start left panel at <path>
35 --right <path> Start right panel at <path>
36 --profile <panel-profile> Load this profile on startup
37
38 So it would appear that krusader doesn't start like a regular file
39 manager, and 'krusader %U' won't work.
40
41 Dunno why it won't launch from your terminal though, it does fine here
42 on mine. As a last grasp at straws, what's your output from
43
44 ldd /usr/bin/krusader
45
46
47 --
48 Alan McKinnon
49 alan dot mckinnon at gmail dot com
50
51 --
52 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Make krusader default file manager Danis Petkakis <dpetka2001@×××××.com>
Re: [gentoo-user] Make krusader default file manager Danis Petkakis <dpetka2001@×××××.com>