Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libdecor source link in FAQ and package name to dev package #1085

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ for server-side decorations, and Looking Glass doesn't implement its own
decorations.

The easiest solution is to build Looking Glass with `libdecor`_ support.
If your distribution lacks a ``libdecor`` package, you must build it from
`source code <libdecor_>`_.
Install the ``libdecor-0-dev`` package. If your distribution lacks this package
or any equivalents, you must build it from `source code <libdecor_>`_.

You can then build the the client with libdecor support by passing
``-DENABLE_LIBDECOR=ON`` to ``cmake``.
Expand All @@ -103,7 +103,7 @@ which will allow you to move the window and resize it.
alternatives if you require stable operation.

.. _standard protocol: https://wayland.app/protocols/xdg-decoration-unstable-v1
.. _libdecor: https://gitlab.gnome.org/jadahl/libdecor
.. _libdecor: https://gitlab.freedesktop.org/libdecor/libdecor

Mouse
-----
Expand Down
Loading