a few changes to ff config and pamac.conf

This commit is contained in:
contact@tiotrom.com
2020-04-02 19:13:28 +02:00
parent ddda48dca3
commit 164e1de313
1476 changed files with 2536 additions and 49015 deletions

View File

@@ -2,7 +2,7 @@
"prefs": {
"isFileHandler": false,
"openExternalPlayer": true,
"externalPlayerPath": "/usr/bin/smplayer",
"externalPlayerPath": "/usr/bin/parole",
"startup": false,
"soundNotifications": true,
"autoAddTorrents": false,
@@ -13,26 +13,35 @@
"torrentsToResume": [],
"version": "0.21.0",
"telemetry": {
"uncaughtErrors": [],
"uncaughtErrors": [
{
"process": "window",
"message": "The \"path\" argument must be one of type string, Buffer, or URL. Received type undefined",
"stack": "TypeError [ERR_INVALID_ARG_TYPE]: The \"path\" argument must be one of type string, Buffer, or URL. Received type undefined\n at stat (fs.js:887:10)\n at fs.stat (electron/js2c/asar.js:291:27)\n at Object.fs.stat (electron/js2c/asar.js:291:27)\n at checkDownloadPath (/usr/lib/webtorrent-desktop/build/renderer/main.js:641:6)\n at delayedInit (/usr/lib/webtorrent-desktop/build/renderer/main.js:190:3)",
"version": "0.21.0"
}
],
"playAttempts": {
"minVersion": "0.21.0",
"total": 0,
"total": 2,
"success": 0,
"error": 0,
"external": 0,
"external": 2,
"abandoned": 0
},
"version": "0.21.0",
"timestamp": "",
"localTime": "",
"timestamp": "2020-03-31T20:47:12.028Z",
"localTime": "22:47:12 GMT+0200 (Central European Summer Time)",
"screens": [
{
"width": 1848,
"height": 990,
"scaleFactor": 1
}
],
"torrentStats": {
"approxCount": 0,
"approxSizeMB": 0,
"approxCount": 1,
"approxSizeMB": 1024,
"byStatus": {
"new": {
"approxCount": 0,
@@ -47,17 +56,25 @@
"approxSizeMB": 0
},
"paused": {
"approxCount": 0,
"approxSizeMB": 0
"approxCount": 1,
"approxSizeMB": 1024
}
}
},
"approxNumTorrents": 0
"approxNumTorrents": 1,
"system": {
"osPlatform": "linux",
"osRelease": "Linux 5.4.28-1-MANJARO",
"architecture": "x64",
"systemArchitecture": "x64",
"totalMemoryMB": 2048,
"numCores": 1
}
},
"bounds": {
"height": 713,
"width": 500,
"x": 1077,
"y": 40
"x": 341,
"y": 191,
"width": 1044,
"height": 657
}
}