[gelöst] Sopcast installieren

Re: Fußballstream-engines installieren

Beitragvon man-draker » Okt 16th, '12, 17:38

EdW hat geschrieben:Danke für Info. Das werde ich so machen. Aber eine Frage dazu. Was ist der Unterschied wenn ich eine Standalone-Anwendung in /usr/local/bin installiere im Vergleich zu /opt ?

http://de.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
"Die letzte Stimme, die man hört, bevor die Welt explodiert, wird die Stimme eines Experten sein, der sagt: 'Das ist technisch unmöglich.'"
(Peter Ustinov)
Benutzeravatar
man-draker
 
Beiträge: 4992
Registriert: Jun 1st, '11, 12:56

Re: Fußballstream-engines installieren

Beitragvon man-draker » Okt 16th, '12, 17:44

EdW hat geschrieben:Abschließende Probleme. Uhm. devel scheint irgendwie drauf zu sein.

Code: Alles auswählen
[root@localhost ike]# urpmq vlc-devel -i


Wo steckt denn der Fehler ?

Dass du mit urpmq in den Quellen suchst.
Wenn du wissen möchest, ob ein Paket installiert ist, hilft:
Code: Alles auswählen
rpm -qi vlc-devel

wenn du nach Namensteilen suchst, weil sonst evtl. nichts gefunden wird, so hilft auch
Code: Alles auswählen
rpm -qa|grep vlc
"Die letzte Stimme, die man hört, bevor die Welt explodiert, wird die Stimme eines Experten sein, der sagt: 'Das ist technisch unmöglich.'"
(Peter Ustinov)
Benutzeravatar
man-draker
 
Beiträge: 4992
Registriert: Jun 1st, '11, 12:56

Re: Fußballstream-engines installieren

Beitragvon EdW » Okt 16th, '12, 17:56

OK, vlc-devel ist nicht drauf. Wie kann ich es denn installieren ? Und...hast Du den Stream über einen link oder über die Konsole gestartet ?
Benutzeravatar
EdW
 
Beiträge: 701
Registriert: Aug 18th, '12, 22:39

Re: Fußballstream-engines installieren

Beitragvon man-draker » Okt 16th, '12, 18:01

EdW hat geschrieben:OK, vlc-devel ist nicht drauf. Wie kann ich es denn installieren ?

Dafür gibt es urpmi.
Aber mit dem Lesen scheinst du ohnehin deine Probleme zu haben. Hier geht es um libvlc-devel, also:
Code: Alles auswählen
urpmi libvlc-devel

Und...hast Du den Stream über einen link oder über die Konsole gestartet ?

Weder noch, sondern mit dem sopcast-player! (Lies bitte, was man dir schreibt.)
"Die letzte Stimme, die man hört, bevor die Welt explodiert, wird die Stimme eines Experten sein, der sagt: 'Das ist technisch unmöglich.'"
(Peter Ustinov)
Benutzeravatar
man-draker
 
Beiträge: 4992
Registriert: Jun 1st, '11, 12:56

Re: Fußballstream-engines installieren

Beitragvon EdW » Okt 16th, '12, 18:29

urpmi libvlc-devel funktioniert hier nicht. Das habe ich neben der Softwareverwaltung schon versucht
Das folgende Paket kann nicht installiert werden, weil es von Paketen
abhängt, die älter sind als die installierten Pakete:
libvlc-devel-2.0.1-1.mga2.tainted

( Ich hatte bisher nur gelsen, daß man über einen Konsolenbefehl starten kann - bis zum "Symbol" bin ich noch nicht gekommen ...)
Benutzeravatar
EdW
 
Beiträge: 701
Registriert: Aug 18th, '12, 22:39

Re: Fußballstream-engines installieren

Beitragvon EdW » Okt 16th, '12, 18:47

Gut, das habe ich gefunden. Werde mich später nochmal dran setzen.

http://rpmfind.net/linux/rpm2html/searc ... bvlc-devel
Benutzeravatar
EdW
 
Beiträge: 701
Registriert: Aug 18th, '12, 22:39

Re: Fußballstream-engines installieren

Beitragvon man-draker » Okt 16th, '12, 18:58

