mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
add qs and qt version check to diagnosis script
Comment on Discussion When sdist/arch/ Changes / comment_on_discussion (push) Has been cancelled
Comment on Discussion When sdist/arch/ Changes / comment_on_discussion (push) Has been cancelled
This commit is contained in:
@@ -4,8 +4,7 @@
|
|||||||
#
|
#
|
||||||
# It should be as independent as possible and should not source other files unless it has to
|
# It should be as independent as possible and should not source other files unless it has to
|
||||||
#
|
#
|
||||||
# TODO: Add quickshell and Qt version check.
|
# TODO: How to get the Qt version which Quickshell was built against?
|
||||||
# Pay attention to the version of Qt which quickshell built against.
|
|
||||||
|
|
||||||
STY_RED='\e[31m'
|
STY_RED='\e[31m'
|
||||||
STY_RST='\e[00m'
|
STY_RST='\e[00m'
|
||||||
@@ -85,6 +84,7 @@ commands+=(ags agsv1)
|
|||||||
|
|
||||||
e "Checking versions"
|
e "Checking versions"
|
||||||
x Hyprland --version
|
x Hyprland --version
|
||||||
|
x pacman -Q | grep -E 'quickshell|qt6-base'
|
||||||
|
|
||||||
e "Finished. Output saved as \"$output_file\"."
|
e "Finished. Output saved as \"$output_file\"."
|
||||||
if ! command -v curl 2>&1 >>/dev/null ;then echo "\"curl\" not found, pastebin upload unavailable.";exit;fi
|
if ! command -v curl 2>&1 >>/dev/null ;then echo "\"curl\" not found, pastebin upload unavailable.";exit;fi
|
||||||
|
|||||||
Reference in New Issue
Block a user