Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
thor@hellmachine ~/Downloads/playonlinux $ sh -v playonlinux [blubbeldiblubb] cd "$REPERTOIRE" which $1 which $1 which $1 which $1 which $1 which $1 which $1 which $1 glxinfo | grep rendering | tail -n 1 eval_gettext 'First use of PlayOnLinux' envsubst --variables "$1" eval_gettext 'Welcome in PlayOnLinux first use assistant. Please ensure you are connected to the Internet.' envsubst --variables "$1" cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' cat "$REPERTOIRE/configurations/guis/$POL_SetupWindow_ID" | grep '^MsgOut$' usw bis STRG+C |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
GenId() # On génère un ID unique pour notre fenêtre { N_LETTRES=50 if [ "$1" != "" ] then N_LETTRES=$1 fi ALPHA='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' MOT="" i=0 while ((i < $N_LETTRES)); do CHIFFRE=$(( $RANDOM % ${#ALPHA})); printf ${ALPHA:$CHIFFRE:1}; (( i=i+1 )) done exit 0 } export POL_SetupWindow_ID=$(GenId) |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 |
thor@hellmachine ~/.PlayOnLinux/configurations/guis $ ls -als insgesamt 36 4 drwxr-xr-x 2 thor thor 4096 21. Jan 01:37 . 4 drwxr-xr-x 8 thor thor 4096 21. Jan 01:04 .. 4 -rw-r--r-- 1 thor thor 142 21. Jan 01:32 1jwr8SbhvujoT9WVyfaaXgd0MIOGa8xQ2r2tMJFvefXY400U6e 4 -rw-r--r-- 1 thor thor 142 21. Jan 01:23 fzUCGMFxpQ3ZPPBYy6RmUbG63nbWtXMa4ixLtltbnWHCQFWdKB 4 -rw-r--r-- 1 thor thor 142 21. Jan 01:37 lFUAU65tV7xBSWSRRYeEGFVXycXCRpvOthP1DmLZdi1tuUpjPI 4 -rw-r--r-- 1 thor thor 142 21. Jan 01:04 NWXGSmZwJmNekchUBgfxYiIEU4Dc31VQCzuQQ4XJnZ8CMe2POq 4 -rw-r--r-- 1 thor thor 142 21. Jan 01:20 UhiVQnWnyuPWDRslfZJdBBuNvlBjdBSsF2u9ygYAGAseh5pYkw 4 -rw-r--r-- 1 thor thor 142 21. Jan 01:23 xPikmDHrvU6CA1fiyPWNwFvvLmuefBt84dEA5gkRgGX8rG9gi6 4 -rw-r--r-- 1 thor thor 142 21. Jan 01:04 XQ4fUypEKaoaBBOduGYllYvCeoBufy6gCtHH57tQtqxvPhCCs3 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Neurosis404« (04.02.2009, 13:57)
Dann stimmt etwas mit deinem Overlay nicht,Ich habe es auch nach der dortigen Gentoo-Anleitung versucht, aber irgendwie findet emerge bei mir playonlinux nicht.
Quellcode |
|
1 |
layman -l sunrise |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (26.01.2009, 12:06)
Quellcode |
|
1 2 |
hellmachine ~ # layman -l sunrise * sunrise [Subversion] (source: http://overlays.gentoo.org...) |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
hellmachine ~ # emerge --search subversion Searching... [ Results for search key : subversion ] [ Applications found : 1 ] * dev-util/subversion Latest version available: 1.5.5 Latest version installed: 1.5.5 Size of files: 4,824 kB Homepage: http://subversion.tigris.org/ Description: Advanced version control system License: Subversion |
Quellcode |
|
1 2 3 4 |
hellmachine ~ # emerge --search playonlinux Searching... [ Results for search key : playonlinux ] [ Applications found : 0 ] |
Sorry aber bei mir schon "G"Der Link funktioniert nicht... *g*
Quellcode |
|
1 |
echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
$ emerge --search playonlinux Searching... [ Results for search key : playonlinux ] [ Applications found : 1 ] * games-util/playonlinux Latest version available: 3.2.2 Latest version installed: [ Not Installed ] Size of files: 896 kB Homepage: http://playonlinux.com/ Description: Set of scripts to easily configure wine for numerous Windows(tm) games. License: GPL-3 |
Jaja schon gut, ich nehme es zurück, jetzt geht er bei mir auch wieder :pZitat
Sorry aber bei mir schon "G"
Ich habe auch nie behauptet, dass es gar nicht geht *g*Zitat
Wie du siehst, möglich ist es..
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
hellmachine playonlinux # emerge -av playonlinux These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] x11-libs/wxGTK-2.8.9.1-r3 [2.8.7.1-r1] USE="X gstreamer opengl sdl -debug -doc -gnome -odbc -pch" 27,315 kB [ebuild NS ] dev-python/wxpython-2.8.9.1-r3 [2.6.4.0] USE="cairo opengl -doc -examples" 0 kB [ebuild N ] games-util/playonlinux-3.3 897 kB Total: 3 packages (1 upgrade, 1 new, 1 in new slot), Size of downloads: 28,211 kB Would you like to merge these packages? [Yes/No] Yes |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Neurosis404« (28.01.2009, 01:34)
Quellcode |
|
1 2 3 |
$ grep storage /etc/layman/layman.cfg und $ grep source /etc/make.conf |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (28.01.2009, 01:54)
Quellcode |
|
1 2 3 4 5 |
hellmachine DSA Drakensang # grep storage /etc/layman/layman.cfg storage : /usr/local/portage/layman cache : %(storage)s/cache local_list: %(storage)s/overlays.xml make_conf : %(storage)s/make.conf |
Quellcode |
|
1 2 3 |
hellmachine DSA Drakensang # grep source /etc/make.conf source /usr/portage/local/layman/make.conf source /usr/portage/local/layman/make.conf |
Quellcode |
|
1 |
source /usr/local/portage/layman/make.conf |