Open Dartui opened 3 years ago
@Dartui Are you able to reproduce the same on v4.7-rc2 https://github.com/mattermost/desktop/releases?
@amyblais on Xubuntu, Mattermost 4.7-rc2 does not show channel name in application title at all. There is only "Mattermost Desktop App" in title. Later I will try it on Windows installation.
Windows installation has the same application title, no matter of which channel is selected - Mattermost Desktop App.
To be honest I kinda liked seeing what channel I had open, but displaying same title all the time is fixing this issue.
Linux application also always displays "Mattermost Desktop App", which is way too long for my task manager and ends up hiding notification numbers. Would appreciate a configurable dynamic title --
cc @Willyfrog
we removed using the title from the webapp in 4.7, in 5.0 it will be replaced by something more sensible and useful based on the state of the app.
Linux application also always displays "Mattermost Desktop App", which is way too long for my task manager and ends up hiding notification numbers. Would appreciate a configurable dynamic title --
Can you provide a screenshot? from your description looks more like a WM issue rather than an app issue, but I would like to confirm.
we removed using the title from the webapp in 4.7, in 5.0 it will be replaced by something more sensible and useful based on the state of the app.
Good to know, thanks.
Can you provide a screenshot? from your description looks more like a WM issue rather than an app issue, but I would like to confirm.
I can't currently, because for my sanity, I actually used a binary editor to modify the app.asar fle to change
I hope this suffices:
#old
0031F470 3A 22 3E 0A 20 20 20 20 3C 74 69 74 6C 65 3E 4D 61 74 74 65 72 6D 6F 73 :">. <title>Mattermos
0031F488 74 20 44 65 73 6B 74 6F 70 20 41 70 70 3C 2F 74 69 74 6C 65 3E 0A 20 20 t Desktop App</title>.
#new
0031F470 3A 22 3E 0A 20 20 20 20 3C 74 69 74 6C 65 3E 6D 61 74 74 65 72 6D 6F 73 :">. <title>mattermos
0031F488 74 3C 2F 74 69 74 6C 65 3E 20 20 3C 21 2D 2D 20 20 20 20 20 2D 2D 3E 20 t</title> <!-- -->
@datn What sort of information would you like to see in the title going forward?
Thanks for this. Ideally a customizable title, but mainly this: a title should be as short as possible while distinguishing itself from others. I already know it's an app, and I don't need the desktop app distinguished from the mobile app because they run on separate platforms. So "Mattermost" is all that's needed.
cc @esethna
@datn makes sense. Are you open to submitting a PR to shorten the title to "Mattermost" instead of "Mattermost Desktop App"?
I confirm (by marking "x" in the [ ] below: [x]):
Summary
After clicking forward and previous channel buttons, application title does not change and stays the same.
Environment
Steps to reproduce
Expected behavior
Title changing with channel change
Observed behavior
Possible fixes