Jean-Philippe Ouellet
f6e00adebe
Make inter-appviewer lock permissions consistent
...
Currently in gui-daemon/xside.c (only other holder of the lock):
g->inter_appviewer_lock_fd = open("/var/run/qubes/appviewer.lock",
O_RDWR | O_CREAT, 0666);
...
/* ignore possible errors */
fchmod(g->inter_appviewer_lock_fd, 0666);
2016-11-26 14:42:31 -05:00
Marek Marczykowski-Górecki
04c0f4472a
log_dialog: display only last 1MB of log, force it plain text
2014-05-05 02:15:01 +02:00
Marek Marczykowski-Górecki
3ea49b5192
Remove trailing semicolons
2014-02-23 00:44:08 +01:00
Marek Marczykowski
59dcefefe1
The Underscores Revolution: qubes-clipboard filename
2013-03-19 13:22:31 +01:00
Marek Marczykowski
69a2ac62fb
use any python2, not explicit python2.6
...
Especially allow python2.7.
2013-01-23 15:55:14 +01:00
Agnieszka Kostrzewa
c78d382f26
One click copy logs to Qubes clipboard ( #543 )
2012-05-10 13:40:27 +02:00
Agnieszka Kostrzewa
7890aac8e8
Log dialog with 'copy-clipboard-to-qubes-clipboard'( #543 )
2012-05-10 13:17:24 +02:00