Eterm/systemd problem

2014-07-13 Thread John
Eterm races under systemd, htop shows 100% CPU. Does anyone know why? (Googling 
produces no useful result.)  

-- 
johnrchamp...@wowway.com

GPG key 1024D/99421A63 2005-01-05
EE51 79E9 F244 D734 A012 1CEC 7813 9FE9 9942 1A63
gpg --keyserver subkeys.pgp.net --recv-keys 99421A63


signature.asc
Description: Digital signature


Status dos pacotes órfãos Blackbox e Eterm

2014-03-05 Thread Éder S. G. (Jordan)

Boa noite a todos os membros da lista de discussão debian user
portuguese!

Como vocês estão? Espero que estejam bem.

Estou com uma dúvida no que diz respeito aos pacotes DEB que
estão órfãos. Para exibí-los, digitei o comando:

 wnpp-alert

E seu resultado/saída foram diversos pacotes com status 'O', 'RFH'
ou 'RFA'. Vide o comando para os seus respectivos significados.

 man wnpp-alert

Pois bem. Me chamou a atenção dois pacotes DEB que estão órfãos
e que que utilizo frequentemente. São eles:

 O 573407 blackbox -- Window manager for X
 O 620507 eterm -- Enlightened Terminal Emulator

Então pergunto-lhes: existe o risco de, nas próximas versões estáveis
do Debian GNU Linux (Jessie, Zurg etc), o Blackbox e o Eterm * não
estarem * disponíveis caso eles não sejam adotados? Para um pacote
DEB ser adotado, necessariamente o pai da criança deve se tornar
o mantenedor do pacote?

No mais, obrigado! Desejo-lhes uma excelente quinta-feira!

Atenciosamente,

--
 Éder S. G. (Jordan)


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5317d20f.8080...@yahoo.com.br



[E17] plus de Eterm ?

2007-08-15 Thread giggz
Bonjour la liste,

je viens d'installer E17 à partir de :
deb http://edevelop.org/debian sid main contrib non-free

et j'ai 2 questions :
je n'arrive plus à trouver ce qu'il faut mettre dans les préférences
d'apt pour ne pas avoir d'ennui...

Je ne trouve plus de Eterm dans la version E17, pourquoi ? il est
remplacé par eterminus ?

Merci
Bonne journée
GiGGz


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[etch] Eterm compilation problem

2007-06-27 Thread Jakub Narojczyk

Hi
I wanted to recompile Eterm's source package using my CFLAGS for better 
performance, but I ran into a problem. dpkg-buildpackage -uc -b gives:


libscream.c:1488:2: warning: #warning compiling in libscream
libscream.c:1493:2: warning: #warning compiling in support for GNU screen
libscream.c: In function 'ns_attach_by_sess':
libscream.c:1086: warning: 'ret' may be used uninitialized in this function
libscream.c: In function 'ns_ren_disp':
libscream.c:1935: warning: 'l' may be used uninitialized in this function
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. 
-I..   -I/usr/include   -O2 -Wall -g -mtune=opteron -msse2 -m3dnow -c -o 
sse2_cmod.lo sse2_cmod.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -O2 -Wall -g 
-mtune=opteron -msse2 -m3dnow -c sse2_cmod.c  -fPIC -DPIC -o 
.libs/sse2_cmod.o

sse2_cmod.c: In function 'shade_ximage_15_sse2':
sse2_cmod.c:93: error: can't find a register in class 'BREG' while 
reloading 'asm'

make[3]: *** [sse2_cmod.lo] Error 1
make[3]: Leaving directory `/root/eterm-0.9.4.0debian1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/eterm-0.9.4.0debian1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/eterm-0.9.4.0debian1'
make: *** [debian/stamp-makefile-build] Error 2

my debian/rules script looks like this:

#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_DH_SHLIBDEPS_ARGS = -L libEterm -l debian/tmp/usr/lib/
DEB_DESTDIR = $(CURDIR)/debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS = \
--enable-xim \
--with-backspace=del \
--with-delete=execute \
--enable-share=yes \
--enable-static=no \
--enable-mmx=yes \
--enable-sse2=yes \
--enable-multi-charset=unicode \
--enable-escreen \
--with-pty-group=tty
CFLAGS = -O2 -Wall -g -mtune=opteron -msse2 -m3dnow

I can see that its a problem with sse2 but my box is dual opteron and it 
has sse2 instructions. I've installed alle the necesery dependencies.

What can I do about that error?

thanks
Kuba


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [etch] Eterm compilation problem

2007-06-27 Thread Jakub Narojczyk

Jakub Narojczyk napisał(a):

#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_DH_SHLIBDEPS_ARGS = -L libEterm -l debian/tmp/usr/lib/
DEB_DESTDIR = $(CURDIR)/debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS = \
--enable-xim \
--with-backspace=del \
--with-delete=execute \
--enable-share=yes \
--enable-static=no \
--enable-mmx=yes \
--enable-sse2=yes \
--enable-multi-charset=unicode \
--enable-escreen \
--with-pty-group=tty
CFLAGS = -O2 -Wall -g -mtune=opteron -msse2 -m3dnow

I can see that its a problem with sse2 but my box is dual opteron and it 
has sse2 instructions. I've installed alle the necesery dependencies.

What can I do about that error?

thanks
Kuba


hmmm... it seems that indeed it's a problem with sse2 option. It 
compiles smoothly with --enable-sse2=no.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Besoin d'aide au sujet de Eterm

2007-03-12 Thread stephane devant

Bonjour,

à chaque fois que je veux ouvrir un Eterm, il faut que je tape une ligne de
commande dans un xterm. Aussi, j'aimerais avoir un icone pour mon eterm sur
mon bureau WindowMaker pour éviter cette manupilation mais je ne sais pas
comment faire.

Merci par avance pour vos réponses.


Re: Besoin d'aide au sujet de Eterm

2007-03-12 Thread Marc Blanc
On Mon, 12 Mar 2007 16:31:35 +0100
stephane devant [EMAIL PROTECTED] wrote:


 à chaque fois que je veux ouvrir un Eterm, il faut que je tape une ligne de
 commande dans un xterm. Aussi, j'aimerais avoir un icone pour mon eterm sur
 mon bureau WindowMaker pour éviter cette manupilation mais je ne sais pas
 comment faire.

Dans ton xterm : Eterm 
un fois lancé tu déplaces la fenêtre vers les autres icônes
pour le docker (dans un espace libre).

-- 
M.B


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RE : Re: Installation de eterm

2006-10-09 Thread Nicolas Landier

Ok merci !

On 10/9/06, Jay Ar [EMAIL PROTECTED] wrote:

Salut,

Si tu insistes pour eterm, le paquet est disponible ici:
ftp://ftp.debian.org/debian/

Sinon, pour ta fluxbox, pourquoi ne pas utiliser feh ? (ça peut très bien
configurer le fond d'écran ;) )

Jay
--

Nicolas Landier [EMAIL PROTECTED] a écrit :
 Bon, ben je vais attendre je crois !

Merci beaucoup

On 10/8/06, yoann wrote:
 yoann wrote:
  Je suis sous fluxbox et je souhaiterai installer eterm afin de
pouvoir
  personnaliser fluxbox comme notamment mettre un fond d'écran.
  Cependant, eterm n'est pas dans la liste d'aptitude.
 
  Comment faire ?
  installer Eterm (avec un E majuscule) ?
  Installer Eterm n'a rien donné (paquet inexistant).
 
  eterm ne semble pas disponible dans testing :
 
 
http://packages.debian.org/cgi-bin/search_packages.pl?keywords=Etermsearchon=namessubword=1version=allrelease=all
 
  voilà la raison :
 
 
http://packages.qa.debian.org/e/eterm/news/20060629T210813Z.html

 j'oubliais, il vient juste de re rentré dans unstable hier, s'il n'y a pas
 Release Critical Bug d'ici 10 jours dans Eterm et ses dépendances, il
devait
 être de nouveau disponible dans testing (donc etch)


http://packages.qa.debian.org/e/eterm/news/20061007T183226Z.html

 Yoann


 --
 Lisez la FAQ de la liste avant de poser une question :
 http://wiki.debian.net/?DebianFrench
 Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
 Reply-To:

 To UNSUBSCRIBE, email to
[EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




--
Nicolas Landier
EFREI - Promo 2010



 
 Découvrez un nouveau moyen de poser toutes vos questions quel que soit le
sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
opinions et vos expériences. Cliquez ici.





--
Nicolas Landier
EFREI - Promo 2010


Installation de eterm

2006-10-08 Thread Nicolas Landier

Bonjour !

Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir
personnaliser fluxbox comme notamment mettre un fond d'écran.
Cependant, eterm n'est pas dans la liste d'aptitude.

Comment faire ?

--
Nicolas Landier
EFREI - Promo 2010


Re: Installation de eterm

2006-10-08 Thread Serge Cavailles
Le Dimanche 08 Octobre 2006 21:04, Nicolas Landier a écrit :
 Bonjour !
Bonjour,


 Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir
 personnaliser fluxbox comme notamment mettre un fond d'écran.
 Cependant, eterm n'est pas dans la liste d'aptitude.

 Comment faire ?

Que contient le /etc/apt/sources.list ?

-- 
serge



Re: Installation de eterm

2006-10-08 Thread yoann
Bonjour

 Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir
 personnaliser fluxbox comme notamment mettre un fond d'écran.
 Cependant, eterm n'est pas dans la liste d'aptitude.
 
 Comment faire ?

installer Eterm (avec un E majuscule) ?

Yoann



-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installation de eterm

2006-10-08 Thread Nicolas Landier

Installer Eterm n'a rien donné (paquet inexistant).

Le contenu de sources.list :
deb http://ftp.fr.debian.org/debian/ etch main
deb-src http://ftp.fr.debian.org/debian/ etch main

deb http://security.debian.org/ etch/updates main
deb-src http://security.debian.org/ etch/updates main

Voila.

On 10/8/06, yoann [EMAIL PROTECTED] wrote:

Bonjour

 Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir
 personnaliser fluxbox comme notamment mettre un fond d'écran.
 Cependant, eterm n'est pas dans la liste d'aptitude.

 Comment faire ?

installer Eterm (avec un E majuscule) ?

Yoann



--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





--
Nicolas Landier
EFREI - Promo 2010


Re: Installation de eterm

2006-10-08 Thread yoann
  Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir
  personnaliser fluxbox comme notamment mettre un fond d'écran.
  Cependant, eterm n'est pas dans la liste d'aptitude.
 
  Comment faire ?

 installer Eterm (avec un E majuscule) ?

 Installer Eterm n'a rien donné (paquet inexistant).

eterm ne semble pas disponible dans testing :

http://packages.debian.org/cgi-bin/search_packages.pl?keywords=Etermsearchon=namessubword=1version=allrelease=all

voilà la raison :

http://packages.qa.debian.org/e/eterm/news/20060629T210813Z.html

 Le contenu de sources.list :
 deb http://ftp.fr.debian.org/debian/ etch main
 deb-src http://ftp.fr.debian.org/debian/ etch main
 deb http://security.debian.org/ etch/updates main
 deb-src http://security.debian.org/ etch/updates main

sinon sans rapport, mais rajouter contrib (et non-free) peut être utiles :

deb http://ftp.fr.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free

 Voila.

Yoann


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installation de eterm

2006-10-08 Thread Nicolas Landier

Ok, merci beaucoup !

Y-a-t-il une raison qu'il soit de nouveau disponible ?

Sinon, quel terminal me conseillez-vous afin que je puisse mettre un
fond d'écran ?

Merci d'avance

On 10/8/06, yoann [EMAIL PROTECTED] wrote:

  Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir
  personnaliser fluxbox comme notamment mettre un fond d'écran.
  Cependant, eterm n'est pas dans la liste d'aptitude.
 
  Comment faire ?

 installer Eterm (avec un E majuscule) ?

 Installer Eterm n'a rien donné (paquet inexistant).

eterm ne semble pas disponible dans testing :

http://packages.debian.org/cgi-bin/search_packages.pl?keywords=Etermsearchon=namessubword=1version=allrelease=all

voilà la raison :

http://packages.qa.debian.org/e/eterm/news/20060629T210813Z.html

 Le contenu de sources.list :
 deb http://ftp.fr.debian.org/debian/ etch main
 deb-src http://ftp.fr.debian.org/debian/ etch main
 deb http://security.debian.org/ etch/updates main
 deb-src http://security.debian.org/ etch/updates main

sinon sans rapport, mais rajouter contrib (et non-free) peut être utiles :

deb http://ftp.fr.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free

 Voila.

Yoann


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





--
Nicolas Landier
EFREI - Promo 2010


Re: Installation de eterm

2006-10-08 Thread yoann
yoann wrote:
 Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir
 personnaliser fluxbox comme notamment mettre un fond d'écran.
 Cependant, eterm n'est pas dans la liste d'aptitude.

 Comment faire ?
 installer Eterm (avec un E majuscule) ?
 Installer Eterm n'a rien donné (paquet inexistant).
 
 eterm ne semble pas disponible dans testing :
 
 http://packages.debian.org/cgi-bin/search_packages.pl?keywords=Etermsearchon=namessubword=1version=allrelease=all
 
 voilà la raison :
 
 http://packages.qa.debian.org/e/eterm/news/20060629T210813Z.html

j'oubliais, il vient juste de re rentré dans unstable hier, s'il n'y a pas
Release Critical Bug d'ici 10 jours dans Eterm et ses dépendances, il devait
être de nouveau disponible dans testing (donc etch)

http://packages.qa.debian.org/e/eterm/news/20061007T183226Z.html

Yoann


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installation de eterm

2006-10-08 Thread Nicolas Landier

Bon, ben je vais attendre je crois !

Merci beaucoup

On 10/8/06, yoann [EMAIL PROTECTED] wrote:

yoann wrote:
 Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir
 personnaliser fluxbox comme notamment mettre un fond d'écran.
 Cependant, eterm n'est pas dans la liste d'aptitude.

 Comment faire ?
 installer Eterm (avec un E majuscule) ?
 Installer Eterm n'a rien donné (paquet inexistant).

 eterm ne semble pas disponible dans testing :

 
http://packages.debian.org/cgi-bin/search_packages.pl?keywords=Etermsearchon=namessubword=1version=allrelease=all

 voilà la raison :

 http://packages.qa.debian.org/e/eterm/news/20060629T210813Z.html

j'oubliais, il vient juste de re rentré dans unstable hier, s'il n'y a pas
Release Critical Bug d'ici 10 jours dans Eterm et ses dépendances, il devait
être de nouveau disponible dans testing (donc etch)

http://packages.qa.debian.org/e/eterm/news/20061007T183226Z.html

Yoann


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





--
Nicolas Landier
EFREI - Promo 2010


RE : Re: Installation de eterm

2006-10-08 Thread Jay Ar
Salut,Si tu insistes pour eterm, le paquet est disponible ici: ftp://ftp.debian.org/debian/Sinon, pour ta fluxbox, pourquoi ne pas utiliser feh ? (ça peut très bien configurer le fond d'écran ;) )Jay--Nicolas Landier [EMAIL PROTECTED] a écrit: Bon, ben je vais attendre je crois !Merci beaucoupOn 10/8/06, yoann <[EMAIL PROTECTED]> wrote: yoann wrote:  Je suis sous fluxbox et je souhaiterai installer eterm afin de pouvoir  personnaliser fluxbox comme notamment mettre un fond d'écran.  Cependant, eterm n'est pas dans la liste d'aptitude.   Comment faire ?  installer Eterm (avec un "E" majuscule) ? 
 Installer Eterm n'a rien donné (paquet inexistant).   eterm ne semble pas disponible dans testing :   http://packages.debian.org/cgi-bin/search_packages.pl?keywords=Etermsearchon=namessubword=1version=allrelease=all   voilà la raison :   http://packages.qa.debian.org/e/eterm/news/20060629T210813Z.html j'oubliais, il vient juste de re rentré dans unstable hier, s'il n'y a pas Release Critical Bug d'ici 10 jours dans Eterm et ses dépendances, il devait être de nouveau disponible dans testing (donc etch) http://packages.qa.debian.org/e/eterm/news/20061007T183226Z.html Yoann -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
 "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]-- Nicolas LandierEFREI - Promo 2010 
		 
Découvrez un nouveau moyen de poser toutes vos questions quel que soit le sujet ! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici. 


Re: Copier/coller avec eterm ou aterm

2006-09-18 Thread laurux
Le Sun, 17 Sep 2006 15:07:27 +0200, Patrice OLIVER a voulu dire :

 Bonjour,
 
 Savez-vous comment je peux faire un copier/coller entre Eterm ou
 aterm, et un éditeur texte graphique (kwrite, openoffice.org ...) ?


1./ tu sélectionnes le texte avec la souris
2./ tu cliques avec le bouton centrale de la souris (la molette) à
l'endroit où tu veux insérer le texte sélectionné.

 Merci.
 Patrice.
 
 
@+
-- 


pgpi1MiG849vH.pgp
Description: PGP signature


Copier/coller avec eterm ou aterm

2006-09-17 Thread Patrice OLIVER

Bonjour,

Savez-vous comment je peux faire un copier/coller entre Eterm ou
aterm, et un éditeur texte graphique (kwrite, openoffice.org ...) ?

Merci.
Patrice.



Re: Copier/coller avec eterm ou aterm

2006-09-17 Thread Francois Mescam

Patrice OLIVER wrote:

Bonjour,

Savez-vous comment je peux faire un copier/coller entre Eterm ou
aterm, et un éditeur texte graphique (kwrite, openoffice.org ...) ?


Utiliser la fonction copier/coller de X11 : sélectionner le texte avec 
la souris et clic gauche maintenu puis faire un clic milieu pour déposer 
le texte à l'endroit voulu dans openoffice par exemple.


Cette manip fonctionne aussi dans les xterm, quelquefois pour certaines 
appli comme mc, aptitude ... le coller se fait avec majuscule+clic milieu




Merci.
Patrice.





--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et

Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Umlaute in eterm, xterm, .... gehen nicht

2006-08-21 Thread Michelle Konzack
Fals Du noch keine Lösung gefunden hast:

+---[ '~/.Xresources/XTerm' ]-
| 
| *vt100.eigthBitControl: False
| *vt100.eigthBitInput:   True
| *vt100.eigthBitOutput:  True
+-

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Umlaute in eterm, xterm, .... gehen nicht

2006-07-09 Thread Peter Jordan
Peter Wiersig wrote:
 On Sat, Jul 08, 2006 at 10:11:57AM +0200, Peter Jordan wrote:
 nutze debian sid und Enlightenment und bei mir gehen in eterm, xterm,
 usw. als user die Umlaute nicht;
 
 Umlaut-Eingabe? .inputrc, /etc/inputrc kontrollieren
 
 Umlaut-Ausgabe? locale und damit LANG oder LC_CTYPE
 ueberpruefen.
 

Ich habe versucht in der inputrc die Tastenkombination STRG +
Pfeiltasten freizuschalten:

 43 # # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
 44  \e[5C: forward-word
 45  \e[5D: backward-word
 46  \e\e[C: forward-word
 47  \e\e[D: backward-word

Leider ist das nicht von Erfolg gekrönt (eterm), die Zeilen 46/47
bewirken zwar, dass ich zwischen den Worten hin und her springen kann,
allerdings mit ALT + Pfeiltasten und nicht mit STRG + Pfeiltasten.

Hat hierzu vielleicht auch jemand eine Idee?

Vielen Dank.

Peter


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Umlaute in eterm, xterm, .... gehen nicht

2006-07-08 Thread Peter Jordan
Hallo,

nutze debian sid und Enlightenment und bei mir gehen in eterm, xterm,
usw. als user die Umlaute nicht; wenn ich mit su als root arbeite, ist
alles kein Problem.

Hat jemand ähnliche Problem und vielleicht ein Lösung parat?

Vielen Dank für die Hilfe,

Peter


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Umlaute in eterm, xterm, .... gehen nicht

2006-07-08 Thread Peter Wiersig
On Sat, Jul 08, 2006 at 10:11:57AM +0200, Peter Jordan wrote:
 
 nutze debian sid und Enlightenment und bei mir gehen in eterm, xterm,
 usw. als user die Umlaute nicht;

Umlaut-Eingabe? .inputrc, /etc/inputrc kontrollieren

Umlaut-Ausgabe? locale und damit LANG oder LC_CTYPE
ueberpruefen.

Peter


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Umlaute in eterm, xterm, .... gehen nicht

2006-07-08 Thread Peter Jordan
Peter Wiersig wrote:
 On Sat, Jul 08, 2006 at 10:11:57AM +0200, Peter Jordan wrote:
 nutze debian sid und Enlightenment und bei mir gehen in eterm, xterm,
 usw. als user die Umlaute nicht;
 
 Umlaut-Eingabe? .inputrc, /etc/inputrc kontrollieren
 
 Umlaut-Ausgabe? locale und damit LANG oder LC_CTYPE
 ueberpruefen.
 
 Peter
 
 
Vielen Dank

Peter


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



probleme Eterm

2006-07-02 Thread zeraphine
Je mexcuse pour le bruit, je reposte car je vois que jai oubli de prciser le sujet.Je suis nouvellement sous debian etch et jutiise kde. Jai install le paquet etem (cest la console que jutilise).LoptionEterm -xne fonctionne pas (je nai pas acces a la fenetre).Le message derreur est le suivant:Eterm: Warning: Window Manager does not support MWM hints. Bypassing window manager control for borderless window.Comment faire pour activer le support MWM hints sous kwin? Quelquun a une ide? Est-ce un bug de etch 5je navais jamais eu ce genre de probleme sous Sarge)? Merci davance. 


iFRANCE
exprimez-vous !

Re: probleme Eterm

2006-07-02 Thread olinuxx

merci d'éviter le html.

Amicalement,
Olivier


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et

Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Eterm com problemas

2006-06-23 Thread Ronaldo Reis-Jr.
Pessoal,

em alguma atualização o meu eterm abre mas fica inacessível. Abrindo via 
terminal ele retorna a seguinte mensagem:

Eterm:  Warning:  Window Manager does not support MWM hints.  Bypassing window 
manager control for borderless window.

O que significa? Como corrigir?

Valeu
Ronaldo
-- 
According to Kentucky state law, every person must take a bath at least
once a year.
--
|   // | \\   [***]
|   ( õ   õ )  [Prof. Ronaldo Reis Júnior  ]
|  V  [UNIMONTES/Depto. Biologia Geral]
|/ \   [36570-000 Viçosa - MG  ]
|  /(.''`.)\  [Fone: 31-3899-4007 ]
|  /(: :'  :)\ [EMAIL PROTECTED]]
|/ (`. `'` ) \[ICQ#: 5692561 | LinuxUser#: 205366 ]
|( `-  )   [***]
|  _/   \_Powered by GNU/Debian Testing


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Eterm, aterm, rxvt no reconocen acentos ni la ñ

2006-06-09 Thread Jordi Alcalde

Hola,

El terminal xterm me reconoce los acentos y la ñ, así como todos los
demás programas. El problema es que quiero un terminal transparente y
los tres que he probado (Eterm, aterm y rxvt) no me reconocen estos
carácteres.

Por otro lado, el cortapapeles me funciona para todos los programas
menos para los terminales.

Utilizo debian etch, xorg  y fluxbox.

Gracias.



Re: Eterm, aterm, rxvt no reconoc en acentos ni la ñ

2006-06-09 Thread Aritz Beraza [Rei]
* Jordi Alcalde [EMAIL PROTECTED] [2006-06-09 20:43:07]:

 Hola,
 
 El terminal xterm me reconoce los acentos y la ñ, así como todos los
 demás programas. El problema es que quiero un terminal transparente y
 los tres que he probado (Eterm, aterm y rxvt) no me reconocen estos
 carácteres.
 

Puede que estes usando una fuente sin soporte para acentos y caracteres
raros. Edita tu .Xresources, y asegurate de tener unas lineas estilo estas:

XTerm*Font: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso8859-15

Rxvt*font: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso8859-15

aterm*font:*-*-fixed-medium-r-normal--*-130-*-*-*-*-iso8859-15
aterm*boldFont:*-*-fixed-bold-r-normal--*-*-130-*-*-*-*-iso8859-15

# El de abajo es el general los de arriba son especificios para cada
aplicacion
*font:-*-*-medium-r-normal--14-*-*-*-c-*-iso8859-15

Si estas por la labor, aqui puedes configurar aterm y demas:

aterm*transparent : true
aterm*shading : 70
aterm*scrollBar: false
aterm*reverseVideo: true
aterm*tinting: #c0c0c0
aterm*fading: 50
aterm*troughColor: red


etc etc etc (te dejo para que investigues un poco y leas la documentacion de
aterm)

y de paso indicale que codificacion usas 


 Por otro lado, el cortapapeles me funciona para todos los programas
 menos para los terminales.
 
 Utilizo debian etch, xorg  y fluxbox.
 

No funciona lo de seleccionar texto con el raton y pegarlo apretando el boton 
central? (sin usar ctrl+c ni ctrl+v). Esto ya si que es mas raro y no tengo
ni idea de por que pasa.

Saludos 
Aritz Beraza [Rei]

signature.asc
Description: Digital signature


Re: Eterm, aterm, rxvt no reconocen acentos ni la ñ

2006-06-09 Thread Jordi Alcalde

2006/6/9, Aritz Beraza [Rei] [EMAIL PROTECTED]:

* Jordi Alcalde [EMAIL PROTECTED] [2006-06-09 20:43:07]:

 Hola,

 El terminal xterm me reconoce los acentos y la ñ, así como todos los
 demás programas. El problema es que quiero un terminal transparente y
 los tres que he probado (Eterm, aterm y rxvt) no me reconocen estos
 carácteres.


Puede que estes usando una fuente sin soporte para acentos y caracteres
raros. Edita tu .Xresources, y asegurate de tener unas lineas estilo estas:

XTerm*Font: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso8859-15

Rxvt*font: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso8859-15

aterm*font:*-*-fixed-medium-r-normal--*-130-*-*-*-*-iso8859-15
aterm*boldFont:*-*-fixed-bold-r-normal--*-*-130-*-*-*-*-iso8859-15


No existia el .Xresources. Lo he creado, he puesto esto y he
reiniciado. Sigue sin escribirme los acentos ni las ñ (escribe
carácteres raros), en ninguno de los terminales mencionados.


# El de abajo es el general los de arriba son especificios para cada
aplicacion
*font:-*-*-medium-r-normal--14-*-*-*-c-*-iso8859-15

Si estas por la labor, aqui puedes configurar aterm y demas:

aterm*transparent : true
aterm*shading : 70
aterm*scrollBar: false
aterm*reverseVideo: true
aterm*tinting: #c0c0c0
aterm*fading: 50
aterm*troughColor: red



Esto si me funciona.



etc etc etc (te dejo para que investigues un poco y leas la documentacion de
aterm)

y de paso indicale que codificacion usas


 Por otro lado, el cortapapeles me funciona para todos los programas
 menos para los terminales.

 Utilizo debian etch, xorg  y fluxbox.


No funciona lo de seleccionar texto con el raton y pegarlo apretando el boton
central? (sin usar ctrl+c ni ctrl+v). Esto ya si que es mas raro y no tengo
ni idea de por que pasa.


Yo me referia a que no puedo usar el cortapapeles para copiar del
terminal con MayusSupr, para luego pegarlo en otra aplicacion que no
sea el terminal (por ejemplo para reportar fallos de compilacion a la
lista debian ). O sea: puedo cortar y pegar dentro del terminal, pero
no a otra aplicacion. En cambio si que puedo entre las otras
aplicaciones.


Saludos
Aritz Beraza [Rei]


Saludos



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEicfAOowoLH9skugRAlVxAJ4+Zt0++KtPokekzJWDp+RJQFX/jwCghotA
ZFdC9nYO4npgmwXpTwhu8HM=
=B+va
-END PGP SIGNATURE-







Re: Eterm, aterm, rxvt no reconocen acentos ni la ñ

2006-06-09 Thread Aritz Beraza Garayalde [Rei]

2006/6/9, Jordi Alcalde [EMAIL PROTECTED]:

2006/6/9, Aritz Beraza [Rei] [EMAIL PROTECTED]:
 * Jordi Alcalde [EMAIL PROTECTED] [2006-06-09 20:43:07]:

  Hola,
 
  El terminal xterm me reconoce los acentos y la ñ, así como todos los
  demás programas. El problema es que quiero un terminal transparente y
  los tres que he probado (Eterm, aterm y rxvt) no me reconocen estos
  carácteres.
 

 Puede que estes usando una fuente sin soporte para acentos y caracteres
 raros. Edita tu .Xresources, y asegurate de tener unas lineas estilo estas:

 XTerm*Font: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso8859-15

 Rxvt*font: -misc-fixed-medium-r-normal--13-*-*-*-*-*-iso8859-15

 aterm*font:*-*-fixed-medium-r-normal--*-130-*-*-*-*-iso8859-15
 aterm*boldFont:*-*-fixed-bold-r-normal--*-*-130-*-*-*-*-iso8859-15

No existia el .Xresources. Lo he creado, he puesto esto y he
reiniciado. Sigue sin escribirme los acentos ni las ñ (escribe
carácteres raros), en ninguno de los terminales mencionados.



La consola normal (la de ctrl+alt+F1) acepta acentos y eñes? si no,
mirate /etc/console-tools/config y pone el APP_CHARSET_MAP=utf-8 o
iso15
y de paso el SCREEN_FONT a una fuente que admita acentso y eñes.


Si en consola normal si funciona, prueba a añadir estas linea al .Xresources

aterm*locale: true
xterm*utf8: 1


  Por otro lado, el cortapapeles me funciona para todos los programas
  menos para los terminales.
 
  Utilizo debian etch, xorg  y fluxbox.
 

 No funciona lo de seleccionar texto con el raton y pegarlo apretando el boton
 central? (sin usar ctrl+c ni ctrl+v). Esto ya si que es mas raro y no tengo
 ni idea de por que pasa.

Yo me referia a que no puedo usar el cortapapeles para copiar del
terminal con MayusSupr, para luego pegarlo en otra aplicacion que no
sea el terminal (por ejemplo para reportar fallos de compilacion a la
lista debian ). O sea: puedo cortar y pegar dentro del terminal, pero
no a otra aplicacion. En cambio si que puedo entre las otras
aplicaciones.



A mi lo del Shift+Supr; Shift+Insert no siempre me funciona, pero lo
del ratón siempre. Es facil:
Selecciona el texto con el ratón
Ve a la ventana del editor de textos donde quieres pegarlo.
Presinoa el boton central del raton

Sin levantar la mano del raton.

Saludos
Aritz Beraza [Rei]
--
Aritz Beraza Garayalde [Rei]
___
[ WWW ]  http://www.ayanami.es
[jabber]  rei[en]bulmalug.net



Re: eterm / gnome window position

2006-05-26 Thread Juha Tuuna
On Wednesday 24 May 2006 10:04, Ivan Glushkov wrote:
 That would mean that I have to create four different icons on my desktop
 for each specific Eterm geometry, but I don't want to have four icons
 for Eterm...
You might want to make a shell script that launches all 4 Eterms: One script, 
4 shells...

-- 
-=[JT]=-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: eterm / gnome window position

2006-05-26 Thread Ivan Glushkov

Thilo Six wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Ivan Glushkov wrote the following on 24.05.2006 09:04:

snip
  

On my 1280x1024 screen the following looks quite ok:
Eterm -g 102x35+0+0 
Eterm -g 102x35+0+512  Eterm -g 102x35+640+0  Eterm -g 102x35+640+512 

  
  

That would mean that I have to create four different icons on my desktop
for each specific Eterm geometry, but I don't want to have four icons
for Eterm...



Do you start them temporarily or as default with the start of your
desktop?
  
I don't start them by default with the starting of the gnome, I start 
them by clicking on the icon, when I need terminal ...

bye Thilo
- --
i am on Ubuntu 2.6 KDE
- - some friend of mine

gpg key: Ox4A411E09

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEdbAGgkdHiUpBHgkRAxRuAKDnofOwaQNnH/X4HKeUbAFkwphGBgCfZokE
Z0utt5MNEH27u6QYgHLM/X4=
=v+9I
-END PGP SIGNATURE-


  



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: eterm / gnome window position [SOLVED]

2006-05-26 Thread Ivan Glushkov

Dale Hair wrote:

The string I have for my Eterm icon is:

/usr/bin/Eterm -L 1 --colorBD yellow --select-line -g 101x25 --shade 
100 --buttonbar 0 --scrollbar-type next


So, I am using the geometry option, but I can only set the dimensions of 
the terminal, since they are the same. If I set also the position 
(something like101x25+0+0), if I click four times over my icon I will 
get four terminals on top of each other. Which I do not want.


I took a look at devilspie program. Correct me if I am wrong, but it 
cannot distinguish different instances from the same application and 
take different actions according to the instance number which is what I 
want to do - apply different position for different terminal windows, 
started from the same icon.





If I understand correctly you want your four eterms to start up in four
seperate parts of the screen or tiled.  I can do this using sawfish
window manager.  In the matched Windows Properties match   Command
^Eterm $ and set Place mode   first-fit  or   best-fit.  This is done in
gnome withPreferences Windows


  
Well, I did not have this option. This option exist only if one has 
sawfish as window manager. I had metacity. I switched to sawfish, 
switched this option to first-fit, and now it works exactly as wanted...


   Thanks for the help Dale!!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: eterm / gnome window position

2006-05-25 Thread Dale Hair

 The string I have for my Eterm icon is:
 
 /usr/bin/Eterm -L 1 --colorBD yellow --select-line -g 101x25 --shade 
 100 --buttonbar 0 --scrollbar-type next
 
 So, I am using the geometry option, but I can only set the dimensions of 
 the terminal, since they are the same. If I set also the position 
 (something like101x25+0+0), if I click four times over my icon I will 
 get four terminals on top of each other. Which I do not want.
 
 I took a look at devilspie program. Correct me if I am wrong, but it 
 cannot distinguish different instances from the same application and 
 take different actions according to the instance number which is what I 
 want to do - apply different position for different terminal windows, 
 started from the same icon.
 

If I understand correctly you want your four eterms to start up in four
seperate parts of the screen or tiled.  I can do this using sawfish
window manager.  In the matched Windows Properties match   Command
^Eterm $ and set Place mode   first-fit  or   best-fit.  This is done in
gnome withPreferences Windows


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: eterm / gnome window position

2006-05-25 Thread Thilo Six
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Ivan Glushkov wrote the following on 24.05.2006 09:04:

snip
 On my 1280x1024 screen the following looks quite ok:
 Eterm -g 102x35+0+0 
 Eterm -g 102x35+0+512  Eterm -g 102x35+640+0  Eterm -g 102x35+640+512 

   
 That would mean that I have to create four different icons on my desktop
 for each specific Eterm geometry, but I don't want to have four icons
 for Eterm...

Do you start them temporarily or as default with the start of your
desktop?

bye Thilo
- --
i am on Ubuntu 2.6 KDE
- - some friend of mine

gpg key: Ox4A411E09

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEdbAGgkdHiUpBHgkRAxRuAKDnofOwaQNnH/X4HKeUbAFkwphGBgCfZokE
Z0utt5MNEH27u6QYgHLM/X4=
=v+9I
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: eterm / gnome window position

2006-05-24 Thread Ivan Glushkov

Juha Tuuna wrote:

On Tuesday, 23. Mayta 2006 10:07, Ivan Glushkov wrote:
  

Hi all,

I prefer to have 4 Eterms open on my desktop. The problem is that every
time I have to rearrange them such, that they precisely fit to my
screen. I looked at man pages for Eterm, googled a little bit, but I
could not find to get first Eterm on the upper left corner, second on
upper right, etc. Any ideas how one can do that?

Cheers,
Ivan


man Eterm says:
-g geom, --geometry geom
Window geometry as Width x Height+X coord+Y coord, i.e 100x200+0+100

On my 1280x1024 screen the following looks quite ok:
Eterm -g 102x35+0+0 
Eterm -g 102x35+0+512  
Eterm -g 102x35+640+0  
Eterm -g 102x35+640+512 


  
That would mean that I have to create four different icons on my desktop 
for each specific Eterm geometry, but I don't want to have four icons 
for Eterm...



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: eterm / gnome window position

2006-05-24 Thread Jon Dowland
[moving back on-list]

At 1148461742 past the epoch, Ivan Glushkov wrote:
 I looked almost everywhere in the gnome settings
 (v.2.14.1) and I could not find anything appropriate. Am I
 missing something, or really gnome does not supporting
 that feature?

I expect metacity (the window manager for gnome) does not
have this feature, no. They are also quite resistant to any
suggestion of implementing new features.

You could switch to another window manager, but what might
work better would be to look at Devil's Pie, a window
manager top-up program.
http://www.burtonini.com/blog/computers/devilspie

Some combination of this (which is available as a debian
package) and the geometry strings someone else listed might
do what you want.

-- 
Jon Dowland
http://alcopop.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: eterm / gnome window position

2006-05-24 Thread Ivan Glushkov

Jon Dowland wrote:

[moving back on-list]

At 1148461742 past the epoch, Ivan Glushkov wrote:
  

I looked almost everywhere in the gnome settings
(v.2.14.1) and I could not find anything appropriate. Am I
missing something, or really gnome does not supporting
that feature?



I expect metacity (the window manager for gnome) does not
have this feature, no. They are also quite resistant to any
suggestion of implementing new features.

You could switch to another window manager, but what might
work better would be to look at Devil's Pie, a window
manager top-up program.
http://www.burtonini.com/blog/computers/devilspie

Some combination of this (which is available as a debian
package) and the geometry strings someone else listed might
do what you want.
  

The string I have for my Eterm icon is:

/usr/bin/Eterm -L 1 --colorBD yellow --select-line -g 101x25 --shade 
100 --buttonbar 0 --scrollbar-type next


So, I am using the geometry option, but I can only set the dimensions of 
the terminal, since they are the same. If I set also the position 
(something like101x25+0+0), if I click four times over my icon I will 
get four terminals on top of each other. Which I do not want.


I took a look at devilspie program. Correct me if I am wrong, but it 
cannot distinguish different instances from the same application and 
take different actions according to the instance number which is what I 
want to do - apply different position for different terminal windows, 
started from the same icon.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




eterm / gnome window position

2006-05-23 Thread Ivan Glushkov

Hi all,

I prefer to have 4 Eterms open on my desktop. The problem is that every 
time I have to rearrange them such, that they precisely fit to my 
screen. I looked at man pages for Eterm, googled a little bit, but I 
could not find to get first Eterm on the upper left corner, second on 
upper right, etc. Any ideas how one can do that?


   Cheers,
   Ivan


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: eterm / gnome window position

2006-05-23 Thread Juha Tuuna
On Tuesday, 23. Mayta 2006 10:07, Ivan Glushkov wrote:
 Hi all,

 I prefer to have 4 Eterms open on my desktop. The problem is that every
 time I have to rearrange them such, that they precisely fit to my
 screen. I looked at man pages for Eterm, googled a little bit, but I
 could not find to get first Eterm on the upper left corner, second on
 upper right, etc. Any ideas how one can do that?

 Cheers,
 Ivan
man Eterm says:
-g geom, --geometry geom
Window geometry as Width x Height+X coord+Y coord, i.e 100x200+0+100

On my 1280x1024 screen the following looks quite ok:
Eterm -g 102x35+0+0 
Eterm -g 102x35+0+512  
Eterm -g 102x35+640+0  
Eterm -g 102x35+640+512 

-- 
-=[JT]=-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: eterm / gnome window position

2006-05-23 Thread Jon Dowland
At 1148375263 past the epoch, Ivan Glushkov wrote:
 I prefer to have 4 Eterms open on my desktop. The problem
 is that every time I have to rearrange them such, that
 they precisely fit to my screen. I looked at man pages for
 Eterm, googled a little bit, but I could not find to get
 first Eterm on the upper left corner, second on upper
 right, etc. Any ideas how one can do that?

That would be the responsibility of your window manager. If
your current window manager doesn't offer that
functionality, there almost certainly is one that does,
somewhere :-)

-- 
Jon Dowland
http://alcopop.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: eterm / gnome window position

2006-05-23 Thread Andrew Sackville-West
On Tue, May 23, 2006 at 09:07:43AM +0200, Ivan Glushkov wrote:
 Hi all,
 
 I prefer to have 4 Eterms open on my desktop. The problem is that every 
 time I have to rearrange them such, that they precisely fit to my 
 screen. I looked at man pages for Eterm, googled a little bit, but I 
 could not find to get first Eterm on the upper left corner, second on 
 upper right, etc. Any ideas how one can do that?

this isn't really what you're looking for, but maybe? Try a different
window manager. A tiled wm will do this automatically. I use wmii and
it works really well for that for my purposes. ymmv.

A


signature.asc
Description: Digital signature


dealing with non-standard characters in mutt/eterm

2006-04-18 Thread Andrew Sackville-West
Howdy list, 

I've recently switched over to using mutt in an eterm session. One
downside is that non-english characters show up as '?'. For example, I
was just reading a mail from Rog?rio which I know isn't right... I'm
sure there is probably some simple environment variable to set, but am
clueless.

fwiw, 

[EMAIL PROTECTED]:~$ locale
LANG=
LC_CTYPE=POSIX
LC_NUMERIC=POSIX
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=POSIX
LC_MESSAGES=POSIX
LC_PAPER=POSIX
LC_NAME=POSIX
LC_ADDRESS=POSIX
LC_TELEPHONE=POSIX
LC_MEASUREMENT=POSIX
LC_IDENTIFICATION=POSIX
LC_ALL=


I'm sure that's part of the problem

A


signature.asc
Description: Digital signature


Re: dealing with non-standard characters in mutt/eterm

2006-04-18 Thread Andrew Sackville-West
On Tue, Apr 18, 2006 at 01:28:09PM -0700, Andrew Sackville-West wrote:
 Howdy list, 
 
 I've recently switched over to using mutt in an eterm session. One
 downside is that non-english characters show up as '?'. For example, I
 was just reading a mail from Rog?rio which I know isn't right... I'm
 sure there is probably some simple environment variable to set, but am
 clueless.
 
 fwiw, 
 
 [EMAIL PROTECTED]:~$ locale
 LANG=
 LC_CTYPE=POSIX
 LC_NUMERIC=POSIX
 LC_TIME=POSIX
 LC_COLLATE=POSIX
 LC_MONETARY=POSIX
 LC_MESSAGES=POSIX
 LC_PAPER=POSIX
 LC_NAME=POSIX
 LC_ADDRESS=POSIX
 LC_TELEPHONE=POSIX
 LC_MEASUREMENT=POSIX
 LC_IDENTIFICATION=POSIX
 LC_ALL=
 
 
 I'm sure that's part of the problem

nevermind. I put 'export LANG=en_US.ISO-8859-1' in my /etc/profile and
all is well.

A

 
 A




signature.asc
Description: Digital signature


Alterar fonte mo Eterm e aterm

2006-04-09 Thread Rogério Ferreira

   Bom dia.

  Após muita pesquisa na internet e nada de encontrar solução, 
gostaria de saber dos senhores qual o comando para usar o Eterm e o 
aterm com a fonte Bitstream Vera Sans Mono?


  No xterm basta usar $ xterm -fa 'Bitstream Vera Sans Mono' -fs 
10, mas nos outros dois não estou conseguindo usar esta fonte.


   Obrigado pela atenção.

   Rogério Ferreira.



___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. 
http://br.info.mail.yahoo.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Alterar fonte mo Eterm e aterm

2006-04-09 Thread Xfree99
Rogério Ferreira r_ferreira07 at yahoo.com.br writes:

 
 Bom dia.
 
Após muita pesquisa na internet e nada de encontrar solução, 
 gostaria de saber dos senhores qual o comando para usar o Eterm e o 
 aterm com a fonte Bitstream Vera Sans Mono?
 
No xterm basta usar $ xterm -fa 'Bitstream Vera Sans Mono' -fs 
 10, mas nos outros dois não estou conseguindo usar esta fonte.
 
 Obrigado pela atenção.
 
 Rogério Ferreira.
 
   
 ___ 
 Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e
anti-spam realmente eficaz. 
 http://br.info.mail.yahoo.com/
 



$ Aterm -tr +sb -sh 100% -tint (cyan,Blue,red,yellow) -fg white -bg red -T
(seunick) -fn (suafonte) -ls

-fn fonte 

 Abraço, hAtOrY


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Eterm et utf-8

2006-03-22 Thread Nicolas Roudninski
Bonjour à tous,

Question toute bête, mais je ne trouve rien sur le net : quelqu'un
sait-il comment (si c'est possible) configurer Eterm (version 0.9.3)
avec UTF-8 ?

Cordialement,

-- 
Nicolas Roudninski
[EMAIL PROTECTED]
http://carlodyssee.homelinux.net

Envie d'aventure, de baie attitude ?
http://www.aventure-et-vous.fr
--
Toute ressemblance avec des fautes d'orthographe, de grammaire
ou de conjugaison existantes ou ayant existé serait entièrement
fortuite et indépendante de la volonté de l'auteur.


-- 
Pensez � lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez � rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: root-tail oder Eterm auf kde 3.3 debian sarge desktop....?

2005-11-13 Thread Christian Fromme
On Sat, 12 Nov 2005, norman bundey wrote:

 Stefan Muthers schrieb:
 
 so habe ich es hinbekommen:

FYI -- http://strace.org/kaners/2005/09/26#log_toggle
 
Gruss,
-- 
Christian Fromme

Mail: kaner at strace.org
 GPG: 9DE5E8B9

If you seek the kernel, then you must break the shell.
(Meister Eckhart)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: root-tail oder Eterm auf kde 3. 3 debian sarge desktop....?[gelöst]

2005-11-13 Thread norman bundey

Christian Fromme schrieb:

On Sat, 12 Nov 2005, norman bundey wrote:



Stefan Muthers schrieb:


 


so habe ich es hinbekommen:



FYI -- http://strace.org/kaners/2005/09/26#log_toggle
 
Gruss,

Feine Lösung!

Danke!

Gruss
Norman


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: root-tail oder Eterm auf kde 3. 3 debian sarge desktop....? =ET erm Shell Sktipt in Kde Autostart?[gelö st]

2005-11-13 Thread norman bundey

norman bundey schrieb:

Hier nochmal eine kurze Zusammenfassung:

habe mir diese Skript gebaut um beim Starten von KDE den Eterm auf 
meinem Desktop zu plazieren:


#!/bin/sh

Eterm -Ox --shade 0 -g=100x25+0+530 --no-cursor -n StarDELL-log -T 
StarDELL-log --scrollbar off -f grey --buttonbar 0 -e tail -f 
/var/log/messages 


so weit so gut nur irgendwie läuft das Ganze noch nicht so rund wie ich 
es gern hätte...,


Das Skript wird beim Starten wie erwartet ausgeführt und wenn ich beim 
Abmelden von Kde Eterm geöffnet lasse, macht er mir ein zweites Fenster 
auf beim nächsten Anmelden. (Grund = eingeschaltete 
Sitzungswiederherstellung)


Jetzt habe ich das Skript erweitert da ich bei KDE die 
Sitzungs-wiederherstellung gern eingeschaltet lassen möchte. Das Skript 
funktioniert, ist aber irgendwie etwas konfus in der else Anweisung. 
Dort lasse ich den letzten Etrem Prozess der letzten Sitzung killen und 
dann Eterm erneut starten. Damit das so geht muß das Skript kurz warten 
(sleep 3), da wohl zuerst Autostart ausgeführt wird und dann die 
Sitzungs-wiederherstellung.

Hier das Skript in der zweiten Rohfassung:

#!/bin/sh

sleep 3

ANZETERM=`ps -A | grep -c Eterm`
PIDETERM=`pidof Eterm`

if [ $ANZETERM -eq 0 ]
then
Eterm -Ox --shade 0 -g=100x25+0+390 --no-cursor -n StarDELL-log -T 
StarDELL-log --scrollbar off -f grey --buttonbar 0 -e tail -f 
/var/log/messages 

else
kill -9 $PIDETERM
Eterm -Ox --shade 0 -g=100x25+0+390 --no-cursor -n StarDELL-log -T 
StarDELL-log --scrollbar off -f grey --buttonbar 0 -e tail -f 
/var/log/messages 

fi

Bleibt noch diese Frage offen aus dem Vorherigen Thread:
Ich schrieb:
 
 Es wird mir in der Fensterleiste natürlich das Programm (Eterm) 
 angezeigt, da es ja auch läuft. Ist es möglich es als Deamon-Prozess 
 (Prozess der im Hintergrung arbeitet) zu starten, also so, daß keine 
 Anzeige in der Fensterleiste ensteht?

 


hat jemand einen Verbesserungsvorschlag, Anregungen oder eine Ergänzung 
zu dem Skript? Eure Meinung wäre mir wichtig... .


Gruss
Norman




Alles erledigt,

selbst war der Mann. Skript verbessert und auch die letzte Frage 
erledigt (mit der Fensterleiste)


So sieht das Endprodukt aus:

--

#!/bin/sh

sleep 7

ANZETERM=`ps -A | grep -c Eterm`
PIDETERM=`pidof Eterm`

if [ $ANZETERM -eq 0 ]
then
	kstart --window StarDELL-log --alldesktops --skiptaskbar --skippager 
--onbottom Eterm -Ox --shade 0 -g=100x25+0+390 --no-cursor -n 
StarDELL-log -T StarDELL-log --scrollbar off -f grey --buttonbar 0 -e 
tail -f /var/log/messages 


elif [ $ANZETERM -eq 1 ]
then
exit
else
while [ $ANZETERM -gt 1 ]
do
PIDETERM=(`pidof -s Eterm`)
kill -9 $PIDETERM
ANZETERM=`ps -A | grep -c Eterm`
done
fi

--

gruss
Norman


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: root-tail oder Eterm auf kde 3.3 debian sarge desktop....?

2005-11-12 Thread norman bundey

Stefan Muthers schrieb:

morgen!

* Claudius Hubig [EMAIL PROTECTED]:


norman bundey [EMAIL PROTECTED] wrote:


Doch hier meckert beim beenden visudo immer rum. Wie mache ich es 
richtig, wenn ich meinem User finarfin erlauben will, dass er sich 
/var/log/messages ausgeben lassen kann?


Eine Möglichkeit wäre vllt. auch, die Rechte entsprechend anzupassen?



genau, aber:



Bei mir sieht das so

-rw-r--r--  1 root root 69209 2005-11-11 21:26 /var/log/messages



bei mir (sarge) schaut's so suas:

 -rw-r-  1 root adm 277105 2005-11-12 07:04 /var/log/messages

und deswegen genügt schon ein hinzufügen des users zur Gruppe adm.

grüße
Stefan



Danke Stefan und Claudius,

so habe ich es hinbekommen:

Zuerst Eterm falls nicht schon vorhanden Installieren. ;) Dann Aufrufen, 
Schriftgrösse anpassen und abspeichern. Nun den User auf dessen Desktop 
Eterm laufen soll zu der Gruppe adm hinzufügen. Jetzt folgt noch das 
erstellen eines Shell-Skriptes unter /home/$USER$/.kde/Autostart

mit dem folgendem Inhalt:

#!/bin/sh

Eterm -Ox --shade 0 -g=100x25+0+530 --no-cursor -n StarDELL-log -T 
StarDELL-log --scrollbar off -f grey --buttonbar 0 -e tail -f 
/var/log/messages 


und dann unter einem bevorzugtem Namen abspeichern. Die mit übergebenen 
Parameter nach beleiben anpassen, zb die Größe und Position des 
Fensterfeldes (-g=100x25+0+530) abändern. (Die ersten Beiden Werte sind 
 für die Größe und die letzten beiden für die Position). Zum Schluss 
noch das wichtigste, das Skript ausführbar machen da es sonst sein kann, 
daß KDE das Skript beim Starten nicht ausführt, sondern mit einem Editor 
öffnet.


Nun hat sich noch eine Frage ergeben:
Es wird mir in der Fensterleiste natürlich das Programm (Eterm) 
angezeigt, da es ja auch läuft. Ist es möglich es als Deamon-Prozess 
(Prozess der im Hintergrung arbeitet) zu starten, also so, daß keine 
Anzeige in der Fensterleiste ensteht?


Gruss
Norman






--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: root-tail oder Eterm auf kde 3.3 debian sarge desktop....? =ETerm Shell Sktipt in Kde Autostart?

2005-11-12 Thread norman bundey

Hier nochmal eine kurze Zusammenfassung:

habe mir diese Skript gebaut um beim Starten von KDE den Eterm auf 
meinem Desktop zu plazieren:


#!/bin/sh

Eterm -Ox --shade 0 -g=100x25+0+530 --no-cursor -n StarDELL-log -T 
StarDELL-log --scrollbar off -f grey --buttonbar 0 -e tail -f 
/var/log/messages 


so weit so gut nur irgendwie läuft das Ganze noch nicht so rund wie ich 
es gern hätte...,


Das Skript wird beim Starten wie erwartet ausgeführt und wenn ich beim 
Abmelden von Kde Eterm geöffnet lasse, macht er mir ein zweites Fenster 
auf beim nächsten Anmelden. (Grund = eingeschaltete 
Sitzungswiederherstellung)


Jetzt habe ich das Skript erweitert da ich bei KDE die 
Sitzungs-wiederherstellung gern eingeschaltet lassen möchte. Das Skript 
funktioniert, ist aber irgendwie etwas konfus in der else Anweisung. 
Dort lasse ich den letzten Etrem Prozess der letzten Sitzung killen und 
dann Eterm erneut starten. Damit das so geht muß das Skript kurz warten 
(sleep 3), da wohl zuerst Autostart ausgeführt wird und dann die 
Sitzungs-wiederherstellung.

Hier das Skript in der zweiten Rohfassung:

#!/bin/sh

sleep 3

ANZETERM=`ps -A | grep -c Eterm`
PIDETERM=`pidof Eterm`

if [ $ANZETERM -eq 0 ]
then
	Eterm -Ox --shade 0 -g=100x25+0+390 --no-cursor -n StarDELL-log -T 
StarDELL-log --scrollbar off -f grey --buttonbar 0 -e tail -f 
/var/log/messages 

else
kill -9 $PIDETERM
	Eterm -Ox --shade 0 -g=100x25+0+390 --no-cursor -n StarDELL-log -T 
StarDELL-log --scrollbar off -f grey --buttonbar 0 -e tail -f 
/var/log/messages 

fi

Bleibt noch diese Frage offen aus dem Vorherigen Thread:
Ich schrieb:

Es wird mir in der Fensterleiste natürlich das Programm (Eterm) 
angezeigt, da es ja auch läuft. Ist es möglich es als Deamon-Prozess 
(Prozess der im Hintergrung arbeitet) zu starten, also so, daß keine 
Anzeige in der Fensterleiste ensteht?




hat jemand einen Verbesserungsvorschlag, Anregungen oder eine Ergänzung 
zu dem Skript? Eure Meinung wäre mir wichtig... .


Gruss
Norman



--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



root-tail oder Eterm auf kde 3.3 debian sarge desktop....?

2005-11-11 Thread norman bundey

Mist falschen email-Account benutzt.

Hallo Liste...schön mal wieder was zu schreiben,

ich habe mich für die Ausgabe von /var/log/messages auf meinem User 
Desktop begeistern können. Dazu habe ich mal ein wenig gegoogelt und 
habe in Erfahrung bringen können, dass es ein Programm Namens 
root-tail gibt, das diesen Dienst für mich erledigt.


Ich habe diese Anleitung probiert:

http://www.linux-user.de/ausgabe/2001/04/080-desktopia/desktopia-roottail.html

Hier habe ich mit apt dann root-tail installiert und dann festgestellt, 
dass ich keine Ausgabe auf dem Desktop bekomme beim Starten von


[EMAIL PROTECTED] root-tail /var/log/messages

hier wird das tool wohl gestartet und ich kann es auch abbrechen mit 
Strg+C aber eine Ausgabe auf meinem Desktop erfolgt nicht! Auch nach 
langem Warten nicht und einem ein/ausstecken eines Speichersticks z.b. 
Weiter unten auf der Seite kann man folgendes lesen, denke das ist der 
Grund warum es auch bei meiner KDE 3.3 Debian Sarge nicht geht:



KDE 2 legt über den gesamten Desktop ein rahmenloses Fenster und 
überdeckt somit alles, was ein anderes Programm auf den 
Desktop-Hintergrund malt. Eine Lösung zum Einsatz von root-tail in 
Verbindung mit KDE 2 ist mir nicht bekannt.



In diesem Tutorial habe ich das erste mal von dem Programm super 
gehört. Ist das etwas anderes als sudo oder sogar besser?


Wie kann ich root-tail denn unter Debian Sarge Kde 3.3 nutzen oder 
sollte ich (Möglichkeit 2) ein Eterm benutzen, das in .kde/Autostart mit 
Hilfe eines Skriptes gestartet wird? Dazu müsste ich aber doch 
/var/log/messages mit sudo benutzen. Nur hab ich noch keine genaue 
Ahnung wie ein richtiger Eintrag auszusehen hat. Habe die Datei 
/etc/sudo mit visudo versucht zu editieren und dort folgendes Eingetragen:


finarfin LOCAL=NOPASSWD:tail -f /var/log/messages

*Anmerkung finarfin ist der User auf dessen Desktop die Ausgabe zu sehen 
sein soll. Aber ich denke das habt Ihr natürlich schon erfasst. ;) 
Diesen Eintrag habe ich hier gefunden:


http://lists.suse.com/archive/suse-linux/2003-Oct/3823.html

so sieht die gesammte Datei momentan aus ohne diesen Eintag:

# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
rootALL=(ALL) ALL

=und unter dem root eintrag hatte ich dann

finarfin LOCAL=NOPASSWD:tail -f /var/log/messages

angefügt.

Doch hier meckert beim beenden visudo immer rum. Wie mache ich es 
richtig, wenn ich meinem User finarfin erlauben will, dass er sich 
/var/log/messages ausgeben lassen kann?


Meinen Dank wie immer im vorraus für Eure Zeit und Nerven die Ihr für 
meine Spielereien aufwendet.


Gruss
Norman


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



root-tail oder Eterm auf kde 3.3 debian sarge desktop....?

2005-11-11 Thread finarfin

Hallo Liste...schön mal wieder was zu schreiben,

ich habe mich für die Ausgabe von /var/log/messages auf meinem User 
Desktop begeistern können. Dazu habe ich mal ein wenig gegoogelt und 
habe in Erfahrung bringen können, dass es ein Programm Namens 
root-tail gibt, das diesen Dienst für mich erledigt.


Ich habe diese Anleitung probiert:

http://www.linux-user.de/ausgabe/2001/04/080-desktopia/desktopia-roottail.html

Hier habe ich mit apt dann root-tail installiert und dann festgestellt, 
dass ich keine Ausgabe auf dem Desktop bekomme beim Starten von


[EMAIL PROTECTED] root-tail /var/log/messages

hier wird das tool wohl gestartet und ich kann es auch abbrechen mit 
Strg+C aber eine Ausgabe auf meinem Desktop erfolgt nicht! Auch nach 
langem Warten nicht und einem ein/ausstecken eines Speichersticks z.b. 
Weiter unten auf der Seite kann man folgendes lesen, denke das ist der 
Grund warum es auch bei meiner KDE 3.3 Debian Sarge nicht geht:



KDE 2 legt über den gesamten Desktop ein rahmenloses Fenster und 
überdeckt somit alles, was ein anderes Programm auf den 
Desktop-Hintergrund malt. Eine Lösung zum Einsatz von root-tail in 
Verbindung mit KDE 2 ist mir nicht bekannt.



In diesem Tutorial habe ich das erste mal von dem Programm super 
gehört. Ist das etwas anderes als sudo oder sogar besser?


Wie kann ich root-tail denn unter Debian Sarge Kde 3.3 nutzen oder 
sollte ich (Möglichkeit 2) ein Eterm benutzen, das in .kde/Autostart mit 
Hilfe eines Skriptes gestartet wird? Dazu müsste ich aber doch 
/var/log/messages mit sudo benutzen. Nur hab ich noch keine genaue 
Ahnung wie ein richtiger Eintrag auszusehen hat. Habe die Datei 
/etc/sudo mit visudo versucht zu editieren und dort folgendes Eingetragen:


finarfin LOCAL=NOPASSWD:tail -f /var/log/messages

*Anmerkung finarfin ist der User auf dessen Desktop die Ausgabe zu sehen 
sein soll. Aber ich denke das habt Ihr natürlich schon erfasst. ;) 
Diesen Eintrag habe ich hier gefunden:


http://lists.suse.com/archive/suse-linux/2003-Oct/3823.html

so sieht die gesammte Datei momentan aus ohne diesen Eintag:

# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
rootALL=(ALL) ALL

=und unter dem root eintrag hatte ich dann

finarfin LOCAL=NOPASSWD:tail -f /var/log/messages

angefügt.

Doch hier meckert beim beenden visudo immer rum. Wie mache ich es 
richtig, wenn ich meinem User finarfin erlauben will, dass er sich 
/var/log/messages ausgeben lassen kann?


Meinen Dank wie immer im vorraus für Eure Zeit und Nerven die Ihr für 
meine Spielereien aufwendet.


Gruss
Norman


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: root-tail oder Eterm auf kde 3.3 debian sarge desktop....?

2005-11-11 Thread Claudius Hubig
norman bundey [EMAIL PROTECTED] wrote:
Mist falschen email-Account benutzt.

?

Doch hier meckert beim beenden visudo immer rum. Wie mache ich es 
richtig, wenn ich meinem User finarfin erlauben will, dass er sich 
/var/log/messages ausgeben lassen kann?

Eine Möglichkeit wäre vllt. auch, die Rechte entsprechend anzupassen?

Bei mir sieht das so

-rw-r--r--  1 root root 69209 2005-11-11 21:26 /var/log/messages

aus, und ich sehe da nicht so wirklich Sicherheitsprobleme (ich nehme
mal an, dein System ist ein Einzelnutzerarbeitsplatz (tolles Wort ;) ).
Und dementsprechendfuntkioniert auch bspw. cat /var/log/messages etc.
wunderbar - Damit wäre zumindest schonmal ein Problem gelöst.

Greetinx
   ^[1]

Claudius

[1] Es möge sich jetzt keiner wegen diesem Kauderwelsch beschweren, und
wenn doch sehe er sich doch mal die Passage *zähl* sechs Zeilen drüber
an ;)

-- 
Claudius Hubig,= ,-_-. =.224491597
Es gibt auch Linux-Aussteiger.   ((_/)o o(\_))  Y!M:opensource2017
Aber die Rückfallquote steigt mit `-'(. .)`-' claudiushubig.tk 
jeder Win-Version. (Walter Saner) \_/ [EMAIL PROTECTED] 


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: root-tail oder Eterm auf kde 3.3 debian sarge desktop....?

2005-11-11 Thread Stefan Muthers
morgen!

* Claudius Hubig [EMAIL PROTECTED]:
 norman bundey [EMAIL PROTECTED] wrote:
 
 Doch hier meckert beim beenden visudo immer rum. Wie mache ich es 
 richtig, wenn ich meinem User finarfin erlauben will, dass er sich 
 /var/log/messages ausgeben lassen kann?
 
 Eine Möglichkeit wäre vllt. auch, die Rechte entsprechend anzupassen?

genau, aber:

 Bei mir sieht das so
 
 -rw-r--r--  1 root root 69209 2005-11-11 21:26 /var/log/messages

bei mir (sarge) schaut's so suas:

 -rw-r-  1 root adm 277105 2005-11-12 07:04 /var/log/messages

und deswegen genügt schon ein hinzufügen des users zur Gruppe adm.

grüße
Stefan


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Impossible de lancer Eterm (sauf en Root)

2005-06-10 Thread CoolFox

Depuis ce matin il m'est impossible de lancer Eterm autrement qu'en root!

Si je test en utilisateur normal j'obtiens ca:

@DebSID:~$ Eterm
Eterm:  Error:  Received terminal signal SIGSEGV (11)
Eterm:  Error:  Attempting to dump a stack trace
Eterm:  Error:  Your system does not support any of the methods Eterm 
uses.  Exiting.



J'ai bien sur pensé à jouer avec les permissions (chmod 777 sur 
/usr/bin/Eterm) mais cela ne regle pas mon pbm !


J'ai aussi desinstallé/réinstallé avec apt-get remove --purge eterm et 
apt-get install eterm, mais sans succès également!


Donc la, j'avoue que je pige pas bien ce qui lui prend (surtout avant un 
WE cet espece de pignouf! :) )


