mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 22:17:52 -05:00
Fix quotes in Libation.desktop Exec command
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Libation
|
||||
Exec=sh -c 'export WEBKIT_DISABLE_COMPOSITING_MODE=1; libation'
|
||||
Exec=env WEBKIT_DISABLE_COMPOSITING_MODE=1 libation
|
||||
Icon=libation
|
||||
Comment=Liberate your Audiobooks
|
||||
Terminal=false
|
||||
|
||||
Reference in New Issue
Block a user