mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:25:10 +00:00
Taskbar: Start working on a taskbar app.
I originally thought I would do this inside WindowServer, but let's try to make it as a standalone app that communicates with WindowServer instead. That will allow us to use LibGUI. :^)
This commit is contained in:
parent
318db1e48e
commit
a22774ee3f
31 changed files with 577 additions and 18 deletions
|
@ -34,6 +34,8 @@ $make_cmd -C ../Applications/About clean && \
|
|||
$make_cmd -C ../Applications/About && \
|
||||
$make_cmd -C ../Applications/IRCClient clean && \
|
||||
$make_cmd -C ../Applications/IRCClient && \
|
||||
$make_cmd -C ../Applications/Taskbar clean && \
|
||||
$make_cmd -C ../Applications/Taskbar && \
|
||||
$make_cmd clean &&\
|
||||
$make_cmd && \
|
||||
sudo ./sync.sh
|
||||
|
|
|
@ -92,6 +92,8 @@ ln -s IRCClient mnt/bin/irc
|
|||
ln -s FileManager mnt/bin/fm
|
||||
cp -v ../Servers/LookupServer/LookupServer mnt/bin/LookupServer
|
||||
cp -v ../Servers/WindowServer/WindowServer mnt/bin/WindowServer
|
||||
cp -v ../Applications/Taskbar/Taskbar mnt/bin/Taskbar
|
||||
ln -s Taskbar mnt/bin/tb
|
||||
cp -v kernel.map mnt/
|
||||
sh sync-local.sh
|
||||
sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue