sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
809 stars 39 forks source link

Sublime Text (Version 3.1.1 Build 3176) quit unexpectedly On LInux (Ubuntu 18.04 LTS) #2337

Closed martinmurciego closed 6 years ago

martinmurciego commented 6 years ago

I am using it 2 years or more ago, update it to this latest version by apt. The operating system was also updated I do not remember if before or after the 16.04 LTS version. But now ST closes unexpectedly every time after more or less open time. Sometimes you have to finish tasks and sometimes just close.

I would use an update that can be installed by apt to remove this crash in its operation. Since I do not want to uninstall it because I would have to reinstall and configure everything again.

wbond commented 6 years ago

Uninstalling will not remove your configuration. That is stored in ~/.config/sublime-text-3/.

martinmurciego commented 6 years ago

I'll keep it in mind, the truth is worrying me. Even if you disable many plugins and it happens less often, the same thing still happens. Sometimes it was harmful because a crash occurred that left me in 0 bytes the file I was editing.

martinmurciego commented 6 years ago

These packages I have installed but are not all enabled:

Disabled:

{
    "auto_find_in_selection": false,
    "caret_extra_bottom": 3,
    "caret_extra_top": 3,
    "caret_extra_width": 2,
    "color_scheme": "Packages/Theme - Cyanide/Monocyanide - Black.tmTheme",
    "dictionary": "Packages/Language - Spanish/es_ES.dic",
    "font_size": 17,
    "highlight_line": true,
    "ignored_packages":
    [
        "ActionScript",
        "AngularJS",
        "ApacheConf",
        "AppleScript",
        "ASP",
        "Auto Close HTML Tags",
        "auto-save",
        "AutoBackups",
        "AutoCompleteJS",
        "AutoFileName",
        "Batch File",
        "Better Bookmarks",
        "Better CoffeeScript",
        "BetterSave",
        "Bootstrap 3 Autocomplete",
        "Bootstrap 3 Snippets",
        "Bracketeer",
        "Browser Refresh",
        "C#",
        "C++",
        "Clojure",
        "CodeFormatter",
        "Coffee2Js",
        "Color Scheme - Default",
        "Color Scheme - Legacy",
        "D",
        "Dracula Color Scheme",
        "eCSStractor",
        "Emmet",
        "Erlang",
        "ExportHtml",
        "Express Completion",
        "Fabric Engine - KL Language Support",
        "FileBrowser",
        "Flow",
        "FlowIDE",
        "Function Name Display",
        "FuzzyFilePath",
        "Git Formats",
        "GitGutter",
        "Gitignore",
        "Go",
        "Go To Definition",
        "Goto Related",
        "Goto Usage",
        "GoToAnchor",
        "GoToClass",
        "Graphviz",
        "Groovy",
        "Haskell",
        "HTML Boilerplate",
        "HTMLEntity Snippets",
        "Hyojun.couch-bootstrap Snippets",
        "HyperlinkHelper",
        "IntelliDocs",
        "Intellitip",
        "Jade",
        "Jade Snippets",
        "JavaScript & NodeJS Snippets",
        "JavaScript Enhancements",
        "JavaScript Patterns",
        "JavaScript Snippets",
        "JavaScriptFunctionDefinition",
        "JS2Coffee",
        "JsValidate",
        "Lisp",
        "Lua",
        "Markdown Table Formatter",
        "MarkdownLivePreview",
        "MarkdownPreview",
        "Matlab",
        "Node Completions",
        "Objective-C",
        "OCaml",
        "On Save",
        "Open Related",
        "OpenedFiles",
        "Package Reloader",
        "Package Snippets",
        "Package Syncing",
        "PackageResourceViewer",
        "PackagesUI",
        "Pascal",
        "PgcliSublime",
        "R",
        "Regex Escape",
        "Related Files",
        "Require Helper",
        "RestructuredText",
        "Rust",
        "Save Copy As",
        "Scala",
        "Seti_UI",
        "ShellScript",
        "SideBarEnhancements",
        "SideBarTools",
        "SQLTools",
        "Stack Overflow Snippets",
        "Stylus-Snippets",
        "SublimeCodeIntel",
        "SublimeLog",
        "SublimePackageSync",
        "SyncedSideBar",
        "SyncedSidebarBg",
        "TCL",
        "tern_for_sublime",
        "TodoTxt Syntax",
        "ToggleMinimapOnScroll",
        "UIkit autocomplete",
        "Vintage",
        "Vuejs Snippets",
        "Web Inspector",
        "WhoCalled Function Finder"
    ],
    "line_padding_bottom": 12,
    "line_padding_top": 12,
    "overlay_scroll_bars": "enabled",
    "save_on_focus_lost": true,
    "theme": "Default.sublime-theme"
}