Réseau Libre-entreprise : 2le | Code Lutin | Easter-eggs | eLeDo | Freeskop | iScream.Net | Les Développements Durables | LibrenBerry | Open Via | Praksys | Nereide | Eitic | Entr'ouvert Laboratoire Libre-entreprise
logo banniere easter-eggs.org pixel pixel Visiter Easter-Eggs.com
proposer un article intercal Envoyer un e-Mail a Easter-Eggs.org intercal Consulter le plan du site intercal administration du site intercal Retour a la page d'accueil
pixel
pixel
pixel Vous êtes ici : Logiciels Libres > Galéon nous dit rien, il nous cache tout ;-)
pixel
pixel
English

Autour d’Easter-eggs
pixel pixel puce Coups de coeur
pixel pixel puce Débats & travaux en cours
pixel pixel puce Projets

L’association
pixel
pixel pixel L’ensemble des articles relatifs à l’association Easter-eggs.org.
pixel
pixel pixel puce Assemblées générales
pixel pixel puce Comptabilité
pixel pixel puce Réunions
pixel pixel puce Statuts

L’entreprise
pixel
pixel pixel L’ensemble des articles relatifs à l’entreprise Easter-eggs
pixel
pixel pixel puce Assemblées générales
pixel pixel puce Comptabilité
pixel pixel puce Fonctionnement
pixel pixel puce Statuts

Logiciels Libres
pixel pixel puce Histoire, Philosophie
pixel pixel puce Nos contributions
pixel pixel puce Trucs et astuces
pixel pixel puce Tutoriaux



logo GNU

logo debian

Tux, logo du noyeau linux

pixel
Galéon nous dit rien, il nous cache tout ;-)

lundi 13 mai 2002, par Cyril Lacoux [Yack]


Comment modifier certains paramètres qui ne sont pas/plus dans l’interface de configuration.

Tout d’abord, vous vous demandez sans doute où sont passés les réglages concernant la souris, mais si, souvenez vous, il était autre fois possible d’affecter des tâches à la roulette (zoom, navigation dans l’historique, dans la page etc etc), et bien ils sont temporairement indisponibles, mais il est possible de modifier tout ça en ligne de commande.

Galéon utilise Gconf pour stocker ses préférences, les 2 commandes de base sont :

pour connaitre la valeur actuelle d’un attribut :
-  gconftool -g attribut

et pour modifier un attribut :
-  gconftool -s attribut —type=type_de_l_attribut nouvelle_valeur

ces deux commandes seront utilisées en tant que simple utilisateur.

Ici, un copier/coller du fichier README.ExtraPrefs, extrait des sources de Galéon (1.2.0) :


There are some prefs availble in galeon that are not directly avaible in the UI, for one reason or nother. Thanks to GConf it’s easy to set them from the commandline using gconftool. See the Gconf docs for more info (gconftool —help may be enough for you). You could get this info also from the schema file (galeon.schema), but I’ve put here only the options that are not avaible from the UI.

The prefs that are currently not avaible in the UI are :
-  Useragent :

/apps/galeon/Advanced/Network/user_agent (string)

use "default" for the default galeon string

-  Number of items to show in the autocompletion list when it’s shown automatically : /apps/galeon/Browsing/History/completion_max_short (int)

-  Show tooltips for bookmarks menus :

/apps/galeon/Browsing/Bookmarks/bm_tooltips (int, 1 to show)

-  Autobookmarks item title max length :

/apps/galeon/Browsing/Bookmarks/autobookmarks_shorten (int)

-  Number of autobookmarks to generate in each folder :

/apps/galeon/Browsing/Bookmarks/autobookmarks_count (int)

-  Title of galeon windows :

/apps/galeon/UI/Windows/windows_title (string)

%s is substituted with the current URL.

-  Default width for smart bookmarks in the toolbars :

/apps/galeon/Browsing/Bookmarks/smart_bm_entry_width (int)

-  Show SBM arrow buttons :

/apps/galeon/Browsing/Bookmarks/smartbookmarks_hide_arrows (bool)

When TRUE, the arrow buttons in a SBM will no longer be shown

-  Mouse wheel

/apps/galeon/UI/Mouse/wheel_nokey_action (int)
/apps/galeon/UI/Mouse/wheel_shift_action (int)
/apps/galeon/UI/Mouse/wheel_ctrl_action (int)
/apps/galeon/UI/Mouse/wheel_alt_action (int)

-  Wheel actions.

