Skip to content

Commit

Permalink
slack: fix verbose logs
Browse files Browse the repository at this point in the history
By default, the desktop file of the Slack desktop client will output its
verbose logs to the system logs. To fix this, the '-s' flag which will
reduce the log level.
  • Loading branch information
eliandoran authored and gador committed Feb 13, 2023
1 parent 69d7431 commit c87da42
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ let
# Fix the desktop link
substituteInPlace $out/share/applications/slack.desktop \
--replace /usr/bin/ $out/bin/ \
--replace /usr/share/ $out/share/
--replace /usr/share/ $out/share/ \
--replace bin/slack "bin/slack -s"
runHook postInstall
'';
Expand Down

0 comments on commit c87da42

Please sign in to comment.