Sublime Forum

Troubleshooting a new install

#1

Installation method:

  1. dnf install, Fedora repo, Sublime Text - x86_64 - Stable.
  2. symlinked the configuration files,
    $ ln -s ~/git/dotfiles/sublime-text ~/.config/sublime-text
  3. entered the license key using instructions on email

Complaints:

  1. When I try to open a file (Ctrl-O) there is a delay before the dialogue appears. When I type a few letters to have the list abbreviated, it takes 3-4 seconds.
  2. Moving the window on my screen is jittery. This makes no sense to me, but no other type of window has this issue.
  3. General lag in other operations.

Is there some mistake I’ve made with config files or installation? Is the most sensible thing to do, to do a clean reinstall as I’ve described above?

Thank you for any help!

0 Likes

#2

Does it happen in safe mode? Do you see any errors in the console (View > Show Console)?

0 Likes

#3

No errors appear in the console. Safe mode does indeed fix the jittering. That’s promising.

0 Likes

#4

Is a clean reinstall the proper way to deal with niggling problems like this? dnf remove, then dnf install, then redo the symlink? There isn’t a tool to confirm that my user settings aren’t heinous somehow?

0 Likes

#5

You can revert to a freshly installed state, but that’s rather drastic. This issue is likely to be caused by a third party plugin, you can use the "ignored_packages" setting to narrow down the culprit.

0 Likes