Possible values are :

-  0 (Scroll by one step)
-  1 (Scroll by one page)
-  2 (Move in the browsing history)
-  3 (Zoom)

/apps/galeon/UI/Mouse/wheel_nokey_default_step (bool)
/apps/galeon/UI/Mouse/wheel_ctrl_default_step (bool)
/apps/galeon/UI/Mouse/wheel_alt_default_step (bool)
/apps/galeon/UI/Mouse/wheel_shift_default_step (bool)

-  Use system defaultstep

/apps/galeon/UI/Mouse/wheel_nokey_step (int)
/apps/galeon/UI/Mouse/wheel_ctrl_step (int)
/apps/galeon/UI/Mouse/wheel_alt_step (int)
/apps/galeon/UI/Mouse/wheel_shift_step (int)

-  Scroll step in lines

History lists on rightclicking on the context menu navigation items

/apps/galeon/UI/Mouse/history_popup (bool)

-  Favicons in tabs

/apps/galeon/UI/Tabs/favicons_in_tabs (int)

-  0 : no favicons in tabs
-  1 : favicons in tabs
-  2 : only favicons in tabs when there’s one

-  Automatically fetching of host favicons

/apps/galeon/Browsing/General/host_favicons (bool)

Automatically download host/favicon.ico

-  Minimum numbre of bookmarks to ask confirmation when deleting. If it’s -1, it will never ask for confirmation. /apps/galeon/Browsing/Bookmarks/remove_confirmation_min (int)

This is not totally hidden, but it’s not avaible from the prefs window.

-  Show titles in the autocompletion alternatives window. /apps/galeon/Browsing/History/completion_show_titles (bool)

-  Make the autocompletion alternatives window as large as possible. /apps/galeon/Browsing/History/completion_huge (bool)"


Exemple, pour changer le user_agent (nom présenté par le navigateur au site sur lequel vous êtes connecté), il suffit de taper :

-  gconftool -s /apps/galeon/Advanced/Network/user_agent —type=string "Microsoft Internet Explorer/6.0 (Microsoft Windows)"

et zou, votre Galéon devient tout buggé ;-)

pour restaurer la valeur d’origine, il faut taper :

-  gconftool -s /apps/galeon/Advanced/Network/user_agent —type=string default

Attention "default" ne fonctionne ici que parce que Galéon s’attend, soit à avoir une chaîne de caractères, soit la valeur "default" (qu’il remplacera par une chaîne un peu plus compliquée par la suite)

"c’était vraiment très intéressant"

Amusez vous bien !


> Galéon nous dit rien, il nous cache tout ;-)
14 février 2003

""et zou, votre Galéon devient tout buggé ;-)""

comme tu dis ... chez moi il est tout buggé car visiblement il cherche un version et n’en trouve pas donc ne se lance plus

INTERNAL ERROR on Browser End : Expected a version > 5 ! Version = 0

si tu as un truc contre ca ...

Répondre à ce message

> Galéon nous dit rien, il nous cache tout ;-)
30 juillet 2003

C’est marrant, mais GConf me fait penser à une base de registre... J’ai peur pour l’avenir ! :-)

Répondre à ce message

pixel pixel pixel

Dans la même rubrique :
puce Affichage du répertoire courant dans la barre de titre des terminaux virtuels
puce Auto complétion sous bash
puce Automatisation des tâches avec Telnet
puce Bind9 chrooté
puce Changer ses touches sous Gnome
puce Clavier Happy Hacking et caractères spéciaux
puce Configuration d’Emacs
puce Différents dictionnaires disponibles avec mutt
puce Edition de fichier encryptés avec Vim
puce Filtrer les commandes avec ftp-proxy
puce Galeon + Flash
puce Galeon + Java
puce Galeon + RealPlayer 8
puce Installer un curseur souris animé sous XFree 4.3
puce Panne de souris sous XFree ?? comment s’en sortir ?
puce Solution au problème de police avec AbiWord
puce Substitution de path avec Sed
puce Telnet pour tester...
puce Tunnel SSH

Thèmes abordés :
Galeon

pixel
pixel
pixel


Proposer un article | Nous contacter | Plan du site | Admin | Accueil



Fatal error: Cannot redeclare spip_connect_ldap() (previously declared in /var/www/eeweb/eeorg/public_html/ecrire/inc_connect.php3:9) in /var/www/eeweb/eeorg/public_html/ecrire/inc_connect.php3 on line 12