[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2018-08-08 Thread Mauricio Ocón
I confim the issue in Ubuntu 16.04 LTS

daniel-underwood13's solution worked for me

$ sudo nano /usr/bin/dia

Change to

#!/bin/sh
#
# Wrapped that calls dia in integrated version
#

LIBOVERLAY_SCROLLBAR=0 dia-normal --integrated "$@"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2017-02-27 Thread Diego González
Same issue also confirmed on Ubuntu 16.04 LTS and 16.10.

The cleaner workaround I've achieved is to create a custom desktop entry with 
different file and app name (Name=Dia-X or whatever) on your 
"~/.local/share/applications/", adding "Exec=env LIBOVERLAY_SCROLLBAR=0 dia %F"
as mobidyc pointed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2015-12-06 Thread Surya Kumar
KEFIRis a light, refreshing and nutritionally sound drink. It is a
fermented milk beverage prepared by inoculating milk with kefir grains
popular in Nothern and Eastern Europe. Initially KEFIR was accidently
discovered http://theorganifigreenjuicereview.com/ when shepherds used
to carry milk in skin bags and the milk used to ferment by itself and
resulted into a carbonated drink. The introduction of kefir grains in
the milk changes its chemical structure and leads to fermentation
introducing a sour or tangy flavour to the beverage. The fermentation
process yields two by products viz. CO2 and ethanol (alcohol), thus
making it carbonated and a bit alcoholic*.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2015-02-17 Thread mobidyc
Issue confirmed on Ubuntu 14.04 LTS.

running dia through the command:
LIBOVERLAY_SCROLLBAR=0 dia

solves the issue.

As a complete workaround, you can edit the desktop entry file :
/usr/share/applications/dia.desktop

Exec=env LIBOVERLAY_SCROLLBAR=0 dia %F

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2015-02-11 Thread Adam Novak
I can confirm that the patch to /usr/bin/dia works on 12.04 as well. Can
we get the maintainer to update the package to include the patch?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2014-03-17 Thread Daniel-underwood13
I am still having the same issue with Ubuntu 13.10, Gnome Desktop and
Dia 0.97.2. I have fixed it by editing the start script /usr/bin/dia to
have the LIBOVERLAY_SCROLLBAR=0 before the dia launch. /usr/bin/dia is
now as follows:

#!/bin/sh
#
# Wrapped that calls dia in integrated version
#

LIBOVERLAY_SCROLLBAR=0 dia-normal --integrated $@

This fixes the issue with the comment boxes as far as I can tell and
still allows launching by calling dia from Alt+F2 or terminal.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2013-11-26 Thread Rob Parker
I too can confirm this bug with dia-gnome 0.97.2-5 on Ubuntu 12.04.3
(amd64).

I did however find another workaround - from http://osdir.com/ml/dia-
list/2013-09/msg00034.html - whereby starting Dia with an environmental
variable set to disable Ubuntu's overlay scrollbar does seem to stop the
unwanted behaviour.

Therefore it would appear to me that this bug could well be down to an
incompatibility between Dia and the aforementioned overlay scrollbar
('overlay-scrollbar'?).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2013-11-26 Thread Rob Parker
Relating to the link in my last comment, the email at which it points
appears to be from a GNOME bugzilla report -
https://bugzilla.gnome.org/show_bug.cgi?id=689162 - regarding the issue,
but that seems to be marked as a duplicate of
https://bugzilla.gnome.org/show_bug.cgi?id=662728 which appears to have
been closed with the conclusion that the root cause seems to be some
misbehaviour in overlay-scrollbar.

** Bug watch added: GNOME Bug Tracker #689162
   https://bugzilla.gnome.org/show_bug.cgi?id=689162

** Bug watch added: GNOME Bug Tracker #662728
   https://bugzilla.gnome.org/show_bug.cgi?id=662728

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2013-06-05 Thread Pedro Torruella
Yes I can confirm this wron behavior as well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2013-01-23 Thread Marco Sturiale
brianbourke75's solution doesn't work for me too!
Anyone can fix this problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2013-01-08 Thread Michael Bewley
brianbourke75's solution doesn't work for me (with property dialog open,
switching theme makes no difference to the comment field size).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2012-12-19 Thread brianbourke75
I also have an issue with the current state of the comment section.  As
an interesting note while I have the properties dialog open and then
switch themes to High Contrast this remedies the problem and you can
then revert back to your usual theme.  But if you switch to High
Contrast and open a new properties dialog the comment section reverts
back to the bugged state.  So it appears like the act of switching
remedies the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2012-09-19 Thread Michael Bewley
This is a pretty annoying bug... I see it exactly the same as the
original poster.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2012-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dia (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2012-06-11 Thread Brian Allbee
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2012-06-11 Thread Brian Allbee
Attaching screencaps...

** Attachment added: main class window
   
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+attachment/3184537/+files/dia-class-window.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2012-06-11 Thread Brian Allbee
** Attachment added: attributes tab
   
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+attachment/3184538/+files/dia-class-attributes.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011446] Re: UML drawing tools' comment fields are too small to be usable

2012-06-11 Thread Brian Allbee
** Attachment added: operations tab
   
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+attachment/3184539/+files/dia-class-operations.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011446

Title:
  UML drawing tools' comment fields are too small to be usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1011446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs