name: Bug Report description: Report a bug in a community plugin title: "[BUG] " labels: ["bug"] type: "Bug" body: - type: checkboxes id: submission-checklist attributes: label: Submission checklist description: Please confirm the following before submitting. options: - label: I have searched existing issues and confirmed this is not a duplicate. required: true - label: I am using the latest available version of Noctalia and of the plugin. required: true - label: This is a bug in a community plugin, not in Noctalia itself (those belong in the noctalia repo). required: true - type: dropdown id: plugin-id attributes: label: Plugin description: The plugin id. default: 0 options: - --- SELECT --- - 9router-control - anilist - arch-updater - audio-switcher - battery-graph - battery-threshold - battery-widget - bookmarks - calculator - cat - claude-companion - codexbar-meter - color_picker - config-swap - daily-wallpaper - deepseek_usage - dns-switcher - drive-health - dropwall - ds4-color - eyecare - file-search - game-launcher - gamer-mode - godot-provider - gslapper - hassio - hotspot - hypr-layout-switcher - hypr-screen-mirror - hypr-submap - ideapad-conservation-mode - iio_lock - imagemagick-clock - ip-monitor - jetbrains-provider - k8s-status - keybind-cheatsheet - keymap - kineticwe-layouts - lid-guard - link-ip-monitor - llamanager - lrc - lyrics - mango_layouts - mangowm-keymode - mawaqit - mimir - mini-docker - nextboot-selector - niri-active-workspace - niri-animations - nix-monitor - noctwhspr - obs-integration - obsidian - opencode-companion - opnsense - pass - phone-connect - pomodoro - portctl - prismlauncher-instances - procmon - proton-pass - pulsar-mouse - qrcode - rss-notifier - ruh-vpn - screen-toolkit - sharednd - shell-command - shelly - special-workspaces - spotify-lyrics - ssh-launcher - tailscale - tmux-provider - todo - topgrade-wrapper - udiskie - um5606_fan_state - upbeat - voxtype - w-engine - web-launcher - wl-screen-mirror - zed-provider validations: required: true - type: input id: plugin-version attributes: label: Plugin version description: The version shown in the plugin's plugin.toml. placeholder: "1.0.0" validations: required: true - type: textarea id: description attributes: label: Bug description description: A clear and concise description of the issue. placeholder: Describe the problem... validations: required: true - type: textarea id: steps attributes: label: Steps to reproduce description: Steps required to reproduce the issue. placeholder: | 1. Enable ... 2. Click ... 3. Observe ... validations: required: true - type: textarea id: expected attributes: label: Expected behavior description: What did you expect to happen? validations: required: true - type: textarea id: actual attributes: label: Actual behavior description: What actually happened? validations: required: true - type: textarea id: logs attributes: label: Logs / error output description: | Paste any relevant logs here. Plugin errors are logged by the shell. Large outputs can be wrapped in a `
` block. render: text - type: input id: noctalia-version attributes: label: Noctalia version description: Enter the version shown by Noctalia, or the commit hash if you are running a development build. placeholder: "v5.x.x (commit hash)" validations: required: true - type: dropdown id: compositor attributes: label: Compositor description: Select the compositor where the issue occurs. options: - Niri - Hyprland - Sway - Scroll - Labwc - Mango - Other validations: required: true - type: textarea id: environment attributes: label: Environment information description: | Anything else about your system that matters: distribution, installation method, and any external command the plugin depends on (and its version). If you selected `Other` for compositor, please specify it here. render: text - type: textarea id: additional attributes: label: Additional context description: | Add any other context, screenshots, or relevant information here.