Pour info je suis sous debian SID kernel 2.6.10
Version de eterm 0.9.2

Si vous avez des idées, je suis preneur !
--
Faire reagir les cons, c ce ki demande le + d'intelligence!


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Impossible de lancer Eterm (sauf en Root)

2005-06-10 Thread Florent Bayle
Le Vendredi 10 Juin 2005 10:57, CoolFox a écrit :
 Depuis ce matin il m'est impossible de lancer Eterm autrement qu'en root!

 Si je test en utilisateur normal j'obtiens ca:

 @DebSID:~$ Eterm
 Eterm:  Error:  Received terminal signal SIGSEGV (11)
 Eterm:  Error:  Attempting to dump a stack trace
 Eterm:  Error:  Your system does not support any of the methods Eterm
 uses.  Exiting.


 J'ai bien sur pensé à jouer avec les permissions (chmod 777 sur
 /usr/bin/Eterm) mais cela ne regle pas mon pbm !

 J'ai aussi desinstallé/réinstallé avec apt-get remove --purge eterm et
 apt-get install eterm, mais sans succès également!

 Donc la, j'avoue que je pige pas bien ce qui lui prend (surtout avant un
 WE cet espece de pignouf! :) )

 Pour info je suis sous debian SID kernel 2.6.10
 Version de eterm 0.9.2

 Si vous avez des idées, je suis preneur !

