-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* GUI: Add window icon. Signed-off-by: Slendi <[email protected]> * Fix Use resource file, make Pyinstaller work, make Windows taskbar work * Use icon for all windows * Fix on Wayland --------- Signed-off-by: Slendi <[email protected]> Co-authored-by: Raymond Li <[email protected]>
- Loading branch information
Showing
13 changed files
with
121 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ nexus.egg-info/ | |
**/__pycache__/ | ||
src/nexus/ui/*.py | ||
src/nexus/translations/ | ||
/resources_rc.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Comment=CharaChorder's all-in-one desktop app, supporting Linux, Windows, and macOS. | ||
Exec=nexus | ||
Icon=ui/images/icon.ico | ||
Name=nexus | ||
StartupNotify=true | ||
StartupWMClass=nexus | ||
Terminal=false | ||
Type=Application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""All-in-one cross-platform CharaChorder desktop app.""" | ||
|
||
__author__ = "CharaChorder" | ||
__version__ = "0.3.0" | ||
__id__ = "com.charachorder.nexus" | ||
__version__ = "0.4.0" |
Oops, something went wrong.