You are not logged in.

#1 2006-06-28 10:29:32

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

[new] BF-Commander

BF-Commander is a small, fast and powerful GUI twin-panel file manager for Linux. It's the total-commander replacement for me, faster than krusader, almost the same functionality...

AUR package: http://aur.archlinux.org/packages.php?d … =1&ID=5789

more info http://www.hi-net.cz/blaza/bfcommander/en/index.html

Offline

#2 2006-06-28 21:53:23

StormBlast
Member
From: Moscow, Russia
Registered: 2006-02-02
Posts: 33
Website

Re: [new] BF-Commander

Doesn't work cause the executable cannot find needed libraries:

[storm@silence /opt/bfcommander/bin]$ ./bfcommander
libborqt-6.9-qt2.3.so: cannot open shared object file: No such file or directory

Add this script to your package to run application:

#!/bin/bash
export LD_LIBRARY_PATH="/opt/bfcommander/lib:$LD_LIBRARY_PATH"
/opt/bfcommander/bin/bfcommander -ns

P.S. Functionality is good but face is horrible for me...


:: create while you can ::

Offline

#3 2006-07-02 16:19:54

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: [new] BF-Commander

bfcommander.sh is placed in your /etc/profile.d :

export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/bfcommander/lib"
PATH="$PATH:/opt/bfcommander/bin"

it is executed when system starts, like scripts of other programs that are installed in /opt...
maybe i could add a comment in the bfcommander.install file, to reboot before use it...



is there another way to add a script from /etc/profile.d/ to the system-wide profile without restart?

Offline

Board footer

Powered by FluxBB