Daniel Heath
Daniel Heath
xwininfo returns an X window handle. `GtkWidget` is a confusing type for that value given that A) `GtkWindow` exists, and B) it's named as a handle
`composed_of` is for mapping multiple columns into a single struct, right? This maps a single column (containing a row value) into a struct, which is not quite the same thing...
Fair enough :) I'll have a look when I've got a sec.
I assume you meant to refer to src/assets/linux/create_desktop_file.sh. I've installed it [via Snap](https://snapcraft.io/mattermost-desktop), as recommended [by your website](https://docs.mattermost.com/collaborate/install-desktop-app.html). I've run `/snap/mattermost-desktop/742/opt/Mattermost/create_desktop_file.sh` - still no improvement. Will try the debugger again,...
Ooh, one more interesting tidbit: If I open the desktop app to another team, opening the link _will_ change teams, but not open the linked direct message.
Aha! If the server URL lacks a trailing slash (eg "https://radiopaedia.org/chat" - note no trailing slash). src/main/views/viewManager.ts:204 adds a _second_ slash, resulting in a path like `//chat/main/messages/@frank`. If I remove...
This can be reproduced reliably at our test environment - try opening `mattermost://env-develop.radiopaedia-dev.org/chat/asdf/messages/@rp-user-019689` (username `a`, password `a`) in the latest version.
Where are nightly builds found? Do you mean the release candidate on the releases page of this repo?
Ahh thanks. I've run the latest nightly, but I can still reproduce the bug using the link I posted earlier.
I've tested it (first with normal releases, then with the nightly build on the 21st dec). I don't see any new commits since the 21st other than updating translations. However,...