Package Details: webull-desktop 8.2.0-1

Git Clone URL: https://aur.archlinux.org/webull-desktop.git (read-only, click to copy)
Package Base: webull-desktop
Description: Invest in stocks, ETFs, and options with Webull Financial, all commission-free, $0 minimum deposit.
Upstream URL: https://webull.com
Keywords: finance stocks trading webull
Licenses: custom
Submitter: chovy
Maintainer: cacoro2
Last Packager: cacoro2
Votes: 9
Popularity: 0.011073
First Submitted: 2021-01-31 07:22 (UTC)
Last Updated: 2024-10-02 21:04 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

chovy commented on 2022-12-04 07:23 (UTC)

Thank you for taking over this project.

1ri commented on 2022-06-08 19:19 (UTC) (edited on 2022-06-08 19:20 (UTC) by 1ri)

To make it work one has to add the following line to the PKGBUILD file.

options=("!strip")

1ri commented on 2022-05-17 17:41 (UTC)

I've been also trying to get version 5.6.8 working in arch but I didn't succeed yet.

I've had a look with strace and it seems that it gets stuck in a FUTEX.

futex(0x7ffe6413a680, FUTEX_WAIT_PRIVATE, 0, NULL) = ? ERESTARTSYS (To be restarted if SA_RESTART is set) <84.534302>

This is after pressing ctrl+c.

I've been able to run it in a ubuntu 22.04 podman container but I still would like to understand why it is no working in arch.

gavsiu commented on 2022-05-14 16:50 (UTC)

@nihalani I gave up on the app already. I just added it to Ferdi and seems to work better for me anyway. Less things to keep open.

I tried it anyway in case it may help someone later.

sh -c works. I didn't bother trying bash.

zsh and no de (bspwm)

nihalani commented on 2022-05-14 03:44 (UTC) (edited on 2022-05-14 03:52 (UTC) by nihalani)

@gavsiu. Yeah I tried to get 5.6.8 working as well and was unable to get it working as well. Ill look into it some more and see if I can figure it out.

For 4.7.0-3, it seems like we aren't passing the command to a shell and as a result, is trying to read the variable as a program. Can you let me know what shell and desktop environment you are using?

In the meantime can you try changing the command in the desktop file to

sh -c "LD_LIBRARY_PATH=/opt/WebullDesktop WebullDesktop"

or

bash -c "LD_LIBRARY_PATH=/opt/WebullDesktop WebullDesktop"

Let me know if that works

gavsiu commented on 2022-05-03 03:54 (UTC)

I tried 5.6.8, but I don't know how to get it to work...

❯ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/WebullDesktop" WebullDesktop
WBWindowManager::WBWindowManager()
[app init]==============start====== QDateTime(2022-05-02 20:41:17.996 PDT Qt::LocalTime)
core.cfg: WBCfg Constructor
core.cfg: scope: "config"  scope1: "accounts"
core.cfg: ap: "/opt/WebullDesktop"
core.cfg: up: "/home/gavsiu/.config/Webull Desktop/Webull Desktop"
core.cfg: sp: "/etc/xdg/Webull Desktop/Webull Desktop"
core.cfg: WBCfg Constructor
core: [corelib init] this app current's appversion:  "5.6.8"
core.cfg: load app.ini...
core.cfg: load global config ...
current space list: ()
core.cfg: load global config...
core.cfg: not found: "/home/gavsiu/.config/Webull Desktop/Webull Desktop/config"
void WBCoreLib::init(WBApplication&) 204800
[tid:78546 20:41:17.997]=>log files init local path: "/home/gavsiu/.local/share/Webull Desktop/Webull Desktop/log"
[tid:78546 20:41:17.997]=>==gTradeLogPath== "/home/gavsiu/.local/share/Webull Desktop/Webull Desktop/log"
Unknown device "/dev/sda": No such file or directory
Unknown device "/dev/sda": No such file or directory

4.7.0-3 works in the terminal, but the desktop entry doesn't work. Anyone know how to fix this, so I don't need to run from terminal every time? I've tried using path and stuff, but nothing seems to work.

Failed to execute: 'LD_LIBRARY_PATH=/opt/WebullDesktop WebullDesktop'
Error: 'Failed to execute child process "LD_LIBRARY_PATH=/opt/WebullDesktop" (No such file or directory)'

azoller commented on 2022-03-22 15:25 (UTC)

https://u1sweb.webullfinance.com/us/desktop/qt_5.13.2_WebullDesktop_5.6.6.deb

  • Latest version.

drpr15 commented on 2022-01-19 22:32 (UTC)

Installed with nss 3.74-1 and have not noticed any issues.

nihalani commented on 2021-11-30 03:19 (UTC)

Right now this package requires nss 3.58 or earlier. Use downgrade to install that specific version. If anyone knows of how to fix this issue some help would be greatly appreciated