sublimehq / sublime_text

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

Hidden Windows? #3019

Open requiem240sx opened 4 years ago

requiem240sx commented 4 years ago

Description

I updated sublime text, i'm a licensed user. When openeing the app nothing happens, it appears to open the process, I see sublime at the top.. however no windows open up. (like no new empty window/tab)

Steps to reproduce

  1. First step - Open Sublime text (click the app, or launch from spotlight)
  2. Second step - Watch nothing happen

Expected behavior

I would expect an empty window to appear, as right now it launches but the gui doesn't show anything?

Actual behavior

I shows sublime in the top left, I can view prefences etc... however there is now window to write text in. I muyst right click sublime app and click new window to see a new window.

Also very strange there is a ?RDS "window" that keeps showing as the open file, but nothing appears... that doesn't appear to exist anywhere.... and I can't get rid of it. Not sure if its saved preferences or something causing it?

Environment

I have tried to delete sublime text and re-install and it keeps going, happened right after I updated Sublime text.

srbs commented 4 years ago

This setting might be what you're looking for:

// Mac only: This controls if an empty window is created at startup or not.
"create_window_at_startup": true
requiem240sx commented 4 years ago

So I went to Sublimes Preferences > Settings, and pasted that in. It didn't appear to help, I have a few other things in there as well, so maybe it might be causing this?

{ // Mac only: This controls if an empty window is created at startup or not. "create_window_at_startup": true, "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", "font_size": 13, "theme": "Adaptive.sublime-theme" }