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.014140
First Submitted: 2021-01-31 07:22 (UTC)
Last Updated: 2024-10-02 21:04 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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.

fauxmight commented on 2024-01-03 03:49 (UTC) (edited on 2024-01-03 03:51 (UTC) by fauxmight)

Date: 2024-01-02
Version: 6.12.5
Updated version of this PKGBUILD is available at:
https://codeberg.org/fauxmight/webull-desktop_PKGBUILD

This addresses the issue @slondr raised of not being able to run from the CLI (in a dirty fashion): there is a wrapper script called webulldesktop (instead of WebullDesktop) that modifies LD_LIBRARY_PATH.

If you just run WebullDesktop using the desktop icon (instead of from CLI), the same modification was already being made in the original PKGBUILD's WebullDesktop.desktop file.

There are other things I tried to fix like linking against updated libraries and running QT in wayland mode. I did not succeed in either endeavor due to binary libraries in the package linked against the included older qt5 libs.

slondr commented on 2023-08-11 00:16 (UTC)

Doesn't seem to work when built as-is; after running, I just get

WebullDesktop: error while loading shared libraries: libwbcommonui.so: cannot open shared object file: No such file or directory

mluser commented on 2023-01-02 21:08 (UTC) (edited on 2023-01-02 21:12 (UTC) by mluser)

I am unable to launch browser links from inside webull, I keep getting these errors when I click on a link in the news section.

kde-open5: /opt/WebullDesktop/libQt5Core.so.5: version Qt_5.15' not found (required by kde-open5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: versionQt_5.15' not found (required by /usr/lib/libKF5KIOGui.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: version Qt_5.15' not found (required by /usr/lib/libKF5KIOCore.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: versionQt_5.15' not found (required by /usr/lib/libKF5I18n.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: version Qt_5.15' not found (required by /usr/lib/libKF5CoreAddons.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: versionQt_5.15' not found (required by /usr/lib/libKF5Service.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: version Qt_5.15' not found (required by /usr/lib/libKF5ConfigCore.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: versionQt_5.15' not found (required by /usr/lib/libKF5WindowSystem.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: version Qt_5.15' not found (required by /usr/lib/libKF5Crash.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: versionQt_5.15' not found (required by /usr/lib/libKF5AuthCore.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: version Qt_5.15' not found (required by /usr/lib/libKF5DBusAddons.so.5) kde-open5: /opt/WebullDesktop/libQt5Core.so.5: versionQt_5.15' not found (required by /usr/lib/libQt5X11Extras.so.5)

Can anyone recommend a fix or workaround? thanks.