<br><br><div><span class="gmail_quote">2006/6/27, Marius Vollmer <<a href="mailto:marius.vollmer@nokia.com">marius.vollmer@nokia.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
"ext Luca Donaggio" <<a href="mailto:donaggio@gmail.com">donaggio@gmail.com</a>> writes:<br><br>> - After installing, the Application Manager on real device put my<br>> application into the Extras menu folder; this is what I wanted,
<br>> except that an Extras folder already existed on my system and the<br>> app. Manager duplicated it!<br><br>Hmm. How did the first "Extras" menu came into existence? Did you<br>create it manually?<br>
<br>The "Extras" menu is kind of special and the Task navigator might get<br>confused when you create a menu named "Extras" yourself. One way to<br>get back to one "Extras" menu, I think, is to move all entries into
<br>the menu that contains the entry added by the Application manager and<br>then to delete the other, now empty menu.</blockquote><div><br><br>You're right. It has been created by the App. Manager after installing osso-xterm; then I moved it to the Utilities folder and the Extras folder (now empty) disappeared. I re-created it and moved osso-xterm beck to its former place, so yes, I (sort of) created it manually.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> - My app. doesn't start at all from the task manager, despite having<br>> .desktop and .service in the usual places and even doing proper
<br>> osso_initialize on startup.<br><br>The location of the .service files changed from IT 2005 to IT 2006<br>(because of a change in D-BUS): they are now in<br>/usr/share/dbus-1/services/.</blockquote><div><br><br>And that's the place where my .service file is. Here it is:
<br><br># Service description file<br>[D-BUS Service]<br>Name=it.opbyte.grsync<br>Exec=/usr/bin/grsync<br><br>and here is my .desktop:<br><br>[Desktop Entry]<br>Encoding=UTF-8<br>Version=0.4.2<br>Name=Grsync<br>Comment=GTK+ frontend for rsync
<br>Exec=/usr/bin/grsync<br>Icon=grsync<br>X-Window-Icon=grsync<br>X-Window-Icon-Dimmed=grsync<br>Type=Application<br>X-Osso-Service=grsync<br>X-Osso-Type=application/x-executable </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The Task navigator is unfortunately quite silent about what is going<br>on behind the scenes, but you should get some output when running it<br>in Scratchbox.<br></blockquote></div><br>If I run it inside Scratchbox (run-standalone.sh
./grsync), I got no errors at all. Do you mean I should try to make a .deb for the PC target and install it into the SDK and lanch it from the Task Navigator there?<br><br>