Show size of current inter-VM clipboard in Ctrl-Shift-C notification message
Fix copy/paste error QubesOS/qubes-issues#2825
This commit is contained in:
parent
9c284ebedb
commit
c2a340698e
@ -109,6 +109,7 @@ class QubesManagerFileWatcher(ProcessEvent):
|
|||||||
" VM's clipboard.</small>")).format(
|
" VM's clipboard.</small>")).format(
|
||||||
src_vmname, get_qubes_clipboard_formatted_size()),
|
src_vmname, get_qubes_clipboard_formatted_size()),
|
||||||
msecs=3000)
|
msecs=3000)
|
||||||
|
src_info_file.close()
|
||||||
|
|
||||||
def process_IN_CREATE(self, event):
|
def process_IN_CREATE(self, event):
|
||||||
if event.name == os.path.basename(qubes_clipboard_info_file):
|
if event.name == os.path.basename(qubes_clipboard_info_file):
|
||||||
|
Loading…
Reference in New Issue
Block a user