← Back to team overview

ubuntu-hams-devel team mailing list archive

[Bug 1014919] Re: Remarks field not displayed in xlog QSO entry form in Ubuntu 12.04

 

I have a fix in my sandbox!  It is a one line addition to
src/gui_mainwindow.c.  It will be released as version 2.0.7.  I tried it
with Unity and Ubuntu 12.10 and it works for me.

	remscr = gtk_scrolled_window_new (NULL, NULL);
+	gtk_widget_set_size_request (remscr, 100, 60);
	gtk_container_add (GTK_CONTAINER (rembox2), remscr);

If you hack your xlog 2.0.6 sources, please let me know if this fix
works for you (or not).

Thanks,

Andy
xlog maintainer


** Changed in: xlog (Ubuntu)
       Status: Triaged => Confirmed

** Changed in: xlog (Ubuntu)
     Assignee: (unassigned) => AndyWLUG (andystewart)

-- 
You received this bug notification because you are a member of Ubuntu
ham developers, which is subscribed to xlog in Ubuntu.
https://bugs.launchpad.net/bugs/1014919

Title:
  Remarks field not displayed in xlog QSO entry form in Ubuntu 12.04

Status in “overlay-scrollbar” package in Ubuntu:
  Confirmed
Status in “xlog” package in Ubuntu:
  Confirmed

Bug description:
  The Remarks field is not displayed in the xlog QSO Entry form in
  Ubuntu 12.04  Data can be successfully entered by mouse clicking over
  the"Remarks" Field.  Text can be then typed and, although not
  displayed in the QSO Entry form, can be successfully saved. The saved
  text is then visible in the Saved QSO List.

  The same problem is noted using Unity, Gnome, Gnome Classic, Xfce and
  KDE desktops with Ubuntu 12.04 i-386 32 bit desktop version.  My
  computer is a Lenovo T61p Thinkpad with an Intel processor with Nvidia
  graphics chip.  xlog is v 2.0.5-2  I installed a previous version, I
  think 2.0.2 and found the same problem.

  I just created a Linux Mint 13 DVD with Cinnamon Desktop, which is
  built on Ubuntu, and the Remarks entry field is properly displayed
  when xlog is run from the Live DVD.

  I have read a report that this problem has existed since Ubuntu 11.10.

  I looked through the xlog C source code. Though not a skilled C
  programmer, it appears to me that the problem is not in the xlog
  source but maybe in the GTK+ library function which is called to draw
  the display box.

  Is there a workaround for this problem?  Not being able to enter
  Remarks severely limits the use of this program for my needs.

  Thank you.
  Damon Raphael, W7MD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/1014919/+subscriptions


References