Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fluxbox (Eterm Esetroot)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 1:23 pm    Post subject: fluxbox (Eterm Esetroot) Reply with quote

j'aimerais savoir si on peux lancer dans aplication sans la barre au dessus. Par exemple un term sans rien au tour

Last edited by fb99 on Tue May 20, 2003 6:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
Dorgendubal
Apprentice
Apprentice


Joined: 24 Apr 2003
Posts: 231
Location: Switzerland (Zürich)

PostPosted: Tue May 20, 2003 1:28 pm    Post subject: Reply with quote

ça dépend des options de lancement de xterm.
J'utilise Eterm et en lançant :
Code:

Eterm Eterm -H 0 --buttonbar 0

Il me le lance sans bordure ni menus.
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 1:35 pm    Post subject: Reply with quote

à ouais ben pas chez moi :cry:
Quote:

ça dépend des options de lancement de xterm.

C'est ou qu'on peux changer ça
Back to top
View user's profile Send private message
Dorgendubal
Apprentice
Apprentice


Joined: 24 Apr 2003
Posts: 231
Location: Switzerland (Zürich)

PostPosted: Tue May 20, 2003 1:41 pm    Post subject: Reply with quote

Tu fais un "man xterm" et t'as toutes les options de lancement.
Mais bon, le man de xterm est ultra-long et compliqué.
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 1:43 pm    Post subject: Reply with quote

ouais et ensuite. Toi qu'est ce que t'as fait pour que quand tu fait
Code:

Eterm Eterm -H 0 --buttonbar 0

ça te donne un beau term sans rien d'autres
Back to top
View user's profile Send private message
Dorgendubal
Apprentice
Apprentice


Joined: 24 Apr 2003
Posts: 231
Location: Switzerland (Zürich)

PostPosted: Tue May 20, 2003 1:50 pm    Post subject: Reply with quote

oops, j'avais oublié un paramètre:

Code:

Eterm Eterm -H 0 --buttonbar 0 -x
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 1:57 pm    Post subject: Reply with quote

merci ça marche. :lol:
et pour qu'il soit transparent y a un moyen ?
Back to top
View user's profile Send private message
Dorgendubal
Apprentice
Apprentice


Joined: 24 Apr 2003
Posts: 231
Location: Switzerland (Zürich)

PostPosted: Tue May 20, 2003 2:05 pm    Post subject: Reply with quote

pour transparent c'est

-trans 1

pour sans la bar c'est

--scrollbar 0

PS: Attention, pour gérer la transparance c'est un peu plus compliqué ... Il faut que tu utilises un prog spécial pour afficher ton wallpaper.
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 2:07 pm    Post subject: Reply with quote

ah et c'est quoi ce programme :lol:
Back to top
View user's profile Send private message
Dorgendubal
Apprentice
Apprentice


Joined: 24 Apr 2003
Posts: 231
Location: Switzerland (Zürich)

PostPosted: Tue May 20, 2003 2:15 pm    Post subject: Reply with quote

C'est Esetroot.

le code à insérer dans le theme de fluxbox:

Code:

rootCommand: bsetbg ~/.fluxbox/backgrounds/<nom>


le fichier .bsetbgrc à éditer
Code:

CENTER="Esetroot"
FULL="Esetroot"
TILE="Esetroot"
DEFAULT="Esetroot"
NO_EXEC="false"
LOG_LAST_CMD="true"
LOGFILE="/home/<nom>/wmsetbg.log"
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 2:16 pm    Post subject: Reply with quote

merci je vais essayé :lol:
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 2:21 pm    Post subject: Reply with quote

il se trouve ou le fichier .bsetbgrc.
Dans le répertoire personnel?
Back to top
View user's profile Send private message
Dorgendubal
Apprentice
Apprentice


Joined: 24 Apr 2003
Posts: 231
Location: Switzerland (Zürich)

PostPosted: Tue May 20, 2003 2:23 pm    Post subject: Reply with quote

oui, il faut que tu le crées.
Back to top
View user's profile Send private message
Dorgendubal
Apprentice
Apprentice


Joined: 24 Apr 2003
Posts: 231
Location: Switzerland (Zürich)

PostPosted: Tue May 20, 2003 2:25 pm    Post subject: Reply with quote

en fait tu pourrais utiliser Esetroot directement, plutot que bsetbg mais j'ai lu dans de la doc de faire comme ceci.

Ensuite le fichier .bsetbgrc spécifie quels programmes utiliser pour chacune des actions citées.
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 2:25 pm    Post subject: Reply with quote

et wmsetbg.log il se trouve où
Back to top
View user's profile Send private message
Dorgendubal
Apprentice
Apprentice


Joined: 24 Apr 2003
Posts: 231
Location: Switzerland (Zürich)

PostPosted: Tue May 20, 2003 2:28 pm    Post subject: Reply with quote

en fait, bsetbg écris dans un log les deux dernieres actions effectuees ... choisis un chemin que tu veux et configure .bsetbgrc pour pointer sur ce fichier.
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 6:19 pm    Post subject: Reply with quote

en faite j'ai trouver plus simple y suffit de lancer le fonds d'écran avec esetroot comme tu l'as dit dorgendubal.
Et ensuite tu lance Eterm avec l'option -O
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 6:20 pm    Post subject: Reply with quote

est-ce qu'il y a moyen de définir ou le Eterm va se placer sur l'écran
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Tue May 20, 2003 8:53 pm    Post subject: Reply with quote

vu vos réponses je pense qu'on ne peux pas, et avec aterm ou wterm
Back to top
View user's profile Send private message
DuduleToul
n00b
n00b


Joined: 26 Apr 2003
Posts: 19
Location: Montpellier - FRANCE

PostPosted: Tue May 20, 2003 9:27 pm    Post subject: Reply with quote

Si on peut, mais tu pourrais essayer de lire le man car toutes tes reponses sont dedans.
(essai de regarder du cote de l'option geometry...)
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Wed May 21, 2003 12:39 pm    Post subject: Reply with quote

ok :lol:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum