Package: gmrun / 0.9.2-3

Metadata

Package Version Patches format
gmrun 0.9.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 escaping.patch | (download)

src/gtkcompletionline.cc | 9 3 + 6 - 0 !
1 file changed, 3 insertions(+), 6 deletions(-)

 correct escaping of characters
20 includes.patch | (download)

src/prefs.cc | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include missing headers
30 fix gcc 4.3 build.patch | (download)

src/ci_string.h | 1 1 + 0 - 0 !
src/gtkcompletionline.cc | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 include missing headers
40 history_string.patch | (download)

src/history.cc | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 handle more than 256 characters in the history
50 empty history.patch | (download)

src/history.cc | 18 10 + 8 - 0 !
1 file changed, 10 insertions(+), 8 deletions(-)

 don't create an empty history file when history=0
60 fix_gtkcompletionline.patch | (download)

src/gtkcompletionline.cc | 28 2 + 26 - 0 !
1 file changed, 2 insertions(+), 26 deletions(-)

 replace my_alphasort with glibc's alphasort
70 cmdline.patch | (download)

src/main.cc | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add support for command line argument as initial content
80 selectoption.patch | (download)

src/main.cc | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 add "selected" config option
90 window_placement.patch | (download)

src/main.cc | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 support centering the gmrun window
 If the user hasn't set any position prefs (Top or Left directives), then
 center the window
Bug-Debian: https://bugs.debian.org/471319
100 gmrunrc.patch | (download)

config/gmrunrc | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 update gmrunrc for debian
 * Use x-terminal-emulator and x-www-browser
 * place the window in the center by default (remove Top/Left)
 * Add default URL_https handler (x-www-browser)
return type gtk_completion_line_get_type.patch | (download)

src/gtkcompletionline.cc | 4 2 + 2 - 0 !
src/gtkcompletionline.h | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix return type of gtk_completion_line_get_type
 Patch from fedora was slightly modified (parts dropped, fuzz fixed) to apply on
 top of Debian package by Andreas Henriksson <andreas@fatal.se>
handle unavailable environment variables.patch | (download)

src/gtkcompletionline.cc | 4 3 + 1 - 0 !
src/prefs.cc | 17 10 + 7 - 0 !
2 files changed, 13 insertions(+), 8 deletions(-)

 handle unavailable environment variables
 fix gmrun crash when the enivornment variables HOME and PATH are not available