You are not logged in.

#26 2021-02-12 21:33:05

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

If you install qutebrowser does that work?

Offline

#27 2021-02-12 21:43:32

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

nope. no difference.

Last edited by chovy (2021-02-12 21:43:42)

Offline

#28 2021-02-12 21:47:55

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

I meant does the qute browser also produce an empty window?

Offline

#29 2021-02-12 21:54:38

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

no, it loads the qutebrowser homepage.

Offline

#30 2021-02-12 22:12:14

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

If you use the original debtap generated PKGBUILD (with the broken install commands removed)

# Generated by debtap
# Maintainer: webull-bin
# Contributor: webull-bin
pkgname=webulldesktop
pkgver=4.2.9
pkgrel=1
pkgdesc="WebullDesktop."
arch=('i686' 'x86_64')
url="https://webull.com"
license=('MIT')
groups=('')
options=('!strip' '!emptydirs')
source_x86_64=("https://pub.webull.com/global/desktop/Webull%20Desktop%204.2.9.deb")
sha512sums_x86_64=('c3e80bff61561fff576b2cbeb66a8678089283eb712e94b76880de8ecb6005a66a1b7121d6e08b53ef021cb1cb8f92fd058fff794d2f1adf128b40e882d410d1')

package(){
	# Extract package data
	tar xf data.tar.xz -C "${pkgdir}"
}

Do not upload it again to AUR just build and install it locally.  Then run from the console

/usr/local/WebullDesktop/WebullDesktop

Does that work?

Offline

#31 2021-02-12 22:20:31

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                   [####################################################################] 100%
(1/1) checking package integrity                                                                                 [####################################################################] 100%
(1/1) loading package files                                                                                      [####################################################################] 100%
(1/1) checking for file conflicts                                                                                [####################################################################] 100%
error: failed to commit transaction (conflicting files)
webulldesktop: /usr/share/applications/WebullDesktop.desktop exists in filesystem (owned by webull-desktop)
webulldesktop: /usr/share/icons/hicolor/64x64/WebullDesktop/WebullDesktop.png exists in filesystem (owned by webull-desktop)
webulldesktop: /usr/share/icons/hicolor/64x64/apps/WebullDesktop.png exists in filesystem (owned by webull-desktop)
Errors occurred, no packages were upgraded.
==> WARNING: Failed to install built package(s).

I tried with `--force` and it still errors

Offline

#32 2021-02-12 22:24:52

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

Change the pkgname to the version you are currently using

pkgname=webulldesktop

to

pkgname=webull-desktop

Offline

#33 2021-02-12 22:31:18

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

Offline

#34 2021-02-12 22:34:22

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

Is that how it is supposed to look?
Edit:
How does it compare to the other version?

Last edited by loqs (2021-02-12 22:36:42)

Offline

#35 2021-02-12 22:36:53

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

i think the shell is working but requests to the server arenj't working. not sure. They have a web version which shows a lot of charts and stuff before you even login.

Offline

#36 2021-02-12 22:42:31

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

Offline

#37 2021-02-12 22:42:44

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

$ strings WebullDesktop | grep usr/local
/usr/local/WebullDesktop

The path /usr/local/WebullDesktop is stored in the executable which might explain why moving it caused breakage.
Not sure if using /usr/local is just advised against or a hard not permitted for AUR.

Offline

#38 2021-02-12 22:47:51

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

oh how do we change it back?

if that's the issue, and it works from `/usr/local` then i can file a bug.

Last edited by chovy (2021-02-12 22:48:33)

Offline

#39 2021-02-13 00:07:40

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

Does everything work using /usr/local/WebullDesktop?

I was hoping someone who was more certain on the permissibility of /usr/local would respond.  If its allowed then you can leave it as is just tidy up the rest of the PKGBUILD such as  license,  depends,  description.

Offline

#40 2021-02-13 00:22:27

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

how do i change it?

Offline

#41 2021-02-13 00:28:03

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

chovy wrote:

how do i change it?

If you mean the string inside the executable I do not know of a solution that would work.
For the other issues in the PKGBUILD (with the exception of depends) I attempted to fix them in the first PKGBUILD I posted.  You would need to adjust the paths to account for the directory change.
See also PKGBUILD

Offline

#42 2021-02-13 01:26:34

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

I don't see it.

Offline

#43 2021-02-13 01:27:10

chovy
Banned
Registered: 2020-12-29
Posts: 62

Re: [request] webull.com desktop trading app

# Generated by debtap
# Maintainer: webull-bin
# Contributor: webull-bin
pkgname=webull-desktop
pkgver=4.2.9
pkgrel=1
pkgdesc="WebullDesktop."
arch=('i686' 'x86_64')
url="https://webull.com"
license=('MIT')
groups=('')
options=('!strip' '!emptydirs')
source_x86_64=("https://pub.webull.com/global/desktop/Webull%20Desktop%204.2.9.deb")
sha512sums_x86_64=('c3e80bff61561fff576b2cbeb66a8678089283eb712e94b76880de8ecb6005a66a1b7121d6e08b53ef021cb1cb8f92fd058fff794d2f1adf128b40e882d410d1')

package(){
	# Extract package data
	tar xf data.tar.xz -C "${pkgdir}"
}

Offline

#44 2021-02-13 13:36:04

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [request] webull.com desktop trading app

loqs wrote:

I was hoping someone who was more certain on the permissibility of /usr/local would respond.  If its allowed then you can leave it as is just tidy up the rest of the PKGBUILD such as  license,  depends,  description.

Is first bullet point of https://wiki.archlinux.org/index.php/Ar … _etiquette enough ?

Chovy, unless upstream changes their binary structure this has no place in aur .
please create a deletion request for it.

For a local package however you decide .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#45 2021-02-13 15:45:25

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: [request] webull.com desktop trading app

Lone_Wolf wrote:
loqs wrote:

I was hoping someone who was more certain on the permissibility of /usr/local would respond.  If its allowed then you can leave it as is just tidy up the rest of the PKGBUILD such as  license,  depends,  description.

Is first bullet point of https://wiki.archlinux.org/index.php/Ar … _etiquette enough ?

Thank you,  I only checked Arch_package_guidelines#Directories.
Edit:
Using a namespace could /opt/WebullDesktop be mounted to /usr/local/WebullDesktop while outside the namespace it would still be /opt/WebullDesktop?

Last edited by loqs (2021-02-13 17:12:34)

Offline

#46 2021-03-06 21:24:08

meltdown
Member
Registered: 2017-10-31
Posts: 2

Re: [request] webull.com desktop trading app

Did you try downgrading the nss package to 3.58 and see if the missing elements appear?

Offline

Board footer

Powered by FluxBB