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.
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.
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?
Why did you remove 'set -e' at the beginning of the script?
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.
Will take a look at this tomorrow. Thanks!
Okay so... there are a few things...
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?
Why did you remove 'set -e' at the beginning of the script?
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.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.