Coder Social home page Coder Social logo

twnlink / linuxed Goto Github PK

View Code? Open in Web Editor NEW
21.0 2.0 7.0 106 KB

LinuxED is an installer for EnhancedDiscord specifically made for Linux and MacOS.

License: MIT License

Python 100.00%
enhanceddiscord linux enhanceddiscord-linux linuxed enhanceddiscord-installer macos macos-mojave discord debian ubuntu

linuxed's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

linuxed's Issues

Syntax error on startup

No clue what's going on here :/

I'm running Mac OS X 10.14.6 and I installed Python through Homebrew.

If you need any more information, go ahead and say it.

Screen Shot 2019-12-10 at 11 15 38 PM

Store "EnhancedDiscord" in either $XDG_DATA_HOME or $XDG_CACHE_HOME (Linux)

From the XDG Base Directory Specification:

$XDG_DATA_HOME defines the base directory relative to which user specific data files should be stored.

$XDG_CACHE_HOME defines the base directory relative to which user specific non-essential data files should be stored.

Currently "EnhancedDiscord" is extracted to the directory the script is in, which can clutter the file system and in case LinuxED.py is installed system‐wide, it may not be allowed at all (e.g., "FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/EnhancedDiscord/config.json'"). The "XDG Base Directory Specification" was made to address these issues.

Depending on whether the resulting "EnhancedDiscord" directory is either a data directory that needs to be revisited continuously (e.g., this is where the ED extension "lives") or if it’s treated more like a cache (it’s downloaded and then gets installed into Discord’s own directory/‐ies) the "EnhancedDiscord" directory should be placed under $XDG_DATA_HOME (first case) or $XDG_CACHE_HOME (second case).

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.