Re: text format

2012-06-12 Thread pwnedomina

On 12-06-2012 08:22, Polytropon wrote:

On Tue, 12 Jun 2012 09:06:07 +0100, i pwn wrote:

on groff i've used this cmd to format the text
groff -Tascii  normal.txt | sed 's/^/   /'$1  formatted.txt
on nroff what would be the cmd?

Depending on your input data, I'd say the same command:
groff -Tascii  normal.txt  formatted.txt. But you need
to test this yourself with your input text format.

See man nroff for details.

For using roff macros, man 7 mdoc has a nice summary.



im only asking what cmd should i use to format an ascii text to be 
identical to that one, centered and aligned..

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: text format

2012-06-11 Thread pwnedomina

On 11-06-2012 23:40, Alejandro Imass wrote:

On Mon, Jun 11, 2012 at 5:57 PM, i pwnpwnedom...@gmail.com  wrote:

hi, sometime ago i asked a question about how to format a text, some people
told me to use groff, but i would like to know how was file
http://ipwn.altervista.org/files/Stoll,%20Clifford%20-%20The%20Cuckoo%27s%20Egg.txt
fomatted.
thanks in advance.

Most probably nroff / groff

Take a look at the info from the authoring tools at rfceditor:

http://www.rfc-editor.org/formatting.html


*formatted.
i've downloaded NroffEdit but when i open the ASCII text i want to 
convert/format, it says Not a valid nroff I-D

what should i do?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: root-portal compilation

2011-06-10 Thread pwnedomina

On 09-06-2011 15:10, pwnedomina wrote:

On 09-06-2011 09:55, Damien Fleuriot wrote:


On 6/8/11 8:15 PM, pwnedomina wrote:

There is no port for root-portal, i've tried to compile it manually
without success. While trying to compile root-portal I get this error:
process.h:59: error: extra qualification 'Procchange::' on member 
'updated'

*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src/modules/process.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src/modules.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2.

Can someone reproduce the same problem? I've tried to patch it using
thishttp://old.nabble.com/Bug-358277:-FTBFS-with-G++-4.1:-extra-qualification-p3525146.html 



but I still get errors...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org



Hi,


While I haven't tried to reproduce your problem, if I were you I 
would post:


- my version of freebsd
- my version of gcc

Just saying ;)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org



FreeBSD 8.2-RELEASE
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]




it seems i cant have help from developer.. so help please..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: root-portal compilation

2011-06-09 Thread pwnedomina

On 09-06-2011 09:55, Damien Fleuriot wrote:


On 6/8/11 8:15 PM, pwnedomina wrote:

There is no port for root-portal, i've tried to compile it manually
without success. While trying to compile root-portal I get this error:
process.h:59: error: extra qualification 'Procchange::' on member 'updated'
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src/modules/process.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src/modules.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2.

Can someone reproduce the same problem? I've tried to patch it using
thishttp://old.nabble.com/Bug-358277:-FTBFS-with-G++-4.1:-extra-qualification-p3525146.html

but I still get errors...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org



Hi,


While I haven't tried to reproduce your problem, if I were you I would post:

- my version of freebsd
- my version of gcc

Just saying ;)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FreeBSD 8.2-RELEASE
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


root-portal compilation

2011-06-08 Thread pwnedomina

There is no port for root-portal, i've tried to compile it manually
without success. While trying to compile root-portal I get this error:
process.h:59: error: extra qualification 'Procchange::' on member 'updated'
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src/modules/process.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src/modules.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2.

Can someone reproduce the same problem? I've tried to patch it using
thishttp://old.nabble.com/Bug-358277:-FTBFS-with-G++-4.1:-extra-qualification-p3525146.html
but I still get errors...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


fluxbox and rox-filer

2011-05-29 Thread pwnedomina
anyone here uses fluxbox with rox-filer? im having some troubles 
installing new themes..

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


root-portal compilation problem

2011-05-29 Thread pwnedomina

while trying to compile root-portal i get this error
process.h:59: error: extra qualification 'Procchange::' on member 'updated'
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src/modules/process.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src/modules.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2/src.
*** Error code 1

Stop in /usr/home/user/root-portal-0.5.2.
can someone reproduce the same problem? i need to get this working..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


icons

2011-05-27 Thread pwnedomina

where are located icons of apps such as browsers,etc?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: icons

2011-05-27 Thread pwnedomina

On 27-05-2011 19:15, Julian Fagir wrote:

Hi,


where are located icons of apps such as browsers,etc?

that depends on the software itself and the wm you are using.
For Gnome, KDE and Xfce at least you can look at /usr/share/icons
(/usr/local/share/icons resp.), but menu entries as Freedesktop defines can
also have absolute paths.

Regards, Julian
where can i find xchat icons for instance? i make a search and didnt 
find them..

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


xscreensaver

2011-05-19 Thread pwnedomina

what contents should be placed into /etc/pam.d/xscreensaver ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xscreensaver

2011-05-19 Thread pwnedomina

On 19-05-2011 17:05, Julian Fagir wrote:

Hi,


what contents should be placed into /etc/pam.d/xscreensaver ?

that depends solely on your system's configuration.
You should say what your window manager is, how you authenticate, etc.
If you have only a single-user system, taking the authentication-part should
be sufficient. I don't know about the generic pam-scripts of FreeBSD, but
e.g. `grep ^auth /etc/pam.d/login  /etc/pam.d/xscreensaver` could already do
the job.

Regards, Julian

my wm is fluxbox..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


openvas

2011-05-15 Thread pwnedomina

anyone knows how to configure openvas properly on FreeBSD?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD logon screen

2011-05-08 Thread pwnedomina

Em 08-05-2011 03:10, Polytropon escreveu:

On Sun, 08 May 2011 02:59:11 +0100, pwnedominapwnedom...@gmail.com  wrote:

man xscreensaver dont display information about fluxbox wm.

Of course not. :-)

You need to consult the documentation of fluxbox in
order to find out how to integrate it (if needed),
but I think it's _not_ entirely needed, as xscreensaver
has its own configuration program, and if you load
it on session startup, it should run in the back-
ground and react on non-interactivity properly.
But as I said, I'm not using it, so you need to
check the documentation.




ive added an entry to ~/.xsession but it dont works.
what should be done?

Add it to ~/.xinitrc then - to be precise: add it to
the file where you also have the entry for your window
manager (in this case, the one with the exec fluxbox
line). Can only be one of those two. :-)





okay, ive runned sucessfuly xscreensaver -no-splash in background
now the thing is the screen dont lock after some minutes, ive already 
setted in the option for it.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD logon screen

2011-05-08 Thread pwnedomina

Em 08-05-2011 10:27, Gökşin Akdeniz escreveu:

Those error messages are due to GTK interface of Xscreensaver
configuration tool which can be called with xscreensaver-demo

If you want xscreensaver start when user type command startx simply
edit the .xinitrc file. Sample configuration is for a fluxbox windows
manager and Xscreensaver.


#!/bin/sh

# start xscreensaver-daemon

xscreensvaer -no-splash

# start fluxbox

exec startfluxbox

This particular set up will start Xscreensaver daemon when startx
command executed.

You need to configure xscreensvaer in order to operate. This can be done
by either running command from xterm with xscreensaver-daemon or
editing the .xscreensaver file by hand.

Use the Xscreensaver-demo frontend to select the screensaver, idle and
cycle time. You'll get those gtk erors and ignore them ;) The frontend
will generate the .xscreensaver file for you.
ive placed the xscreensaver-comand -lock  cmd in fluxbox startup file 
instead.. and now its working properly..

thanks all for the help..

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


conky problem

2011-05-08 Thread pwnedomina
Ive just setup conky  in my fluxbox startup file the thing is that 
when fluxbox starts i see it running but then suddenly disappears, i see 
its running on background but how can i make it to appear in the screen?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FreeBSD logon screen

2011-05-07 Thread pwnedomina

there is any logon screen manager for freebsd?
sometimes computer is idle for sometime and i would like to add a logon 
screen in it..

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD logon screen

2011-05-07 Thread pwnedomina

Em 07-05-2011 14:15, Chad Perrin escreveu:

On Sat, May 07, 2011 at 09:17:12AM -0400, Eitan Adler wrote:

On Sat, May 7, 2011 at 9:12 AM, pwnedominapwnedom...@gmail.com  wrote:

there is any logon screen manager for freebsd?
sometimes computer is idle for sometime and i would like to add a logon
screen in it..

I'm guessing you mean a screen locker for X, not a logon screen.  Take
a look at x11/xlockmore or x11/xscreensaver.
If you do want a logon screen take a look at x11/gdm (gnome) and
x11/xdm both of which act as a display manager and a logon screen.