As-tu essayé de le lancer sous un autre compte d'utilisateur (ni root ni 
toi) ? Si ça se lance, c'est certainement un fichier de configuration dans 
ton répertoire personnel qui est foireux.

-- 
Florent

-- Citation aléatoire --
 C aussi la dernière fois que je parlerais de warez
 En donnant mes adresses, beaucoup plus de gens iront voir ces sites et
 donc, le téléchargement deviendra de plus en plus impossible !
 -+- Pip99 in GPJ : Le piratage c'est bien, mais que pour moi -+-


pgpbCipYQi52t.pgp
Description: PGP signature


Re: Impossible de lancer Eterm (sauf en Root)

2005-06-10 Thread CoolFox

Florent Bayle a écrit :

Le Vendredi 10 Juin 2005 10:57, CoolFox a écrit :


Depuis ce matin il m'est impossible de lancer Eterm autrement qu'en root!

Si je test en utilisateur normal j'obtiens ca:

@DebSID:~$ Eterm
Eterm:  Error:  Received terminal signal SIGSEGV (11)
Eterm:  Error:  Attempting to dump a stack trace
Eterm:  Error:  Your system does not support any of the methods Eterm
uses.  Exiting.


J'ai bien sur pensé à jouer avec les permissions (chmod 777 sur
/usr/bin/Eterm) mais cela ne regle pas mon pbm !

