Marcus Meissner
412f2a797f
- Update to version 2.0.0. * Platform abstraction layer * Initial FreeBSD support * Initial Mac OS X support (thanks to David Hunt) * Swap meter for Mac OSX (thanks to Ștefan Rusu) * OpenBSD port (thanks to Michael McConville) * FreeBSD support improvements (thanks to Martin Misuth) * Support for NCurses 6 ABI, including mouse wheel support * Much improved mouse responsiveness * Process environment variables screen (thanks to Michael Klein) * Higher-resolution UTF-8 based Graph mode (Thanks to James Hall from vtop for the idea!) * Show program path settings (thanks to Tobias Geerinckx-Rice) * BUGFIX: Fix crash when scrolling an empty filtered list. * Use dynamic units for text display, and several fixes (thanks to Christian Hesse) * BUGFIX: fix error caused by overflow in usertime calculation. (thanks to Patrick Marlier) * Catch all memory allocation errors (thanks to Michael McConville for the push) * Several tweaks and bugfixes (See the Git log for details and contributors!) - Rerolled both patches for compatibility with 2.0.0. - Fix ncurses 6 incompatibility during compile. OBS-URL: https://build.opensuse.org/request/show/358925 OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=31
26 lines
638 B
Diff
26 lines
638 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(-)
|
|
|
|
diff --git a/htop.desktop b/htop.desktop
|
|
index 2f7a7ee..96d2946 100644
|
|
--- a/htop.desktop
|
|
+++ b/htop.desktop
|
|
@@ -32,7 +32,7 @@ Comment[zh_TW]=顯示系統行程
|
|
Terminal=true
|
|
Exec=htop
|
|
Icon=htop
|
|
-Categories=ConsoleOnly;System;
|
|
+Categories=System;Monitor;
|
|
GenericName=Process Viewer
|
|
GenericName[ca]=Visor de processos
|
|
GenericName[de]=Prozessanzeige
|
|
--
|
|
2.7.0
|
|
|