fix booleans
This commit is contained in:
@@ -64,12 +64,12 @@
|
|||||||
(Comment . "Your web, the way you like it")
|
(Comment . "Your web, the way you like it")
|
||||||
(Exec . ,exec-path) ;; Precomputed value
|
(Exec . ,exec-path) ;; Precomputed value
|
||||||
(Icon . ,icon-path) ;; Precomputed value
|
(Icon . ,icon-path) ;; Precomputed value
|
||||||
(Terminal . #f)
|
(Terminal . false)
|
||||||
(Type . "Application")
|
(Type . "Application")
|
||||||
(StartupWMClass . "Floorp")
|
(StartupWMClass . "Floorp")
|
||||||
(MimeType . "text/html;text/xml;application/xhtml+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;")
|
(MimeType . "text/html;text/xml;application/xhtml+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;")
|
||||||
(Startup-Notify . #t)
|
(Startup-Notify . true)
|
||||||
(X-MultipleArgs . #f)
|
(X-MultipleArgs . false)
|
||||||
(X-Desktop-File-Install-Version . "0.16")
|
(X-Desktop-File-Install-Version . "0.16")
|
||||||
(Categories . "Network;WebBrowser;")
|
(Categories . "Network;WebBrowser;")
|
||||||
(Encoding . "UTF-8")))
|
(Encoding . "UTF-8")))
|
||||||
|
|||||||
Reference in New Issue
Block a user