![]() |
2008-01-23
, 19:17
|
Posts: 111 |
Thanked: 31 times |
Joined on Nov 2007
|
#2
|
The Following User Says Thank You to cripes For This Useful Post: | ||
![]() |
2008-01-23
, 19:54
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#3
|
![]() |
2008-01-23
, 20:07
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#4
|
![]() |
2008-01-23
, 20:09
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#5
|
The Following User Says Thank You to yerga For This Useful Post: | ||
![]() |
2008-01-23
, 21:08
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#6
|
![]() |
2008-01-24
, 03:12
|
Posts: 111 |
Thanked: 31 times |
Joined on Nov 2007
|
#7
|
![]() |
2008-01-30
, 19:23
|
|
Posts: 98 |
Thanked: 8 times |
Joined on Apr 2007
@ Port Angeles, WA
|
#8
|
![]() |
2008-01-30
, 19:42
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#9
|
![]() |
2008-01-31
, 07:04
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#10
|
I am about to publish a Gui front end to sqlite3
There are a lot of firsts here. This is my first Python program, my first gtk
my first debian package etc.
Any help apreciated.
I have a problem with the packaging.
I have a sources structure as below:-
~/sources/usr/bin/datable
~/sources/usr/share/applications/hildon/datables.desktop
~/sources/usr/share/pixmaps/datables.png ( 26X26 icon )
contents of .desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.0.1
Type=Application
Name=datable
Exec=/usr/bin/datable
Icon=datable
X-Window-Icon=datable
X-Window-Icon-Dimmed=datable
X-Osso-Service=datable
X-Osso-Type=application/x-executable
used pypackager to create .deb
installed through 'application manager' puts datables with icon into extras
menu and datables executable into /usr/bin. The png is in the pixmaps folder.
When selected from menu I get 'datable - loading' and then nothing.
EDIT: Missed a bit.
when run from the command line the prog runs fine with no errors.
when run on my Linux box ( without the hildon bits ) xprop reports
WM_CLASS(STRING) = "datable", "Datable" --- Which one is right ?
Does it matter ?
Any suggestions welcome
Thanks Rick
Last edited by rcull; 2008-01-23 at 19:15.