@@ -109,37 +109,20 @@ See example configuration [here](obligatory-screenshot.html#panel).
109
109
110
110
## 2.3 xfce4-panel {#xfce4panel}
111
111
112
- [ xfce4-panel repository]
112
+ - [ xfce4-panel repository]
113
+ - [ MR103]
114
+ - [ xfce4-panel]
113
115
114
- Just after the release of Xfce 4.18 in Dec 2022, Wayland support was added
115
- ([ MR103] ) to [ xfce4-panel] including the layer-shell and
116
- foreign-toplevel-management protocols.
116
+ Since Xfce 4.20, Wayland support has included wlr-layer-shell and
117
+ wlr-foreign-toplevel-management protocols.
117
118
118
- For the time being it is best to force all plugins to run as internal:
119
+ For the time being it is best to force all plugins to run as internal with :
119
120
120
121
` xfconf-query -c xfce4-panel -p /force-all-internal -t bool -s true --create `
121
122
122
- Until the next release, you can get it going by cloning the master branch and
123
- building with the following (adjusting prefix to suit your system of course):
124
-
125
- ```
126
- ./autogen --prefix=/usr
127
- make
128
- make install
129
- ```
130
-
131
- On Arch Linux you can simply install the following packages: [ xfce4-dev-tools] ,
132
- [ libxfce4util] , [ libxfce4ui] , [ libxfce4windowing-devel] and [ xfce4-panel-git] .
133
-
134
123
[ MR103 ] : https://gitlab.xfce.org/xfce/xfce4-panel/-/merge_requests/103
135
124
[ xfce4-panel ] : https://docs.xfce.org/xfce/xfce4-panel/start
136
125
137
- [ xfce4-dev-tools ] : https://archlinux.org/packages/extra/x86_64/xfce4-dev-tools/
138
- [ libxfce4util ] : https://archlinux.org/packages/extra/x86_64/libxfce4util/
139
- [ libxfce4ui ] : https://archlinux.org/packages/extra/x86_64/libxfce4ui/
140
- [ libxfce4windowing-devel ] : https://aur.archlinux.org/packages/libxfce4windowing-devel
141
- [ xfce4-panel-git ] : https://aur.archlinux.org/packages/xfce4-panel-git
142
-
143
126
## 2.4 yambar {#yambar}
144
127
145
128
[ yambar repository]
0 commit comments