Git Product home page Git Product logo

Comments (5)

DanielPower avatar DanielPower commented on May 24, 2024 1

I've since upgraded to Big Sur. Out of curiosity, I tested and the issue still occurred on the version of uivonim I had installed when posting this issue. Downloaded the latest release with your fix, and it did indeed resolve the issue. Looking forward to giving it a proper try. Thank you for the fix :)

from uivonim.

clason avatar clason commented on May 24, 2024

The permissions are due to Uivonim looking in your home folder and traversing subfolders looking for files. (Including the folders where macOS stores the mentioned objects -- it's not accessing them directly!) I'll look into where this is done in the code and whether that can be made more targeted. Not sure where the network connections are coming from -- maybe Electron/Chromium? (I have not observed this behavior myself, though.)

The other issue is related to environment variables: If you start Uivonim from the command line, it inherits these from the terminal shell. If you do it from the Finder, these variables aren't set by default. In particular, these include PATH and the LC_* variables -- if the former doesn't contain where neovim is installed, you'll see exactly what you observe. (vimR has similar problems, although not with the former since it links to a static libnvim.)

from uivonim.

clason avatar clason commented on May 24, 2024

Try adding

export PATH="/usr/local/bin:$PATH"
launchctl setenv PATH $PATH

to your .bash_profile and restarting (just the Dock with osascript -e 'tell app "Dock" to quit' is enough).

from uivonim.

smolck avatar smolck commented on May 24, 2024

@DanielPower 48fc9e2 should fix the problem with uivonim getting stuck/not loading (mostly; there appears to be a new issue where the UI doesn't fully appear until you press a character, although that might just be on my end).

As for the problem with asking for those random permissions, I don't appear to be experiencing this on Big Sur, so it may just be a Catalina thing (although I really don't know); regardless, you should be able to safely deny permission to those things. If not having those permissions does break the editor somehow though, then I'll have to look through the code to try and find out why.

from uivonim.

smolck avatar smolck commented on May 24, 2024

@DanielPower No problem, thank you for opening the issue! And of course, if you come across any other bugs, problems, etc., feel free to open an issue or ask about it on Gitter, and Iโ€™ll do my best to help.

from uivonim.

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.