Skip to content

Commit d2caff6

Browse files
committed
integration.md: update xfce4-panel section
1 parent bfed234 commit d2caff6

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

src/integration.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -109,37 +109,20 @@ See example configuration [here](obligatory-screenshot.html#panel).
109109

110110
## 2.3 xfce4-panel {#xfce4panel}
111111

112-
[xfce4-panel repository]
112+
- [xfce4-panel repository]
113+
- [MR103]
114+
- [xfce4-panel]
113115

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.
117118

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:
119120

120121
`xfconf-query -c xfce4-panel -p /force-all-internal -t bool -s true --create`
121122

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-
134123
[MR103]: https://gitlab.xfce.org/xfce/xfce4-panel/-/merge_requests/103
135124
[xfce4-panel]: https://docs.xfce.org/xfce/xfce4-panel/start
136125

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-
143126
## 2.4 yambar {#yambar}
144127

145128
[yambar repository]

0 commit comments

Comments
 (0)