mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #39] Impossible to open Preferences on Linux and Windows #29
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shiftgeist on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/39
rn the window looks like this:
I have not jet found a way to open the settings menu. Light theme hurts 😄 ☢️
I could imagine something like
psst-gui --theme=dark.psst-gui --helpdoesn't seam to be a thing yet since it start the gui normally.Environment:
Debian 10 (installed via
.debpackage)Version:
562f9df(Mar 10, 2021)@jpochyla commented on GitHub (Mar 11, 2021):
Haha, we should definitely fix this, at the very least the shortcuts should work! Sorry, there isn't any command line handling yet, correct. In the meantime, you can switch the theme in the JSON config file. The path should get printed in the logs.
BTW, most of GTK apps on Linux don't use an application menu anymore, and the global (Mac-like) menu from the old Ubuntu days isn't used either, correct? We could add a hamburger icon to the top-right corner with a context menu for Linux and Windows.
@shiftgeist commented on GitHub (Mar 11, 2021):
Application menu is available in Gnome, but it gets complicated/"i don't know" how when there is a custom desktop environment like dwm envolved.
Hamburger sounds good (food and menu!).
@jpochyla commented on GitHub (Mar 11, 2021):
Oh and while we are at it, the tofu □ characters in place of emojis should get solved soon in Druid (by switching to Pango text rendering.)
@jpochyla commented on GitHub (Mar 14, 2021):
Fixed in
0bb5258, I've added just a "Show Preferences" button instead of a full hamburger, as we don't have anything else to put there now :)@shiftgeist commented on GitHub (Mar 14, 2021):
The icon(s?) looks overlayed on windows, not shure if intentional.