Skip to content

updating versions in Linux #719

Answered by vkbo
relogi asked this question in Help
Mar 23, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I guess the simplest solution is to look what the path in the novelwriter.desktop file points to. The file should be in either ~/.local/share/applications or in /usr/share/applications/. It is not clear from your description where you're clicking the icon from. It may also be a copy of an older version of the .desktop file.

Basically, running these two commands from command line:

cat ~/.local/share/applications/novelwriter.desktop
cat /usr/share/applications/novelwriter.desktop

Should produce at least one result. The Exec= line should reveal where it is pointing.

The setup.py install command copies novelWriter to the system's Python package location. This is not really intended for stand…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@relogi
Comment options

@vkbo
Comment options

vkbo Mar 23, 2021
Maintainer

Answer selected by relogi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants