We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8801418 commit dc30a7aCopy full SHA for dc30a7a
2 files changed
metadata.json
@@ -9,5 +9,5 @@
9
],
10
"url": "https://github.com/nlpsuge/gnome-shell-extension-another-window-session-manager",
11
"uuid": "another-window-session-manager@gmail.com",
12
- "version": 15
+ "version": 16
13
}
utils/fileUtils.js
@@ -104,6 +104,7 @@ function trashSession(sessionName) {
104
105
106
let trashed = false;
107
+ const sessionFilePath = GLib.build_filenamev([sessions_path, sessionName]);
108
try {
109
const sessionPathFile = Gio.File.new_for_path(sessionFilePath);
110
trashed = sessionPathFile.trash(null);
0 commit comments