Package: wine
Version: 0.9.12-1
Severity: wishlist
Tags: patch
Hi,
the wine script pops up a number of dialog boxes ("program exited with
failure status" and so on) that are totally unusable without a mouse.
Thats too much Windows compatibility ;)
Ideally, the dialogs should be fully keyboard-driveable. Implementing
that is beyond my skill level however, so I wrote a patch that at least
supplies a sensible (I hope, feel free to change them if you disagree)
default action upon pressing enter.
regards,
Jan
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Versions of packages wine depends on:
ii debconf [debconf-2.0] 1.5.1 Debian configuration management sy
ii libwine 0.9.12-1 Windows API Implementation (Librar
ii xbase-clients 1:7.0.1-2 miscellaneous X clients
Versions of packages wine recommends:
pn msttcorefonts <none> (no description available)
pn wine-utils <none> (no description available)
-- debconf information excluded
263a264
> -default " Okay " \
304a306
> -default " Dismiss " \
353a356
> -default " Okay " \
426a430,431
> DEFAULT=' Okay '
>
465c470
< $XMESSAGE -title "Wine Finished With Error" -buttons "$BUTTONS"
"$MESSAGE" 2>/dev/null
---
> $XMESSAGE -title "Wine Finished With Error" -buttons "$BUTTONS"
> -default "$DEFAULT" "$MESSAGE" 2>/dev/null
485c490
< $XMESSAGE -title "View Wine Log" -file "$log_name" -buttons "
Okay ":0,"Delete $log_name":1
---
> $XMESSAGE -title "View Wine Log" -file "$log_name" -buttons "
> Okay ":0,"Delete $log_name":1 -default " Okay "
505c510,512
< by removing the $debug_flag file." -buttons " Okay ":0," Cancel
":1
---
> by removing the $debug_flag file." \
> -buttons " Okay ":0," Cancel ":1 \
> -default " Okay "