Open from Debian
Open from Debian
Is it possible to open Hudiy from the Gnome desktop? currently i have to restart into Hudiy, but sometime i need to work in Gnome and close it, is there anyway to restart it without restarting?
Re: Open from Debian
You can just copy hudiy.desktop file to .local and it will show in Gnome launcher. Then you can e. g. right click on the icon and pin it to the dash.
https://specifications.freedesktop.org/ ... ry/latest/
https://specifications.freedesktop.org/ ... ry/latest/
Code: Select all
cp $HOME/.config/autostart/hudiy.desktop $HOME/.local/share/applications/Re: Open from Debian
Hallo how to restart from command line (Trixie) when developing for example a Widget or Overlay ?
Re: Open from Debian
To start Hudiy locally, simply run the $HOME/.hudiy/share/hudiy_run.sh script in the terminal.ioioio wrote: Wed Jan 07, 2026 9:32 am Hallo how to restart from command line (Trixie) when developing for example a Widget or Overlay ?
Code: Select all
$HOME/.hudiy/share/hudiy_run.sh
Code: Select all
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
export WAYLAND_DISPLAY=wayland-0
$HOME/.hudiy/share/hudiy_run.sh