소스 검색

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):