EdW hat geschrieben:urpmi libvlc-devel funktioniert hier nicht. Das habe ich neben der Softwareverwaltung schon versucht
Das folgende Paket kann nicht installiert werden, weil es von Paketen
abhängt, die älter sind als die installierten Pakete:
libvlc-devel-2.0.1-1.mga2.tainted

Ach, du hast nicht zufällig die Quellen Backports oder Testing aktiv?
"Die letzte Stimme, die man hört, bevor die Welt explodiert, wird die Stimme eines Experten sein, der sagt: 'Das ist technisch unmöglich.'"
(Peter Ustinov)
Benutzeravatar
man-draker
 
Beiträge: 4992
Registriert: Jun 1st, '11, 12:56

Re: Fußballstream-engines installieren

Beitragvon EdW » Okt 16th, '12, 19:25

Nein, mir ist empfohlen worden, nur core, tainted und nonfree freizugeben.
Benutzeravatar
EdW
 
Beiträge: 701
Registriert: Aug 18th, '12, 22:39

Re: Fußballstream-engines installieren

Beitragvon wanne » Okt 17th, '12, 02:22

EdW hat geschrieben:
Code: Alles auswählen
[root@localhost ike]# ./sp-sc-auth sop://broker.sopcast.com:3912/6001 3908 8908 > /dev/null &
[1] 4330
[root@localhost ike]# bash: ./sp-sc-auth: Datei oder Verzeichnis nicht gefunden

Kann es sein, dass du einfach nicht im Richtigen Ordner bist?
Erklärung: Beginnt man einen Befehl mit ./ wird die Datei im aktuellen Ordern (in deinem Fall verm. ike) ausgeführt. Lässt man ./ weg Führt man ein Installiertes Programm aus. D.h. eines, das in einem der Ordner, die in $PAHT (bekommst du angezeigt mit echo $PATH) ligen. Der Befehl für das installierte programm heißt also einfach so:
Code: Alles auswählen
sp-sc-auth sop://broker.sopcast.com:3912/6001 3908 8908 > /dev/null &

oder alternativ (etwas ungewöhnlich)
Code: Alles auswählen
cd /usr/bin
./sp-sc-auth sop://broker.sopcast.com:3912/6001 3908 8908 > /dev/null &


PS: Führe niemals Prgramme, die nicht zur Systemverwaltung dienen als root aus. Das ist nciht nur ein Sicherheitstechnisches Problem (insbesondere bei solcher eher unvertrauesnsürdiger SW die auch noch als Server fungiert.) Sondern verursacht auch, dass man sich leicht was zerschießt.
a1d0c6e83f027327d8461063f4ac58a6
wanne
 
Beiträge: 985
Registriert: Jun 1st, '11, 16:54
Wohnort: Südwest-Deutschland

Fußballstream-engines installieren

Beitragvon EdW » Okt 18th, '12, 15:45

@ Wanne: Danke für den Hinweis. Ich werde das mal durchexerzieren. Ich hatte wohl in der Tat Probleme mit den Ordnern und der Kompilierung/Installation mit verschiedenen Rechten.

So habe ich es heute morgen an einen anderen Rechner im Ordner unter home installiert.
An meinem Heimrechner erhalte ich hingegen eine Fehlermeldung. Sopcast öffnet und schließt wieder. Kann das jemand interpretieren ? ( Ein Icon wurde im Startmenu abgelegt )

Vielen Dank allen Helfern !

Code: Alles auswählen
[***@localhost sopcast-player]$ sopcast-player

** (process:5039): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:5039): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:5039): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 24, in <module>
    import gtk.glade
ImportError: No module named glade


