Spaceman icon indicating copy to clipboard operation
Spaceman copied to clipboard

A blank window appears at startup.

Open marvelph opened this issue 1 year ago • 11 comments

It seems that a blank window appears each time Spaceman is started. The title of the window is “Spaceman Settings”.

Spaceman 1.0 macOS 15.0.1 image

marvelph avatar Oct 25 '24 11:10 marvelph

Yeah, this is also happening for me. Otherwise, the app seems to work just fine, but it's annoying to have to close this every time on Startup.

I'm using MacOS Sequoia 15.1 (24B83)

jsonMartin avatar Oct 29 '24 18:10 jsonMartin

I have the same issue, macOS 15.1, M1 Pro. It appears the app is not running as it was for jsonMartin. I am a first-time user.

erikmartinessanches avatar Oct 29 '24 22:10 erikmartinessanches

Can confirm. I think it is a Sequoia thing. It's also identical to an issue I've seen that has been recently fixed:

  • DamascenoRafael/reminders-menubar#204

@DamascenoRafael, what behaviour caused this previously?

yunruse avatar Nov 11 '24 01:11 yunruse

Same here

obfischer avatar Nov 11 '24 14:11 obfischer

@yunruse, I just compiled the application again using a mac running Sequoia. If it was some change in the code itself that fixed this, I didn't notice.

DamascenoRafael avatar Nov 19 '24 01:11 DamascenoRafael

Can this bug be fixed by removing EmptyView() from the Settings described in SpacemanApp in AppDelegate?

var body: some Scene {
	Settings {
		EmptyView() // REMOVE this line
	}
}

https://github.com/Jaysce/Spaceman/blob/17fd96b3c0cf3cf0dfe6bbe44eb2725c92ff6b61/Spaceman/AppDelegate.swift#L48-L54

I found a similar problem and solution on Stack Overflow.

MacOS Swift (UI): Prevent App Window Opening https://stackoverflow.com/questions/79068815/macos-swift-ui-prevent-app-window-opening?rq=2

usagimaru avatar Jan 24 '25 11:01 usagimaru

Sadly, Spaceman doesn't work for me as well (M4/Sequoia). I get the empty screen on the first run, and that's it. I cannot see or use Spaceman in any way.

pinguinpfleger avatar Apr 10 '25 20:04 pinguinpfleger

this project seems abandoned, but there's an updated fork:

https://github.com/ruittenb/Spaceman

@Jaysce is this project abandoned?

szechp avatar May 26 '25 08:05 szechp

this project seems abandoned, but there's an updated fork:

https://github.com/ruittenb/Spaceman

Last time I checked in 2025, that fork also had this blank window issue.

gregorias avatar Jun 02 '25 05:06 gregorias

this project seems abandoned, but there's an updated fork: https://github.com/ruittenb/Spaceman

Last time I checked in 2025, that fork also had this blank window issue.

I am running Spaceman on M1 Pro macOS 15.5. The blank window appeared only once at the first launch for me, after that, I was able to access its preferences.

erikmartinessanches avatar Jun 02 '25 11:06 erikmartinessanches

after that, I was able to access its preferences.

Accessing preferences is not what this issue is about. It’s about showing the blank window on startup, which the fork has not fixed.

gregorias avatar Jun 02 '25 15:06 gregorias

Hello all, I tried to fix the problem in the latest release of ruittenb/Spaceman. Could you please test v1.8.3? https://github.com/ruittenb/Spaceman/releases/tag/v1.8.3 I'm asking because I'm not running Sequoia.

ruittenb avatar Aug 05 '25 07:08 ruittenb