![]() |
2010-07-06
, 12:41
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#2
|
![]() |
2010-07-06
, 17:10
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#3
|
Hi zwiik
You need to have a <your application>.desktop describing your application in /usr/share/applications/hildon/.
If you are using QT Creator it should be placed in <your application> maemo build/debian/usr/share/applications/hildon/ before you build the application.
See http://wiki.maemo.org/Desktop_file_format for full description of the file format.
Kim
desktop.path = $$DATADIR/applications/hildon desktop.files += tabcgpa.desktop icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += tabcgpa.png
![]() |
2010-07-06
, 21:46
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#4
|
![]() |
2010-07-07
, 18:05
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#5
|
Yes, I have tried those too, without any success. It may be missing experience though, I have just started using QT.
So i just created the respective folders and placed the .desktop file and icon file where they belong, and they got installed.
Probably not the right solution, but it works
Kim
![]() |
2010-07-09
, 08:30
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#6
|
and kim,would you like to join the project,i sure could use ur skillsand do need the help
![]() |
2010-07-11
, 12:20
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#7
|
![]() |
2010-07-12
, 09:44
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#8
|
![]() |
2010-07-18
, 18:41
|
Posts: 2 |
Thanked: 0 times |
Joined on Jul 2010
|
#9
|
![]() |
2010-07-19
, 08:14
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#10
|
i created a debian package from qt sdk using build all button
but it fails to install in the n900 using application manager
dpkg -i finishes succesfully
but the app doesnt appear anywhere in the menu.
I have read the threads above but couldn understand about the .desktop file.
Please can anyone explain me wat to do exactly ???
[Desktop Entry] Encoding=UTF-8 Version=0.7 Type=Application Name=CGPA Log Exec=/usr/bin/tabcgpa Icon=tabcgpa X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable
but it fails to install in the n900 using application manager
dpkg -i finishes succesfully
but the app doesnt appear anywhere in the menu
currently i am running the executable by using run-standalone.sh which works fine..but its tedious and not the way i want to share the app
source and the executable CGPA Calculator