[Bug 1753074] [NEW] ubuntu-bug -w cannot select terminal or control center window

2018-03-03 Thread Remon Huijts
Public bug reported: If I run ubuntu-bug -w and close the dialog, my cursor changes to a cross hair if I hover over, for example, a Firefox window, but it does not when I hover over a Terminal window or the Gnome Control Center window. Clicking on those windows does not activate the bug

[Bug 1753070] [NEW] Cannot restore default alert sound (Ubuntu bell)

2018-03-03 Thread Remon Huijts
Public bug reported: After changing the default alert sound in Settings > Sound > Sound Effects, I cannot restore the alert sound to the Ubuntu 17.10 default. Gnome Control Center version: 1:3.26.2-0ubuntu0.2 There are five options in the Sound Effects tab: Default, Bark, Drip, Glass and Sonar.

[Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2017-07-30 Thread Remon Huijts
This bug affected me with Ubuntu 17.04 on a Dell D630 laptop as well. I applied the workaround that was suggested on the mentioned Arch forum thread (disabling S-video). Add "video=SVIDEO-1:d" to the kernel boot options in /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash

[Bug 1195189] Re: tomcat7-instance-create instances not compatible with Eclipse

2016-10-09 Thread Remon Huijts
** Also affects: tomcat8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1195189 Title: tomcat7-instance-create instances not compatible with

[Bug 893827] [NEW] whitespace after an img tag within an a tag is underlined

2011-11-22 Thread Remon Huijts
Public bug reported: The code below renders with an underlined whitespace after the first and second image but not after the last image. The image links should be displayed without underlined whitespace, as is the case when no whitespace is added in the source code. This bug occurred right after

[Bug 893827] Re: whitespace after an img tag within an a tag is underlined

2011-11-22 Thread Remon Huijts
** Attachment added: Screenshot of the underlined whitespace https://bugs.launchpad.net/bugs/893827/+attachment/2605472/+files/underlined_whitespace.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 893827] Re: whitespace after an img tag within an a tag is underlined

2011-11-22 Thread Remon Huijts
Just installed Chromium [14.0.835.202 (Developer Build 103287 Linux) Ubuntu 11.04] to check, and it also displays the unwanted underlines. But when viewed in my Android phone browser, the display is correct, without underlined whitespaces. -- You received this bug notification because you are a

[Bug 893827] Re: whitespace after an img tag within an a tag is underlined

2011-11-22 Thread Remon Huijts
To verify that I am not going crazy (yet), I just installed the older 3.6 version of Firefox. It displays the images as expected, without underlined whitespaces. I tried specifying several different doctypes (4.01 strict, html5), but Firefox 8 won't ignore the whitespace. The specs say it should

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Remon Huijts
@victorz: That (Gnome?) version allowed some HTML tags as well, but I need them less than the ISO 8601 week number, which is the standard in my country (The Netherlands). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 775113] Re: Custom time format in datetime applet cannot handle week number.

2011-08-31 Thread Remon Huijts
%W works in my format, but %U and %V don't. They blank the whole datetime display, although the required space is still reserved. %a %d-%m-%Y (Wk%V) %H:%M:%S displays nothing, but is equally wide as %a %d-%m-%Y (Wk%W) %H:%M:%S which displays the correct date and time on my system (but I

[Bug 775113] Re: Custom time format in datetime applet cannot handle week number.

2011-08-31 Thread Remon Huijts
Bug #730476: In the code, measuring is done using the strftime function while the rendering uses g_date_time_format. It seems these two functions use different parts of the locale settings. g_date_time_format does not support %V or %U:

[Bug 730476] Re: Part of the time appears cut off when displaying the day of the week and date

2011-08-31 Thread Remon Huijts
In the code, measuring is done using the strftime function while the rendering uses g_date_time_format. It seems these two functions use different parts of the locale settings. This explains Bug #775113 as well. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 775113] Re: Custom time format in datetime applet cannot handle some format specifiers

2011-08-31 Thread Remon Huijts
If it is impossible or undesirable to use strftime() instead of g_date_time_format() in the rendering, then this bug is a documentation issue. The summary for the custom-time-format field in the dconf-editor clearly states that strftime() is used. Summary: The format string passed to strftime