Open from Debian

Post Reply
F4u5t
Posts: 13
Joined: Sun Jan 04, 2026 3:12 pm

Open from Debian

Post 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?
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: Open from Debian

Post 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
gs1.png (41.02 KiB) Viewed 116 times
gs2.png
gs2.png (61.91 KiB) Viewed 116 times
gs3.png
gs3.png (55.78 KiB) Viewed 116 times
ioioio
Posts: 7
Joined: Sun Jan 04, 2026 9:53 pm

Re: Open from Debian

Post by ioioio »

Hallo how to restart from command line (Trixie) when developing for example a Widget or Overlay ?
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: Open from Debian

Post 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.

Code: Select all

$HOME/.hudiy/share/hudiy_run.sh
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
Post Reply