How do you install software from GitHub? [ Solved ]

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
AZgl1800
Level 20
Level 20
Posts: 11184
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

How do you install software from GitHub? [ Solved ]

Post by AZgl1800 »

I keep seeing useful utilities hosted on GitHub, but downloading the Zip files just gives me a folder that won't install like a debian file will.

an example is this Desktop Capture application written specifically for Cinnamon, but I can't get it installed.

https://github.com/rjanja/desktop-capture

Image
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
HaveaMint
Level 6
Level 6
Posts: 1085
Joined: Fri Feb 02, 2018 9:56 pm

Re: How do you install software from GitHub?

Post by HaveaMint »

AZgl1500 wrote: Thu Jul 19, 2018 5:50 am .
I "think" (sometimes) and this time my thoughts were wrong. NVM :oops:
Last edited by HaveaMint on Thu Jul 19, 2018 9:42 am, edited 1 time in total.
"Tune for maximum Smoke and then read the Instructions".
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: How do you install software from GitHub?

Post by JeremyB »

Did you see
Move capture@rjanja folder into ~/.local/share/cinnamon/applets/
Restart Cinnamon (Alt+F2, r)
From the page, the .local folder is hidden, do a CTRL+h in file manager to show hidden folders
User avatar
AZgl1800
Level 20
Level 20
Posts: 11184
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: How do you install software from GitHub?

Post by AZgl1800 »

JeremyB wrote: Thu Jul 19, 2018 6:00 am Did you see
Move capture@rjanja folder into ~/.local/share/cinnamon/applets/
Restart Cinnamon (Alt+F2, r)
From the page, the .local folder is hidden, do a CTRL+h in file manager to show hidden folders
yes, I saw that, but it meant nothing to me, I just glossed right over it.

surely it can't be that simple?
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
User avatar
AZgl1800
Level 20
Level 20
Posts: 11184
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: How do you install software from GitHub?

Post by AZgl1800 »

Move capture@rjanja folder into ~/.local/share/cinnamon/applets/
Restart Cinnamon (Alt+F2, r)


okay, did that, and nothing changed, nothing extra in the Menu, PrtScreen is the same as it was.


Image
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: How do you install software from GitHub?

Post by JeremyB »

You may have messed up permissions using elevated privileges in your home folder

Code: Select all

ls -al ~/.local/share/cinnamon/applets
User avatar
Pjotr
Level 24
Level 24
Posts: 20142
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: How do you install software from GitHub?

Post by Pjotr »

JeremyB wrote: Thu Jul 19, 2018 6:20 am You may have messed up permissions using elevated privileges in your home folder
If so, fix it like this:

Code: Select all

sudo chown -R $USER:$USER $HOME
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: How do you install software from GitHub?

Post by smurphos »

Once it's added to ~/.local/share/cinnamon/applets and Cinnamon has been restarted open the Applets setting module to add it to your panel.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
AZgl1800
Level 20
Level 20
Posts: 11184
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: How do you install software from GitHub?

Post by AZgl1800 »

smurphos wrote: Thu Jul 19, 2018 6:27 am Once it's added to ~/.local/share/cinnamon/applets and Cinnamon has been restarted open the Applets setting module to add it to your panel.
This did the trick, and again, it is a useless application for me.
it just added another "junk" menu to get in the way of me saving Screenshots and having the Default "Save To" folder be Desktop
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
Locked

Return to “Software & Applications”