One can autostart an application such that it launches on session start with an xdg desktop file in ~/.config/autostart (or /etc/xdg/autostart).
But my application (a python/gtk/webkit/html5 app) when autostarted has a unity (and a unity-2d) launcher icon that is a gray question mark, even though:
when I find it in dash, the dash shows the icon I specify in my main desktop file (in /usr/share/a
Hi
I've got a Java application, it's a JNLP file, that I start by clicking an icon on my 12.04 desktop. Is there any way I can move the icon to the Unity launcher? When I try to drag it onto the launcher, it just pops back onto the desktop.
Roger D
I've downloaded from the USC an app that grabs colors with the mouse (result shows in the terminal) and I'm trying to add a unity launcher app to run that command in the gnome-terminal.
Here is the code:
#!/usr/bin/bash
[Desktop Entry]
Type=Application
Name=Grab Color
Exec=gnome-terminal -x grabc
Categories=Development;
Icon=/home/diogo/.local/share/applications/colorline.png
The problem is th
I'm trying to install a Matlab R2011a launcher for Unity in Ubuntu 12.04.
I installed Nixnote on Ubuntu 12.04, locked the icon to my launcher, and set a custom icon via /usr/share/applications/nixnote.desktop.
When I copy nixnote.desktop to ~/.config/autostart/, Nixnote shows up in my startup applications list with the proper icon. When I log off then log back on, Nixnote launches automatically (as it should).
I'm running 11.10 Unity and I installed a program "Covergloobus" which shows lyrics for songs. It's supposed to show an icon in the top panel but it doesn't. When I load it up in Gnome Classic it shows.
Is there a way to add the indicator to the panel manually since it won't work through the program?
This a specific example of a generic problem I haven't been able to find a solution for yet.
I have a program (Android Virtual Device Manager) that launches 'sub-programs' (namely emulators or virtual devices) from within itself (also can be launched from else where).
Hello all ...
I have used this web page ...
---
http://www.youtube.com/watch?v=ncWUFEc3WXY
---
and this process ...
---
gksudo gedit /usr/share/applications/name.desktop
paste into gedit :
[Desktop Entry]
Name=the name you want shown
Comment=
Exec=command to run
Icon=icon name
Terminal=false
Type=Application
StartupNotify=true
and save file.
---
But the process fails if the exec path contai
I have added an program to unity using .desktop file.