1963248441
- Update to version 2.1.0: * Compile-time option to disable setuid * Delay accounting metrics * Support for real-time signals * 'c' key now works with threads as well * Session column renamed from SESN to SID * Improved UI for meter style selection * Improved code for constructing process tree * Error checking of various standard library operations * Replacement of sprintf with snprintf * Performance improvements in battery meter * Update process TTY device * Add support for sorting TASK_IDLE * Add upper-bound to running process counter * Bugfix: avoid crash when battery is removed * DragonFlyBSD support - cleanup with spec-cleaner - rebase htop-desktop-file-fix-thoenig-01.patch - use https OBS-URL: https://build.opensuse.org/request/show/573183 OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=44
29 lines
813 B
Diff
29 lines
813 B
Diff
From 7471273005031559c5fa05ffa11a7bca4ff647b0 Mon Sep 17 00:00:00 2001
|
|
From: boombatower <jimmy@boombatower.com>
|
|
Date: Thu, 11 Feb 2016 12:36:06 -0600
|
|
Subject: [PATCH] Improve desktop file category.
|
|
|
|
---
|
|
htop.desktop | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: htop.desktop
|
|
===================================================================
|
|
--- htop.desktop.orig
|
|
+++ htop.desktop
|
|
@@ -33,7 +33,7 @@
|
|
Terminal=true
|
|
Exec=htop
|
|
Icon=htop
|
|
-Categories=ConsoleOnly;System;
|
|
+Categories=System;Monitor;
|
|
GenericName=Process Viewer
|
|
GenericName[ca]=Visor de processos
|
|
GenericName[de]=Prozessanzeige
|
|
@@ -62,4 +62,4 @@
|
|
GenericName[uk]=Перегляд процесів
|
|
GenericName[zh_CN]=进程查看器
|
|
GenericName[zh_TW]=行程檢視器
|
|
-Keywords=system;process;task
|
|
+Keywords=system;process;task;
|