Retourner au contenu associé (entrée de forum : gconftool wallpaper)
Posté par kregory le 08 mars 2009 à 17:02. En réponse au message gconftool wallpaper. Évalué à 1.
export DISPLAY=0 while read line ; do echo $line | grep -vqe "^#" if [ $? -eq 0 ]; then export $line; fi done < ~/.dbus/session-bus/$(cat /var/lib/dbus/machine-id)-$DISPLAY
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: path
Posté par kregory . En réponse au message gconftool wallpaper. Évalué à 1.
export DISPLAY=0
while read line ; do
echo $line | grep -vqe "^#"
if [ $? -eq 0 ]; then export $line; fi
done < ~/.dbus/session-bus/$(cat /var/lib/dbus/machine-id)-$DISPLAY