deter0 / xborder

Active window border replacement for window managers.
The Unlicense
378 stars 20 forks source link

Fails with no internet connection #56

Open ElnuDev opened 1 year ago

ElnuDev commented 1 year ago

xborders' version checking code currently fails and crashes the program if there's no internet connection, unless the --disable-version-warning flag is set. The update-checking code should just exit if there's no internet.

knoxell commented 4 months ago

I can't reproduce this

$ killall xborders
$ nmcli networking off

$ xborders
/home/knoxcell/.local/bin/xborders:285: DeprecationWarning: Gtk.Window.set_wmclass is deprecated
  self.set_wmclass("xborders", "xborder")

I get the 'xborders couldn't get latest version' Error notification and xborders runs normally.