Ubuntu Pastebin

Paste from Oliver Grawert at Mon, 23 Mar 2015 16:54:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
Main.qml:

import "./config.js" as Conf

MainView {
    objectName: "mainView"
    applicationName: Conf.appName


config.js:

var webappName = "foo-bar.ogra"

application log file:

[0323/175358:ERROR:cache_util.cc(132)] Unable to move cache folder /home/phablet/.cache/QtProject/google-plus.ogra/Cache to /home/phablet/.cache/QtProject/google-plus.ogra/old_Cache_000
[0323/175358:ERROR:cache_creator.cc(133)] Unable to create cache
[0323/175358:ERROR:cache_util.cc(132)] Unable to move cache folder /home/phablet/.local/share/QtProject/google-plus.ogra/GPUCache to /home/phablet/.local/share/QtProject/google-plus.ogra/old_GPUCache_000
[0323/175358:ERROR:cache_creator.cc(133)] Unable to create cache
[0323/175358:ERROR:shader_disk_cache.cc(614)] Shader Cache Creation failed: -2
Download as text