forked from 3snowp7im/urn
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
When installing urn its binary gets stored in /usr/local/bin/
and the .desktop
in /usr/local/share/applications/
. it'd be more optimal to store these in user-level space, ~/.local/bin/
for the binary, and ~/.local/share/applications/
for the .desktop
file.
The application itself isnt likely going to be reinstalled a whole lot, so its not the biggest issue. however it also affects themes, which are meant to be installed and switched between without much restrictivness. Storing themes in ~/.local/share/urn/themes/
would be more intuitive since it doesnt require root access, and users would be more likely to figure out that path than /usr/local/share/urn/themes/
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers