Giter Club home page Giter Club logo

Comments (21)

srevinsaju avatar srevinsaju commented on June 6, 2024 1

Perfect. Thanks 😄

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

Interesting. Which OS are you running and what is the architecture?

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

image

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

May I see

ls -al ~/.local/bin/zap
ls -al ~/.zap
ls -al ~/.zap/*.AppImage
hexdump -Cv ~/.zap/*.AppImage | head -n 5

Thanks for helping find a bug 😄

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

image

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

Thanks for the information.

What about

~/.zap/zap-x86_64.AppImage --help

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

image

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

Ok,

which zap
zap --help
cat `which zap`

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

image

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

Missing a shebang maybe?

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

Ah got the error. My bad...

Add this #!/bin/bash to that file

#!/bin/bash
/home/sc..

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

Missing a shebang maybe?

yup, need to fix that. Thanks for finding and helping debug 😄

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

appreciated. that fixed it.

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

So I can finally dip my toes into the AppImage business easily

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

one more thing
image

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

So I can finally dip my toes into the AppImage business easily

😄 Thanks for reporting!!

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

one more thing
image

just add that to your ~/.fishrc and you are done. Make sure you open a new terminal before running zap again :)

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

Looks like fish does not have a fishrc, it maybe ~/.config/fish/config.fish

interesting read: https://askubuntu.com/questions/33845/how-to-add-exports-to-fish-like-in-bashrc

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

point is, fish doesn't work that way :) fish uses set and not export

set -x ZAP_PATH ~/.local/share/zap/bin
set --universal fish_user_paths $ZAP_PATH $fish_user_paths 

from zap.

srevinsaju avatar srevinsaju commented on June 6, 2024

oh, I see. I have never used fish. I will add a fix that would detect fish shell and add this as what you have said. Does adding this make zap work properly?

from zap.

territory-sschneider avatar territory-sschneider commented on June 6, 2024

it does

from zap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.