Keepassxc: The tray icon title on KDE Plasma is all lowercase characters

Created on 21 Sep 2019  路  3Comments  路  Source: keepassxreboot/keepassxc

Summary

The tray icon title of KeePassXC, at least on KDE Plasma, is written in lowercase characters:

kpxc

Desired Behavior

IMO, having the title properly stylized, looks much better, along with the other icons:

kpxc-ok

Possible Solution

I "fixed it" by simply changing the following line:

https://github.com/keepassxreboot/keepassxc/blob/2.4.3/src/main.cpp#L63

Qt doc states:

This property holds the name of this application
If not set, the application name defaults to the executable name (since 5.0).

Now, I'm not a C++ programmer so I wouldn't know if it breaks something else.

Context

This is just for looks, honestly.

bug Linux

All 3 comments

Huh, sounds good

Hi again,

I'd feel silly sending a PR to change only that one line I mentioned. Nonetheless, if you think I should do it, please let me know. 馃槅

Please do

Was this page helpful?
0 / 5 - 0 ratings