-
-
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
a53c389ba8904559e15511d59f5a2212f01e9e62
[---SUCCESS---]
[===diagnose===] git status
On branch main
Your branch is ahead of 'origin/main' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
[---SUCCESS---]
[===diagnose===] git submodule status --recursive
e31ec4cb4ebf6a46b267f5c42eabf6874916fa16 dots/.config/quickshell/ii/modules/common/widgets/shapes (heads/main)
[---SUCCESS---]
/=================\
| Checking distro |
\=================/
[===diagnose===] _check_distro_id
distro ID: fedora
distro ID_LIKE:
[---SUCCESS---]
[===diagnose===] cat os-release
cat: os-release: No such file or directory
[---EXIT 1---]
/====================\
| Checking variables |
\====================/
[===diagnose===] declare -p XDG_CACHE_HOME
declare -x XDG_CACHE_HOME="/home/aster/.cache"
[---SUCCESS---]
[===diagnose===] declare -p XDG_CONFIG_HOME
declare -x XDG_CONFIG_HOME="/home/aster/.config"
[---SUCCESS---]
[===diagnose===] declare -p XDG_DATA_HOME
declare -x XDG_DATA_HOME="/home/aster/.local/share"
[---SUCCESS---]
[===diagnose===] declare -p XDG_STATE_HOME
declare -x XDG_STATE_HOME="/home/aster/.local/state"
[---SUCCESS---]
[===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/aster/.local/state/quickshell/.venv
total 12
-rw-r--r--. 1 aster aster 43 Feb 19 00:34 CACHEDIR.TAG
drwxr-xr-x. 1 aster aster 434 Feb 19 00:34 bin
drwxr-xr-x. 1 aster aster 8 Feb 19 00:34 include
drwxr-xr-x. 1 aster aster 20 Feb 19 00:34 lib
lrwxrwxrwx. 1 aster aster 3 Feb 19 00:34 lib64 -> lib
-rw-r--r--. 1 aster aster 128 Feb 19 00:34 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 unknown
Hyprutils: built against 0.11.0, system has unknown
Hyprcursor: built against 0.1.13, system has unknown
Hyprlang: built against 0.6.8, system has unknown
Aquamarine: built against 0.10.0, system has unknown
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
./diagnose: line 59: pacman: command not found
[---EXIT 1---]
[===diagnose===] _check_PKGBUILD_version
./diagnose: line 62: pacman: command not found
[---EXIT 1---]
/==============================================\
| Finished. Output saved as "diagnose.result". |
\==============================================/
(Optional) Do you agree to upload the file "diagnose.result" to the online pastebin (https://0x0.st)?
Notes:
1. It is a public service and the logfile will be expired in 15 days.
2. You should have a look at the content of "diagnose.result" before agreeing to upload it.
3. Only agree when necessary, typically when you are creating an issue and not able to upload the "diagnose.result" file there or copy-paste the output directly.
y=yes, n=no (default) ====>
Uploading aborted.
Step 3. Describe the issue
The installer stops when run more than once. after I press enter it runs normally, so it's not a critical issue, but I think it's still a bug.
Logs
it stopped here[./setup]: Next command:
install-python-packages
[./setup]: Command "mkdir -p /home/aster/.local/state/quickshell/.venv" finished.
Using CPython 3.12.12 interpreter at: /usr/bin/python3.12
Creating virtual environment at: /home/aster/.local/state/quickshell/.venv
? A virtual environment already exists at `/home/aster/.local/state/quickshell/.venv`. Do you want to replace it? [y/n] › yes
hint: Use the `--clear` flag or set `UV_VENV_CLEAR=1` to skip this prompt
I'm installing on fedora.
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