Installation:
Code: Alles auswählen
[Nutzer@localhost ~]$ su
Password:
su: incorrect password
[Nutzer@localhost ~]$
bash: : Kommando nicht gefunden.
[Nutzer@localhost ~]$ su
Password:
[root@localhost Nutzer]# ls
Desktop/    Downloads/     Music/     ps.txt  Sop.rtf  SPIELE/     tmp/
Documents/  Jdownload.rtf  Pictures/  s       sop.txt  Templates/  Videos/
[root@localhost Nutzer]# exit
exit
[Nutzer@localhost ~]$ cd ~Nutzer
[Nutzer@localhost ~]$ ls
Desktop/    Downloads/     Music/     ps.txt  Sop.rtf  SPIELE/  Templates/  Videos/
Documents/  Jdownload.rtf  Pictures/  s       sop.txt  Stream/  tmp/
[Nutzer@localhost ~]$ cd Stream
[Nutzer@localhost Stream]$ ls
sopcast-player/  sopcast-player-0.8.5.tar.gz
[Nutzer@localhost Stream]$ cd so
sopcast-player/              sopcast-player-0.8.5.tar.gz 
[Nutzer@localhost Stream]$ cd sopcast-player
[Nutzer@localhost sopcast-player]$ ls
AUTHORS  debian/  lib/      po/                     sopcast-player.in          sopcast-player.spec  ui/
COPYING  INSTALL  Makefile  sopcast-player.desktop  sopcast-player.schemas.in  sopcast-player.svg
[Nutzer@localhost sopcast-player]$ make
Generating language files...
#@if test -z ""; then \
#       sed -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@DIR@|/usr/share/sopcast-player|g' -e 's|@NAME@|sopcast-player|g' sopcast-player.in > sopcast-player; \
#else \
#       sed -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@DIR@|/sopcast-player|g' -e 's|@NAME@|sopcast-player|g' sopcast-player.in > sopcast-player; \
#fi
sed -e 's|@DATADIR@|/usr/share|g' -e 's|@NAME@|sopcast-player|g' -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@INSTALLDIR@|/usr/share/sopcast-player|g' -e 's|@ICONDIR@|/usr/share/icons/hicolor/scalable/apps|g' -e 's|@DESTDIR@||g' -e 's|@EXECUTABLE@|/usr/bin/sopcast-player|g' sopcast-player.in > sopcast-player
sed -e 's|@DATADIR@|/usr/share|g' -e 's|@NAME@|sopcast-player|g' -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@INSTALLDIR@|/usr/share/sopcast-player|g' -e 's|@ICONDIR@|/usr/share/icons/hicolor/scalable/apps|g' -e 's|@DESTDIR@||g' -e 's|@EXECUTABLE@|/usr/bin/sopcast-player|g' sopcast-player.schemas.in > sopcast-player.schemas
/usr/bin/python -c 'import compileall, re; compileall.compile_dir("lib", rx=re.compile("/[.]svn"), force=1)'
Listing lib ...
Listing lib/.svn ...
Listing lib/.svn/prop-base ...
Listing lib/.svn/props ...
Listing lib/.svn/text-base ...
Listing lib/.svn/tmp ...
Listing lib/.svn/tmp/prop-base ...
Listing lib/.svn/tmp/props ...
Listing lib/.svn/tmp/text-base ...
Compiling lib/ChannelGuideWorkerThread.py ...
Compiling lib/ConfigurationManager.py ...
Compiling lib/DatabaseOperations.py ...
Compiling lib/FileDownload.py ...
Compiling lib/ImportChannelGuide.py ...
Compiling lib/MimetypeHandler.py ...
Compiling lib/OpenSopAddress.py ...
Compiling lib/OptionsDialog.py ...
Compiling lib/SopcastPlayerWorkerThread.py ...
Compiling lib/VLCWidget.py ...
Compiling lib/WindowingTransformations.py ...
Compiling lib/dynamic_ports.py ...
Compiling lib/fork.py ...
Compiling lib/listen.py ...
Compiling lib/pySocket.py ...
Compiling lib/pySopCastConfigurationManager.py ...
Compiling lib/pyUserPathCheck.py ...
Compiling lib/sopcast-player.py ...
Compiling lib/vlc.py ...
Compiling lib/vlc_1_0_x.py ...
Compiling lib/vlc_1_1_x.py ...
[Nutzer@localhost sopcast-player]$ su
Password:
[root@localhost sopcast-player]# make install
#@if test -z ""; then \
#       sed -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@DIR@|/sopcast-player|g' -e 's|@NAME@|sopcast-player|g' sopcast-player.in > sopcast-player; \
#fi
install -p -dm 0755 /usr/share/sopcast-player/resources
install -p -dm 0755 /usr/share/sopcast-player/lib
install -p -dm 0755 /usr/share/sopcast-player/ui
install -p -dm 0755 /usr/bin
install -p -dm 0755 /usr/share/locale
install -p -dm 0755 /usr/share/icons/hicolor/scalable/apps
install -p -dm 0755 /usr/share/applications
install -p -m 0644 lib/* /usr/share/sopcast-player/lib
install -p -m 0644 ui/* /usr/share/sopcast-player/ui
install -p -m 0644 sopcast-player.schemas /usr/share/sopcast-player/resources
install -p -m 0755 sopcast-player /usr/bin
install -p -m 0644 sopcast-player.desktop /usr/share/applications
install -p -m 0644 sopcast-player.svg /usr/share/icons/hicolor/scalable/apps
# --install-file=/usr/share/sopcast-player/resources/sopcast-player.schemas
if test -z ""; then \
        echo "Updating GTK icon cache."; \
        gtk-update-icon-cache -f -t /usr/share/icons/hicolor; \
else \
        echo "*** Icon cache not updated.  After install, run this:"; \
        echo "***   gtk-update-icon-cache -f -t /usr/share/icons/hicolor"; \
fi
Updating GTK icon cache.
gtk-update-icon-cache: Cache file created s[code][Nutzer@localhost ~]$ su
Password:
su: incorrect password
[Nutzer@localhost ~]$
bash: : Kommando nicht gefunden.
[Nutzer@localhost ~]$ su
Password:
[root@localhost Nutzer]# ls
Desktop/    Downloads/     Music/     ps.txt  Sop.rtf  SPIELE/     tmp/
Documents/  Jdownload.rtf  Pictures/  s       sop.txt  Templates/  Videos/
[root@localhost Nutzer]# exit
exit
[Nutzer@localhost ~]$ cd ~Nutzer
[Nutzer@localhost ~]$ ls
Desktop/    Downloads/     Music/     ps.txt  Sop.rtf  SPIELE/  Templates/  Videos/
Documents/  Jdownload.rtf  Pictures/  s       sop.txt  Stream/  tmp/
[Nutzer@localhost ~]$ cd Stream
[Nutzer@localhost Stream]$ ls
sopcast-player/  sopcast-player-0.8.5.tar.gz
[Nutzer@localhost Stream]$ cd so
sopcast-player/              sopcast-player-0.8.5.tar.gz 
[Nutzer@localhost Stream]$ cd sopcast-player
[Nutzer@localhost sopcast-player]$ ls
AUTHORS  debian/  lib/      po/                     sopcast-player.in          sopcast-player.spec  ui/
COPYING  INSTALL  Makefile  sopcast-player.desktop  sopcast-player.schemas.in  sopcast-player.svg
[Nutzer@localhost sopcast-player]$ make
Generating language files...
#@if test -z ""; then \
#       sed -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@DIR@|/usr/share/sopcast-player|g' -e 's|@NAME@|sopcast-player|g' sopcast-player.in > sopcast-player; \
#else \
#       sed -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@DIR@|/sopcast-player|g' -e 's|@NAME@|sopcast-player|g' sopcast-player.in > sopcast-player; \
#fi
sed -e 's|@DATADIR@|/usr/share|g' -e 's|@NAME@|sopcast-player|g' -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@INSTALLDIR@|/usr/share/sopcast-player|g' -e 's|@ICONDIR@|/usr/share/icons/hicolor/scalable/apps|g' -e 's|@DESTDIR@||g' -e 's|@EXECUTABLE@|/usr/bin/sopcast-player|g' sopcast-player.in > sopcast-player
sed -e 's|@DATADIR@|/usr/share|g' -e 's|@NAME@|sopcast-player|g' -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@INSTALLDIR@|/usr/share/sopcast-player|g' -e 's|@ICONDIR@|/usr/share/icons/hicolor/scalable/apps|g' -e 's|@DESTDIR@||g' -e 's|@EXECUTABLE@|/usr/bin/sopcast-player|g' sopcast-player.schemas.in > sopcast-player.schemas
/usr/bin/python -c 'import compileall, re; compileall.compile_dir("lib", rx=re.compile("/[.]svn"), force=1)'
Listing lib ...
Listing lib/.svn ...
Listing lib/.svn/prop-base ...
Listing lib/.svn/props ...
Listing lib/.svn/text-base ...
Listing lib/.svn/tmp ...
Listing lib/.svn/tmp/prop-base ...
Listing lib/.svn/tmp/props ...
Listing lib/.svn/tmp/text-base ...
Compiling lib/ChannelGuideWorkerThread.py ...
Compiling lib/ConfigurationManager.py ...
Compiling lib/DatabaseOperations.py ...
Compiling lib/FileDownload.py ...
Compiling lib/ImportChannelGuide.py ...
Compiling lib/MimetypeHandler.py ...
Compiling lib/OpenSopAddress.py ...
Compiling lib/OptionsDialog.py ...
Compiling lib/SopcastPlayerWorkerThread.py ...
Compiling lib/VLCWidget.py ...
Compiling lib/WindowingTransformations.py ...
Compiling lib/dynamic_ports.py ...
Compiling lib/fork.py ...
Compiling lib/listen.py ...
Compiling lib/pySocket.py ...
Compiling lib/pySopCastConfigurationManager.py ...
Compiling lib/pyUserPathCheck.py ...
Compiling lib/sopcast-player.py ...
Compiling lib/vlc.py ...
Compiling lib/vlc_1_0_x.py ...
Compiling lib/vlc_1_1_x.py ...
[Nutzer@localhost sopcast-player]$ su
Password:
[root@localhost sopcast-player]# make install
#@if test -z ""; then \
#       sed -e 's|@PYTHON@|/usr/bin/python|g' -e 's|@DIR@|/sopcast-player|g' -e 's|@NAME@|sopcast-player|g' sopcast-player.in > sopcast-player; \
#fi
install -p -dm 0755 /usr/share/sopcast-player/resources
install -p -dm 0755 /usr/share/sopcast-player/lib
install -p -dm 0755 /usr/share/sopcast-player/ui
install -p -dm 0755 /usr/bin
install -p -dm 0755 /usr/share/locale
install -p -dm 0755 /usr/share/icons/hicolor/scalable/apps
install -p -dm 0755 /usr/share/applications
install -p -m 0644 lib/* /usr/share/sopcast-player/lib
install -p -m 0644 ui/* /usr/share/sopcast-player/ui
install -p -m 0644 sopcast-player.schemas /usr/share/sopcast-player/resources
install -p -m 0755 sopcast-player /usr/bin
install -p -m 0644 sopcast-player.desktop /usr/share/applications
install -p -m 0644 sopcast-player.svg /usr/share/icons/hicolor/scalable/apps
# --install-file=/usr/share/sopcast-player/resources/sopcast-player.schemas
if test -z ""; then \
        echo "Updating GTK icon cache."; \
        gtk-update-icon-cache -f -t /usr/share/icons/hicolor; \
else \
        echo "*** Icon cache not updated.  After install, run this:"; \
        echo "***   gtk-update-icon-cache -f -t /usr/share/icons/hicolor"; \
fi
Updating GTK icon cache.
gtk-update-icon-cache: Cache file created successfully.
Zuletzt geändert von EdW am Okt 18th, '12, 16:56, insgesamt 1-mal geändert.
Benutzeravatar
EdW
 
Beiträge: 701
Registriert: Aug 18th, '12, 22:39

Re: Fußballstream-engines installieren

Beitragvon EdW » Okt 18th, '12, 16:55

In einer readme steht
==Run-Time Dependencies==
Code: Alles auswählen
-python
-libvlc-dev
-sp-auth
-hicolor-icon-theme
-python-glade2
-python-gobject
-python-gtk2

Davon ist wohl nicht alles installiert. Ich versuche jetzt mal beim Rest nachzufassen.

[root@localhost ***]# urpmi gnome-python
Paket gnome-python-2.28.1-4.mga2.i586 ist installiert
gnome-python wird als manuell installiert markiert, es wird von der auto-orphan-Funktion ignoriert
writing /var/lib/rpm/installed-through-deps.list
[root@localhost ***]#

und

Paket python-gobject-2.28.6-6.mga2.i586 ist installiert
python-gobject wird als manuell installiert markiert, es wird von der auto-orphan-Funktion ignoriert
writing /var/lib/rpm/installed-through-deps.list
Benutzeravatar
EdW
 
Beiträge: 701
Registriert: Aug 18th, '12, 22:39

[gelöst] Fußballstream-engines installieren

Beitragvon EdW » Okt 18th, '12, 17:32

OK, geht.

Ich habe etwas probiert, um an die fehlenden Pakete zu kommen.
Code: Alles auswählen
[root@localhost bin]# urpmi -a pygtk
Paket pygtk2.0-2.24.0-3.mga2.i586 ist installiert
pygtk2.0 wird als manuell installiert markiert, es wird von der auto-orphan-Funktion ignoriert
writing /var/lib/rpm/installed-through-deps.list
Um die Abhängigkeiten zu erfüllen, werden die folgenden Pakete installiert:
  Paket                          Version      Release       Arch   
(Medium »Core Release (distrib1)«)
  pygtk2.0-demos                 2.24.0       3.mga2        i586   
  pygtk2.0-devel                 2.24.0       3.mga2        i586   
  pygtk2.0-libglade              2.24.0       3.mga2        i586   
  python-cairo-devel             1.10.0       1.mga2        i586   
  python-gobject-devel           2.28.6       6.mga2        i586   
(Medium »Core Updates (distrib3)«)
  libpython-devel                2.7.3        2.3.mga2      i586   
(Medium »Core Release Debug (distrib32)«)
  pygtk2.0-debug                 2.24.0       3.mga2        i586   
54MB zusätzlicher Speicher wird benötigt
7.2MB an Paketen wird geholt
Fortfahren mit der Installation der 7 Pakete? (J/n) J

    http://ftp5.gwdg.de/pub/linux/mageia/distrib/2/i586/media/core/release/python-gobject-devel-2.28.6-6.mga2.i586.rpm
    http://ftp5.gwdg.de/pub/linux/mageia/distrib/2/i586/media/core/release/python-cairo-devel-1.10.0-1.mga2.i586.rpm
    http://ftp5.gwdg.de/pub/linux/mageia/distrib/2/i586/media/core/release/pygtk2.0-libglade-2.24.0-3.mga2.i586.rpm
    http://ftp5.gwdg.de/pub/linux/mageia/distrib/2/i586/media/core/release/pygtk2.0-demos-2.24.0-3.mga2.i586.rpm
    http://ftp5.gwdg.de/pub/linux/mageia/distrib/2/i586/media/core/release/pygtk2.0-devel-2.24.0-3.mga2.i586.rpm
    http://ftp5.gwdg.de/pub/linux/mageia/distrib/2/i586/media/core/updates/libpython-devel-2.7.3-2.3.mga2.i586.rpm
    http://mirror.tuxinator.org/mageia/distrib/2/i586/media/debug/core/release/pygtk2.0-debug-2.24.0-3.mga2.i586.rpm
libpython-devel-2.7.3-2.3.mga2.i586.rpm pygtk2.0-debug-2.24.0-3.mga2.i586.rpm python-gobject-devel-2.28.6-6.mga2.i586.rpm pygtk2.0-libglade-2.24.0-3.mga2.i586.rpm python-cairo-devel-1.10.0-1.mga2.i586.rpm pygtk2.0-demos-2.24.0-3.mga2.i586.rpm pygtk2.0-devel-2.24.0-3.mga2.i586.rpm von /var/cache/urpmi/rpms wird installiert
Vorbereiten …                    ############################################################################
      1/7: libpython-devel       ############################################################################
      2/7: python-gobject-devel  ############################################################################
      3/7: python-cairo-devel    ############################################################################
      4/7: pygtk2.0-devel        ############################################################################
      5/7: pygtk2.0-demos        ############################################################################
      6/7: pygtk2.0-libglade     ############################################################################
      7/7: pygtk2.0-debug        ############################################################################
[root@localhost bin]# sopcast-player


Eine kleine Fehlermeldung erhalte ich noch
Code: Alles auswählen
(sopcast-player.py:11014): libglade-WARNING **: unknown property `ubuntu_local' for class `GtkMenu'
[0x8907828] inhibit interface error: Failed to connect to the D-Bus session daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[0x8907828] main interface error: no suitable interface module

Aber das scheint dennoch erstmal OK zu sein. Vorerst ist das Problem gelöst.
Benutzeravatar
EdW
 
Beiträge: 701
Registriert: Aug 18th, '12, 22:39

Re: Fußballstream-engines installieren

Beitragvon doktor5000 » Okt 18th, '12, 18:34

Dann markiere bitte den Thread als [gelöst] -> dazu den Betreff des ersten Posts editieren.
Ich bin nicht böse, sondern nur ehrlich. Und wer lesen kann, ist klar im Vorteil.
----
Mageia - the magic continues
Benutzeravatar
doktor5000
 
Beiträge: 6055
Registriert: Jun 2nd, '11, 09:39

Vorherige

Zurück zu Multimedia

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste