View Single Post
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#406
Originally Posted by xerxes2 View Post
And about your problem to start panucci. Could you paste your /usr/share/applications/panucci.desktop .
Here you have:

Code:
[Desktop Entry]
Name=Panucci
GenericName=Resuming audiobook and podcast player
Comment=Resume audiobooks or podcasts from last point, or set bookmarks
Exec=panucci
Icon=panucci
Terminal=false
Type=Application
Categories=Audio;GTK;

Originally Posted by xerxes2 View Post
I don't know exactly how panucci is installed on n900 but look in /opt/panucci for clues. Maybe the panucci file should be there instead of /usr/bin?
The most files are in /opt/panucci/lib/panucci

Originally Posted by xerxes2 View Post
Maybe /usr/bin/panucci should just be a symlink to /opt/panucci/bin/panucci ?
Hm, perhaps it was a symlink to somewhere else.
I looked into the file and I saw python code. So I replaced it by the file in the bin folder at git.
But perhaps it was a symlink to the file somewhere else.

It's something I haven't understood so far. /usr/bin/panucci is definitely not a binary. But normaly I'm able to execute it simply by typing panucci.

Originally Posted by xerxes2 View Post
Edit: The settings dialog code starts on line 431 here: https://github.com/xerxes2/panucci/b...kui/gtkmain.py
As you see i've just dumped everything in it and have not a clue whatsoever what it looks like on n900.
Yes, it looks exaktly like that!