[Bug 1561284] Re: man pages are not displayed correctly

2016-03-31 Thread mathematatin
Yep, it looks like that was it. Black was set to bold.

I didn't change my profile preferences so why would I think the problem
would lie there?. The upgrade to 15.10 did something to my preferences.
At least now I know to investigate the preferences before opening a
ticket.

Thanks for your help!

** Changed in: man-db (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: gnome-terminal (Ubuntu)
   Status: New => Invalid

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

Title:
  man pages are not displayed correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1561284/+subscriptions

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


[Bug 1561284] Re: man pages are not displayed correctly

2016-03-31 Thread mathematatin
** Also affects: gnome-terminal (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/1561284

Title:
  man pages are not displayed correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1561284/+subscriptions

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


[Bug 1561284] Re: man pages are not displayed correctly

2016-03-24 Thread mathematatin
I'm using GNOME terminal.
thomas@my-work-computer:~$ gnome-terminal --version
GNOME Terminal 3.16.2

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

Title:
  man pages are not displayed correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1561284/+subscriptions

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


[Bug 1561284] [NEW] man pages are not displayed correctly

2016-03-23 Thread mathematatin
Public bug reported:

Many man pages are not displayed correctly. For example, "man bash" or
"man 3 printf" do not display correctly.

If I do "man 3 printf" and copy/paste the output (below), the output
looks normal, but it does not look normal in my terminal screen! It is
totally messed up!

This just started after I upgraded from Ubuntu 15.04 to 15.10. I have
been using Ubuntu for years, and I have never had any problem with the
display of the man pages until now.

I took a screenshot of my terminal page to show how it looks and
attached it along with the man debug output.

Copy/paste output snippet:

PRINTF(3)
Linux Programmer's Manual
PRINTF(3)

NAME
   printf, fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, 
vsnprintf - formatted output conversion

SYNOPSIS
   #include 

   int printf(const char *format, ...);
   int fprintf(FILE *stream, const char *format, ...);
   int sprintf(char *str, const char *format, ...);
   int snprintf(char *str, size_t size, const char *format, ...);

   #include 

   int vprintf(const char *format, va_list ap);
   int vfprintf(FILE *stream, const char *format, va_list ap);
   int vsprintf(char *str, const char *format, va_list ap);
   int vsnprintf(char *str, size_t size, const char *format, va_list ap);

   Feature Test Macro Requirements for glibc (see
feature_test_macros(7)):

   snprintf(), vsnprintf():
   _BSD_SOURCE || _XOPEN_SOURCE >= 500 || _ISOC99_SOURCE || 
_POSIX_C_SOURCE >= 200112L;
   or cc -std=c99

DESCRIPTION
   The  functions  in  the printf() family produce output according to a 
format as described below.  The functions printf() and vprintf() write output 
to stdout, the standard output stream; fprintf() and vfprintf() write
   output to the given output stream; sprintf(), snprintf(), vsprintf() and 
vsnprintf() write to the character string str.

   The functions snprintf() and vsnprintf() write at most size bytes
(including the terminating null byte ('\0')) to str.

   The functions vprintf(), vfprintf(), vsprintf(), vsnprintf() are 
equivalent to the functions printf(), fprintf(), sprintf(), snprintf(), 
respectively, except that they are called with a va_list instead of  a  variable
   number of arguments.  These functions do not call the va_end macro.  
Because they invoke the va_arg macro, the value of ap is undefined after the 
call.  See stdarg(3).

   These  eight  functions  write the output under the control of a format 
string that specifies how subsequent arguments (or arguments accessed via the 
variable-length argument facilities of stdarg(3)) are converted for
   output.

...

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: man-db 2.7.4-1
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Mar 23 20:25:16 2016
InstallationDate: Installed on 2015-06-11 (286 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: man-db
UpgradeStatus: Upgraded to wily on 2016-03-17 (6 days ago)

** Affects: man-db (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

** Attachment added: "Contains screenshot of terminal and man debug output"
   
https://bugs.launchpad.net/bugs/1561284/+attachment/4609256/+files/man_3_printf.tar.gz

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

Title:
  man pages are not displayed correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1561284/+subscriptions

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


[Bug 762349] Re: Difficult to distinguish which tab is selected

2015-06-12 Thread mathematatin
Now the problem seems worse in 15.04 than it did in 14.04. Both use
different outlines for the active tab which only helps a little. And

in 14.04 there is a *slight* color difference in the active tab making it 
*very* difficult to identify.
In 15.04 there is *no* color difference in the active tab making it nearly 
impossible to tell the difference!

This goes for all the tabbed programs: terminal, gedit, nautilus, etc.

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

Title:
  Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 1464321] Re: No sound output through docking station headphones jack for Dell Latitude E5450

2015-06-12 Thread mathematatin
The icon on the docking station looks like headphones. It does *not*
look like a headset or a line out. Attaching image.

** Attachment added: Picture of the docking station headphones jack
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1464321/+attachment/4414017/+files/docking_station.jpg

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

Title:
  No sound output through docking station headphones jack for Dell
  Latitude E5450

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1464321/+subscriptions

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


[Bug 1464321] [NEW] No sound output through docking station headphones jack for Dell Latitude E5450

2015-06-11 Thread mathematatin
Public bug reported:

1) Release: 15.04

2) I do not know the package or version.

3) Expected: I expect sound to be output from the speaker that is
connected to the headphones jack of my docking station.

4) Actual: No sound output at all.

I have this problem with my new computer: Dell Latitude E5450/5450 (Late
2014) Service Tag: 4W7RQ32. I can confirm that the docking station and
speaker both work, as I did not have this problem on my older Dell
Latitude E5420 (Early 2011) Service Tag: 1WW25S1 running Ubuntu version
14.04LTS

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  thomas 1574 F pulseaudio
 /dev/snd/controlC2:  thomas 1574 F pulseaudio
 /dev/snd/controlC1:  thomas 1574 F pulseaudio
CurrentDesktop: Unity
Date: Thu Jun 11 11:10:28 2015
InstallationDate: Installed on 2015-06-11 (0 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  thomas 1574 F pulseaudio
 /dev/snd/controlC2:  thomas 1574 F pulseaudio
 /dev/snd/controlC1:  thomas 1574 F pulseaudio
Symptom_Jack: Green Line Out, Rear, Docking station
Symptom_Type: No sound at all
Title: [Latitude E5450, Realtek ALC3235, Green Line Out, Rear, Docking station] 
No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/10/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 09X6YN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd04/10/2015:svnDellInc.:pnLatitudeE5450:pvr01:rvnDellInc.:rn09X6YN:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5450
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

** Summary changed:

- No sound output through docking station headphone jack for Dell Latitude E5450
+ No sound output through docking station headphones jack for Dell Latitude 
E5450

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

Title:
  No sound output through docking station headphones jack for Dell
  Latitude E5450

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1464321/+subscriptions

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