[config] prob de config avec qingy

Questions et astuces concernant l'installation et la configuration d'archlinux
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

[config] prob de config avec qingy

Message par koax »

Bonjour,

J'ai voulu sur une installation d'arch mettre qingy comme gestionnaire de connexion. Avec comme interface awesome

j'ai fait ma config selon le wiki anglais et lorsque j'ai rebooter.
J'ai eu un message d'erreur me disant de faire "journalctl -xb" ( mais je n'es pas bien compris)

ensuite je suis arrivé sur le QUINGY mais il est noir et blanc et avec une résolution bizarre.

Arrivé dans awesome je n'avais plus la possibilité de me connecter avec netcfg ( Par wifi ) car la console me dit que wpa_su*** n'existe pas. alors que net-tools est bien installé.

Est ce que quelqu'un sait ce qui m'arrive :shock: ??

Merci
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

J'ai fais : fbset dans la console et elle me dit :

bash: fbset: command not found

alors que :
sudo pacman -Ss fbset
extra/fbset 2.1-4 [installed]
Framebuffer setup utility

bizarre ?
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

OOh :(

Je viens de voir que mes exécutables de FBSET et de wpa_supplicant
sont dans : /usr/sbin/

Mais pourquoi dans le terminal quand je tape fbset, il me dit qu'il ne connais pas la commande ??? :?:
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [config] prob de config avec quingy

Message par oktoberfest »

un problème de PATH ? que donne :

Code : Tout sélectionner

echo $PATH
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

la commande

Code : Tout sélectionner

echo $PATH 
donne :

Code : Tout sélectionner

/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/bin/
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [config] prob de config avec quingy

Message par oktoberfest »

Donc c'est logique car il n'y a pas /usr/sbin dans ton PATH.
Sachant que le path est initialisé par /etc/profile et modifié par les scripts se trouvant dans /etc/profile.d, je te conseille de regarder dans /etc/profile.d les fichiers qui touchent à la variable PATH. Par défaut /etc/profile fait :

Code : Tout sélectionner

# Set our default path
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
export PATH
C'est bien le cas chez toi ? Si oui regarde dans /etc/profile.d
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

Voila ce que j'ai dans profile :

ls /etc/profile.d
gpm.sh locale.sh mozilla-common.csh mozilla-common.sh perlbin.csh perlbin.sh xorg.csh xorg.sh
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [config] prob de config avec quingy

Message par oktoberfest »

Rien de bien étrange à priori. Que donne :

Code : Tout sélectionner

$ grep PATH /etc/* 2> /dev/null
$ grep PATH /etc/profile.d/* 2> /dev/null
Et modifies-tu PATH dans ton home directory (via un .bash_profile, .bashr ou tout autre fichier lu par ton shell, qui peut être différent de bash d'ailleurs)
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

Après avoir changé le PATH , la connexion netcfg à fonctionner.

Donc, cela corrige un des problèmes mais comment bien configurer QUINGY ?

MERCI oktoberfest pour son intervention
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [config] prob de config avec quingy

Message par oktoberfest »

Ce serait bien que tu dises ce que tu as changé et par quoi tu l'as changé...
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

Oui tu as raison.

J'ai changer mon fichier /etc/inittab

Code : Tout sélectionner

c1:12345:respawn:/usr/bin/qingy tty1
c2:12345:respawn:/usr/bin/qingy tty2
c3:12345:respawn:/usr/bin/qingy tty3
c4:12345:respawn:/usr/bin/qingy tty4
c5:12345:respawn:/usr/bin/qingy tty5
c6:12345:respawn:/sbin/agetty  38400 tty6 linux
Et mon fichier /etc/qingy/settings :

Code : Tout sélectionner


# Directory containing X sessions
x_sessions = "/etc/X11/Sessions/"
# Directory containing text mode sessions
text_sessions = "/etc/qingy/sessions/"
# Directory where qingy should put its temporary files
temp_files_dir = "/var/lib/misc"

# Full path to the X server
# x_server = "/usr/bin/Xorg"
# Full path to the 'xinit' executable
xinit = "/usr/bin/xinit"

# Parameter we should pass to the X server
x_args = "-nolisten tcp -br"

# How verbose should qingy be?
# Possible values are debug, error
# Default value is error
log_level = error

# Where should qingy messages be logged?
# Values can be one or more of the following:
# console, file, syslog
# Default value is console
log_facilities = console, file
#log_facilities = console

# Offset to search for an available X server number.
# This number affects the DISPLAY env variable.
# Default is 1, setting it to 0 will make buggy OpenGL implementations
# (like the ATI one) work with qingy, but it will also make it impossible
# to start an X server from console using startx without passing it
# extra parameters.
#x_server_offset = 1

# Where should we start the X server?
# Accepted values are:
#   qingy_tty (default) to start it in the same tty qingy is running in
#   unused_tty to start it into an unused tty
x_server_tty = qingy_tty

# Scripts that should be executed just before/after qingy GUI is fired up/shut down
#pre_gui_script  = "/path/to/pre_guiscript.sh"
#post_gui_script = "/path/to/post_gui_script.sh"

# Where are the screen savers?
screensavers_dir = "/usr/lib/qingy/screensavers"

# How much should we wait (in minutes) before the screen saver is fired up?
# A value of 0 disables screensaver completely.
screensaver_timeout = 5


# How much should we wait (in minutes) before the screen enters power saving mode?
# A value of 0 disables the feature
screen_powersaving_timeout = 30

#screensaver "pixel"
screensaver "running_time"#="%H:%S:%M"

# Where are the themes?
themes_dir = "/usr/share/qingy/themes"

# What theme do you want (you can also specify 'random')
# theme = random
theme = "default"

# Who is allowed to shut down the system?
# Allowed options are 'everyone', 'root', 'noone'
# default policy is everyone
# shutdown_policy = everyone

# How should latest user be calculated?
# global means get latest user that logged in using qingy from whichever tty
# tty    means get latest user that logged in using current tty
# none   means do not get (and set) latest user
# default policy is global
#last_user_policy = global

# How should latest user session be calculated?
# user means get last session of each user
# tty  means get last session of current tty
# none means do not get (and set) latest session
# default policy is user
#last_session_policy = user

# What happens when we press the 'sleep' button?
#sleep = "/usr/local/sbin/hibernate"

# whether we should clear background image during dialogs (default is no)...
# this is the default setting, it gets overridden if the theme you are using
# sets the same setting differently...
# clear_background = yes

# whether to allow session locking; if you enable this, when you try to
# switch to a qingy-controlled tty whose owner is not your current
# user, you will be asked for the password of that user before being
# allowed to continue. If you are root, of course, you can switch
# to any tty you chose to. Default setting is 'no'.
#lock_sessions = yes

# whether to allow session timeout; if you enable this, after the amount
# of minutes specified in idle_timeout variable, idle_action will be
# performed. Allowed actions are:
# lock     will lock user session asking you for your password
# logout   will close your session
#idle_timeout = 30
#idle_action  = lock


# prevent qingy from logging in user or firing up its GUI if system
# is restarting / shutting down
#check_runlevel = yes
#exclude_runlevels = 0, 6

# these options are valid only if qingy is started from tty3
#tty = 3
#{
#       theme = "fireplace"
#       screensaver "pixel"

#       # Should we auto log in?
#       # Totally insecure, but very convenient ;-)
#       # Note that this section must be put inside a tty=n{} block
#       autologin
#       {
#               username = "myuser"
#               # You can also use 'session=lastsession' to automatically choose last user session
#               session  = "Text: emacs"
#               # if set to 'no', qingy will autologin only once every system restart
#               relogin  = no
#       }
#}

keybindings
{
        prev_tty    = "win"      # switch to left tty
        next_tty    = "menu"     # switch to right tty
        poweroff    = "ALT-p"    # shutdown your system
        reboot      = "ALT-r"    # restart your system
        screensaver = "ALT-s"    # activate screen saver
        sleep       = "ALT-z"    # put machine to sleep
#       kill        = "CTRL-c"   # kill qingy
        text_mode   = "CTRL-ESC" # Revert to text mode
}

Et j'ai mon fichier ~/.xsession

Code : Tout sélectionner

#!/bin/sh
exec bash --login -c 'awesome'
Voilà !!
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [config] prob de config avec quingy

Message par oktoberfest »

Je parlais des modifs que tu as faite pour le PATH :)
Pour qingy je n'ai aucune idée de ce qui merde
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

ah ok
j'ai fais :

Code : Tout sélectionner

PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
export PATH
et mes exécutables on bien fonctionné.

la commande : grep PATH /etc/* 2> /dev/null

Code : Tout sélectionner


/etc/anacrontab:PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/login.defs:# Three items must be defined:  MAIL_DIR, ENV_SUPATH, and ENV_PATH.
/etc/login.defs:# *REQUIRED*  The default PATH settings, for superuser and normal users.
/etc/login.defs:ENV_SUPATH      PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/login.defs:ENV_PATH        PATH=/bin:/usr/bin
/etc/man_db.conf:# their PATH environment variable. For details see the manpath(5) man page.
/etc/man_db.conf:# MANDATORY_MANPATH                    manpath_element
/etc/man_db.conf:# MANPATH_MAP          path_element    manpath_element
/etc/man_db.conf:# every automatically generated MANPATH includes these fields
/etc/man_db.conf:#MANDATORY_MANPATH                     /usr/src/pvm3/man
/etc/man_db.conf:MANDATORY_MANPATH                      /usr/man
/etc/man_db.conf:MANDATORY_MANPATH                      /usr/share/man
/etc/man_db.conf:MANDATORY_MANPATH                      /usr/local/share/man
/etc/man_db.conf:# set up PATH to MANPATH mapping
/etc/man_db.conf:#              *PATH*        ->        *MANPATH*
/etc/man_db.conf:MANPATH_MAP    /bin                    /usr/share/man
/etc/man_db.conf:MANPATH_MAP    /usr/bin                /usr/share/man
/etc/man_db.conf:MANPATH_MAP    /sbin                   /usr/share/man
/etc/man_db.conf:MANPATH_MAP    /usr/sbin               /usr/share/man
/etc/man_db.conf:MANPATH_MAP    /usr/local/bin          /usr/local/man
/etc/man_db.conf:MANPATH_MAP    /usr/local/bin          /usr/local/share/man
/etc/man_db.conf:MANPATH_MAP    /usr/local/sbin         /usr/local/man
/etc/man_db.conf:MANPATH_MAP    /usr/local/sbin         /usr/local/share/man
/etc/man_db.conf:MANPATH_MAP    /usr/X11R6/bin          /usr/X11R6/man
/etc/man_db.conf:MANPATH_MAP    /usr/bin/X11            /usr/X11R6/man
/etc/man_db.conf:MANPATH_MAP    /usr/games              /usr/share/man
/etc/man_db.conf:MANPATH_MAP    /opt/bin                /opt/man
/etc/man_db.conf:MANPATH_MAP    /opt/sbin               /opt/man
/etc/man_db.conf:#              *MANPATH*     ->        *CATPATH*
/etc/profile:PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
/etc/profile:export PATH
/etc/profile:unset MANPATH


Et la commande grep PATH /etc/profile.d/* 2> /dev/null :

Code : Tout sélectionner

/etc/profile.d/mozilla-common.csh:setenv MOZ_PLUGIN_PATH "/usr/lib/mozilla/plugins"
/etc/profile.d/mozilla-common.sh:export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins"
/etc/profile.d/perlbin.csh:[ -d /usr/bin/site_perl ] && setenv PATH ${PATH}:/usr/bin/site_perl
/etc/profile.d/perlbin.csh:[ -d /usr/lib/perl5/site_perl/bin ] && setenv PATH ${PATH}:/usr/lib/perl5/site_perl/bin
/etc/profile.d/perlbin.csh:[ -d /usr/bin/vendor_perl ] && setenv PATH ${PATH}:/usr/bin/vendor_perl
/etc/profile.d/perlbin.csh:[ -d /usr/lib/perl5/vendor_perl/bin ] && setenv PATH ${PATH}:/usr/lib/perl5/vendor_perl/bin
/etc/profile.d/perlbin.csh:[ -d /usr/bin/core_perl ] && setenv PATH ${PATH}:/usr/bin/core_perl
/etc/profile.d/perlbin.sh:[ -d /usr/bin/site_perl ] && PATH=$PATH:/usr/bin/site_perl
/etc/profile.d/perlbin.sh:[ -d /usr/lib/perl5/site_perl/bin ] && PATH=$PATH:/usr/lib/perl5/site_perl/bin
/etc/profile.d/perlbin.sh:[ -d /usr/bin/vendor_perl ] && PATH=$PATH:/usr/bin/vendor_perl
/etc/profile.d/perlbin.sh:[ -d /usr/lib/perl5/vendor_perl/bin ] && PATH=$PATH:/usr/lib/perl5/vendor_perl/bin
/etc/profile.d/perlbin.sh:[ -d /usr/bin/core_perl ] && PATH=$PATH:/usr/bin/core_perl
/etc/profile.d/perlbin.sh:export PATH

oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [config] prob de config avec quingy

Message par oktoberfest »

Tu n'as donc modifié aucun fichier... Ce qui veut dire qu'au prochain redémarrage tu auras toujours le souci. Il faut que tu trouves le fichier qui met un PATH bancal.
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

oui lorsque je vais rebooter je vais avoir le meme prob, la solution serait peut etre de le mettre dans ma config de shell.

Mais comme tu dis je ne vois pas ce qui met le PATH bancale comme ca car je n'es changé que la config pour qingy.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17612
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [config] prob de config avec quingy

Message par benjarobin »

Le fichier /etc/inittab n'existe plus depuis pas mal de temps, ou alors tu n'est pas sous ArchLinux. On est passé à systemd...
Sinon peux tu donner la sortie de cette commande (Un peu bourrin, mais efficace) avec ton utilisateur

Code : Tout sélectionner

grep -R "PATH=" ~/.[^.]* /etc 2>/dev/null
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

oui tu as raison pour inittab. Mais j'avoue avoir suivi bêtement le wiki de qingy !! :oops:

sinon pour ta commande : grep -R "PATH=" ~/.[^.]* /etc 2>/dev/null
cela à été long :

Code : Tout sélectionner

Binary file /home/ljoli/.config/chromium/Default/History Index 2013-02 matches
/etc/anacrontab:PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/profile.d/mozilla-common.sh:export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins"
/etc/profile.d/perlbin.sh:[ -d /usr/bin/site_perl ] && PATH=$PATH:/usr/bin/site_perl
/etc/profile.d/perlbin.sh:[ -d /usr/lib/perl5/site_perl/bin ] && PATH=$PATH:/usr/lib/perl5/site_perl/bin
/etc/profile.d/perlbin.sh:[ -d /usr/bin/vendor_perl ] && PATH=$PATH:/usr/bin/vendor_perl
/etc/profile.d/perlbin.sh:[ -d /usr/lib/perl5/vendor_perl/bin ] && PATH=$PATH:/usr/lib/perl5/vendor_perl/bin
/etc/profile.d/perlbin.sh:[ -d /usr/bin/core_perl ] && PATH=$PATH:/usr/bin/core_perl
/etc/profile:PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
/etc/login.defs:ENV_SUPATH      PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/login.defs:ENV_PATH        PATH=/bin:/usr/bin
/etc/rc.d/avahi-daemon:PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/rc.d/avahi-dnsconfd:PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/avahi/avahi-autoipd.action:PATH="$PATH:/usr/bin:/usr/sbin:/bin:/sbin"
/etc/cron.d/0hourly:PATH=/sbin:/bin:/usr/sbin:/usr/bin
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17612
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [config] prob de config avec quingy

Message par benjarobin »

Comprend pas... Tu peux essayer de lancer cette commande, cela va être encore plus long...

Code : Tout sélectionner

grep -RE "PATH=|X11R6" / 2>/dev/null
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
koax
Daikyu
Messages : 73
Inscription : sam. 04 août 2012, 16:26
Localisation : asnières sur seine

Re: [config] prob de config avec quingy

Message par koax »

hum c vrai que c long :
grep -RE "PATH=|X11R6" / 2>/dev/null

Code : Tout sélectionner


/etc/anacrontab:PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/profile.d/mozilla-common.sh:export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins"
/etc/profile.d/perlbin.sh:[ -d /usr/bin/site_perl ] && PATH=$PATH:/usr/bin/site_perl
/etc/profile.d/perlbin.sh:[ -d /usr/lib/perl5/site_perl/bin ] && PATH=$PATH:/usr/lib/perl5/site_perl/bin
/etc/profile.d/perlbin.sh:[ -d /usr/bin/vendor_perl ] && PATH=$PATH:/usr/bin/vendor_perl
/etc/profile.d/perlbin.sh:[ -d /usr/lib/perl5/vendor_perl/bin ] && PATH=$PATH:/usr/lib/perl5/vendor_perl/bin
/etc/profile.d/perlbin.sh:[ -d /usr/bin/core_perl ] && PATH=$PATH:/usr/bin/core_perl
/etc/profile:PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
/etc/man_db.conf:MANPATH_MAP    /usr/X11R6/bin          /usr/X11R6/man
/etc/man_db.conf:MANPATH_MAP    /usr/bin/X11            /usr/X11R6/man
/etc/man_db.conf:MANDB_MAP      /usr/X11R6/man          /var/cache/man/X11R6
/etc/login.defs:ENV_SUPATH      PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/login.defs:ENV_PATH        PATH=/bin:/usr/bin
/etc/rc.d/avahi-daemon:PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/rc.d/avahi-dnsconfd:PATH=/sbin:/bin:/usr/sbin:/usr/bin
/etc/avahi/avahi-autoipd.action:PATH="$PATH:/usr/bin:/usr/sbin:/bin:/sbin"
/etc/cron.d/0hourly:PATH=/sbin:/bin:/usr/sbin:/usr/bin
Binary file /opt/iron/libudev.so.0 matches
/opt/iron/chrome-wrapper:  export PATH="$HERE:$PATH"
/opt/iron/chrome-wrapper:export LD_LIBRARY_PATH="$HERE:$HERE/lib:$HERE/lib.target${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
Binary file /lib/libgettextlib-0.18.2.so matches
/lib/wx/config/gtk2-unicode-release-2.8:        is_static || _preload="eval LD_LIBRARY_PATH=$exec_prefix/lib"
/lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h:/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
Binary file /lib/libXaw.so matches
Binary file /lib/libblkid.so matches
Binary file /lib/libblkid.so.1.1.0 matches
/lib/groff/groffer/man.pl:    qw( /usr/local /usr /usr/X11R6 /usr/openwin /opt /opt/gnome /opt/kde );
Binary file /lib/libmount.a matches
Binary file /lib/libjack.so.0.0.28 matches
Binary file /lib/libgd.so.2 matches
Binary file /lib/libudev.so matches
Binary file /lib/security/pam_xauth.so matches
Binary file /lib/libjackserver.so.0.0.28 matches
Binary file /lib/systemd/systemd-udevd matches
/lib/git-core/git-instaweb:GIT_EXEC_PATH="$(git --exec-path)"
/lib/git-core/git-instaweb:GIT_EXEC_PATH=$GIT_EXEC_PATH GIT_DIR=$GIT_DIR GITWEB_CONFIG=$GITWEB_CONFIG
/lib/git-core/git-instaweb:cgi_env              PATH=$PATH,GIT_DIR=$GIT_DIR,GIT_EXEC_PATH=$GIT_EXEC_PATH,GITWEB_CONFIG=$GITWEB_CONFIG
/lib/git-core/git-sh-setup:             PATH=$(
/lib/git-core/git-sh-setup:                     SANE_TOOL_PATH="$1"
/lib/git-core/git-sh-setup:                                     SANE_TOOL_PATH=
Binary file /lib/libQtGui.so.4 matches
/lib/udev/rules.d/78-sound-card.rules:SUBSYSTEMS=="pci", DEVPATH=="*/0000:00:??.?/sound/*", ENV{SOUND_FORM_FACTOR}="internal", GOTO="sound_end"
Binary file /lib/libmount.so.1.1.0 matches
Binary file /lib/initcpio/busybox matches
/lib/initcpio/functions:    script=$(PATH=$_d_hooks type -P "$1") || return 0
/lib/initcpio/functions:    if ! script=$(PATH=$_d_hooks type -P "$hookname"); then
/lib/initcpio/functions:    if ! script=$(PATH=$_d_install type -P "$hook"); then
Binary file /lib/egl/egl_gallium.so matches
Binary file /lib/libQtGui.so matches
Binary file /lib/libgd.a matches
Binary file /lib/libudev.so.1 matches
Binary file /lib/qingy/libqingy.so matches
Binary file /lib/qingy/libqingy-1.0.0.so matches
Binary file /lib/libgd.so.2.0.0 matches
Binary file /lib/libjackserver.so.0 matches
Binary file /lib/libjack.so.0 matches
Binary file /lib/libmount.so matches
/lib/pkgconfig/QtWebKit.pc:Libs.private: -L/build/src/webkit-qtwebkit-23/WebKitBuild/Release/Source/WebKit/release -L/build/src/webkit-qtwebkit-23/WebKitBuild/Release/Source/WebCore/release -L/build/src/webkit-qtwebkit-23/WebKitBuild/Release/Source/ThirdParty/ANGLE/release -L/build/src/webkit-qtwebkit-23/WebKitBuild/Release/Source/JavaScriptCore/release -L/build/src/webkit-qtwebkit-23/WebKitBuild/Release/Source/WTF/release -L/usr/X11R6/lib64 -L/usr/lib  -Wl,-whole-archive -lWebKit1 -Wl,-no-whole-archive -Wl,-whole-archive -lWebCore -Wl,-no-whole-archive -lz -lXrender -ljpeg -lpng -Wl,-whole-archive -lANGLE -Wl,-no-whole-archive -Wl,-whole-archive -lJavaScriptCore -Wl,-no-whole-archive -Wl,-whole-archive -lWTF -Wl,-no-whole-archive -ludev -lgio-2.0 -lgstapp-0.10 -lgstinterfaces-0.10 -lgstpbutils-0.10 -lgstvideo-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -pthread -lrt -lglib-2.0 -lxml2 -lsqlite3 -lfontconfig -lQtXmlPatterns -lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGL -lpthread -lXext -lX11 -lm  
/lib/pkgconfig/QtSvg.pc:Libs.private: -L/usr/lib  -lQtGui -L/usr/lib -L/usr/X11R6/lib64 -lQtCore -lpthread -lz  
/lib/pkgconfig/QtHelp.pc:Libs.private: -L/usr/lib  -lQtSql -L/usr/lib -lQtGui -L/usr/X11R6/lib64 -lQtNetwork -lQtCore -lpthread -lQtCLucene  
/lib/pkgconfig/QtGui.pc:Libs.private: -L/usr/lib -L/usr/X11R6/lib64  -lQtCore -L/usr/lib -lpthread -lgthread-2.0 -pthread -lrt -lglib-2.0 -lpng -lz -lfreetype -lgobject-2.0 -lglib-2.0 -lSM -lICE -lXrender -lfontconfig -lfreetype -lXext -lX11 -lm  
/lib/pkgconfig/Qt3Support.pc:Libs.private: -L/usr/lib  -lQtSql -L/usr/lib -lQtXml -lQtGui -L/usr/X11R6/lib64 -lQtNetwork -lQtCore -lpthread   
/lib/pkgconfig/QtDeclarative.pc:Libs.private: -L/usr/lib  -lQtScript -L/usr/lib -lQtSvg -L/usr/X11R6/lib64 -lQtSql -lQtXmlPatterns -lQtGui -lQtNetwork -lQtCore -lpthread -lrt  
/lib/pkgconfig/QtDesigner.pc:Libs.private:  -lQtScript -lQtXml -lQtGui -L/usr/X11R6/lib64 -lQtCore -lpthread   
/lib/pkgconfig/QtMultimedia.pc:Libs.private: -L/usr/lib  -lQtGui -L/usr/lib -L/usr/X11R6/lib64 -lQtCore -lpthread -lasound  
/lib/pkgconfig/QtUiTools.pc:Libs.private:  -lQtXml -lQtGui -L/usr/X11R6/lib64 -lQtCore -lpthread   
/lib/pkgconfig/QtDesignerComponents.pc:Libs.private:  -lQtScript -lQtXml -lQtGui -L/usr/X11R6/lib64 -lQtCore -lQtDesigner -lpthread   
/lib/pkgconfig/QtScriptTools.pc:Libs.private: -L/usr/lib  -lQtScript -L/usr/lib -lQtGui -L/usr/X11R6/lib64 -lQtCore -lpthread   
/lib/pkgconfig/QtOpenGL.pc:Libs.private: -L/usr/lib -L/usr/X11R6/lib64  -lQtGui -L/usr/lib -L/usr/X11R6/lib64 -lQtCore -lpthread -lfreetype -ldl -lGL -lXrender -lfontconfig -lfreetype -lXext -lX11 -lm  
Binary file /lib/xorg/modules/dri/swrast_dri.so matches
Binary file /lib/imlib2/loaders/xpm.so matches
/lib/icu/Makefile.inc:#SH#      ENABLE_RPATH=YES
/lib/icu/Makefile.inc:#SH#      ENABLE_RPATH=NO
/lib/icu/Makefile.inc:#SH#      ENABLE_RPATH=NO
/lib/icu/50.1.2/Makefile.inc:#SH#       ENABLE_RPATH=YES
/lib/icu/50.1.2/Makefile.inc:#SH#       ENABLE_RPATH=NO
/lib/icu/50.1.2/Makefile.inc:#SH#       ENABLE_RPATH=NO
/lib/icu/current/Makefile.inc:#SH#      ENABLE_RPATH=YES
/lib/icu/current/Makefile.inc:#SH#      ENABLE_RPATH=NO
/lib/icu/current/Makefile.inc:#SH#      ENABLE_RPATH=NO
Binary file /lib/libmount.so.1 matches
Binary file /lib/libSDL-1.2.so.0.11.4 matches
Binary file /lib/libSDL-1.2.so.0 matches
Binary file /lib/libQtGui.so.4.8.4 matches
Binary file /lib/sudoers.so matches
Binary file /lib/libfreebl3.so matches
Binary file /lib/libjack.so matches
Binary file /lib/libQtGui.so.4.8 matches
Binary file /lib/terminfo/s/screen.xterm-r6 matches
Binary file /lib/terminfo/x/xterm-r6 matches
Binary file /lib/terminfo/x/xterm-old matches
Binary file /lib/terminfo/x/xterm-bold matches
Binary file /lib/libSDL.so matches
Binary file /lib/libgd.so matches
Binary file /lib/libXaw.so.7 matches
Binary file /lib/libXaw7.so.7.0.0 matches
Binary file /lib/gcc/x86_64-unknown-linux-gnu/4.7.2/cc1 matches
Binary file /lib/gcc/x86_64-unknown-linux-gnu/4.7.2/cc1plus matches
Binary file /lib/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper matches
Binary file /lib/gcc/x86_64-unknown-linux-gnu/4.7.2/collect2 matches
/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/plugin/include/options.h:  /* OPT_fCLASSPATH_ = 413, */               /* -fCLASSPATH= */
Binary file /lib/gcc/x86_64-unknown-linux-gnu/4.7.2/lto1 matches
Binary file /lib/libXaw7.so.7 matches
Binary file /lib/libudev.so.1.2.1 matches
Binary file /lib/libblkid.a matches
Binary file /lib/libgettextlib.so matches
Binary file /lib/libgettextlib.a matches
/lib/yaourt/util.sh:DBPATH='/var/lib/pacman/'
Binary file /lib/libblkid.so.1 matches
/lib/python2.7/config/Makefile:RUNSHARED=       LD_LIBRARY_PATH=
/lib/python2.7/config/Makefile:PYTHONPATH=$(COREPYTHONPATH)
/lib/python2.7/config/Makefile:COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH)$(TKPATH)$(OLDPATH)
/lib/python2.7/config/Makefile:OLDPATH=:lib-old
/lib/python2.7/config/Makefile:TKPATH=:lib-tk
/lib/python2.7/config/Makefile:EXTRAMACHDEPPATH=
/lib/python2.7/config/Makefile:MACHDEPPATH=:plat-$(MACHDEP)
/lib/python2.7/config/Makefile:TESTPATH=
/lib/python2.7/config/Makefile:SITEPATH=
/lib/python2.7/config/Makefile:DESTPATH=
/lib/python2.7/config/Makefile: $(CC) -c $(PY_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \
/lib/python2.7/config/Makefile:         -DVPATH='"$(VPATH)"' \
/lib/python2.7/config/Makefile:EXTRAMACHDEPPATH=
/lib/python2.7/config/Makefile:PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
/lib/python2.7/config/Makefile: PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
/lib/python2.7/config/Makefile: PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
/lib/python2.7/config/Makefile: -PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
/lib/python2.7/config/Makefile: -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
/lib/python2.7/config/Makefile: -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
/lib/python2.7/config/Makefile: export PATH; PATH="`pwd`:$$PATH"; \
/lib/python2.7/config/Makefile: export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
/lib/python2.7/config/Makefile: export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
/lib/python2.7/config/install-sh:# later released in X11R6 (xc/config/util/install.sh) with the
/lib/python2.7/config/Setup:DESTPATH=
/lib/python2.7/config/Setup:SITEPATH=
/lib/python2.7/config/Setup:TESTPATH=
/lib/python2.7/config/Setup:MACHDEPPATH=:plat-$(MACHDEP)
/lib/python2.7/config/Setup:EXTRAMACHDEPPATH=
/lib/python2.7/config/Setup:TKPATH=:lib-tk
/lib/python2.7/config/Setup:OLDPATH=:lib-old
/lib/python2.7/config/Setup:COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH)$(TKPATH)$(OLDPATH)
/lib/python2.7/config/Setup:PYTHONPATH=$(COREPYTHONPATH)
/lib/python2.7/config/Setup:#   -I/usr/X11R6/include \
/lib/python2.7/config/Setup:#   -L/usr/X11R6/lib \
Binary file /lib/python2.7/site-packages/lxml/etree.so matches
/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/build/config.py:        # Some distros (e.g. Mandrake) put libGLU in /usr/X11R6/lib, but
/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/build/config.py:            libdirs.append("/usr/X11R6/lib")
Binary file /lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/build/config.pyc matches
/lib/python2.7/site-packages/setuptools/tests/test_easy_install.py:                environment_context(install_env, PYTHONPATH=temp_install_dir)
/lib/python2.7/site-packages/PyQt4/pyqtconfig.py:    'INCDIR_OPENGL':            '/usr/X11R6/include',
/lib/python2.7/site-packages/PyQt4/pyqtconfig.py:    'INCDIR_X11':               '/usr/X11R6/include',
/lib/python2.7/site-packages/PyQt4/pyqtconfig.py:    'LIBDIR_OPENGL':            '/usr/X11R6/lib64',
/lib/python2.7/site-packages/PyQt4/pyqtconfig.py:    'LIBDIR_X11':               '/usr/X11R6/lib64',
/lib/python2.7/site-packages/sipconfig.py:    'INCDIR_OPENGL':            '/usr/X11R6/include',
/lib/python2.7/site-packages/sipconfig.py:    'INCDIR_X11':               '/usr/X11R6/include',
/lib/python2.7/site-packages/sipconfig.py:    'LIBDIR_OPENGL':            '/usr/X11R6/lib',
/lib/python2.7/site-packages/sipconfig.py:    'LIBDIR_X11':               '/usr/X11R6/lib',
/lib/python2.7/test/test_pydoc.py:            result = run_pydoc(modname, PYTHONPATH=TESTFN)
/lib/python2.7/test/test_pydoc.py:        result = run_pydoc('zqwykjv', '-k', PYTHONPATH=TESTFN)
/lib/python2.7/test/test_pydoc.py:        result = run_pydoc('zqwykjv', '-k', PYTHONPATH=TESTFN)
/lib/python2.7/Tools/scripts/analyze_dxp.py:$ PYTHONPATH=$PYTHONPATH:<python_srcdir>/Tools/scripts \
/lib/perl5/vendor_perl/Bundle/Makefile.subs.pl:        "NET-SNMP-PATH=s"      => \$ret{'prefix'},          
Binary file /lib/libjackserver.so matches
Binary file /lib/libXaw7.so matches
Binary file /sbin/udevadm matches
Binary file /sbin/fsck.ext4 matches
Binary file /sbin/e2fsck matches
Binary file /sbin/dhcpcd matches
Binary file /sbin/mkfs.ext4 matches
Binary file /sbin/mkfs.ext2 matches
Binary file /sbin/fsck.ext4dev matches
Binary file /sbin/mkfs matches
Binary file /sbin/fsck.ext2 matches
Binary file /sbin/mke2fs matches
Binary file /sbin/fsck.ext3 matches
Binary file /sbin/mkfs.ext4dev matches
Binary file /sbin/mkfs.ext3 matches


Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17612
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [config] prob de config avec quingy

Message par benjarobin »

Bon après ceci j'abandonne (Très rapide comme test :-) )

Code : Tout sélectionner

bash -x /etc/profile
Et ceci

Code : Tout sélectionner

su - ton-user
echo $PATH
Tu utilises bien bash comme shell ou autre chose ?
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre