View previous topic :: View next topic |
Author |
Message |
smack_2k2 Apprentice


Joined: 21 Nov 2004 Posts: 155
|
Posted: Tue Nov 30, 2004 9:02 am Post subject: KDE file manager |
|
|
I'm using KDE 3.3.0 and i want to use a file manager like Total Commander from Windows, with two file/dirs windows. Is there anything like what i want available? |
|
Back to top |
|
 |
zez Apprentice


Joined: 13 Jun 2002 Posts: 256 Location: Oregon, United States
|
Posted: Tue Nov 30, 2004 9:10 am Post subject: |
|
|
I'm not sure if this is what you want, but in Konqueror you can split the view into as many frames as you want. Just go to the window menu and select whether you want to split the pane vertically or horizontally. |
|
Back to top |
|
 |
Lotu Tux's lil' helper


Joined: 12 Sep 2004 Posts: 106 Location: Finland
|
Posted: Tue Nov 30, 2004 10:38 am Post subject: |
|
|
Also check out Gentoo (the file manager, not the distro) and Midnight commander (being also usable without X) and choose your liking. _________________ In a world without walls and fences, who needs Windows and Gates?
I'm an evil homosexual communist. |
|
Back to top |
|
 |
luisfeser Guru


Joined: 22 May 2004 Posts: 543 Location: /España/Toledo
|
Posted: Tue Nov 30, 2004 11:34 am Post subject: |
|
|
For KDE??
emerge -av krusader  _________________ AMD Athlon XP-M 2500+ @2200MhHz|1GB DDR @400MHz Dual-Chanel|NVIDIA GeForce4 MX 420|SB Live 5.1|ADSL 512/128 Arsys
gentoo ~x86 |
|
Back to top |
|
 |
Illissius Guru


Joined: 31 Jul 2004 Posts: 395 Location: Hungary
|
Posted: Tue Nov 30, 2004 3:57 pm Post subject: |
|
|
Krusader. Christian Ghisler himself uses it when he's on Linux. (no joke) _________________ Work is punishment for failing to procrastinate effectively.
last.fm |
|
Back to top |
|
 |
smack_2k2 Apprentice


Joined: 21 Nov 2004 Posts: 155
|
Posted: Tue Nov 30, 2004 8:45 pm Post subject: |
|
|
Thanks...i'l give it a try |
|
Back to top |
|
 |
blotto Tux's lil' helper

Joined: 03 Jul 2003 Posts: 116 Location: Whitehaven UK
|
Posted: Tue Nov 30, 2004 9:59 pm Post subject: |
|
|
You can also use Konqueror, choose
Settings>Load View Profile>Midnight Commander |
|
Back to top |
|
 |
smack_2k2 Apprentice


Joined: 21 Nov 2004 Posts: 155
|
Posted: Wed Dec 01, 2004 9:55 am Post subject: |
|
|
I've tried to compile the package, but it says that it can't fine some library:
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la
I've checked myself and the file IS there. What can i do ? |
|
Back to top |
|
 |
tristure Apprentice

Joined: 30 Oct 2003 Posts: 270 Location: France
|
Posted: Wed Dec 01, 2004 10:14 am Post subject: |
|
|
Actually there are already many posts on this subject. I personaly had the same problem.
My guess is that the file IS NOT there, but you have been misguided because you looked in the 3.4.3 directory instead of 3.3.4, which probably does not exist on your system. So you went in the only directory you have and thought it was the good one because it really looks like it.
At least that is exactly what happened to me.
If I am right and the file does exist, but in the wrong directory, all you have to do is symlink the file in the 3.3.4 directory. And everything should work fine.
And BTW, Krusader rocks big time. There are still improvements to be made, but much progress has been made in a few months, and i think it's the best file manager for KDE (aesthetics + usability). |
|
Back to top |
|
 |
smack_2k2 Apprentice


Joined: 21 Nov 2004 Posts: 155
|
Posted: Wed Dec 01, 2004 2:50 pm Post subject: |
|
|
Quote: | If I am right and the file does exist, but in the wrong directory, all you have to do is symlink the file in the 3.3.4 directory. |
symlink ? ... please explain |
|
Back to top |
|
 |
tristure Apprentice

Joined: 30 Oct 2003 Posts: 270 Location: France
|
Posted: Wed Dec 01, 2004 4:02 pm Post subject: |
|
|
You have to create a symbolic link pointing towards libstdc++.la in the directory the compiler looks for it.
For instance, in your case, the file :
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la
is missing.
Assuming (up to you to find out the real path on your system) you have the file libstdc++.la in /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/
(that's where it was on my system at the time), you have to :
-Create the /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/ folder if it doesn't already exist
-Go to that folder (cd /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/)
And create the link :
ln -s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la libstdc++.la
Be careful not to get confused between the path where the physical file exists and the path where you want it to be for the compile task to work. (cf bold characters)
Hope this helps! |
|
Back to top |
|
 |
smack_2k2 Apprentice


Joined: 21 Nov 2004 Posts: 155
|
Posted: Wed Dec 01, 2004 4:06 pm Post subject: |
|
|
Thanks, that's good ti know i've just copied the folder witha different name. It was i686 instead of i386, lucky me that i saw ... thanks ... i like krusader allready  |
|
Back to top |
|
 |
|