Skip to content

Commit ec0ed51

Browse files
authored
Merge pull request #67 from tcet-opensource/64-feature-task-manager
64 feature task manager
2 parents b98cd23 + 350d8f9 commit ec0ed51

File tree

3 files changed

+72
-1
lines changed

3 files changed

+72
-1
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Task Manager
4+
GenericName=Process Viewer
5+
GenericName[ca]=Visualitzador de processos
6+
GenericName[da]=Procesfremviser
7+
GenericName[de]=Prozessanzeige
8+
GenericName[en_GB]=Process Viewer
9+
GenericName[es]=Visor de procesos
10+
GenericName[fi]=Prosessikatselin
11+
GenericName[fr]=Visualiseur de processus
12+
GenericName[gl]=Visor de procesos
13+
GenericName[it]=Visore dei processi
14+
GenericName[ko]=프로세스 뷰어
15+
GenericName[nb]=Prosessviser
16+
GenericName[nl]=Viewer van processen
17+
GenericName[nn]=Prosessvisar
18+
GenericName[pl]=Przeglądarka procesów
19+
GenericName[pt]=Visualizador de Processos
20+
GenericName[pt_BR]=Visualizador de processos
21+
GenericName[ru]=Монитор процессов
22+
GenericName[sk]=Prehliadač procesov
23+
GenericName[sl]=Pregledovalnik opravil
24+
GenericName[sr@ijekavian]=Приказивач процеса
25+
GenericName[sr@ijekavianlatin]=Prikazivač procesa
26+
GenericName[sr@latin]=Prikazivač procesa
27+
GenericName[sr]=Приказивач процеса
28+
GenericName[sv]=Processvisning
29+
GenericName[tr]=Süreç Görüntüleyici
30+
GenericName[uk]=Перегляд процесів
31+
GenericName[zh_CN]=进程查看器
32+
GenericName[zh_TW]=行程檢視器
33+
Comment=Show System Processes
34+
Comment[ca]=Visualitzeu els processos del sistema
35+
Comment[da]=Vis systemprocesser
36+
Comment[de]=Systemprozesse anzeigen
37+
Comment[en_GB]=Show System Processes
38+
Comment[es]=Mostrar procesos del sistema
39+
Comment[fi]=Katsele järjestelmän prosesseja
40+
Comment[fr]=Affiche les processus système
41+
Comment[gl]=Mostrar os procesos do sistema.
42+
Comment[it]=Mostra processi di sistema
43+
Comment[ko]=시스템 프로세스 보기
44+
Comment[nb]=Vis systemprosesser
45+
Comment[nl]=Systeemprocessen tonen
46+
Comment[nn]=Vis systemprosessar
47+
Comment[pl]=Pokaż procesy systemowe
48+
Comment[pt]=Mostrar os Processos do Sistema
49+
Comment[pt_BR]=Mostra os processos do sistema
50+
Comment[ru]=Просмотр списка процессов в системе
51+
Comment[sk]=Zobraziť systémové procesy
52+
Comment[sl]=Prikaz sistemskih opravil
53+
Comment[sr@ijekavian]=Приказ системских процеса
54+
Comment[sr@ijekavianlatin]=Prikaz sistemskih procesa
55+
Comment[sr@latin]=Prikaz sistemskih procesa
56+
Comment[sr]=Приказ системских процеса
57+
Comment[sv]=Visa systemprocesser
58+
Comment[tr]=Sistem Süreçlerini Göster
59+
Comment[uk]=Перегляд системних процесів
60+
Comment[zh_CN]=显示系统进程
61+
Comment[zh_TW]=顯示系統行程
62+
Icon=/usr/share/icons/task-manager.svg
63+
Exec=xfce4-terminal -e "glances"
64+
Terminal=true
65+
Categories=System;Monitor;ConsoleOnly;
66+
Keywords=system;process;task
67+
StartupNotify=false
Lines changed: 1 addition & 0 deletions
Loading

packages.x86_64

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ xfce4-screenshooter
166166
xfce4-sensors-plugin
167167
xfce4-smartbookmark-plugin
168168
xfce4-systemload-plugin
169-
xfce4-taskmanager
169+
#xfce4-taskmanager
170170
xfce4-time-out-plugin
171171
xfce4-timer-plugin
172172
xfce4-verve-plugin
@@ -265,3 +265,6 @@ neofetch-tcet
265265

266266
# Tcet Linux Welcome
267267
tcet-linux-welcome
268+
269+
# Task Manager
270+
glances

0 commit comments

Comments
 (0)