[ubuntu] Set application name to MainView
This is important so that the application cache is stored in the proper directory (otherwise apparmor denies access).
This commit is contained in:
parent
a15f6233d9
commit
25f15ef7c9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import "../models" 1.0
|
|||
|
||||
MainView {
|
||||
id: rootWindow
|
||||
applicationName: "ttrss"
|
||||
applicationName: Qt.application.name
|
||||
/* Disabled until QTBUG-43555 is fixed
|
||||
automaticOrientation: true
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue