rsnk96 / Ubuntu-Setup-Scripts

Scripts to help you set up your Ubuntu quickly, especially if you're in any subfield of Data Science or AI!
Apache License 2.0
128 stars 76 forks source link

GenSoftware: Fix VMG installation #26

Closed rajat2004 closed 5 years ago

rajat2004 commented 5 years ago

This is a temporary fix for issue #25 by commenting out the installation itself.

This has been done so that the script works properly for anyone using it for setting up their system while a proper replacement or solution is discussed in the issue

rsnk96 commented 5 years ago

The line can just be shifted to the

if [[ ! -n $CIINSTALL ]]; then

section to avoid travis from running it. Don't know why this error is popping up though, it's supposed to exist in Ubuntu 16 and 18 repos. You could either try this or kmag as you suggested. If you're busy, I can try this after I return @rajat2004

rajat2004 commented 5 years ago

@rsnk96 This isn't just for fixing the Travis build. The error occurred while running the scripts on my laptop and so I commented it out so that I could proceed further with the installation

Regrading the package not being present in the repos, I was wrong before. It's not present in xenial, but present in 18.04, 18.10 and 19.04 also

Search result:- https://packages.ubuntu.com/search?keywords=vmg&searchon=names&suite=all&section=all

rsnk96 commented 5 years ago

Is kmag present in all relevant versions of Ubuntu?

Best Nikhil

On Wed, Apr 10, 2019, 07:26 Rajat Singhal notifications@github.com wrote:

@rsnk96 https://github.com/rsnk96 This isn't just for fixing the Travis build. The error occurred while running the scripts on my laptop and so I commented it out so that I could proceed further with the installation

Regrading the package not being present in the repos, I was wrong before. It's not present in xenial, but present in 18.04, 18.10 and 19.0 also

Search result:- https://packages.ubuntu.com/search?keywords=vmg&searchon=names&suite=all&section=all

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rsnk96/Ubuntu-Setup-Scripts/pull/26#issuecomment-481538578, or mute the thread https://github.com/notifications/unsubscribe-auth/AKWU99GveqLr46xKw8qmJoYZZ_6xbDwWks5vfXX5gaJpZM4cgXc1 .

rajat2004 commented 5 years ago

Yeah, kmag is present in all the Ubuntu versions. But it's different from vmg as in vmg doesn't magnify the screen in a seperate window, rather it puts a movable magnifying glass on screen.