Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nlpsuge committed Feb 26, 2023
1 parent 66cf0a6 commit dc1efca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions closeSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ var CloseSession = class {
(output) => {
this._log.info(`Succeed to send keys to close the windows of the previous app ${app.get_name()}. output: ${output}`);
}, (output) => {
// TODO ydotool.service might be inactive due to any reason, we can try to start the service first and send the shortcuts before notifying the the below failure to users
// In Fedora, start it via systemctl --user status ydotool.service
const msg = `Failed to send keys to close ${app.get_name()} via ydotool`;
this._log.error(new Error(`${msg}. output: ${output}`));
global.notify_error(`${msg}`, `${output}.`);
Expand Down

0 comments on commit dc1efca

Please sign in to comment.