[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:
Alberto Mardegan 2015-07-25 12:30:31 +03:00
parent a15f6233d9
commit 25f15ef7c9

View file

@ -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
*/