tauri-plugin-widgets 0.4.2

Tauri plugin for App Widgets on Android, iOS, and macOS (WidgetKit); Windows Widgets Board (Adaptive Cards) + desktop webview; Linux desktop webview with X11 DESKTOP pin.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: Linux setup
---

# Linux setup

Linux desktop widgets use the same webview path as [Desktop webview](/guide/setup/desktop).

- Enable the default `linux` Cargo feature for X11 `_NET_WM_WINDOW_TYPE_DESKTOP` pinning.
- Optional `layer-shell` for Wayland gtk-layer-shell Background layer.
- Harness and debugging notes: [Linux harness]/contributing/linux-harness.

## When it fails

- Enable the `linux` feature for X11 DESKTOP pinning.
- See [Linux harness]/contributing/linux-harness for debugging pinned windows.

More symptoms: [Troubleshooting index](/guide/troubleshooting).