1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 19:50:59 +00:00
serenity/Userland/Applications/SystemMonitor
Karol Kosek f12dc8b7f5 SystemMonitor: Ignore unveil error about unexisting HackStudio binary
The minimal build configuration doesn't include HackStudio and
SystemMonitor refused to run after trying to unveil a not exiting file.

This change will just ignore this specific error for this specific file
as if nothing really happened.

The ability to quickly debug a process in HackStudio is not the main
feature of the application and HackStudio itself is rather heavy to be
put in the minimal configuration.

Additionally, I find it unnecessary to disable/hide the 'Debug in
HackStudio' action because build configurations are mostly for testing
purposes anyway. You will get a 'No such file or directory' error in the
console after activating the action though. :^)
2023-06-07 00:35:50 +02:00
..
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
GraphWidget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
GraphWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp SystemMonitor: Ignore unveil error about unexisting HackStudio binary 2023-06-07 00:35:50 +02:00
MemoryStatsWidget.cpp SystemMonitor: Prefer File::read_until_eof over DeprecatedFile 2023-05-19 23:31:20 +02:00
MemoryStatsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
NetworkStatisticsWidget.cpp LibGUI+Userland: Store column names in JsonArrayModel as String 2023-05-15 06:42:10 +02:00
NetworkStatisticsWidget.h SystemMonitor: Add context menu for opening adapter in NetworkSettings 2022-11-02 12:00:26 +00:00
ProcessFileDescriptorMapWidget.cpp SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessFileDescriptorMapWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessMemoryMapWidget.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
ProcessMemoryMapWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessModel.cpp Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
ProcessModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
ProcessStateWidget.cpp SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessStateWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessUnveiledPathsWidget.cpp SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessUnveiledPathsWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessWindow.gml LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
SystemMonitor.gml SystemMonitor: Remove GML references to the deleted Hardware tab 2022-08-12 12:24:40 +02:00
ThreadStackWidget.cpp SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ThreadStackWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00