|
2011-03-13
, 21:03
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#412
|
No need to go to /usr/bin as its already in your PATH shell variable. Just run "panucci" in a shell and see what the errors are?
|
2011-03-13
, 21:05
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#413
|
Hmm... okay. This is a new fact for me.
But perhaps you're right. This works:
Edit:Code:cd /usr/bin/ ./panucci
Okay, as soon as I copy the panucci file from the git bin folder to /usr/bin/ I got this:
I have to add, the file from git is 2222 bytes big and the original file (version 0.99 from the repos) is 4452 bytes big.Code:cd /usr/bin/ ./panucci : No such file or directory
|
2011-03-13
, 21:14
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#414
|
There is no file!
Edit: The one you need is in the "bin" directory.
Edit2: I think this little mystery will soon be solved.
/usr/bin $ ls panu* panucci /usr/bin $
|
2011-03-13
, 21:21
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#415
|
|
2011-03-13
, 21:21
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#416
|
~ $ panucci Test No handlers could be found for logger "panucci.settings.Settings" Traceback (most recent call last): File "/usr/bin/panucci", line 64, in <module> from panucci import main File "/opt/panucci/lib/panucci/main.py", line 63, in <module> from panucci.player import player File "/opt/panucci/lib/panucci/player.py", line 26, in <module> from panucci.dbusinterface import interface File "/opt/panucci/lib/panucci/dbusinterface.py", line 159, in <module> dbus.service.BusName('org.panucci.panucciInterface', session_bus) ) File "/opt/panucci/lib/panucci/dbusinterface.py", line 36, in __init__ dbus.service.Object.__init__(self, object_path=path, bus_name=bus_name) File "/usr/lib/pymodules/python2.5/dbus/service.py", line 480, in __init__ self.add_to_connection(conn, object_path) File "/usr/lib/pymodules/python2.5/dbus/service.py", line 571, in add_to_connection self._fallback) RuntimeError: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...) ~ $
|
2011-03-13
, 21:25
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#417
|
Could you past me your "ls -l /usr/bin |grep panucci"?
[xerxes2@ninja ~]$ ls -l /usr/bin |grep panucci
-rwxr-xr-x 1 root root 2154 Mar 13 01:57 panucci
That is what it should look like.
~ $ ls -l /usr/bin |grep panucci -rwxr-xr-x 1 root root 2173 Mar 13 22:18 panucci ~ $ ls -l /usr/bin |grep panucci -rwxr-xr-x 1 root root 2222 Mar 13 17:15 panucci ~ $
|
2011-03-13
, 21:32
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#418
|
~ $ ls -l /usr/bin |grep panucci -rwxr-xr-x 1 root root 2159 Mar 13 22:28 panucci ~ $ panucci No handlers could be found for logger "panucci.settings.Settings" Traceback (most recent call last): File "/usr/bin/panucci", line 63, in <module> from panucci import main File "/opt/panucci/lib/panucci/main.py", line 63, in <module> from panucci.player import player File "/opt/panucci/lib/panucci/player.py", line 26, in <module> from panucci.dbusinterface import interface File "/opt/panucci/lib/panucci/dbusinterface.py", line 159, in <module> dbus.service.BusName('org.panucci.panucciInterface', session_bus) ) File "/opt/panucci/lib/panucci/dbusinterface.py", line 36, in __init__ dbus.service.Object.__init__(self, object_path=path, bus_name=bus_name) File "/usr/lib/pymodules/python2.5/dbus/service.py", line 480, in __init__ self.add_to_connection(conn, object_path) File "/usr/lib/pymodules/python2.5/dbus/service.py", line 571, in add_to_connection self._fallback) RuntimeError: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...) ~ $
|
2011-03-13
, 21:32
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#419
|
|
2011-03-13
, 21:34
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#420
|
Now you have to change all the files to git. There's been a ton of changes.
~ $ panucci /opt/panucci/lib/panucci/gtkui/gtkplaylist.py:217: GtkWarning: gtk_tree_view_get_path_at_pos: assertion `tree_view->priv->bin_window != NULL' failed path_info = self.treeview.get_path_at_pos(0,0) ERROR:dbus.proxies:Introspect error on :1.10:/org/freedesktop/Hal/devices/platform_retu_headset_logicaldev_input: dbus.exceptions.DBusException: org.freedesktop.Hal.NoSuchDevice: No device with id /org/freedesktop/Hal/devices/platform_retu_headset_logicaldev_input INFO:panucci.dbsqlite.Storage:Deleting bookmark by id: 0 DEBUG:panucci.dbsqlite.Storage:COMMIT WARNING:panucci.dbsqlite.Storage:Not saving bookmark without playlist filepath DEBUG:panucci.backends.BasePlayer:Sending signal "stopped" for caller "stop" DEBUG:panucci.player.PanucciPlayer:Sending signal "stopped" for caller "PanucciPlayer" DEBUG:panucci.playlist.Playlist:quit() called. INFO:panucci.playlist.Playlist:Queue modified, saving temporary playlist INFO:panucci.dbsqlite.Storage:Updating playlist: /home/user/.config/panucci/panucci.m3u DEBUG:panucci.dbsqlite.Storage:COMMIT INFO:panucci.dbsqlite.Storage:Deleting all bookmarks for: 69 DEBUG:panucci.dbsqlite.Storage:COMMIT INFO:panucci.dbsqlite.Storage:Deleting resume bookmark for: 69 DEBUG:panucci.dbsqlite.Storage:COMMIT INFO:panucci.dbsqlite.Storage:Saving Automatisches Lesezeichen, 0 (/home/user/MyDocs/Podcasts/SWR Aktuell/20110312-1847.6444m.mp3) DEBUG:panucci.dbsqlite.Storage:COMMIT ~ $
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).