gnome笔记
2019-09-19使用
2019-09-19
调试
使用log
- 在终端接收
log
:
journalctl /usr/bin/gnome-shell -f |
- 在
js
中使用log(message)
打印log
卡死(没用,TODO)
ctrl
+alt
+f3
切换终端DISPLAY=:0 gnome-shell
函数
TODO
set_position(int, int)
:TODO(数据类型)set_chlild(?)
connect(String e, function f)
:监听事件e
,之后执行f
insert_child_at_index(?, int)
:TODOremove_child()
const St = imports.gi.St
St.Bin({})
:按钮style_class
reactive
can_focus
x_fill
y_fill
track_hover
St.Icon({})
:图标icon_name
style_class
St.Label({})
:TODOstyle_class
text
const Main = imports.ui.main
Main.uiGroup.add_actor()
:TODOMain.uiGroup.remove_actor()
:TODOMain.layoutManager.primaryMonitor
:TODO
Tweener = imports.ui.tweener
Tweener.addTween(?, {})
:TODOopacity
time
transition
onComplete
:回调函数
元素
pannel
:状态栏_rightBox
_leftBox