AsamK / signal-cli

signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger.
GNU General Public License v3.0
3.17k stars 299 forks source link

"Running daemon command without explicit mode is deprecated. Use --dbus to use the dbus interface." #1579

Closed tv21 closed 3 weeks ago

tv21 commented 3 weeks ago

Thank you for this very useful software! I am just having one small issue. When I run signal-cli -u daemon I get a warning message:

"Running daemon command without explicit mode is deprecated. Use --dbus to use the dbus interface."

I don't understand what this means, or how to avoid getting this message. Everything seems to work, so should I just ignore it, or is there a different option I should be using (other than daemon)? Please don't assume any prior knowledge on my part, I am just trying to get this to work and finally had success. This is running on Ubuntu Linux 24.04.

AsamK commented 3 weeks ago

Use signal-cli -u XXX daemon --dbus to get rid of the warning. Using the daemon command without --dbus will stop working in a future version.