Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 386  / 1 Year ago, wed, april 26, 2023, 4:59:11

I use virtualbox to use ubuntu (12.04). I want to customize the theme but I didn't find in the preferences how to that. So I webt to ubuntu-art, and I downloaded a .sh file (metacity theme), but how do I install this file ? is it a package ?



Best


More From » themes

 Answers
5

The .sh file is a shell script, in other words it's an executable. You can run it by either making it executable



chmod a+x file.sh
./file.sh


or running it with bash:



bash file.sh


P.S. I do not guarantee that the downloaded executable will not break your configuration, destroy your system, kill your cat and cause an apocalypse. Beware! MyUnity might be a better solution, although I have had problems with that one as well.


[#35559] Friday, April 28, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ionodest

Total Points: 252
Total Questions: 122
Total Answers: 100

Location: Liechtenstein
Member since Tue, Apr 27, 2021
3 Years ago
ionodest questions
Sat, Jan 1, 22, 06:31, 2 Years ago
Wed, May 12, 21, 03:21, 3 Years ago
Tue, Feb 22, 22, 09:46, 2 Years ago
Thu, Jun 30, 22, 12:12, 2 Years ago
;