Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue where Unix crashes when inotify is full #6637

Merged
merged 7 commits into from Jul 1, 2020
Merged

Fixes issue where Unix crashes when inotify is full #6637

merged 7 commits into from Jul 1, 2020

Commits on Jun 23, 2020

  1. Workaround for Issue 6073

    Previously, the program was crashing for Unix users when inotify had reached its max file limit. Since the only way to fix this seems to be to close applications or to edit privileged system files, the proposed solution is to notify the user of the issue and give them the option of continuing usage of the application. fixes #6073
    Caleb Tillman committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    151da62 View commit details
    Browse the repository at this point in the history
  2. Workaround for Issue 6073

    Previously, the program was crashing for Unix users when inotify had reached its max file limit. Since the only way to fix this seems to be to close applications or to edit privileged system files, the proposed solution is to notify the user of the issue and give them the option of continuing usage of the application. fixes #6073
    Caleb Tillman committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    63dabff View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Style fix.

    Style edits according to JabRef preferences.
    Caleb Tillman committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6a2baf4 View commit details
    Browse the repository at this point in the history
  2. Localization instead of raw string.

    Caleb Tillman committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a548eb9 View commit details
    Browse the repository at this point in the history
  3. Style fix #2.

    Caleb Tillman committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    53ae78f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Localization addition.

    Added #6073 error message to localizaiton file.
    Caleb Tillman committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    ec1b2bb View commit details
    Browse the repository at this point in the history
  2. Minor stylistic update

    koppor authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    2b14b4d View commit details
    Browse the repository at this point in the history