add WIP IS_OS_LINUX
This commit is contained in:
parent
7527bcb708
commit
f206cf78b5
|
@ -246,8 +246,12 @@ public class ProcessesForm {
|
|||
return icon;
|
||||
}
|
||||
|
||||
if (SystemUtils.IS_OS_LINUX) {
|
||||
// investigate why getPath or getCommandLine is "" on kali
|
||||
}
|
||||
|
||||
// macOS-specific icon retrieval
|
||||
// maybe find a simple solution
|
||||
// maybe find a simpler solution
|
||||
// Todo : fix various icons like VLC ...
|
||||
if (SystemUtils.IS_OS_MAC && fullProcessPathName.contains("MacOS")) {
|
||||
String iconPathSplit = fullProcessPathName.split("MacOS")[0];
|
||||
|
|
Loading…
Reference in New Issue