ladybird/Userland
Lucas CHOLLET 3197c1793a Base: Launch Clipboard at session start-up
The clipboard service hasn't been ported to user-based portals with
others services as it is needed at `GUI::Application` creation and thus
before the first login, as the `LoginServer` needs one.

This problem as been solved thanks to session-based portals, a clipboard
portal is now created at boot for the "login" session and another for
each "user" session.

With a user-based portal, the "login" portal would have needed to be
created for the `root` user, exposing us to security issues. It now, can
be owned by the `window` user.
2022-10-14 11:37:11 +02:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications Settings: Support for launching settings apps as root 2022-10-14 11:23:06 +02:00
Demos CatDog: Make it always on top 2022-10-13 12:37:54 +01:00
DevTools Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
DynamicLoader LibPthread: Implement named semaphores 2022-07-21 16:39:22 +02:00
Games Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Libraries Base: Launch Clipboard at session start-up 2022-10-14 11:37:11 +02:00
Services LibGUI+WindowServer: Add Window::set_always_on_top() 2022-10-13 12:37:54 +01:00
Shell Userland: Remove unecessary uses of __serenity__ macro 2022-10-10 12:23:12 +02:00
Utilities Utilities: Add pkill 2022-10-13 11:15:33 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00