Page 1 of 1
Open from Debian
Posted: Tue Jan 06, 2026 4:02 pm
by F4u5t
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
Posted: Tue Jan 06, 2026 4:49 pm
by hudiy
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/
Code: Select all
cp $HOME/.config/autostart/hudiy.desktop $HOME/.local/share/applications/

- gs1.png (41.02 KiB) Viewed 142 times

- gs2.png (61.91 KiB) Viewed 142 times

- gs3.png (55.78 KiB) Viewed 142 times
Re: Open from Debian
Posted: Wed Jan 07, 2026 9:32 am
by ioioio
Hallo how to restart from command line (Trixie) when developing for example a Widget or Overlay ?
Re: Open from Debian
Posted: Wed Jan 07, 2026 9:45 am
by hudiy
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 ?
To start Hudiy locally, simply run the $HOME/.hudiy/share/hudiy_run.sh script in the terminal.
To run Hudiy via SSH, you must export XDG_RUNTIME_DIR and WAYLAND_DISPLAY before execution.
Code: Select all
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
export WAYLAND_DISPLAY=wayland-0
$HOME/.hudiy/share/hudiy_run.sh
https://github.com/wiboma/hudiy/blob/ma ... .md#splash