Package: nemiver
Version: 0.9.5-2
Severity: normal
Tags: patch
Dear Maintainer,
I've stumbled upon a nuisance when working with nemiver.
The dialog for opening a source file does not expand the file browser
making selecting a source file for debugging quite cumbersome.
I've fixed the bug in openfiledialog.ui with the following modifications:
--- nemiver-0.9.5.orig/src/persp/dbgperspective/ui/openfiledialog.ui
+++ nemiver-0.9.5/src/persp/dbgperspective/ui/openfiledialog.ui
@@ -91,11 +91,15 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
best regards
Armin
-- System Information:
Debian Release: 8.0
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages nemiver depends on:
ii dconf-gsettings-backend [gsettings-backend] 0.22.0-1
ii gdb 7.7.1+dfsg-5
ii gsettings-desktop-schemas 3.14.1-1
ii libatk1.0-0 2.14.0-1
ii libatkmm-1.6-1 2.22.7-2.1
ii libc6 2.19-18
ii libcairo-gobject2 1.14.0-2.1
ii libcairo2 1.14.0-2.1
ii libcairomm-1.0-1 1.10.0-1.1
ii libgcc1 1:4.9.2-10
ii libgdk-pixbuf2.0-0 2.31.1-2+b1
ii libglib2.0-0 2.42.1-1
ii libglibmm-2.4-1c2a 2.42.0-1
ii libgtk-3-0 3.14.5-1
ii libgtkhex-3-0 3.10.1-1
ii libgtkmm-3.0-1 3.14.0-1
ii libgtksourceview-3.0-1 3.14.1-1
ii libgtksourceviewmm-3.0-0 3.2.0-2
ii libgtop2-7 2.28.5-2+b1
ii libpango-1.0-0 1.36.8-3
ii libpangocairo-1.0-0 1.36.8-3
ii libpangomm-1.4-1 2.34.0-1.1
ii libsigc++-2.0-0c2a 2.4.0-1
ii libsqlite3-0 3.8.7.1-1
ii libstdc++6 4.9.2-10
ii libvte-2.90-9 1:0.36.3-1
ii libx11-6 2:1.6.2-3
ii libxext6 2:1.3.3-1
ii libxml2 2.9.1+dfsg1-5
nemiver recommends no packages.
nemiver suggests no packages.
-- no debconf information
Description: Expands the file browser in the open source file dialog.
The file selector did not fill the dialog making selecting files quite
difficult.
.
nemiver (0.9.5-2) unstable; urgency=medium
.
* Add missing gsettings-desktop-schemas dependency
(Closes: #733078)
Author: Luca Bruno <[email protected]>
Bug-Debian: https://bugs.debian.org/733078
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- nemiver-0.9.5.orig/src/persp/dbgperspective/ui/openfiledialog.ui
+++ nemiver-0.9.5/src/persp/dbgperspective/ui/openfiledialog.ui
@@ -91,11 +91,15 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>