After a little research I have decided to install krusader
as my file manager. Installing it should be fairly simple.
emerge --ask krusader
After seeing the below output…
[spoiler] storm ~ # emerge --ask krusader These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] kde-base/libkonq-4.10.5 USE="(-aqua) -debug {-test}" [ebuild N ] kde-base/keditbookmarks-4.10.5 USE="(-aqua) -debug {-test}" [ebuild N ] kde-misc/krusader-2.4.0_beta3 USE="bookmarks handbook (-aqua) -debug" LINGUAS="-bg -bs -ca -ca@valencia -cs -da -de -el -en_GB -eo -es -et -fi -fr -ga -gl -hr -hu -it -ja -ko -lt -mai -nb -nds -nl -pa -pl -pt -pt_BR -ro -ru -sk -sl -sr -sr@ijekavian -sr@ijekavianlatin -sr@latin -sv -tr -ug -uk -zh_CN -zh_TW" Would you like to merge these packages? [Yes/No] [/spoiler]
…I run the below to make use of the English/British USE flag. I install both en_GB
and uk
USE flags.
echo "kde-misc/krusader en_GB uk" >> /etc/portage/package.use
For some reason the change in USE flags were not picked up. However, I proceeded and installed it anyway. The below was the output.
[spoiler] ... -- Installing: /var/tmp/portage/kde-misc/krusader-2.4.0_beta3/image/usr/share/locale/ja/LC_MESSAGES/krusader.mo >>> Completed installing krusader-2.4.0_beta3 into /var/tmp/portage/kde-misc/krusader-2.4.0_beta3/image/ strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/lib64/kde4/kio_krarc.so usr/bin/krusader usr/lib64/kde4/kio_iso.so ecompressdir: bzip2 -9 /usr/share/doc * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * /var/tmp/portage/kde-misc/krusader-2.4.0_beta3/work/krusader-2.4.0-beta3/iso/kiso.cpp:261:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * /var/tmp/portage/kde-misc/krusader-2.4.0_beta3/work/krusader-2.4.0-beta3/iso/kiso.cpp:261:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * /var/tmp/portage/kde-misc/krusader-2.4.0_beta3/work/krusader-2.4.0-beta3/iso/kiso.cpp:318:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * /var/tmp/portage/kde-misc/krusader-2.4.0_beta3/work/krusader-2.4.0-beta3/iso/kiso.cpp:319:79: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * /var/tmp/portage/kde-misc/krusader-2.4.0_beta3/work/krusader-2.4.0-beta3/iso/kiso.cpp:325:90: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://www.krusader.org/ >>> Installing (3 of 3) kde-misc/krusader-2.4.0_beta3 * QA Notice: Symbolic link /usr/share/doc/HTML/pt_BR/krusader/common points to /usr/share/doc/HTML/pt_BR/common which does not exist. * QA Notice: Symbolic link /usr/share/doc/HTML/uk/krusader/common points to /usr/share/doc/HTML/uk/common which does not exist. * QA Notice: Symbolic link /usr/share/doc/HTML/pt/krusader/common points to /usr/share/doc/HTML/pt/common which does not exist. * QA Notice: Symbolic link /usr/share/doc/HTML/sv/krusader/common points to /usr/share/doc/HTML/sv/common which does not exist. * Updating icons cache ... [ ok ] * Updating desktop mime database ... * Updating shared mime info database ... * WARNING! Your system configuration contains neither "kde-base/kdebase-runtime-meta" * nor "kde-base/kdebase-startkde". You need one of above. * With this setting you are unsupported by KDE team. * All missing features you report for misc packages will be probably ignored or closed as INVALID. >>> Recording kde-misc/krusader in "world" favorites file... * Messages for package kde-misc/krusader-2.4.0_beta3: * WARNING! Your system configuration contains neither "kde-base/kdebase-runtime-meta" * nor "kde-base/kdebase-startkde". You need one of above. * With this setting you are unsupported by KDE team. * All missing features you report for misc packages will be probably ignored or closed as INVALID. >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * GNU info directory index is up-to-date. storm ~ # [/spoiler]
This seems to have worked anyway.
Resources
Tech Republic – 10 Linux file managers worth checking out
http://www.techrepublic.com/blog/10things/10-linux-file-managers-worth-checking-out/993
Krusader.org – Twin panel file management for your desktop
http://www.krusader.org/
Konqueror.org – What is Konqueror?
http://www.konqueror.org/
Wikipedia.org – Comparison of file managers
http://en.wikipedia.org/wiki/Comparison_of_file_managers
Linux Links – 14 of the Best Free Linux File Manager
http://www.linuxlinks.com/article/20081224191928555/FileManagers.html
Be the first to comment