robo3t: change .desktop name
Gnome does not permit to add the application to favorites if the .desktop name is different than the binary name. See https://unix.stackexchange.com/questions/58824/how-do-i-add-eclipse-to-my-gnome-shell-favorites.
This commit is contained in:
parent
f4801e59f2
commit
f402c3aa78
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "Robo3T";
|
||||
name = "robo3t";
|
||||
exec = "robo3t";
|
||||
icon = icon;
|
||||
comment = "Query GUI for mongodb";
|
||||
|
|
Loading…
Reference in a new issue