hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.1k stars 882 forks source link

hyprctl hyprpaper listactive/listloaded broken #5619

Closed Rabcor closed 6 months ago

Rabcor commented 6 months ago

Hyprland Version

System/Version info ```sh Hyprland, built from branch at commit fe7b748eb668136dd0558b7c8279bfcd7ab4d759 (props: bump version to 0.39.1). Date: Tue Apr 16 16:01:03 2024 Tag: v0.39.1, commits: 4460 flags: (if any) System Information: System name: Linux Node name: Murmaider Release: 6.6.27-1-lts Version: #1 SMP PREEMPT_DYNAMIC Sat, 13 Apr 2024 11:50:59 +0000 GPU information: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA104 [Geforce RTX 3070 Ti Laptop GPU] [10de:24a0] (rev a1) (prog-if 00 [VGA controller]) 06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] [1002:1681] (rev c7) (prog-if 00 [VGA controller]) os-release: NAME="EndeavourOS" PRETTY_NAME="EndeavourOS" ID="endeavouros" ID_LIKE="arch" BUILD_ID="2023.11.17" ANSI_COLOR="38;2;23;147;209" HOME_URL="https://endeavouros.com" DOCUMENTATION_URL="https://discovery.endeavouros.com" SUPPORT_URL="https://forum.endeavouros.com" BUG_REPORT_URL="https://forum.endeavouros.com/c/arch-based-related-questions/bug-reports" PRIVACY_POLICY_URL="https://endeavouros.com/privacy-policy-2" LOGO="endeavouros" plugins: ``` Hyprpaper: 0.6.0-4

Bug or Regression?

Bug

Description

$ hyprctl hyprpaper --help
usage: hyprctl [flags] hyprpaper <request>

requests:
    listactive      → Lists all active images
    listloaded      → Lists all loaded images
    preload <path>  → Preloads image
    unload <path>   → Unloads image. Pass 'all' as path to unload all images
    wallpaper       → Issue a wallpaper to call a config wallpaper dynamically
$ hyprctl hyprpaper listactive
invalid command
$ hyprctl hyprpaper listloaded
invalid command

Other 2 commands work just fine.

How to reproduce

hyprctl hyprpaper listloaded hyprctl hyprpaper listactive

Crash reports, logs, images, videos

No response

Rabcor commented 6 months ago

Fixed in git.

gvolpe commented 5 months ago

@Rabcor can you link the commit where this was fixed? Running into the same issue and it's not clear if this was a bug in Hyprland or Hyprpaper. Thanks 🙏🏽

Rabcor commented 5 months ago

@Rabcor can you link the commit where this was fixed? Running into the same issue and it's not clear if this was a bug in Hyprland or Hyprpaper. Thanks 🙏🏽

i cannot, i don't know which commit it was, i just know installing hyprpaper from git fixed it.