NunoSempere
af208844b5
In particular, stop using the installation directory for anything and instead move to /opt/rosenrot The user specific cache remains at /home/user/.cache
10 lines
186 B
Desktop File
Executable File
10 lines
186 B
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Terminal=false
|
|
Exec=/bin/rose %u
|
|
Name=Rose
|
|
Comment=Minimalistic browser
|
|
Icon=/opt/rosenrot/rosenrot-desktop-icon.png
|