J'ai aussi desinstallé/réinstallé avec apt-get remove --purge eterm et
apt-get install eterm, mais sans succès également!

Donc la, j'avoue que je pige pas bien ce qui lui prend (surtout avant un
WE cet espece de pignouf! :) )

Pour info je suis sous debian SID kernel 2.6.10
Version de eterm 0.9.2

Si vous avez des idées, je suis preneur !



As-tu essayé de le lancer sous un autre compte d'utilisateur (ni root ni 
toi) ? Si ça se lance, c'est certainement un fichier de configuration dans 
ton répertoire personnel qui est foireux.


Je viens de tester en créant un user toto sous xterm et en effet 
celui-ci parvient a lancer Eterm sans pbm !


Je suis repassé sous l'utilisateur avec lequel j'avais ce pbm et tout 
est rentré dans l'ordre !


Je pense que, comme l'a signalé Florent, le systeme a du foiré un 
fichier de conf ou bien un lien pour l'execution du binaire!


Encore merci pour cette idée lumineuse !!

;)


--
Faire reagir les cons, c ce ki demande le + d'intelligence!


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Eterm

2005-02-28 Thread Benoît Soëte
Bonjour,
Ya t'il quelqu'un qui connaisse le moyen de mettre Eterm en UTF-8 ?
D'avance merci,
Ben
--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Printscreen with Eterm

