Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE file manager
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
smack_2k2
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 155

PostPosted: Tue Nov 30, 2004 9:02 am    Post subject: KDE file manager Reply with quote

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
View user's profile Send private message
zez
Apprentice
Apprentice


Joined: 13 Jun 2002
Posts: 256
Location: Oregon, United States

PostPosted: Tue Nov 30, 2004 9:10 am    Post subject: Reply with quote

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
View user's profile Send private message
Lotu
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2004
Posts: 106
Location: Finland

PostPosted: Tue Nov 30, 2004 10:38 am    Post subject: Reply with quote

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
View user's profile Send private message
luisfeser
Guru
Guru


Joined: 22 May 2004
Posts: 543
Location: /España/Toledo

PostPosted: Tue Nov 30, 2004 11:34 am    Post subject: Reply with quote

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
View user's profile Send private message
Illissius
Guru
Guru


Joined: 31 Jul 2004
Posts: 395
Location: Hungary

PostPosted: Tue Nov 30, 2004 3:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
smack_2k2
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 155

PostPosted: Tue Nov 30, 2004 8:45 pm    Post subject: Reply with quote

Thanks...i'l give it a try
Back to top
View user's profile Send private message
blotto
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2003
Posts: 116
Location: Whitehaven UK

PostPosted: Tue Nov 30, 2004 9:59 pm    Post subject: Reply with quote

You can also use Konqueror, choose
Settings>Load View Profile>Midnight Commander
Back to top
View user's profile Send private message
smack_2k2
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 155

PostPosted: Wed Dec 01, 2004 9:55 am    Post subject: Reply with quote

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
View user's profile Send private message
tristure
Apprentice
Apprentice


Joined: 30 Oct 2003
Posts: 270
Location: France

PostPosted: Wed Dec 01, 2004 10:14 am    Post subject: Reply with quote

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
View user's profile Send private message
smack_2k2
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 155

PostPosted: Wed Dec 01, 2004 2:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
tristure
Apprentice
Apprentice


Joined: 30 Oct 2003
Posts: 270
Location: France

PostPosted: Wed Dec 01, 2004 4:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
smack_2k2
Apprentice
Apprentice


Joined: 21 Nov 2004
Posts: 155

PostPosted: Wed Dec 01, 2004 4:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum