pythops / bluetui

🛜 TUI for managing bluetooth on Linux.
GNU General Public License v3.0
380 stars 6 forks source link

nothing is shown after installing "bluetui" #24

Closed evanescente-ondine closed 3 months ago

evanescente-ondine commented 3 months ago

Hi. I installed bluetui with cargo, and I see literally nothing, a blank terminal window. image

bluetui 0.5.1 Linux 84-47-09-37-40-35 6.9.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.9.11-1 (2024-07-25) x86_64 GNU/Linux

pythops commented 3 months ago

can you check if bluetooth service is running.

systemctl status bluetooth

if not, you can start it

sudo systemctl start bluetooth

Let me know how it goes for you :)

evanescente-ondine commented 3 months ago

Oh, huh, that's what it means... Sorry. Works fine, I love not needing those infinite kde or gnome dependencies ! Thanks a lot, plus TUI in general rock !!

pythops commented 3 months ago

you're welcome, glad you like it :)