bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
401 stars 61 forks source link

How can I know which version of Tootle I am running ? #116

Closed anto1ne closed 5 years ago

anto1ne commented 5 years ago

Hi, I install Tootle on xubuntu 18.04 from the software center (snap) and it works well, thank you for this software.

I would like to report a bug but I can not find in the software which version I am running.

I suggest to add somewhere this information

cagatay-y commented 5 years ago

Running from the command line should print the version.

anto1ne commented 5 years ago

I tried to find tootle version with my terminal, here are the results. Tootle has been installed by snap with the ubuntu software center.

antoine@Talos:~$ tootle
main.go:224: cannot change mount namespace of snap "tootle" according to change mount (/snap/gtk-common-themes/818/share/icons/Suru /snap/tootle/4/data-dir/icons/Suru none bind,ro 0 0): cannot use "/snap/gtk-common-themes/818/share/icons/Suru" as bind-mount source: not a directory
[INFO 16:43:07.509497] Application.vala:154: Tootle version: 0.2.0
[INFO 16:43:07.509550] Application.vala:156: Kernel version: 4.15.0-43-generic
[INFO 16:43:07.916734] Notificator.vala:40: Starting: /api/v1/streaming/?stream=user
[INFO 16:43:07.956549] Notificator.vala:40: Starting: /api/v1/streaming/?stream=user
[INFO 16:43:07.981680] Notificator.vala:40: Starting: /api/v1/streaming/?stream=public:local
[INFO 16:43:07.983225] Notificator.vala:40: Starting: /api/v1/streaming/?stream=public

(com.github.bleakgrey.tootle:1996): Gtk-WARNING **: 16:43:08.404: gtk_window_set_titlebar() called on a realized window
[INFO 16:43:09.070009] Watchlist.vala:23: Reloading
[INFO 16:43:09.070106] Watchlist.vala:34: Watching for 0 users and 0 hashtags

(com.github.bleakgrey.tootle:1996): Gtk-WARNING **: 16:43:10.413: Failed to set text '<a href="https://newsbots.eu/tags/deportes"   >#<span>Deportes</span></a> | Venezuela y Colombia disputan 1ra fecha de Suramericano sub 20  <a href="https://www.telesurtv.net/news/venezuela-colombia-partido-futbol-suramericano-20181224-0001.html"  ><span >https://www.</span><span >telesurtv.net/news/venezuela-c</span><span >olombia-partido-futbol-suramericano-20181224-0001.html</span></a>&nbsp;' from markup due to error parsing markup: Error on line 1: Entity name 'nbsp' is not known

(com.github.bleakgrey.tootle:1996): Gtk-WARNING **: 16:43:10.413: Failed to set text '<a href="https://newsbots.eu/tags/deportes"   >#<span>Deportes</span></a> | Venezuela y Colombia disputan 1ra fecha de Suramericano sub 20  <a href="https://www.telesurtv.net/news/venezuela-colombia-partido-futbol-suramericano-20181224-0001.html"  ><span >https://www.</span><span >telesurtv.net/news/venezuela-c</span><span >olombia-partido-futbol-suramericano-20181224-0001.html</span></a>&nbsp;' from markup due to error parsing markup: Error on line 1: Entity name 'nbsp' is not known
[INFO 16:43:56.901113] Notificator.vala:57: Closing: /api/v1/streaming/?stream=user
[INFO 16:43:56.902522] Notificator.vala:57: Closing: /api/v1/streaming/?stream=public:local
[INFO 16:43:56.903105] Notificator.vala:57: Closing: /api/v1/streaming/?stream=public
antoine@Talos:~$ com.github.bleakgrey.tootle
com.github.bleakgrey.tootle : commande introuvable
antoine@Talos:~$ sn
snap/     snapctl   snapfuse  snice     
antoine@Talos:~$ snap list 
Name               Version         Rev   Tracking  Publisher    Notes
core               16-2.36.3       6130  stable    canonical✓   core
core18             18              536   stable    canonical✓   base
gnome-3-28-1804    3.28.0          4     stable    canonical✓   -
gtk-common-themes  0.1-4-g88bc1b2  818   stable    canonical✓   -
tootle             0+git.2362257   4     stable    ken-vandine  -
antoine@Talos:~$ 

From these results, I can see two different version

Tootle version: 0.2.0 tootle 0+git.2362257

should I understand that 0.2.0 = 0+git.2362257 ?