morbit said:It's not _that_ minimale.g. you don't need all x11-fonts/xorg-fonts, panel, background... xterm is far from being minimal. Check x11/sterm.
<item label="rTorrent">
<action name="Execute">
<execute>
xterm -e rtorrent
</execute>
</action>
</item>
shepper said:I have a similiar setup with openbox/tint2/feh. One option that is alluded to but not fully described is to to use the terminal "-e" option to make a menu item to run an ncurses based app. I do this for nmcpc, top, midnight commander and rtorrent. An example menu item for openbox:
Code:<item label="rTorrent"> <action name="Execute"> <execute> xterm -e rtorrent </execute> </action> </item>
user1 said:One thing to note, I am logged in as root and have been using su to use portmaster for the installs. Not sure if this has any effects on the errors im running into.
user1 said:Just came home and it moved past the hang, looks like it was just really slow, should have waited a bit longer before posting, good guide! Thanks again.
My 2cents.. the first three things i find very useful to have at hand after a new install (way before i even think of X) are:
1) Handbook
2) tmux
3) lynx
You open two panes in tmux, work your way through the installation in one, and keep the other in /usr/local/share/doc/freebsd/handbook with lynx ready to allow you to navigate through the docs. Whatever goes wrong, you have nicely formatted help always at hand
morbit said:Moreover, mc-light is a bit saner than mc.
MasterOne said:Does anybody know of a GUI frontend to mplayer / mplayer2 other then SMplayer
The emphasis of my question was on "which remembers media settings and time positions of played files", and as far as I remember, gnome-mplayer does not have such a feature.vermaden said:Try gnome-mplayer.