Unity: Keep desktop file information for detached process -


i have following desktop file

[desktop entry] name=my game exec=/usr/games/mygame %u icon=mygame terminal=false type=application categories=game;  comment=start game comment[de_de]=starte mein spiel 

and entry shown in ubuntu (13.04) unity dash.

when mygame executed, spawns detached process again , unity launcher entry question mark , untitled window.

is there way tell unity, (detached) process originated or desktop file assign process?

try use absolute path icon file. might otherwise bug in bamf.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -