Skip to content

Commit

Permalink
guivm: fix PDF opener service
Browse files Browse the repository at this point in the history
This resolves PDFs not opening on Chromium.

Signed-off-by: Humaid Alqasimi <[email protected]>
  • Loading branch information
humaidq-tii authored and brianmcgillion committed Mar 12, 2024
1 parent a53f886 commit 178305c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/lenovo-x1/guivmExtraModules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
services."pdf@" = {
description = "PDF opener";
serviceConfig = {
ExecStart = "${openPdf}/bin/openpdf";
ExecStart = "${openPdf}/bin/openPdf";
StandardInput = "socket";
StandardOutput = "journal";
StandardError = "journal";
Expand Down

0 comments on commit 178305c

Please sign in to comment.