2004-12-14 Thread Bruce Park
Fellow Debian Users,
Do any of you have a problem when you hit the Print Screen key inside Eterm? It 
seems to freeze the terminal for me.

I'm using Sid.
Any help is appreciated.
bp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



How to set font and size in Eterm

2004-09-24 Thread Prashant Kumar
Hi there
Could somebody help me in changing font and font size on Eterm,  say I want to use 
font bitstream charter and size 13
how to do it. I have sarge,  kernel 2.6  and eterm is version 9.2
TIA

Prashant kumar
home page http://home.iitk.ac.in/student/prashkr
+-+
|Nothing is fool-proof for a sufficiently talented fool!  |
+-+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to set font and size in Eterm

2004-09-24 Thread Prashant Kumar

On Fri, 24 Sep 2004, Prashant Kumar wrote:

 Date: Fri, 24 Sep 2004 17:01:36 -0400 (EDT)
 From: Prashant Kumar [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: How  to set font and size in Eterm
 Resent-Date: Fri, 24 Sep 2004 06:34:34 -0500 (CDT)
 Resent-From: [EMAIL PROTECTED]

 Hi there
 Could somebody help me in changing font and font size on Eterm,  say I want to use 
 font bitstream charter and size 13
 how to do it. I have sarge,  kernel 2.6  and eterm is version 9.2
 TIA

 Prashant kumar
 home page http://home.iitk.ac.in/student/prashkr
 +-+
 |Nothing is fool-proof for a sufficiently talented fool!  |
 +-+


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Help needed,  I am a new Debian user,  somebody using Eterm please help me.
Thanks in advance.

Prashant kumar
home page http://home.iitk.ac.in/student/prashkr
+-+
|Nothing is fool-proof for a sufficiently talented fool!  |
+-+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to set font and size in Eterm

2004-09-24 Thread Wayne Topa
Prashant Kumar([EMAIL PROTECTED]) is reported to have said:
 
 On Fri, 24 Sep 2004, Prashant Kumar wrote:
 
  Date: Fri, 24 Sep 2004 17:01:36 -0400 (EDT)
  From: Prashant Kumar [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: How  to set font and size in Eterm
  Resent-Date: Fri, 24 Sep 2004 06:34:34 -0500 (CDT)
  Resent-From: [EMAIL PROTECTED]
 
  Hi there
  Could somebody help me in changing font and font size on Eterm,  say I want to use 
  font bitstream charter and size 13
  how to do it. I have sarge,  kernel 2.6  and eterm is version 9.2
  TIA
 
  Prashant kumar
  home page http://home.iitk.ac.in/student/prashkr
  +-+
  |Nothing is fool-proof for a sufficiently talented fool!  |
  +-+
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 Help needed,  I am a new Debian user,  somebody using Eterm please help me.
 Thanks in advance.

As you are a newbe you are not aware that you have asked your question
by replying to a message about How to Shutdown as a normal user?,
rather then starting a new thread.  You will have a hard time getting
an answer to your questions if you continue that practice.

So, in the future, start a new thread.  As your headers don't show
which mail client you are using, I can't tell you how to do that so
you might start with it's documentation for help.  Just changing the
subject does NOT start a new thread!

As I do not use Eterm, I can't help you there either.

wt
-- 
Don't compute and drive; the life you save may be your own.
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to set font and size in Eterm

2004-09-24 Thread Zachary Rizer
--- Prashant Kumar [EMAIL PROTECTED] wrote:

 
 On Fri, 24 Sep 2004, Prashant Kumar wrote:
 
  Date: Fri, 24 Sep 2004 17:01:36 -0400 (EDT)
  From: Prashant Kumar [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: How  to set font and size in Eterm
  Resent-Date: Fri, 24 Sep 2004 06:34:34 -0500 (CDT)
  Resent-From: [EMAIL PROTECTED]
 
  Hi there
  Could somebody help me in changing font and font
 size on Eterm,  say I want to use font bitstream
 charter and size 13
  how to do it. I have sarge,  kernel 2.6  and eterm
 is version 9.2
  TIA
 
  Prashant kumar
  home page http://home.iitk.ac.in/student/prashkr
 

+-+
  |Nothing is fool-proof for a sufficiently talented
 fool!  |
 

+-+
 
 
  --
  To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 Help needed,  I am a new Debian user,  somebody
 using Eterm please help me.
 Thanks in advance.
 
 Prashant kumar
 home page http://home.iitk.ac.in/student/prashkr

+-+
 |Nothing is fool-proof for a sufficiently talented
 fool!  |

+-+
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 

Ctrl-Right-Click in the Eterm window.
~Z


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Setting font in Eterm

2004-09-24 Thread Prashant Kumar

Hi
First of sorry for my previous query as a reply for a unrelated thread, this time I am 
 initiating a new thread.

I need to chnage font and font size in Eterm,  Shift Right click brings  a menu for 
font(1-4),  but that does not serve the
purpose,  what I wanted is how to set these font 1 - 4 and their size. Some help with 
conf file probably.

Thanks in advancei for your reply.

Prashant kumar
home page http://home.iitk.ac.in/student/prashkr
+-+
|Nothing is fool-proof for a sufficiently talented fool!  |
+-+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Setting font in Eterm

2004-09-24 Thread JoeHill
On Fri, 24 Sep 2004 20:43:16 -0400 (EDT)
Prashant Kumar disseminated the following:

 I need to chnage font and font size in Eterm,  Shift Right click brings  a
 menu for font(1-4),  but that does not serve the purpose,  what I wanted is
 how to set these font 1 - 4 and their size. Some help with conf file probably.
 
 Thanks in advancei for your reply.

Not sure if this is what you want, but you can set the font and sizes from the
command line. What I do is instead of launching Eterm directly, I created a
script to launch it with the settings (fonts) I want:

#!/bin/sh
exec /usr/bin/Eterm -F drift --bold-font \
drift -c Blue -g 110x40 -L 400 -n Node1 --shade 50 $@

  exit $? 


From 'man Eterm':

   --bold-font font
  Sets the bold text font to font.

   -F font, --font font
  Sets the normal text font to font.

   --default-font-index num
  Specifies the index of the default (normal) text font.

   --font1 font

   ...

   --font4 font
  Sets the font at the specified index (1-4) to font.

Also, you can change fonts/sizes on-the-fly by pressing shift and either the
plus or minus keys.

-- 
JoeHill RLU #282046 /  www.freeyourmachine.org
11:29:49 up 51 days, 11:16, 7 users, load average: 0.18, 0.12, 0.17
+++
The rich control all the businesses, the newspapers and everything else. But
they can no longer control the people. -- Margarita Mendoza, street vendor,
Venezuela


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Setting font in Eterm

2004-09-24 Thread Peter J Ross
On Saturday 25 Sep 2004 01:43, Prashant Kumar wrote:

 Hi
 First of sorry for my previous query as a reply for a unrelated
 thread, this time I am  initiating a new thread.

 I need to chnage font and font size in Eterm,  Shift Right click
 brings  a menu for font(1-4),  but that does not serve the purpose,
  what I wanted is how to set these font 1 - 4 and their size. Some
 help with conf file probably.

 Thanks in advancei for your reply.

Read the man page.

$ man eterm

or http://www.eterm.org/docs/view.php?doc=man


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Setting font in Eterm

2004-09-24 Thread Zachary Rizer
--- Prashant Kumar [EMAIL PROTECTED] wrote:

 
 Hi
 First of sorry for my previous query as a reply for
 a unrelated thread, this time I am  initiating a new
 thread.
 
 I need to chnage font and font size in Eterm,  Shift
 Right click brings  a menu for font(1-4),  but that
 does not serve the
 purpose,  what I wanted is how to set these font 1 -
 4 and their size. Some help with conf file probably.
 
 Thanks in advancei for your reply.
 
 Prashant kumar
 home page http://home.iitk.ac.in/student/prashkr

+-+
 |Nothing is fool-proof for a sufficiently talented
 fool!  |

+-+
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
...it's the same question.  Just read the man page,
you would have been done by now.

$ man eterm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: eterm font brighter ?

2004-03-17 Thread Kenneth Macdoald Karlsen
On Wed, 2004-03-17 at 05:47, Ross Tsolakidis wrote:
 Hi all,
 
 I'm not sure whether this an eterm config or bash config.
 I have trouble reading the eterm font used, I can make it larger but it
 looks lousy, I just want it brighter.
 
 Does anyone know how to make the font brighter for eterm ?  (and make it
 permanent)
 
 Cheers,
 
 --
 Ross.
Edit your menus. Man Eterm.
eg (the two last lines are on one line):

[EMAIL PROTECTED]:ken$ cat /home/ken/.enlightenment/file.menu
User Menus
User Application list NULLmenuuser_apps.menu
KDE   NULLexeckde.menu
GNOME NULLmenugnome.menu
GNOME User Menu   NULLexecgnome_user.menu
Enlightenment Epplets NULLmenuepplets.menu
Restart Enlightenment NULLexec/usr/bin/eesh -e 'restart'
Log Out   NULLexec/usr/bin/eesh -e 'exit'
Eterm NULLexecEterm -t BlueSteel
Eterm-bakgrunnNULLexecEterm -P
[EMAIL PROTECTED]:propscaled --default-font-index 3
[EMAIL PROTECTED]:ken$

Kenneth


 
 DISCLAIMER: This e-mail and any files transmitted with it may 
 be privileged and confidential, and are intended only for the use of the 
 intended recipient. If you are not the intended recipient or responsible for 
 delivering this e-mail to the intended recipient, any use, dissemination, 
 forwarding, printing or copying of this e-mail and any attachments is strictly 
 prohibited. If you have received this e-mail in error, please REPLY TO the 
 SENDER to advise the error AND then DELETE the e-mail from your system.
 Any views expressed in this e-mail and any files transmitted with 
 it are those of the individual sender, except where the sender specifically 
 states them to be the views of our organisation.
 Our organisation does not represent or warrant that 
 the attached files are free from computer viruses or other defects. The user 
 assumes all responsibility for any loss or damage resulting directly or 
 indirectly from the use of the attached files. In any event, the liability to 
 our organisation is limited to either the resupply of the attached files or the 
 cost of having the attached files resupplied.
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



eterm font brighter ?

2004-03-16 Thread Ross Tsolakidis
Hi all,

I'm not sure whether this an eterm config or bash config.
I have trouble reading the eterm font used, I can make it larger but it
looks lousy, I just want it brighter.

Does anyone know how to make the font brighter for eterm ?  (and make it
permanent)

Cheers,

--
Ross.

DISCLAIMER: This e-mail and any files transmitted with it may 
be privileged and confidential, and are intended only for the use of the 
intended recipient. If you are not the intended recipient or responsible for 
delivering this e-mail to the intended recipient, any use, dissemination, 
forwarding, printing or copying of this e-mail and any attachments is strictly 
prohibited. If you have received this e-mail in error, please REPLY TO the 
SENDER to advise the error AND then DELETE the e-mail from your system.
Any views expressed in this e-mail and any files transmitted with 
it are those of the individual sender, except where the sender specifically 
states them to be the views of our organisation.
Our organisation does not represent or warrant that 
the attached files are free from computer viruses or other defects. The user 
assumes all responsibility for any loss or damage resulting directly or 
indirectly from the use of the attached files. In any event, the liability to 
our organisation is limited to either the resupply of the attached files or the 
cost of having the attached files resupplied.



Re: Eterm, gnome-terminal, UTF-8 woes

2004-03-15 Thread Thomas Dickey
Shot [EMAIL PROTECTED] wrote:

 xterm (as uxterm) does UTF-8.

 Yes, I know. The problem is I like the translucent
 backgrounds, and the tabs are really useful...

I suppose so (but screen works fine, and the background tweaks make the
text less readable - ymmv).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Eterm, gnome-terminal, UTF-8 woes

2004-03-14 Thread Thomas Dickey
Shot [EMAIL PROTECTED] wrote:

 I'm trying to migrate my desktop from pl_PL (ISO-8859-2 encoding) to
 pl_PL.UTF-8 (a Unicode flavor). Unfortunately, Eterm doesn't seem to
 like UTF-8 at all - I tried --mencoding iso-10646, I tried
 --mencoding utf-8, the fonts seem to be set to ...-iso10646-1 in the
 multichar section of the preferences file, but Eterm still doesn't like
 to display UTF-8-encoded files properly.

that sounds right.  Is Eterm maintained, still?

 The other possible option for me is to leave Eterm altogether and
 standarize on gnome-terminal. Unfortunately, I still have some programs
 which must run under pl_PL (mc, ekg), so I wrap them in scripts that
 export pl_PL locale. Is there any way to change the Terminal |
 Character encoding gnome-terminal setting from the commandline?

xterm (as uxterm) does UTF-8.

I _see_ about as many bug reports for gnome-terminal as for xterm.
(but I _look_ for bug reports for the latter ;-)

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Eterm, gnome-terminal, UTF-8 woes

2004-03-14 Thread Shot
Hello.

Thomas Dickey:

 Is Eterm maintained, still?

Seems to be *maintained* ok (newest Eterm is 0.9.2, newest package
is 0.9.2-5), but I'm not sure whether it's still developed.

 xterm (as uxterm) does UTF-8.

Yes, I know. The problem is I like the translucent
backgrounds, and the tabs are really useful...

 I _see_ about as many bug reports for gnome-terminal as
 for xterm. (but I _look_ for bug reports for the latter ;-)

Well, I wouldn't count it (the inability to change the encoding in
gnome-terminal from commandline/script) as a bug, rather as a wishlist
item. I just hoped that perhaps it is possible, but not documented in
the manpage.

Cheers,
-- Shot
-- 
.--- http://shot.pl/ --- http://shot.pl/hovercraft/ --- -- -
| To my embarrassment I was born in bed with a lady.
| -- Wilson Mizner
`-  --- -- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Eterm, gnome-terminal, UTF-8 woes

2004-03-13 Thread Shot
Hello.

I'm trying to migrate my desktop from pl_PL (ISO-8859-2 encoding) to
pl_PL.UTF-8 (a Unicode flavor). Unfortunately, Eterm doesn't seem to
like UTF-8 at all - I tried --mencoding iso-10646, I tried
--mencoding utf-8, the fonts seem to be set to ...-iso10646-1 in the
multichar section of the preferences file, but Eterm still doesn't like
to display UTF-8-encoded files properly.

The other possible option for me is to leave Eterm altogether and
standarize on gnome-terminal. Unfortunately, I still have some programs
which must run under pl_PL (mc, ekg), so I wrap them in scripts that
export pl_PL locale. Is there any way to change the Terminal |
Character encoding gnome-terminal setting from the commandline?

Cheers,
-- Shot (Piotr Szotkowski)
-- 
.--- http://shot.pl/ --- http://shot.pl/hovercraft/ --- -- -
| I have discovered a truly remarkable solution to Fermat's
| Last Theorem which this signature is too small to contain.
`-  --- -- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



acentos Eterm

2003-11-29 Thread [EMAIL PROTECTED]
Hola gente!

Tengo un problema que lleva calentandome la cabeza varios días. Se me
descuadraron los locales hace 1 semana, los reconfiguré y vi que todas
las aplicaciones tenían bien sus acentos menos Eterm. Luego le metí mano
con loadkeys es y substituyendo las defaults por es.kmap.gz pensando que
quizá cargaría las españolas por defecto y nada ...
Al final vi que no sé por qué razón, el loadkeys no detectaba a Eterm
como consola y no aplicaba ahí sus cambios, alguien sabe pq puede pasar
? Como root no me daba el error, pero seguía sin configurar bien la Eterm.

El error era este:
[EMAIL PROTECTED]:~\ $ loadkeys es
Loading /usr/share/keymaps/i386/qwerty/es.kmap.gz
Couldnt get a file descriptor referring to the console

Gracias y hasta luego!



eterm et probleme non resolu

2003-07-18 Thread jlesaux

bonjour a tous,
voila un probleme vient de survenir sur ma woody 2.4.18 avec eterm.
Lorsque j'essaye de le lancer, il me retourne :

Eterm:  Error:  Unable to load font 
-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1.  Falling back on 
k14
Eterm:  FATAL:  Couldn't load the fallback font either.  Giving up.

Apparament c'est un bug connu sous debian (vu sur le site bugs.debian.org), 
mais malgre tout,
tout fonctionne bien, j'ai juste installe en plus xterm, et depuis ce probleme 
est survenu.
Avez vous des conseils pour eliminer ce probleme (si quelqu'un a deja eu ce 
type de probleme) ?


Jerome



_
Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France



Re: eterm et probleme non resolu

2003-07-18 Thread jean-michel OLTRA
Le vendredi 18 juillet 2003, jlesaux a écrit...
bonjour,


 Eterm:  Error:  Unable to load font 
 -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1.  
 Falling back on k14
 Eterm:  FATAL:  Couldn't load the fallback font either.  Giving up.
Au pif (presque)...
Bidouiller un ~/.Xresources qui va bien avec une police chargeable pour
Eterm, c'est pê cette police daubée qu'il tente de charger par défaut ? 
Si tu lui en donnes une autre il sera, éventuellement, ravi ?

-- 
Jean-Michel

N'oubliez pas la faq: http://savannah.nongnu.org/download/debfr-faq/html



couleurs avec eterm

2003-07-17 Thread EkiEki
Je n'arrive pas à avoir les couleurs lorsque je demare Eterm, pourtant 
j'ai bien les couleurs avec xterm (changement dans ./.bachrc).
Quelqu'un sait t-il ou se trouve le fichier de configuration pour 
utiliser le bash avec Eterm ?




Re: couleurs avec eterm

2003-07-17 Thread jean-michel OLTRA
Le jeudi 17 juillet 2003, EkiEki a écrit...
bonjour,


 Je n'arrive pas à avoir les couleurs lorsque je demare Eterm, pourtant 
 j'ai bien les couleurs avec xterm (changement dans ./.bachrc).
 Quelqu'un sait t-il ou se trouve le fichier de configuration pour 
 utiliser le bash avec Eterm ?
Il n'y aurait pas un rapport avec la variable TERM ?
Tu as essayé
export TERM=xterm
dans ton .bashrc ?
-- 
Jean-Michel

N'oubliez pas la faq: http://savannah.nongnu.org/download/debfr-faq/html



Re: couleurs avec eterm

2003-07-17 Thread nicolas
On Thu, 17 Jul 2003 17:20:15 +0200, EkiEki wrote:

 Je n'arrive pas à avoir les couleurs lorsque je demare Eterm, pourtant
 j'ai bien les couleurs avec xterm (changement dans ./.bachrc). Quelqu'un
 sait t-il ou se trouve le fichier de configuration pour utiliser le bash
 avec Eterm ?

Eterm est-il d'accord pour afficher des couleurs ?

nicolas patrois : pts noir asocial
-- 
PEACE

M : La guerre, ça amène la mort, les épidémie, la vermine... la souffrance, la 
destruction, la peur...
P : ...Et les pacifistes !



copier coller dans Eterm

2003-07-08 Thread jlesaux

Bonjour,
Je n'arrive pas a faire de copier/coller avec ma souris sous 
enlightenment sous un terminale eterm.

Quelles sont les options a activees ?
Ma config:
debian 2.4.18 woody stable. sur un pc portbale compaq

Jerome

_
Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France



Re: copier coller dans Eterm

2003-07-08 Thread jean-michel OLTRA
Le mardi 08 juillet 2003, jlesaux a écrit...
bonjour,


 Je n'arrive pas a faire de copier/coller avec ma souris sous 
 enlightenment sous un terminale eterm.
Essaie de coller en cliquant sur deux boutons (en fait ma souris n'en a
que deux alors c'est simple...)

-- 
Jean-Michel

N'oubliez pas la faq: http://savannah.nongnu.org/download/debfr-faq/html



Re: copier coller dans Eterm

2003-07-08 Thread jlesaux

jean-michel OLTRA wrote:


Le mardi 08 juillet 2003, jlesaux a écrit...
bonjour,


 

Je n'arrive pas a faire de copier/coller avec ma souris sous 
enlightenment sous un terminale eterm.
   


Essaie de coller en cliquant sur deux boutons (en fait ma souris n'en a
que deux alors c'est simple...)

 

Desole, je viens de me rendre compte qu'une option dans XF86Config 
manque dans ma section pointer.

Tout est rentre dans l'ordre .

Merci


_
Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France



Terminfo no reconoce a Eterm

2003-06-26 Thread Dr Aldo Medina
Hoy me pasó algo curioso. Al conectarme por ssh a mi servidor desde mi
cliente usando Eterm (como siempre), de pronto Vim no funcionaba
correctamente en el servidor, aduciendo que no conoce el terminal Eterm.
Efectivamente en /etc/terminfo  no existe una entrada. El servidor corre
Woody actualizado, y no había hecho ningún cambio especial, creo yo.

Hice un hack rápido copiando como /E/Eterm el archivo /x/xterm-xfree86.
Sin embargo, les agradecería si alguien sabe que fue lo que pasó, o si
existe alguna manera correcta de haber corregido este problema.
Gracias de antemano.






Eterm so funcionando como root

2003-05-04 Thread Ronaldo Reis Jr.
Pessoal,

hoje atualizei o meu Eterm do testing, mas não sei porque ele só esta 
funcionando como root.

Quando executo ele como usuarios ele da o seguinte erro:

[EMAIL PROTECTED] ronaldo]$ Eterm 
Eterm:  Warning:  ASSERT failed in change_font() at 
/var/tmp/ljlane/tmp/eterm-0.9.2/src/font.c:470:  etmfonts[font_idx] != NULL
Eterm:  Error:  Received terminal signal SIGSEGV (11)
Eterm:  Error:  Attempting to dump a stack trace

Nào tenho a menos ideia do porque isto esta acontecendo, ja olhei as 
permissões e não vi nada de errado.

O que poderia ser?

Inte
Ronaldo
-- 
Dê um peixe a um homem faminto e você o alimentará por um dia. Ensine-o a 
pescar, e você o estará alimentando pelo resto da vida. 

Provérvio Chinês
--
|   // | \\   [*][***]
|| ( õ   õ )  [Ronaldo Reis Júnior  ][PentiumIII-600 ]
|  V  [UFV/DBA-Entomologia  ][HD: 30 + 10 Gb ]
||  / \   [36571-000 Viçosa - MG][RAM: 128 Mb]
|  /(.''`.)\  [Fone: 31-3899-2532   ][Video: SiS620-8Mb  ]
||/(: :'  :)\ [EMAIL PROTECTED]  ][Modem: Pctel-onboar]
|/ (`. `'` ) \[ICQ#: 5692561][Kernel: 2.4.18 ]
||  ( `-  )   [*][***]
||| _/   \_Powered by GNU/Debian W/Sarge D+ || Lxuser#: 205366



Re: home/end keys in emacs -nw under eterm

2003-01-11 Thread Baurjan Ismagulov
Hello Rob,

  I am experiencing problems using gray home/end keys in emacs -nw under
  eterm (all latest versions from sid). When I press them, the screen just
  flashes (as visual bell).
 
 Hmmm...weird.  They just don't do anything for me.  They do work in vim
 however.

On my system, they work both in vim and graphical emacs.


 What codes do they generate?  Run 'cat' and hit home then end.  I get
 this:
 ^[[7~^[[8~

The same.


 I don't really know what else to say, terminfo is very black magic for
 me...

Terminfo seems to be ok, otherwise other programs wouldn't work.


Any other ideas?


With kind regards,
Baurjan.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: home/end keys in emacs -nw under eterm

2003-01-05 Thread Rob Weir
On Fri, Dec 27, 2002 at 02:25:04AM +0200, Baurjan Ismagulov wrote:
 Hello,
 
 I am experiencing problems using gray home/end keys in emacs -nw under
 eterm (all latest versions from sid). When I press them, the screen just
 flashes (as visual bell).

Hmmm...weird.  They just don't do anything for me.  They do work in vim
however.

 How can I make them work?
 
 I know the classic C-a and C-e, however, I'm really accustomed to
 home/end from Linux console, where they work fine.
 
 I've searched google, the archives and tried adding khome=\E[7~,
 kend=\E[8~ to the eterm terminfo and things like (global-set-key [home]
 'beginning-of-line) to ~/.emacs, but this didn't solve the problem.

What codes do they generate?  Run 'cat' and hit home then end.  I get
this:
^[[7~^[[8~

I don't really know what else to say, terminfo is very black magic for
me...

-rob



msg22523/pgp0.pgp
Description: PGP signature


Re: Eterm b0rkage in sid

2003-01-01 Thread Rob Weir
Erk, don't mind me.  Turns out I was using an old verion of imlib;
installing the version from sid fixed it.

-rob



msg21817/pgp0.pgp
Description: PGP signature


home/end keys in emacs -nw under eterm

2002-12-26 Thread Baurjan Ismagulov
Hello,

I am experiencing problems using gray home/end keys in emacs -nw under
eterm (all latest versions from sid). When I press them, the screen just
flashes (as visual bell).

How can I make them work?

I know the classic C-a and C-e, however, I'm really accustomed to
home/end from Linux console, where they work fine.

I've searched google, the archives and tried adding khome=\E[7~,
kend=\E[8~ to the eterm terminfo and things like (global-set-key [home]
'beginning-of-line) to ~/.emacs, but this didn't solve the problem.

Any ideas?

Thanks in advance,
Baurjan.

P.S. Please cc to me, I'm not on the list.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Eterm title magic?

2002-12-25 Thread Joey Hess
Noah L. Meyerhans wrote:
 The weird thing is that in zsh, I can't get the $TERM conditionals to
 have any effect.  precmd() always ends up printing the escape sequence,
 even if I'm at the console.  This results in an annoying beep.  If I log
 in on the console, I end up manually running 'precmd(){}' to redefine
 precmd to be an empty function.

I have no trouble with it on different sorts of terminals. Here's my zsh
prompt setup. 

# Prompt {{{1

# The extraprompt thing can be set when I have chroots and I want to keep
# track of which I am in.
if [ ! -e /etc/zsh.extraprompt ]; then
baseprompt=%n@%m:%~
else
baseprompt=%n@%m(`cat /etc/zsh.extraprompt`):%~
fi

# The prompt shows up in xterm titles too.
case $TERM in
   xterm|color_xterm)
# Beware: next line has embedded raw control characters..
PROMPT=%{]0;$baseprompt%}$baseprompt

# Before each command is run, throw the command line up into the
# titlebar! (The only problem is that very quick commands flicker..)
preexec () {
print -nP '\033]0;%n@%m: ';
# Truncate at 60 chars, escape %, escape invisibles
print -nPR %60...${(V)1//\%/%%};
print -n '\007';
}
  ;;
  screen*)
# Screen has a 20 character limit on title length.
PROMPT=%{k%n@%m\\%}$baseprompt
preexec () {
print -nP '\033k%n@%m: ';
# Truncate at 60 chars, escape %, escape invisibles
print -nPR %60...${(V)1//\%/%%};
print -n '\033\\';
}

  ;;
  *) PROMPT=$baseprompt
  ;;
esac
unset baseprompt
# embolden root prompt
[[ UID -eq 0 ]]  PROMPT=${PROMPT/\}%n/\}%U%n%u}



msg21013/pgp0.pgp
Description: PGP signature


Eterm title magic?

2002-12-17 Thread Robert L. Harris


  I know with Eterm -T 'foo' I can set the title for my Eterm, but is it
possible to have it set to whatever is going on in my Term?  A co-worker
using xterm has it set up so the title changes if he ssh's to a
different box, etc.

Thoughts, theories, suggestions?


:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19702/pgp0.pgp
Description: PGP signature


RE: Eterm title magic?

2002-12-17 Thread Narins, Josh
This link includes effective instructions for making the prompt change based
on what you are doing.

http://www-106.ibm.com/developerworks/linux/library/l-tip-prompt/

The current title of one of my exceed terminals is

user@host /path/to/current/dir

and when I use VIM it becomes

filename = (/path/to/file)

but VIM is doing that itself.

www.vim.org or apt-get install vim

-Original Message-
From: Robert L. Harris [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, December 17, 2002 2:10 PM
To: Debian Users
Subject: Eterm title magic?




  I know with Eterm -T 'foo' I can set the title for my Eterm, but is it
possible to have it set to whatever is going on in my Term?  A co-worker
using xterm has it set up so the title changes if he ssh's to a different
box, etc.

Thoughts, theories, suggestions?


:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


--
This message is intended only for the personal and confidential use of the designated 
recipient(s) named above.  If you are not the intended recipient of this message you 
are hereby notified that any review, dissemination, distribution or copying of this 
message is strictly prohibited.  This communication is for information purposes only 
and should not be regarded as an offer to sell or as a solicitation of an offer to buy 
any financial product, an official confirmation of any transaction, or as an official 
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or 
error-free.  Therefore, we do not represent that this information is complete or 
accurate and it should not be relied upon as such.  All information is subject to 
change without notice.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Eterm title magic?

2002-12-17 Thread Shawn Lamson
On Tue, 17 Dec 2002 14:09:49 -0500
Robert L. Harris [EMAIL PROTECTED] wrote:

 
 
   I know with Eterm -T 'foo' I can set the title for my Eterm, but is it
 possible to have it set to whatever is going on in my Term?  A co-worker
 using xterm has it set up so the title changes if he ssh's to a
 different box, etc.
 
 Thoughts, theories, suggestions?
You could try this:

http://www.tldp.org/HOWTO/mini/Xterm-Title-3.html

it is for xterm though - since eterm started freezing up on me about a year ago I just 
gave up on it and use xterm...

HTH
Shawn
 
 
 :wq!
 ---
 Robert L. Harris | PGP Key ID: FC96D405

 DISCLAIMER:
   These are MY OPINIONS ALONE.  I speak for no-one else.
 FYI:
  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
 
 


-- 
Shawn Lamson
[EMAIL PROTECTED]
Debian GNU/Linux 3.0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Eterm title magic?

2002-12-17 Thread Thorsten Haude
Hi,

you should put your key on the public server.

* Robert L. Harris [EMAIL PROTECTED] [2002-12-17 20:09]:
  I know with Eterm -T 'foo' I can set the title for my Eterm, but is it
possible to have it set to whatever is going on in my Term?  A co-worker
using xterm has it set up so the title changes if he ssh's to a
different box, etc.

Thoughts, theories, suggestions?

Try to set the prompt.


Thorsten
-- 
It's psychosomatic. You need a lobotomy. I'll get a saw.
- Calvin



msg19716/pgp0.pgp
Description: PGP signature


Re: Eterm title magic?

2002-12-17 Thread Noah L. Meyerhans
On Tue, Dec 17, 2002 at 02:09:49PM -0500, Robert L. Harris wrote:
   I know with Eterm -T 'foo' I can set the title for my Eterm, but is it
 possible to have it set to whatever is going on in my Term?  A co-worker
 using xterm has it set up so the title changes if he ssh's to a
 different box, etc.

In zsh, I have a prompt defined:
#based on prompt_suse_setup
prompt_setup () {
  PS1=%m:%~$ 
  PS2= 

  prompt_opts=( cr percent )

  precmd () { 
   print -n \e]2;$USER\@$HOSTNAME:$PWD\a\e]1;$USER\@$HOSTNAME\a
  }
  preexec () { }
}
prompt_setup $@


The precmd function is what sets the title bar and icon name.
In bash, I did a similar thing with this code:
if [ $BASH !=  ]; then
if [ $TERM = 'xterm' ] || [ $TERM = 'rxvt' ]
|| [ $TERM = 'Eterm' ]; then
  PS1=\[\033]1;\h\007\033]2;\u@\h:$PWD\007\]\h:\w\$ 
else
  PS1=\h:\w$ 
fi
fi

The weird thing is that in zsh, I can't get the $TERM conditionals to
have any effect.  precmd() always ends up printing the escape sequence,
even if I'm at the console.  This results in an annoying beep.  If I log
in on the console, I end up manually running 'precmd(){}' to redefine
precmd to be an empty function.

noah

-- 
 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 



msg19727/pgp0.pgp
Description: PGP signature


Re: Eterm title magic?

2002-12-17 Thread Robert L. Harris

Thus spake Thorsten Haude ([EMAIL PROTECTED]):

 Hi,
 
 you should put your key on the public server.

Should be on keyring.debian.org in the minimum.  Uploaded it a month or
more ago.

 * Robert L. Harris [EMAIL PROTECTED] [2002-12-17 20:09]:
   I know with Eterm -T 'foo' I can set the title for my Eterm, but is it
 possible to have it set to whatever is going on in my Term?  A co-worker
 using xterm has it set up so the title changes if he ssh's to a
 different box, etc.
 
 Thoughts, theories, suggestions?
 
 Try to set the prompt.

?






:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19728/pgp0.pgp
Description: PGP signature


Re: Eterm title magic?

2002-12-17 Thread Thorsten Haude
Hi,

* Robert L. Harris [EMAIL PROTECTED] [2002-12-17 21:02]:
Thus spake Thorsten Haude ([EMAIL PROTECTED]):
 you should put your key on the public server.

Should be on keyring.debian.org in the minimum.  Uploaded it a month or
more ago.

It seems that wwwkeys.eu.pgp.net is down.


 Thoughts, theories, suggestions?
 
 Try to set the prompt.

?

Set the prompt. There are special sequences that set the title.


Thorsten
-- 
Getting a thrill out of some stupid quote is a sign of idiocy.
- turmeric



msg19732/pgp0.pgp
Description: PGP signature


  1   2   3   >