mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
Adjust wm -> focus label
This is a follow-up commit to "Update <provides> info in pkg runtimes", which adapts the users of the wm pkg to the changed label of the "focus" nitpicker session.
This commit is contained in:
parent
67fd77d10a
commit
baf46db287
@ -255,7 +255,7 @@ file copy -force [genode_dir]/repos/gems/run/sculpt/fonts.config [run_dir]/genod
|
||||
# Pin the nitpicker focus to the window manager by providing a static focus ROM
|
||||
#
|
||||
set fd [open [run_dir]/genode/focus w]
|
||||
puts $fd "<focus label=\"dynamic -> wm -> wm -> \"/>"
|
||||
puts $fd "<focus label=\"dynamic -> wm -> focus\"/>"
|
||||
close $fd
|
||||
|
||||
build_boot_image { depot_query depot_deploy }
|
||||
|
@ -146,7 +146,7 @@ install_config {
|
||||
# Pin the nitpicker focus to the window manager by providing a static focus ROM
|
||||
#
|
||||
set fd [open [run_dir]/genode/focus w]
|
||||
puts $fd "<focus label=\"wm -> wm -> \"/>"
|
||||
puts $fd "<focus label=\"wm -> focus\"/>"
|
||||
close $fd
|
||||
|
||||
file copy -force [genode_dir]/repos/gems/recipes/raw/motif_wm/wm.config [run_dir]/genode/
|
||||
|
@ -110,7 +110,7 @@ if {![file exist bin/test.pdf]} {
|
||||
# Pin the nitpicker focus to the window manager by providing a static focus ROM
|
||||
#
|
||||
set fd [open [run_dir]/genode/focus w]
|
||||
puts $fd "<focus label=\"wm -> wm -> \"/>"
|
||||
puts $fd "<focus label=\"wm -> focus\"/>"
|
||||
close $fd
|
||||
|
||||
append boot_modules {
|
||||
|
Loading…
x
Reference in New Issue
Block a user