A much simpler screen locker is slock:

   pkgsearch -d slock
 /usr/ports/x11/slock
 DESC::
 Simple screen locker utility for X

 WWW: http://tools.suckless.org/slock


how can i configure slock to work properly?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD logon screen

2011-05-07 Thread pwnedomina

Em 07-05-2011 21:58, Chad Perrin escreveu:

On Sat, May 07, 2011 at 09:40:56PM +0100, pwnedomina wrote:

how can i configure slock to work properly?

It should just work.  You can either trigger it by entering the slock
command in a terminal emulator or by setting up a keyboard shortcut,
desktop icon, whatever, in your window manager of choice that executes
the slock command for you.  To get it to unlock, just type in the
password for the user account logged in to X before you locked the X
Window System display and hit Enter.

For more about slock and other options for locking your screen, you can
check out this article:

 Lock Your Screen While Away From The Computer
 http://blogs.techrepublic.com.com/security/?p=4504

I hope that helps.

i cant get into work, if i enter the slock command in the terminal it 
just show a black screen.

ive read the README file but its not helping.
my window manager is fluxbox..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD logon screen

2011-05-07 Thread pwnedomina

Em 08-05-2011 00:24, Chad Perrin escreveu:

On Sun, May 08, 2011 at 12:54:21AM +0200, Polytropon wrote:

On Sat, 07 May 2011 23:26:21 +0100, pwnedominapwnedom...@gmail.com  wrote:

i cant get into work, if i enter the slock command in the terminal it
just show a black screen.

I think that's what it's intended to do.

Yes, that's what it's intended to do.  It blanks out the screen, and you
have to enter your password to unlock the screen.  It's a very simple
screen locking program for X -- no more, and no less.

ive found xscreensaver more usefull. but how can i get in to work every 
time Xorg starts? should i add an entry to .xinitrc?

what should be done?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD logon screen

2011-05-07 Thread pwnedomina

Em 08-05-2011 02:18, Polytropon escreveu:

On Sun, 08 May 2011 02:00:26 +0100, pwnedominapwnedom...@gmail.com  wrote:

ive found xscreensaver more usefull. but how can i get in to work every
time Xorg starts? should i add an entry to .xinitrc?
what should be done?

This - or an entry to ~/.xsession (depends). As far as
I remember, adding an entry

xscreensaver

should be fine. There are more than one binary installed,
so check out what they do:

xscreensaverxscreensaver-getimage-video
xscreensaver-commandxscreensaver-gl-helper
xscreensaver-demo   xscreensaver-hacks
xscreensaver-getimage   xscreensaver-text
xscreensaver-getimage-file

Note there's also

% man xscreensaver

with some helpful information - launching and configuration
in detail.




man xscreensaver dont display information about fluxbox wm.
ive added an entry to ~/.xsession but it dont works.
what should be done?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD logon screen

2011-05-07 Thread pwnedomina

Em 08-05-2011 03:10, Polytropon escreveu:

On Sun, 08 May 2011 02:59:11 +0100, pwnedominapwnedom...@gmail.com  wrote:

man xscreensaver dont display information about fluxbox wm.

Of course not. :-)

You need to consult the documentation of fluxbox in
order to find out how to integrate it (if needed),
but I think it's _not_ entirely needed, as xscreensaver
has its own configuration program, and if you load
it on session startup, it should run in the back-
ground and react on non-interactivity properly.
But as I said, I'm not using it, so you need to
check the documentation.




ive added an entry to ~/.xsession but it dont works.
what should be done?

Add it to ~/.xinitrc then - to be precise: add it to
the file where you also have the entry for your window
manager (in this case, the one with the exec fluxbox
line). Can only be one of those two. :-)





ive added an entry to .xinitrc
# Start the screensaver daemon
xscreensaver -no-splash 

but i cant get into work. what is wrong?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD logon screen

2011-05-07 Thread pwnedomina

Em 08-05-2011 03:10, Polytropon escreveu:

On Sun, 08 May 2011 02:59:11 +0100, pwnedominapwnedom...@gmail.com  wrote:

man xscreensaver dont display information about fluxbox wm.

Of course not. :-)

You need to consult the documentation of fluxbox in
order to find out how to integrate it (if needed),
but I think it's _not_ entirely needed, as xscreensaver
has its own configuration program, and if you load
it on session startup, it should run in the back-
ground and react on non-interactivity properly.
But as I said, I'm not using it, so you need to
check the documentation.




ive added an entry to ~/.xsession but it dont works.
what should be done?

Add it to ~/.xinitrc then - to be precise: add it to
the file where you also have the entry for your window
manager (in this case, the one with the exec fluxbox
line). Can only be one of those two. :-)




dont know if this is important but when i execute xscreensaver-demo i 
get this output? can be this the problem?


(xscreensaver-demo:10596): libglade-WARNING **: Could not load support 
for `gno

me': Shared object libgnome.so not found, required by xscreensaver-demo
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
Failed to initialize GEM.  Falling back to classic.
dcop: not found
Failed to initialize GEM.  Falling back to classic.
xscreensaver-demo

(xscreensaver-demo:10596): libglade-WARNING **: Could not load support 
for `gno

me': Shared object libgnome.so not found, required by xscreensaver-demo
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
xscreensaver-demo: 19:40:18: Gtk-warning: GtkSpinButton: setting an 
adjustment

with non-zero page size is deprecated
Failed to initialize GEM.  Falling back to classic.
dcop: not found
Failed to initialize GEM.  Falling back to classic.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


rox-filer problem

2011-05-06 Thread pwnedomina
after sucessfuly install rox-filer, i seem to be unable to open any file 
using custom commands as show in Set Run action... what is wrong and 
how can i fix this in order to open files by double-clicking it?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


gnome desktop manager

2011-05-06 Thread pwnedomina
im using fluxbox but i want to add gnome desktop manager after the boot 
in order to have a GUI manager for select which users i want to log on, 
what is the way to accomplish this?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: gnome desktop manager

2011-05-06 Thread pwnedomina

Em 06-05-2011 19:39, Polytropon escreveu:

On Fri, 06 May 2011 20:19:52 +, pwnedominapwnedom...@gmail.com  wrote:

im using fluxbox but i want to add gnome desktop manager after the boot
in order to have a GUI manager for select which users i want to log on,
what is the way to accomplish this?

Install gdm (the Gnome _display_ manager) from the
x11/gdm port and add a line for it to /etc/ttys
(instead of the default xdm line you find there).

It should be something like

ttyv8  /usr/local/bin/gdm  xterm  off secure

But check the documentaton of gdm, as well as the
FreeBSD Gnome project (from the main web page).


ive already found other solution, im using SLiM graphical login manager, 
thanks for the help anyway.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: rox-fm

2011-05-05 Thread pwnedomina

Em 05-05-2011 02:50, Alejandro Imass escreveu:

On Wed, May 4, 2011 at 7:45 PM, Daniel C. Dowsedcdo...@gmx.net  wrote:

On  Wed, 04 May 2011 23:33:18 +, pwnedominapwnedom...@gmail.com  wrote:

Em 04-05-2011 20:49, Daniel C. Dowse escreveu:

[...]


please always check that the recipient is the mailing list and not the one that
answered your question.



Yeah, this is a pain in the ass, and it's really not the OP's fault
entirely.  It's a simple mailman config option but I think it's an
idiosyncrasy thing about open lists, blah, blah, blah. The easiest way
is to ALWAYS HIT REPLY ALL, and the figure out who the mail is going
to. IMHO it should ALWAYS be the list ONLY, but many list admins use
it the way it's set-up here on the general questions list, why tf it
beats me, but it's really annoying.

I wish someone could clearly explain why the reply-to field should
ONLY have the mailing-list address, or at least have as the default
address and not the other way around as it is here!

Best,

--
Alejandro Imass


ok, ive choosen reply to all. my question now is
i have setted the command prompt to
|[%n@%m:%c]%#
but i intend to place color red in the [] brackets, how can i accomplish 
this?|


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: rox-fm

2011-05-05 Thread pwnedomina

Em 05-05-2011 12:37, Polytropon escreveu:

On Thu, 05 May 2011 09:43:04 +, pwnedominapwnedom...@gmail.com  wrote:

ok, ive choosen reply to all. my question now is
i have setted the command prompt to
|[%n@%m:%c]%#
but i intend to place color red in the [] brackets, how can i accomplish
this?|

It looks like you are configuring a C shell prompt, correct?
Make sure you have the following settings in ~/.cshrc (or in
/ect/csh.cshrc, if you want a global setting):

set promptchars = %#
set prompt = %n@%m:%~%# 

This would give you the STANDARD prompt - note the space after
the prompt character and the absense of the brackets.

You want red color - I'm not sure if this is supported in csh.
At least I know that bold printing is possible. Have a look
at this:

set prompt = [%B%n@%m:%~%b]%# 

This uses %B and %b to switch on and off bold printing. Refer
to man csh, section Special shell variables and scroll
down to prompt - there are some more special settings to
customize the prompt. It mentions %{string%} for escape
sequences and can MAYBE be used for changing color.

Is the pipe character at the beginning of the prompt intended?
If yes, use this:

set prompt = |[%B%n@%m:%~%b]%# 

I've kept the space at the end of the prompt for better
readability. Remove it if desired.



according to this page http://understudy.net/custom.html C shell support 
colors, how can i turn this prompt


set prompt = [%B%n@%m:%~%b]%# 

with red color on brackets and white color on text?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: rox-fm

2011-05-05 Thread pwnedomina

Em 05-05-2011 17:20, Polytropon escreveu:

On Thu, 05 May 2011 16:14:15 +, pwnedominapwnedom...@gmail.com  wrote:

according to this page http://understudy.net/custom.html C shell support
colors, how can i turn this prompt

set prompt = [%B%n@%m:%~%b]%# 

with red color on brackets and white color on text?

Have a look at the page you mentioned above and you'll
easily find the answer, especially if you consult the
section

http://understudy.net/custom.html#color_prompts

and then scroll down to TC Shells - keep in mind that
FreeBSD's C shell is a TC shell (/bin/csh and /bin/tcsh
are the same program).

I've tried the example (on FreeBSD 7) from the web page
you mentioned and found that

set prompt = %{\033[31m%}[%{\033[0m%}%B%n@%m:%~%b%{\033[31m%}]%{\033[0m%}%# 


works as intended. %{\033[31m%} switches red color on, and
%B/%b applies bold face for the text inside the brackets.

In the section

http://understudy.net/custom.html#table2

you'll find a reference for the other colors programming
codes. You could, for example, use a different color for
root and nonroot shells, or change color depending on specific
shell accounts on your system.

You can also use other attributes like %S/%s for standout
(here: inverse) mode, or %U/%u for underline mode. However,
not every terminal (emulator) is capable of displaying them
as intended, for example the text mode console cannot do
unterlining, vt100 can do blinking _and_ underlining, but
can't do colors, xterm can do underlining, but _not_ blinking,
but can do colors... and so on.




the example you supply worked fine. thanks for helping.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: rox-fm

2011-05-05 Thread pwnedomina

Em 05-05-2011 17:20, Polytropon escreveu:

On Thu, 05 May 2011 16:14:15 +, pwnedominapwnedom...@gmail.com  wrote:

according to this page http://understudy.net/custom.html C shell support
colors, how can i turn this prompt

set prompt = [%B%n@%m:%~%b]%# 

with red color on brackets and white color on text?

Have a look at the page you mentioned above and you'll
easily find the answer, especially if you consult the
section

http://understudy.net/custom.html#color_prompts

and then scroll down to TC Shells - keep in mind that
FreeBSD's C shell is a TC shell (/bin/csh and /bin/tcsh
are the same program).

I've tried the example (on FreeBSD 7) from the web page
you mentioned and found that

set prompt = %{\033[31m%}[%{\033[0m%}%B%n@%m:%~%b%{\033[31m%}]%{\033[0m%}%# 


works as intended. %{\033[31m%} switches red color on, and
%B/%b applies bold face for the text inside the brackets.

In the section

http://understudy.net/custom.html#table2

you'll find a reference for the other colors programming
codes. You could, for example, use a different color for
root and nonroot shells, or change color depending on specific
shell accounts on your system.

You can also use other attributes like %S/%s for standout
(here: inverse) mode, or %U/%u for underline mode. However,
not every terminal (emulator) is capable of displaying them
as intended, for example the text mode console cannot do
unterlining, vt100 can do blinking _and_ underlining, but
can't do colors, xterm can do underlining, but _not_ blinking,
but can do colors... and so on.



i had a little problem, after i have rox-filer running im unable to see 
output of root-tail texts in background, what can i do in order to fix this?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: rox-fm

2011-05-05 Thread pwnedomina
Em 05-05-2011 23:48, Daniel C. Dowse escreveu:
 On  Thu, 05 May 2011 19:42:32 +, pwnedomina pwnedom...@gmail.com wrote:
 [cut]
 i had a little problem, after i have rox-filer running im unable to see 
 output of root-tail texts in background, what can i do in order to fix this?
 It may be cause your run rox with -S [ --rox-session ] option and the pinboard
 is set as your backdrop, you probably have to run rox without the session
 command.

 cheers
  
 Daniel Dowse

   \\|//
   (o o)
 ---ooO-(_)-Ooo---
 - Wer Morgens verknittert ist, hat Tagsueber mehr Zeit sich zu  -
 - enfalten;   -
 -
 - Please send plain ASCII text only.  -
 - Please reply below quoted text section. -   
 -


as for the root-tail what settings you recommend to use?
on http://fluxbox-wiki.org/index.php?title=.xinitrc
they have show this example

 #!/bin/sh
 #log files we like to watch
 logfile1=/var/log/messages,white
 logfile2=/var/log/kern.log,green
 logfile3=/var/log/auth.log,red,'LOGIN'
 logfile4=/var/log/secure,red,'ALERT!!'
 #the font we want our log to show
 logfont=-rolibue-matto-bold-r-normal--14-14-75-75-m-90-iso8859-1
 #the deminsions of our log area
 geom=800x350+10+40
 exec gkrellm2 -w 
 exec root-tail -g ${geom} -fn ${logfont} ${log1} ${log2} ${log3} ${log4}
 klipper
 xset r rate 195 35
 #load our custom keymaps for special keys to work in x
 xmodmap ~/.Xmodmap
 #load our custom settings for terminal and other stuff
 xrdb -load ~/.Xdefaults
 #start a window manager
 exec fluxbox
 #can only execute one this time we use fluxbox
 #exec openbox

which does not seem very suitable, do you recommend other settings?
 #exec wmaker


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: rox-fm

2011-05-05 Thread pwnedomina
Em 06-05-2011 01:01, pwnedomina escreveu:
 Em 05-05-2011 23:48, Daniel C. Dowse escreveu:
 On  Thu, 05 May 2011 19:42:32 +, pwnedomina pwnedom...@gmail.com wrote:
 [cut]
 i had a little problem, after i have rox-filer running im unable to see 
 output of root-tail texts in background, what can i do in order to fix this?
 It may be cause your run rox with -S [ --rox-session ] option and the 
 pinboard
 is set as your backdrop, you probably have to run rox without the session
 command.

 cheers
  
 Daniel Dowse

   \\|//
   (o o)
 ---ooO-(_)-Ooo---
 - Wer Morgens verknittert ist, hat Tagsueber mehr Zeit sich zu  -
 - enfalten;  -
 -
 - Please send plain ASCII text only. -
 - Please reply below quoted text section.-   
 -


 as for the root-tail what settings you recommend to use?
 on http://fluxbox-wiki.org/index.php?title=.xinitrc
 they have show this example

  #!/bin/sh
  #log files we like to watch
  logfile1=/var/log/messages,white
  logfile2=/var/log/kern.log,green
  logfile3=/var/log/auth.log,red,'LOGIN'
  logfile4=/var/log/secure,red,'ALERT!!'
  #the font we want our log to show
  logfont=-rolibue-matto-bold-r-normal--14-14-75-75-m-90-iso8859-1
  #the deminsions of our log area
  geom=800x350+10+40
  exec gkrellm2 -w 
  exec root-tail -g ${geom} -fn ${logfont} ${log1} ${log2} ${log3} ${log4}
  klipper
  xset r rate 195 35
  #load our custom keymaps for special keys to work in x
  xmodmap ~/.Xmodmap
  #load our custom settings for terminal and other stuff
  xrdb -load ~/.Xdefaults
  #start a window manager
  exec fluxbox
  #can only execute one this time we use fluxbox
  #exec openbox

 which does not seem very suitable, do you recommend other settings?
  #exec wmaker


now, whenever i try to execute rox and open files i get the message
exec: /path/file: Permission denied. what is wrong?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


rox-fm

2011-05-04 Thread pwnedomina
after installation of rox-filler i noticed i cant select menu item from 
fluxbox? is there anyway to circumvent this?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org