Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Point desktop to the right command, and make python aware of the CLI …
Browse files Browse the repository at this point in the history
…args early

to prevent the layout query dialog from popping up even though we do have one.
  • Loading branch information
ShadowKyogre committed Jan 8, 2013
1 parent 7dba123 commit 4e1e8ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QTarot.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
Exec=qtarot
Exec=qtarot.py
GenericName[en_US]=Simple Tarot Fortune Teller
GenericName=Simple Tarot Fortune Teller
Icon=qtarot
Expand Down
1 change: 1 addition & 0 deletions qtarot.py 100644 → 100755
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import sys
from qtarotlib import gui
gui.main()
2 changes: 1 addition & 1 deletion qtarotlib/__init__.py
Expand Up @@ -2,7 +2,7 @@

## METADATA ##
APPNAME="QTarot"
APPVERSION="0.5.2"
APPVERSION="0.5.3"
AUTHOR="ShadowKyogre"
DESCRIPTION="A simple tarot fortune teller."
YEAR="2013"
Expand Down

0 comments on commit 4e1e8ef

Please sign in to comment.