4

I noticed this strange bug on Ubuntu. When I open a terminal and select -> Edit-> Profile Preferences, I get the window as shown below . The double quotes are not being displayed properly, and I do not know why. Please help me to solve this bug.

enter image description here

EDIT:

  • out put of echo $LANG : en_IN
  • During The installation, I connect to internet and set my location to Bangalore-ಬೆಂಗಳೂರು (India)

UPDATE :

I noticed something even more weird, This happens to all the windows with " ", but NOT in FULL SCREEN Mode

enter image description here

But when the same window is made fullscreen :

enter image description here

Most Important:

  • YES!, This Error Exists even in all the Virtual-Machines(Ubuntu) in Virtual-box (both host and VM)

  • NO! This error does not happen when I boot from a LIVE-USB (Ubuntu)

No Luck with Fresh Installation:

With no other Options Left, I Completely removed my current 14.04 Ubuntu, Formatted my Hard disk and Installed Ubuntu 15.10 , Installed Nothing on it - First thing I did is Check this Error. YES! But quite different this time enter image description here

Severus Tux
  • 9,866
  • If this is a clean install of Ubuntu, and you did not modify any settings of the Gnome Terminal, then I would call this a bug, and should be reported as such. – blade19899 Feb 11 '16 at 15:37
  • what is your desktop environment? what is the output of echo $LANG ? what system font are you using? – j0h Feb 11 '16 at 15:55
  • @joh Thanks for showing interest , I have Updated the question as you said :) – Severus Tux Feb 11 '16 at 16:02
  • Works alright for me. Are you using a language input other than english ? – Sergiy Kolodyazhnyy Feb 11 '16 at 16:06
  • @Serg I am using English language. In Language support, In the language tab "Language for Menus and Windows" is English (United States) . But In 'Regional Formats' tab, 'Display numbers-dates-currency'is English (India) – Severus Tux Feb 11 '16 at 16:13
  • Try altering the environment variable LC_ALL=C in terminal, and then try changing the title – Sergiy Kolodyazhnyy Feb 11 '16 at 16:31
  • @Serg I didn't fully understand what you are referring to.. could you please provide me some more explanation? :-) – Severus Tux Feb 12 '16 at 15:17
  • @blade19899 Question Updated :-) Is this a bug? should I report it? But again, this does not happen on a Live-USB. Thanks in advance – Severus Tux Feb 12 '16 at 19:40

1 Answers1

1

This minor issue appears due to your regional language settings. When you switch the regional settings to English (United States), the double quotes are displayed correctly after logging out and back in. During the installation process you selected Bangalore as your location. That is the reason why it is displayed in the wrong way. You have to decide what is more important for you, living with this little minor issue and having your regional settings including the Indian currency set in the correct way, or having set and using the foreign language English as default language.

You may want to consider to file a bug report on Launchpad for getting this solved in the future editions of Ubuntu. Maybe other users are annoyed about this issue as well and confirm the bug.

Here you find the information you need, how to report bugs on Launchpad : How to report bugs

cl-netbox
  • 31,163
  • 7
  • 94
  • 131
  • Thank you :) this solved my problem. And also... I managed to get both 'Indian' and 'Double-quotes' properly by setting my location to "kolkata" (another place in India). I think "Bangalore-ಬೆಂಗಳೂರು" was the problem. Your answer helped me to solve this :) – Severus Tux Feb 14 '16 at 11:09