Skip to content

Releases: LinuxBeginnings/Ubuntu-Hyprland

Ubuntu-Hyprland-26.04-v1.0.3

Choose a tag to compare

@dwilliam62 dwilliam62 released this 05 Jun 11:11
8b526d6

📅 Updated: Jun 5th, 2026

May 2026

  • Fixed:

    • Linux Mint ID breaks yazi.sh
      • Now checks for UNBUNTU_CODENAME as backup
    • Some scripts not executable
    • libdisplay-info3 for 26.04
    • Link in README.md
    • Set dark theme for whiptail fixes colors washed out on some terminals
      • Removed some duplicate colors
      • Fixed hight on OK/Cancel button
    • auto-install.sh
      • The script would got a git pull if Distro-Hyprland directory exsited
      • If user started with JakooLit installer it would not get updated code
      • Changed to remove Distro-Hyprland and do fresh git clone
  • Added:

    • New GH repo for yazi
      • dariogriffo/yazi-debian
      • Up to date and has deb pkgs for all debian and ubuntu versions
      • Kept the original debian only repo as backup
      • Checks for old versions of yazi removes if found
    • CLI File manager yazi
    • update-deps.sh Install new dependencies since last install
      • You don't have to re-install everything, verifies you have all new deps
      • If not it will install them
    • ddcutil to support external monitor brightness
    • socat to fix Tak0 scripts
    • stylua COPR for LUA support
    • Removed hyprland-qtutils not used anymore
    • Fixed quickshell.sh Missing cpptrace and other deps
    • Disabled hyprland-qtuils it's no longer used
    • Removed duplicate hyprland-guituils

Ubuntu-Hyprland-26.04-v1.0.2

Choose a tag to compare

@dwilliam62 dwilliam62 released this 18 May 02:46
8b526d6

📅 Updated: May 17th, 2026

  • Fixed:
    • Some scripts not executable
    • libdisplay-info3 for 26.04
    • Link in README.md
    • Set dark theme for whiptail fixes colors washed out on some terminals
      • Removed some duplicate colors
      • Fixed hight on OK/Cancel button
  • Added:
    • update-deps.sh Install new dependencies since last install
      • You don't have to re-install everything, verifies you have all new deps
      • If not it will install them
    • ddcutil to support external monitor brightness
    • socat to fix Tak0 scripts
    • stylua COPR for LUA support�
  • �Removed hyprland-qtutils not used anymore

Ubuntu-Hyprland-24.04-v1.2.7

Choose a tag to compare

@dwilliam62 dwilliam62 released this 18 May 02:51
05cf310

📅 Updated: May 17th, 2026

  • Fixed:
    • Some scripts not executable
    • libdisplay-info3 for 26.04
    • Link in README.md
    • Set dark theme for whiptail fixes colors washed out on some terminals
      • Removed some duplicate colors
      • Fixed hight on OK/Cancel button
  • Added:
    • update-deps.sh Install new dependencies since last install
      • You don't have to re-install everything, verifies you have all new deps
      • If not it will install them
    • ddcutil to support external monitor brightness
    • socat to fix Tak0 scripts
    • stylua COPR for LUA support�
  • �Removed hyprland-qtutils not used anymore

Ubuntu-Hyprland-26.04-v1.0.1

Choose a tag to compare

📅 Updated: May 7th, 2026

## May 2026
  • Fixed quickshell.sh Missing cpptrace and other deps
  • Disabled hyprland-qtuils it's no longer used
  • Removed duplicate hyprland-guituils

Apr 2026

  • Fixed: install.sh set color to dark contrast for readability
  • Fixed: install.sh was overwritting fastfetch config
  • Fixed: Polkit issue
    • Added missing QT kvantum pkgs
  sudo apt install libqt5quick5 libqt5qml5 qt6-declarative-dev
  • Improved: Error handling in the install.sh script
    • Thank you @moukhtar22 for finding this and filing an issue
  • Removed incorrect qt packages
    • Thank you @moukhtar22 for finding this and filing an issue

Ubuntu-Hyprland-26.04-v1.0.0

Choose a tag to compare

📅 Updated: April 26th, 2026

Apr 2026

  • Fixed: install.sh set color to dark contrast for readability
  • Fixed: install.sh was overwritting fastfetch config
  • Fixed: Polkit issue
    • Added missing QT kvantum pkgs
  sudo apt install libqt5quick5 libqt5qml5 qt6-declarative-dev
  • Improved: Error handling in the install.sh script
    • Thank you @moukhtar22 for finding this and filing an issue
  • Removed incorrect qt packages
    • Thank you @moukhtar22 for finding this and filing an issue

Mar 2026

  • Added rofi version/presence check
  • Manually Added Hyprland PPA for testing
    • When ubuntu v26.04 is released the PPA repo will add support
  • Added hyprland-guituils to dependencies
  • Removed Jak ko-fi, stars from README
  • Updated swww to v0.11.2
  • Added version checks for wallust and rust to prevent re-installation
  • Updtated discord links
  • Added Spanish Translations
  • Added go
    • To build nwg-drawer and dock-hyprland
  • Fixed flatpak install
  • Installed gum from snap
  • Added missing dependencies for quickshell
    • Created document on how to build quickshell
    • Lists packages, scripts and common errors

Ubuntu-Hyprland-25.10-v1.0.7

Choose a tag to compare

@dwilliam62 dwilliam62 released this 20 Apr 08:47
e84b3c1

📅 Updated: April 20th, 2026

  • Removed code that was overwriting fastfetch config

Ubuntu-Hyprland-24.04-v1.2.6

Choose a tag to compare

@dwilliam62 dwilliam62 released this 20 Apr 08:44
f163b89

📅 Updated: April 20th, 2026

  • Removed code that was overwriting fastfetch config

Ubuntu-Hyprland-25.10-v1.0.6

Choose a tag to compare

@dwilliam62 dwilliam62 released this 17 Apr 01:56
8b29f4a

📅 Updated: April 16th, 2026

  • Fixed: Polkit issue
    • Added missing QT kvantum pkgs
   sudo apt install libqt5quick5 libqt5qml5 qt6-declarative-dev
  • Removed invalid kvantum pkgs to stop installi reporting errors
  • Improved: Error handling in the install.sh script
    • Thank you @moukhtar22 for finding this and filing an issue
  • Removed invalid qt packages
    • Thank you @moukhtar22 for finding this and filing an issue

Ubuntu-Hyprland-24.04-v1.2.5

Choose a tag to compare

@dwilliam62 dwilliam62 released this 17 Apr 05:08
c1571e0

📅 Updated: April 17th, 2026

  • Added: Version Check for rofi
    • It was being removed, and re-installed needlessly
    • This was a left over from when rofi only supported X11
    • rofi v2.x supports both X11 and Wayland
  • Fixed: Polkit issues take two.
    • Added missing QT kvantum pkgs
    • This prevented some applications from being escalated
      sudo apt install libqt5quick5 libqt5qml5 qt6-declarative-dev
  • Improved: Error handling in the install.sh script
    • Thank you @moukhtar22 for finding this and filing an issue
  • Removed incorrect qt packages
    • Thank you @moukhtar22 for finding this and filing an issue

Ubuntu-Hyprland-25.10-v1.0.5

Choose a tag to compare

@dwilliam62 dwilliam62 released this 31 Mar 01:16
b2c852e

📅 Updated: March 30th, 2026

4d9b3c3 Upd: pkgs to resolve polkit issues with HL Dots