浏览代码

Show size of current inter-VM clipboard in Ctrl-Shift-C notification message

Fix copy/paste error

QubesOS/qubes-issues#2825
itinerarium 7 年之前
父节点
当前提交
c2a340698e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      qubesmanager/main.py

+ 1 - 0
qubesmanager/main.py

@@ -109,6 +109,7 @@ class QubesManagerFileWatcher(ProcessEvent):
                     " VM's clipboard.</small>")).format(
                         src_vmname, get_qubes_clipboard_formatted_size()),
                         msecs=3000)
+            src_info_file.close()
 
     def process_IN_CREATE(self, event):
         if event.name == os.path.basename(qubes_clipboard_info_file):