summary refs log tree commit diff
path: root/pkgs/applications/networking/dropbox
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-12 17:26:41 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-12 17:26:41 -0600
commit7cdedaaf728ead99294ad6995133e380d8e453fc (patch)
tree1476138d508be9248a2329966c740349cab42047 /pkgs/applications/networking/dropbox
parent623a117bdd6491cb81ca7504c19d0fa2fd785af3 (diff)
downloadnixlib-7cdedaaf728ead99294ad6995133e380d8e453fc.tar
nixlib-7cdedaaf728ead99294ad6995133e380d8e453fc.tar.gz
nixlib-7cdedaaf728ead99294ad6995133e380d8e453fc.tar.bz2
nixlib-7cdedaaf728ead99294ad6995133e380d8e453fc.tar.lz
nixlib-7cdedaaf728ead99294ad6995133e380d8e453fc.tar.xz
nixlib-7cdedaaf728ead99294ad6995133e380d8e453fc.tar.zst
nixlib-7cdedaaf728ead99294ad6995133e380d8e453fc.zip
dropbox: use fields from upstream's desktop item
Diffstat (limited to 'pkgs/applications/networking/dropbox')
-rw-r--r--pkgs/applications/networking/dropbox/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix
index 7a615277d2ca..69ebdb429ffe 100644
--- a/pkgs/applications/networking/dropbox/default.nix
+++ b/pkgs/applications/networking/dropbox/default.nix
@@ -45,10 +45,11 @@ let
   desktopItem = makeDesktopItem {
     name = "dropbox";
     exec = "dropbox";
-    comment = "Online directories";
+    comment = "Sync your files across computers and to the web";
     desktopName = "Dropbox";
-    genericName = "Online storage";
-    categories = "Application;Internet;";
+    genericName = "File Synchronizer";
+    categories = "Network;FileTransfer;";
+    startupNotify = "false";
   };
 
 in stdenv.mkDerivation {