Skip to content

Conversation

rasa
Copy link
Contributor

@rasa rasa commented May 5, 2025

Installed fine locally.

edit It's 14-day trialware. Do we allow trialware? It's USD $19.80/yr or $99.80/lifetime.

get_website "https://rcloneview.com/src/download.html"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(sed -E -n "s/.*href=.(.*linux.*${ARCH}.*\.deb).*/\1/p" "${CACHE_FILE}")"
VERSION_PUBLISHED="$(sed -E -n "N;s/.*Deb.*Linux.*\s+ver\s+([^\s]+).*/\1/pi" "${CACHE_FILE}")"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading the next line get some whitespace and <\p> in the version

Suggested change
VERSION_PUBLISHED="$(sed -E -n "N;s/.*Deb.*Linux.*\s+ver\s+([^\s]+).*/\1/pi" "${CACHE_FILE}")"
VERSION_PUBLISHED="$(sed -E -n "s/.*Deb.*Linux.*\s+ver\s+([^\s]+).*/\1/pi" "${CACHE_FILE}")"

We can get a cleaner more complete match from the URL  given the current naming scheme.
@philclifford
Copy link
Member

We have other trial-ware, and the 14 days trial is for pro features - there is a useful free tier. Not a concern. Of more concern is

$ rclone_view 
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
rclone_view: ../../src/xcb_io.c:278: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

and

Package: rcloneview
Version: 0.8.370+1
Priority: optional
Essential: no
Section: x11
Maintainer: Bdrive Inc. <[email protected]>
Installed-Size: 36.7 MB                    <----
Depends: rclone
Download-Size: 334 MB                      <----  !!

philclifford and others added 2 commits August 11, 2025 02:39
due to oops in unhelpful conflict resolution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants