Package Details: webull-desktop 8.9.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.003074
First Submitted: 2021-01-31 07:22 (UTC)
Last Updated: 2025-03-24 15:07 (UTC)

Latest Comments

1 2 3 4 Next › Last »

cacoro2 commented on 2025-03-25 13:56 (UTC) (edited on 2025-03-25 13:58 (UTC) by cacoro2)

Maybe I'm missing a library. I get the following console message when I double click a link:

[tid:89023 03-25 09:53:34.466]=>WBLoadListView::pressed....111111 mRightClicked false

kde-open: symbol lookup error: /usr/lib/libproxy/libpxbackend-1.0.so: undefined symbol: g_strv_builder_unref

mluser commented on 2025-03-24 22:46 (UTC)

The problem with links seems to work for me now when I'm running in wayland. But locks up my webull client when I switch back to X11. Not sure if that helps anyone with troubleshooting or not.

cacoro2 commented on 2025-03-24 15:16 (UTC) (edited on 2025-03-25 13:51 (UTC) by cacoro2)

Fixed the extra \ in the $LD_LIBRARY_PATH $ and bumped the version to latest upstream. Thanks Rix for the comment. Known issue: when clicking the links, the browser doesn't open. Any feedback is appreciated.

rix commented on 2024-11-12 20:53 (UTC) (edited on 2024-11-12 20:53 (UTC) by rix)

Extra \ in the $LD_LIBRARY_PATH $ escape

index d97d648..1c98384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ package(){
   install -Dm644 "${pkgdir}"/opt/WebullDesktop/LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE.txt
   install -dm755 "${pkgdir}"/usr/bin
   ln -s /opt/WebullDesktop/WebullDesktop "${pkgdir}"/usr/bin
-  sed -i 's|Exec=/usr/local/WebullDesktop/WebullDesktop|Exec=env LD_LIBRARY_PATH=\\$LD_LIBRARY_PATH:/opt/WebullDesktop /opt/WebullDesktop/WebullDesktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
+  sed -i 's|Exec=/usr/local/WebullDesktop/WebullDesktop|Exec=env LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/WebullDesktop /opt/WebullDesktop/WebullDesktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
   sed -i 's|Name=WebullDesktop   |Name=Webull Desktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
   sed -i 's|Icon=WebullDesktop.png|Icon=WebullDesktop|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop
   sed -i 's|Version=6.5.0|Version=1.5|' "${pkgdir}"/usr/share/applications/WebullDesktop.desktop

arkmonk commented on 2024-06-18 22:38 (UTC)

if you are using gdm on wayland, adding this env will make it launch QT_QPA_PLATFORM='wayland;xcb'

cacoro2 commented on 2024-05-24 16:05 (UTC)

I'm getting the following error when opening from console: kde-open: symbol lookup error: /usr/lib/libproxy/libpxbackend-1.0.so: undefined symbol: g_strv_builder_unref

jlanzobr commented on 2024-02-03 04:26 (UTC)

I can't seem to get external browser links to open when clicked within Webull. Anyone have any insight?

colluphid commented on 2024-02-01 23:19 (UTC)

If you get errors about missing libraries try env LD_LIBRARY_PATH=/opt/WebullDesktop WebullDesktop

cacoro2 commented on 2024-01-31 23:15 (UTC)

Updated to upstream version 7.5.2

cacoro2 commented on 2024-01-23 19:19 (UTC)

Updated to version: 6.12.5 and fixed KDE menu category.