Upload files to "/" #2

Open
artto wants to merge 1 commits from artto/QORTector-scripts:main into main
First-time contributor

Added the gradient progress bar when downloading Qortal Core and Hub.
Added Linux Mint to supported distros.
Fixed a bug with desktop icon for Qortal Hub.

Added the gradient progress bar when downloading Qortal Core and Hub. Added Linux Mint to supported distros. Fixed a bug with desktop icon for Qortal Hub.
artto added 1 commit 2025-07-22 17:53:09 +00:00
Added the gradient progress bar when downloading Qortal Core and Hub.
Added Linux Mint to supported distros.
Fixed a bug with desktop icon for Qortal Hub.
Owner

Will take a look at this tomorrow. Thanks!

Will take a look at this tomorrow. Thanks!
crowetic requested changes 2025-07-28 18:15:30 +00:00
crowetic left a comment
Owner

Okay so... there are a few things...

  1. Why did you change the downloads to use wget? Does your script not work with curl? Have you made sure that wget packages exist for all of those versions of linux?

  2. Why did you remove 'set -e' at the beginning of the script?

  3. You broke the icon theme on the launchers, the icon theme allows you to use simply 'qortal-core' and 'qortal-hub' for the icons, and Ubuntu 24 (and certain other versions with certain desktop environments) require the icon theme to be setup, and do not allow directly assigning pngs like it used to in Ubuntu 22 and below.

I would suggest running the script on your own machine, so you have the icon theme, then you'll see what I'm saying.

Okay so... there are a few things... 1. Why did you change the downloads to use wget? Does your script not work with curl? Have you made sure that wget packages exist for all of those versions of linux? 2. Why did you remove 'set -e' at the beginning of the script? 3. You broke the icon theme on the launchers, the icon theme allows you to use simply 'qortal-core' and 'qortal-hub' for the icons, and Ubuntu 24 (and certain other versions with certain desktop environments) require the icon theme to be setup, and do not allow directly assigning pngs like it used to in Ubuntu 22 and below. I would suggest running the script on your own machine, so you have the icon theme, then you'll see what I'm saying.
This pull request has changes conflicting with the target branch.
  • Qortal-Setup-Linux.sh
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://gitea.qortal.link/artto/QORTector-scripts main:artto-main
git checkout artto-main
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: crowetic/QORTector-scripts#2