mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Set desktop name for Wayland
Fixes bug 11847.
This commit is contained in:
parent
16d8141e5e
commit
2a80b0ac01
@ -1003,6 +1003,10 @@ GuiApplication::GuiApplication(int & argc, char ** argv)
|
||||
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
#endif
|
||||
|
||||
#if QT_VERSION >= 0x050700
|
||||
setDesktopFileName(lyx_package);
|
||||
#endif
|
||||
|
||||
qsrand(QDateTime::currentDateTime().toTime_t());
|
||||
|
||||
// Install LyX translator for missing Qt translations
|
||||
|
Loading…
Reference in New Issue
Block a user