mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:27:34 +00:00
Welcome: Move tips.txt to /usr/share/Welcome because it's system wide
This commit is contained in:
parent
813c66403d
commit
f4d5ff9ed9
3 changed files with 7 additions and 4 deletions
|
@ -23,6 +23,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
TRY(Core::System::unveil("/tmp/session/%sid/portal/filesystemaccess", "rw"));
|
||||
TRY(Core::System::unveil("/res", "r"));
|
||||
TRY(Core::System::unveil("/home", "r"));
|
||||
TRY(Core::System::unveil("/usr/share/Welcome", "r"));
|
||||
TRY(Core::System::unveil("/bin/Help", "x"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
auto app_icon = TRY(GUI::Icon::try_create_default_icon("app-welcome"sv));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue