Skip to content

Commit

Permalink
Merge pull request #25 from yakimka/wayland_icon
Browse files Browse the repository at this point in the history
Application icon for wayland session
  • Loading branch information
yakimka authored Feb 2, 2022
2 parents e068383 + 9a21109 commit 30abad8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,10 @@ jobs:
run: >-
python -m
pip install
build
wheel
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
run: python setup.py sdist bdist_wheel
# - name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
Expand Down
4 changes: 1 addition & 3 deletions CherryTomato/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""
Easy to use, flexible PyQt5 Pomodoro Technique timer.
"""
"""Easy to use, flexible PyQt5 Pomodoro Technique timer."""

import os

Expand Down
3 changes: 3 additions & 0 deletions CherryTomato/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ def main():

app = Qt.QApplication(sys.argv)

# https://bugs.documentfoundation.org/show_bug.cgi?id=125934
app.setDesktopFileName('cherrytomato.desktop')

settings = CherryTomatoSettings.createQT()

if not settings.useSystemFont:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

* Arch Linux
* KDE5
* Xorg X server
* Xorg X server | Wayland session
* FullHD Display
* Python 3.7, 3.8, 3.9

Expand Down

0 comments on commit 30abad8

Please sign in to comment.