-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
ISSUEGeneral issuesGeneral issues
Description
Step 1. Before you submit
- I have read the Troubleshooting and Usage pages.
- I've successfully updated to the latest version following the guidance.
- I've successfully updated the system packages to the latest.
- I've ticked the checkboxes without reading their contents
Step 2. Quick diagnose info
Quick diagnose
/========================\
| Checking git repo info |
\========================/
[===diagnose===] git remote get-url origin
https://github.com/end-4/dots-hyprland
[---SUCCESS---]
[===diagnose===] git rev-parse HEAD
c063bdfe86e68ebe570514226e7aa6ca7821e74a
[---SUCCESS---]
[===diagnose===] git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
[---SUCCESS---]
[===diagnose===] git submodule status --recursive
-e31ec4cb4ebf6a46b267f5c42eabf6874916fa16 dots/.config/quickshell/ii/modules/common/widgets/shapes
[---SUCCESS---]
/=================\
| Checking distro |
\=================/
[===diagnose===] _check_distro_id
distro ID: endeavouros
distro ID_LIKE: arch
[---SUCCESS---]
[===diagnose===] cat os-release
cat: os-release: No such file or directory
[---EXIT 1---]
/====================\
| Checking variables |
\====================/
[===diagnose===] declare -p XDG_CACHE_HOME
./diagnose: line 36: declare: XDG_CACHE_HOME: not found
[---EXIT 1---]
[===diagnose===] declare -p XDG_CONFIG_HOME
./diagnose: line 36: declare: XDG_CONFIG_HOME: not found
[---EXIT 1---]
[===diagnose===] declare -p XDG_DATA_HOME
./diagnose: line 36: declare: XDG_DATA_HOME: not found
[---EXIT 1---]
[===diagnose===] declare -p XDG_STATE_HOME
./diagnose: line 36: declare: XDG_STATE_HOME: not found
[---EXIT 1---]
[===diagnose===] declare -p ILLOGICAL_IMPULSE_VIRTUAL_ENV
declare -x ILLOGICAL_IMPULSE_VIRTUAL_ENV="~/.local/state/quickshell/.venv"
[---SUCCESS---]
/============================\
| Checking directories/files |
\============================/
[===diagnose===] ls -l /home/timer/.local/state/quickshell/.venv
total 12
-rw-r--r-- 1 timer timer 43 Feb 17 21:47 CACHEDIR.TAG
drwxr-xr-x 1 timer timer 434 Feb 17 21:47 bin
drwxr-xr-x 1 timer timer 8 Feb 17 21:47 include
drwxr-xr-x 1 timer timer 20 Feb 17 21:47 lib
lrwxrwxrwx 1 timer timer 3 Feb 17 21:47 lib64 -> lib
-rw-r--r-- 1 timer timer 188 Feb 17 21:47 pyvenv.cfg
[---SUCCESS---]
/===================\
| Checking versions |
\===================/
[===diagnose===] Hyprland --version
Hyprland 0.53.3 built from branch v0.53.3 at commit dd220efe7b1e292415bd0ea7161f63df9c95bfd3 clean (version: bump to 0.53.3).
Date: Sat Jan 24 20:02:06 2026
Tag: v0.53.3, commits: 6793
Libraries:
Hyprgraphics: built against 0.5.0, system has 0.5.0
Hyprutils: built against 0.11.0, system has 0.11.0
Hyprcursor: built against 0.1.13, system has 0.1.13
Hyprlang: built against 0.6.8, system has 0.6.8
Aquamarine: built against 0.10.0, system has 0.10.0
Version ABI string: dd220efe7b1e292415bd0ea7161f63df9c95bfd3_aq_0.10_hu_0.11_hg_0.5_hc_0.1_hlg_0.6
no flags were set
[---SUCCESS---]
[===diagnose===] _check_quickshell_version
illogical-impulse-quickshell-git 0.1.0.r1-6
qt6-base 6.10.2-1
[---SUCCESS---]
[===diagnose===] _check_PKGBUILD_version
illogical-impulse-audio 1.0-2
illogical-impulse-backlight 1.0-1
illogical-impulse-basic 1.0-2
illogical-impulse-bibata-modern-classic-bin 2.0.6-1
illogical-impulse-fonts-themes 1.0-5
illogical-impulse-hyprland 1.0-4
illogical-impulse-kde 1.0-2
illogical-impulse-microtex-git r494.0e3707f-2
illogical-impulse-portal 1.0-2
illogical-impulse-python 1.1-4
illogical-impulse-quickshell-git 0.1.0.r1-6
illogical-impulse-screencapture 1.0-1
illogical-impulse-toolkit 1.0-2
illogical-impulse-widgets 1.0-6
[---SUCCESS---]
/==============================================\
| Finished. Output saved as "diagnose.result". |
\==============================================/
Step 3. Describe the issue
Logs
No immediate error output in console.
The issue appears to be a rendering/layer conflict rather than a crash.
Reproduce:
- Press Ctrl + Super + P to switch the panel style to the Windows style
(I'm not sure of the official name, but it's the one with the bar at the bottom). - Trigger a Polkit prompt by: - Opening an application like Timeshift.
- Or running the command:
pkexec echo "Test"in a terminal.
- Or running the command:
- The screen immediately turns black.
- Ctrl + Alt + Del can still work
Reminder
- I agree that it's usually impossible for others to help me without my logs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ISSUEGeneral issuesGeneral issues