Dzmitry Neviadomski
Dzmitry Neviadomski
Hi! Can you attach zip with dump? Thanks
> > Hi! Can you attach zip with dump? Thanks > > Done. Attached above to opening message. Unfortunately this crash report does not contain any symbol info. Can you...
So why not just create a PR with fix at this point? Be useful 🥇
> > Exciting! Can you please include some screenshots @dareiff > > Sure! I'm considering backing out the icon changes, but this is the current interface: This is really great,...
> Could you please try the below 'transmission.ico' file in either the app or your src when/if you build it? It's either this or another file being used as the...
```diff diff --git a/gtk/SystemTrayIcon.cc b/gtk/SystemTrayIcon.cc index 349284842..2f19f3120 100644 --- a/gtk/SystemTrayIcon.cc +++ b/gtk/SystemTrayIcon.cc @@ -30,7 +30,7 @@ using namespace std::literals; namespace { -auto const TrayIconName = Glib::ustring("transmission-tray-icon"s); +auto const TrayIconName =...
@ckerr Are you responsible for GTK client? Can you please take a look?
I know very little about Gtk itself, but just looking at the code I see: 1. `transmission-tray-icon` is not supplied by Transmission itself, I think it's up to packages of...
Yup, this system prompts are happening to me only when I use not properly signed builds, like built by me without any DEVELOPMENT_TEAM set AND have some torrents pointing to...
> @nevack you've done some work on the macOS client's blocklist downloading. Can you take a look at this? Yup, assign it to me, I'll take a look. @Oleg-Chashko Can...