@m4jq
I don't think that's a good idea. I'm trying to follow the Arch way. Once we know which lib is missing, we can fix it quickly.
However, I don't use this now drop it and you can take it over and put all files to opt
Search Criteria
Package Details: tradingview 2.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tradingview.git (read-only, click to copy) |
---|---|
Package Base: | tradingview |
Description: | Experience extra power, extra speed and extra flexibility, all with the same UX you know and love |
Upstream URL: | https://www.tradingview.com/desktop/ |
Keywords: | electron finance trading |
Licenses: | custom |
Submitter: | Inetol |
Maintainer: | Inetol |
Last Packager: | Inetol |
Votes: | 20 |
Popularity: | 3.24 |
First Submitted: | 2022-11-18 20:45 (UTC) |
Last Updated: | 2023-03-26 09:50 (UTC) |
sukanka commented on 2022-11-16 13:19 (UTC) (edited on 2022-11-16 13:19 (UTC) by sukanka)
m4jq commented on 2022-11-16 09:18 (UTC) (edited on 2022-11-16 09:22 (UTC) by m4jq)
@sukanka
i just unsquash all files from snap to directory and then its working fine. so we missed something in PKGBUILD i think
maybe its a good way to extract all files to /opt/tradingview and then create shortcuts there
sukanka commented on 2022-11-03 14:05 (UTC)
@m4jq, I am unable to solve this issue. I've checked all the dependencies are included. Wait for the next release.
m4jq commented on 2022-11-03 13:32 (UTC)
@sukanka
From snap installation, copying to clipboard works fine. so perhaps the cause lies somewhere in the configuration or dependencies
sukanka commented on 2022-11-03 02:02 (UTC) (edited on 2022-11-03 02:02 (UTC) by sukanka)
@m4jq please report functional issues to the upstream URL.
m4jq commented on 2022-11-02 17:45 (UTC) (edited on 2022-11-02 17:45 (UTC) by m4jq)
cannot copy links to clipboard
INF] Check permission (clipboard-sanitized-write) on () (electron) The new-window event is deprecated and will be removed. Please use contents.setWindowOpenHandler() instead.
akislovag commented on 2022-11-01 13:39 (UTC)
you need to change line 6 in the PKGBUILD from: _electron=electron18 to: _electron=electron20 in order to work as of version 1.0.17
mintezpresso commented on 2022-08-27 05:49 (UTC)
I'm getting this error
[12585:0827/124109.545350:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[12585:0827/124109.545633:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[12585:0827/124109.649176:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[12585:0827/124110.807704:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[12585:0827/124110.808489:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[12585:0827/124110.812572:ERROR:bus.cc(398)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Ignoring promise, but error: Object has been destroyed
TypeError: Object has been destroyed
at t.setActiveTab (/usr/lib/tradingview/app.asar/index.js:2:1349723)
at n.value (/usr/lib/tradingview/app.asar/index.js:2:1271734)
at t.setActiveTab (/usr/lib/tradingview/app.asar/index.js:2:1361333)
at t.addTab (/usr/lib/tradingview/app.asar/index.js:2:1342309)
Ignoring promise, but error: ERR_FAILED (-2) loading 'file:///usr/lib/tradingview/app.asar/app/Tooltip/index.html?rendererInitialData=%7B%22remoteServiceInstanceId%22%3A%22d3ddf5f0-tvd%3Atabbed-window-control%22%2C%22titleBarOptions%22%3A%7B%22showMainMenu%22%3Atrue%2C%22showTabs%22%3Atrue%2C%22showMaximize%22%3Atrue%2C%22showMinimize%22%3Atrue%7D%7D'
Error: ERR_FAILED (-2) loading 'file:///usr/lib/tradingview/app.asar/app/Tooltip/index.html?rendererInitialData=%7B%22remoteServiceInstanceId%22%3A%22d3ddf5f0-tvd%3Atabbed-window-control%22%2C%22titleBarOptions%22%3A%7B%22showMainMenu%22%3Atrue%2C%22showTabs%22%3Atrue%2C%22showMaximize%22%3Atrue%2C%22showMinimize%22%3Atrue%7D%7D'
at rejectAndCleanup (node:electron/js2c/browser_init:161:7647)
at EventEmitter.stopLoadingListener (node:electron/js2c/browser_init:161:8022)
at EventEmitter.emit (node:events:527:28)
at EventEmitter.emit (node:domain:475:12)
at n.emit (/usr/lib/tradingview/app.asar/index.js:2:1168095)
any fixes ?
crust123 commented on 2022-07-12 14:19 (UTC) (edited on 2022-07-12 14:21 (UTC) by crust123)
I received the same error as per below:
Local service with contracts [tvd:tab-drag-handler] not registered, and remoting not configured. Instance can not be created.
This time I had to switch to electron18. I completed this by editing the /usr/bin/tradingview used to launch the program and changing 'electron' to electron18' (which might require installing.)
Pinned Comments