Re: Problem running installed app (using icon)

2010-05-16 Thread Chitti Babu
, Chitti --- On Fri, 5/14/10, saurabh aggarwal aggarwal.saur...@gmail.com wrote: From: saurabh aggarwal aggarwal.saur...@gmail.com Subject: Re: Problem running installed app (using icon) To: Chitti Babu chitti_ma...@yahoo.com Cc: maemo-developers@maemo.org Date: Friday, May 14, 2010, 5:34 PM I did have

Re: Problem running installed app (using icon)

2010-05-14 Thread Gunter Ohrner
saurabh aggarwal wrote: /usr/bin/myApp Looks as if you got a simple typo in your Desktop file, the file name's character case does not match: Exec=/usr/bin/myapp However, I cannot explain why the app appears in the task list at all for a moment, as you described. That sounds rather strange.

Re: Problem running installed app (using icon)

2010-05-14 Thread saurabh aggarwal
The myapp vs. myApp is not the issue. I have replaced the actual name of the app with myApp (because of a confidentiality agreement), and that probably caused the typo. I have since then added the service file, and the required code (as given in a QT sample app). I still wasn't able to launch my

Problem running installed app (using icon)

2010-05-13 Thread saurabh aggarwal
I have created a deb package of my application, and installed it on the device using dpkg. I can see the icon, and I can see that the binary has been copied to /usr/bin. But, when I try to run the app using the icon, it tries to launch, but then exits. I can see my process for a few seconds using

Re: Problem running installed app (using icon)

2010-05-13 Thread Faheem Pervez
Start by posting the desktop file. On Thu, May 13, 2010 at 12:23 PM, saurabh aggarwal aggarwal.saur...@gmail.com wrote: Any ideas on how to debug. Best Regards, Faheem Regards, -Saurabh ___ maemo-developers mailing list

Re: Problem running installed app (using icon)

2010-05-13 Thread saurabh aggarwal
Here it is - [Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=myapp Exec=/usr/bin/myapp Icon=myapp X-Maemo-Category=Main X-Window-Icon=myapp X-Window-Icon-Dimmed=myapp On Thu, May 13, 2010 at 4:56 PM, Faheem Pervez tripp...@gmail.com wrote: Start by posting the desktop file.

Re: Problem running installed app (using icon)

2010-05-13 Thread saurabh aggarwal
If I replace Exec below with Exec=osso-xterm /usr/bin/FiCall The app now starts but it also launches an XTerm (with the app running in foreground) as expected. But, this is not what I want. I want to run the application without the console. -Saurabh On Thu, May 13, 2010 at 5:01 PM, saurabh

Re: Problem running installed app (using icon)

2010-05-13 Thread b0unc3
On Thu, May 13, 2010 at 1:31 PM, saurabh aggarwal aggarwal.saur...@gmail.com wrote: Here it is - [Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=myapp Exec=/usr/bin/myapp Icon=myapp X-Maemo-Category=Main X-Window-Icon=myapp X-Window-Icon-Dimmed=myapp I bet you need

Re: Problem running installed app (using icon)

2010-05-13 Thread saurabh aggarwal
Ok, here's the Noob question - 1) Do all apps need a .service file 2) What is the need when my application doesn't listen to any dbus event? BTW, my app is a QT application. -Saurabh On Thu, May 13, 2010 at 5:22 PM, b0unc3 b0u...@email.it wrote: On Thu, May 13, 2010 at 1:31 PM, saurabh

Re: Problem running installed app (using icon)

2010-05-13 Thread b0unc3
On Thu, May 13, 2010 at 2:17 PM, saurabh aggarwal aggarwal.saur...@gmail.com wrote: Ok, here's the Noob question - 1) Do all apps need a .service file Yes, if you want your app to appear in the task navigator menu. 2) What is the need when my application doesn't listen to any dbus event?

Re: Problem running installed app (using icon)

2010-05-13 Thread Daniil Ivanov
Hi b0unc3! On Thu, May 13, 2010 at 4:41 PM, b0unc3 b0u...@email.it wrote: On Thu, May 13, 2010 at 2:17 PM, saurabh aggarwal aggarwal.saur...@gmail.com wrote: Ok, here's the Noob question - 1) Do all apps need a .service file Yes, if you want your app to appear in the task navigator menu.

Re: Problem running installed app (using icon)

2010-05-13 Thread Daniil Ivanov
Hi Saurabh! Could you post output of the command: dpkg -L your_package_name Thanks, Daniil. On Thu, May 13, 2010 at 10:50 PM, Daniil Ivanov daniil.iva...@gmail.com wrote: Hi b0unc3! On Thu, May 13, 2010 at 4:41 PM, b0unc3 b0u...@email.it wrote: On Thu, May 13, 2010 at 2:17 PM, saurabh

Re: Problem running installed app (using icon)

2010-05-13 Thread saurabh aggarwal
Here is the output of dpkg -L /. /usr /usr/share /usr/share/applications /usr/share/applications/hildon /usr/share/applications/hildon/myApp.desktop /usr/share/doc /usr/share/doc/myApp /usr/share/doc/myApp/changelog.Debian.gz /usr/share/icons /usr/share/icons/hicolor