Skip to content

Commit

Permalink
xorgwizard: show video report in gtk window..
Browse files Browse the repository at this point in the history
  • Loading branch information
wdlkmpx committed Jun 3, 2018
1 parent 4cb8095 commit fdafac5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions woof-code/rootfs-skeleton/usr/bin/gtk_text_info
@@ -0,0 +1,11 @@
#!/bin/sh

if [ ! "$1" ] ; then
echo "Syntax: $0 <input_command>"
exit 1
fi

eval "$*" | yad --text-info --title="$*" \
--borders="4" --wrap --width="640" --height="480" \
--fore="#000000" --back="#EFFAFF" --margins=10 \
--tail --window-icon=dialog-info
2 changes: 1 addition & 1 deletion woof-code/rootfs-skeleton/usr/sbin/xorgwizard
Expand Up @@ -562,7 +562,7 @@ GLXGEARSBUTTON='<button space-expand="false" space-fill="false">
REPORTVIDEOBUTTON='<button space-expand="false" space-fill="false">
'"`/usr/lib/gtkdialog/xml_button-icon /usr/share/pixmaps/puppy/clipboard.svg`"'
<label>'$(gettext "report-video...")'</label>
<action>xterm -hold -e report-video &</action>
<action>gtk_text_info report-video &</action>
</button>'


Expand Down

0 comments on commit fdafac5

Please sign in to comment.