[GH-ISSUE #34] psst-gui, Windows: Is this normal? First-launch results in settings #26

Closed
opened 2026-02-28 14:30:04 +03:00 by kerem · 4 comments
Owner

Originally created by @IngwiePhoenix on GitHub (Feb 17, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/34

I just git clone --recursive'd this repository and ran cargo build on it to get myself started. Unfortunately, it feels like something is missing.

Upon launching the app, I only get to see the settings view - and it feels cut off.

image

Did I skip a step somewhere?

Originally created by @IngwiePhoenix on GitHub (Feb 17, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/34 I just `git clone --recursive`'d this repository and ran `cargo build` on it to get myself started. Unfortunately, it feels like something is missing. Upon launching the app, I only get to see the settings view - and it feels cut off. ![image](https://user-images.githubusercontent.com/2893716/108200626-006cfe80-711f-11eb-8837-2b6131cc1017.png) Did I skip a step somewhere?
kerem 2026-02-28 14:30:04 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Kesefon commented on GitHub (Feb 19, 2021):

The Save button seems to be missing on Windows.
psst3

A workaround is to manually create the config file at
C:\Users\<username>\AppData\Roaming\Psst\config.json
with this content:
{ "username": "Kesefon", "password": "password123" }

Originally posted by @Kesefon in https://github.com/jpochyla/psst/issues/3#issuecomment-765464444

A proper fix would be to make the window larger.

<!-- gh-comment-id:782120781 --> @Kesefon commented on GitHub (Feb 19, 2021): The Save button seems to be missing on Windows. ![psst3](https://user-images.githubusercontent.com/19211219/105505890-c3515000-5cc9-11eb-949d-2c3d36364355.png) A workaround is to manually create the config file at `C:\Users\<username>\AppData\Roaming\Psst\config.json` with this content: `{ "username": "Kesefon", "password": "password123" }` _Originally posted by @Kesefon in https://github.com/jpochyla/psst/issues/3#issuecomment-765464444_ A proper fix would be to make the window larger.
Author
Owner

@jpochyla commented on GitHub (Feb 23, 2021):

Hi, thanks for the report, sorry about the delay. Unfortunately I develop and test the app only on Mac so far, so these issues pop up from time to time. Fix incoming.

<!-- gh-comment-id:784435427 --> @jpochyla commented on GitHub (Feb 23, 2021): Hi, thanks for the report, sorry about the delay. Unfortunately I develop and test the app only on Mac so far, so these issues pop up from time to time. Fix incoming.
Author
Owner

@jpochyla commented on GitHub (Mar 10, 2021):

So! Until we can remove the menus (they are needed right now for copy&paste to work), I'll make the Preferences window size itself by the content, so it will fix this. In the future, we can rid of the menus completely, as they're ugly and useless.

<!-- gh-comment-id:795414126 --> @jpochyla commented on GitHub (Mar 10, 2021): So! Until we can remove the menus (they are needed right now for copy&paste to work), I'll make the Preferences window size itself by the content, so it will fix this. In the future, we can rid of the menus completely, as they're ugly and useless.
Author
Owner

@jpochyla commented on GitHub (Mar 14, 2021):

Should be fixed in 0bb5258, I haven't tested on windows, though. Please reopen in case of any similar issues.

<!-- gh-comment-id:798874988 --> @jpochyla commented on GitHub (Mar 14, 2021): Should be fixed in 0bb5258, I haven't tested on windows, though. Please reopen in case of any similar issues.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#26
No description provided.