[Bug 678421] Re: Error message for a faulty ~/.profile script

2015-01-21 Thread Gunnar Hjalmarsson
gdm 3.10.0.1-0ubuntu3.1 was successfully installed and run by Magnus Ewert. Magnus confirms that the behavior in case of a syntax error in ~/.profile has changed in accordance with the test case in the bug description. ** Tags added: verification-done-trusty-gdm verification-done-trusty- lightdm

[Bug 678421] Re: Error message for a faulty ~/.profile script

2015-01-21 Thread Gunnar Hjalmarsson
Thanks for the correction, Brian. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/678421 Title: Error message for a faulty ~/.profile script To manage notifications about this bug go

[Bug 1360756] Re: The URI ‘help:ubuntu-help/index’ does not point to a valid page.

2015-01-19 Thread Gunnar Hjalmarsson
I'm not able to reproduce the problem on my 14.10. In a terminal window both yelp and yelp help:ubuntu-help open the Ubuntu User Guide. Can you please reinstall the ubuntu-docs package and let us know if it helps. sudo apt-get install --reinstall ubuntu-docs ** Changed in: yelp (Ubuntu)

[Bug 678421] Re: Error message for a faulty ~/.profile script

2015-01-07 Thread Gunnar Hjalmarsson
** Bug watch added: Debian Bug tracker #774798 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774798 ** Also affects: gdm (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774798 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 1404619] Re: man init results in systemd man page instead of upstart

2014-12-21 Thread Gunnar Hjalmarsson
** Package changed: ubuntu-docs (Ubuntu) = systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1404619 Title: man init results in systemd man page instead of upstart

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-12-14 Thread Gunnar Hjalmarsson
** Changed in: gdm (Ubuntu Trusty) Status: Triaged = In Progress ** Changed in: gdm (Ubuntu Trusty) Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj) ** Changed in: gdm (Ubuntu Utopic) Status: Triaged = In Progress ** Changed in: gdm (Ubuntu Utopic) Assignee

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-12-11 Thread Gunnar Hjalmarsson
I have successfully installed and run lightdm 1.10.4-0ubuntu2 from trusty-proposed. The behavior in case of a syntax error in ~/.profile has changed in accordance with the test case in the bug description. ** Tags removed: verification-needed ** Tags added: verification-done -- You received

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-19 Thread Gunnar Hjalmarsson
Thanks for looking at it, Martin. Actually I may have found a relatively trivial solution using trap(); please see attached diff. ** Patch added: possible-fix.diff https://bugs.launchpad.net/ubuntu/trusty/+source/lightdm/+bug/678421/+attachment/4263541/+files/possible-fix.diff -- You

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-19 Thread Gunnar Hjalmarsson
I filed a merge proposal, where lightdm-session is run under bash and the code for exception handling improved. A vivid build of lightdm, including the proposed changes, is available in my PPA at https://launchpad.net/~gunnarhj/+archive/ubuntu/misc ** Changed in: lightdm (Ubuntu) Status:

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-16 Thread Gunnar Hjalmarsson
I have been googling and experimenting a bit. Basically I'd like to change: . $CONFIG_FILE 2$ERR to something along these lines: . $CONFIG_FILE 2 (tee $ERR 2) There is just one tiny problem: It's bash syntax and doesn't work in sh. If I change the shebang line of /usr/sbin/lightdm-session

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Gunnar Hjalmarsson
Hi Barry! On 2014-11-14 17:56, Barry Warsaw wrote: So, when I log in, I do get several warnings in a dialog. Most are because I use `source` instead of `.` to source other shell files. What shell is lightdm using these days? It has always been using Bourne shell, so source is not

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Gunnar Hjalmarsson
Being thrown back indicates a syntax error. One thing you could do is testing each one of your sourced files like this: sh -n file The files must pass that test, or else you won't be able to log in. This is what the new lightdm code does, but it does not work recursively... -- You received

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Gunnar Hjalmarsson
On 2014-11-14 20:43, Barry Warsaw wrote: Sure, it's entirely possibly that my login has been silently ignoring the non-sh syntax errors, so in that respect, getting notification of them now is a good thing. The use of commands unknown to sh is one kind of error that was silently ignored.

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Gunnar Hjalmarsson
On 2014-11-14 21:45, Barry Warsaw wrote: On Nov 14, 2014, at 08:15 PM, Gunnar Hjalmarsson wrote: Being thrown back indicates a syntax error. Are those errors logged anywhere permanently? I don't know. Syntax errors directly in e.g. ~/.profile or /etc/profile are logged in ~/.xsession-errors

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Gunnar Hjalmarsson
I created the file /etc/profile.d/wrong.sh with a sh syntax error. With lightdm 1.12.1-0ubuntu1 the reason for the login failure is logged in ~/.xsession-errors, but with the latest lightdm version it's not. So there is a regression with the fix of this bug. The reason is that stderr is

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-14 Thread Gunnar Hjalmarsson
On 2014-11-15 00:49, Barry Warsaw wrote: On Nov 14, 2014, at 11:38 PM, Gunnar Hjalmarsson wrote: Right now I don't know how to best deal with this issue. Any advice appreciated. Probably use tee(1) to get the output both into the temp file and ~/.xsession-errors. Yeah.. But I fear

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-11-13 Thread Gunnar Hjalmarsson
I have successfully installed and run lightdm 1.12.2-0ubuntu1 from utopic-proposed. The behavior in case of a syntax error in ~/.profile has changed in accordance with the test case in the bug description. ** Tags removed: verification-needed ** Tags added: verification-done -- You received

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-10-27 Thread Gunnar Hjalmarsson
** Changed in: gdm (Ubuntu) Status: Triaged = In Progress ** Changed in: gdm (Ubuntu) Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https

[Bug 1101402] Re: No support for German language gimp kubuntu 12.04 LTS

2014-10-27 Thread Gunnar Hjalmarsson
There are already subpackages; in Ubuntu the GIMP translations are shipped in the language-pack-gnome-XX-base packages. On my 14.10: $ ls -1 /usr/share/locale-langpack/de/LC_MESSAGES/gimp* /usr/share/locale-langpack/de/LC_MESSAGES/gimp20-libgimp.mo

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-10-21 Thread Gunnar Hjalmarsson
** Description changed: + trusty and utopic SRU requests + == + + [Impact] + + In case of a syntax error in either of ~/.profile or a few other similar + files, the Xorg login is interrupted, and the user is taken back to the + login screen without an explanation.

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-10-21 Thread Gunnar Hjalmarsson
** Bug watch added: GNOME Bug Tracker #738970 https://bugzilla.gnome.org/show_bug.cgi?id=738970 ** Also affects: gdm via https://bugzilla.gnome.org/show_bug.cgi?id=738970 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-10-19 Thread Gunnar Hjalmarsson
I made a try. As regards a syntax error, it currently results in an interrupted login, while other types of errors are silently ignored. With my new merge proposal, a zenity/kdialog dialog is shown for all types of errors in ~/.profile and friends, and the login is completed (with a deficient

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-10-15 Thread Gunnar Hjalmarsson
And I who thought it was so elegant to fix this bug with a few characters of code. ;) I suppose we could do a solution with zenity/kdialog, but before spending time on such a proposal (involving gettext etc.), I would like to know for sure that sh -n is an acceptable testing method. (Please note

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-10-14 Thread Gunnar Hjalmarsson
in: lightdm Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj) ** Changed in: lightdm (Ubuntu) Status: Triaged = In Progress ** Changed in: lightdm (Ubuntu) Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj) -- You received this bug notification because you are a member of Ubuntu

[Bug 1373225] Re: Unity Control Center icons in the dash don't point to the right section in the Control Center

2014-09-30 Thread Gunnar Hjalmarsson
Ok, thanks, then it all makes sense, and we can just await your upload. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1373225 Title: Unity Control Center icons in

[Bug 1373225] Re: Unity Control Center icons in the dash don't point to the right section in the Control Center

2014-09-30 Thread Gunnar Hjalmarsson
https://launchpad.net/ubuntu/+source/gnome-control- center/1:3.12.1-5ubuntu1 ** Changed in: gnome-control-center (Ubuntu) Status: Triaged = Fix Released ** Changed in: hundredpapercuts Status: Triaged = Fix Released -- You received this bug notification because you are a member

[Bug 1366497] Re: gnome-control-center.real crashed with signal 5 in wl_display_connect()

2014-09-30 Thread Gunnar Hjalmarsson
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1366497 Title: gnome-control-center.real crashed with signal 5 in

[Bug 1365245] Re: gnome-control-center.real crashed with SIGSEGV in lookup_iface_entry_I()

2014-09-30 Thread Gunnar Hjalmarsson
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1365245 Title: gnome-control-center.real crashed with SIGSEGV in

[Bug 1373225] Re: Unity Control Center icons in the dash don't point to the right section in the Control Center

2014-09-29 Thread Gunnar Hjalmarsson
Or to modify some of gnome-control-center's .desktop files. For instance: gnome-activity-log-manager-panel.desktop - OnlyShowIn=Unity should probably be NotShowIn=Unity gnome-sharing-panel.desktop - OnlyShowIn=GNOME;Unity; should probably be OnlyShowIn=GNOME; gnome-privacy-panel.desktop -

[Bug 1373225] Re: Unity Control Center icons in the dash don't point to the right section in the Control Center

2014-09-29 Thread Gunnar Hjalmarsson
: (unassigned) = Gunnar Hjalmarsson (gunnarhj) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1373225 Title: Unity Control Center icons in the dash don't point to the right

[Bug 1373225] Re: Unity Control Center icons in the dash don't point to the right section in the Control Center

2014-09-29 Thread Gunnar Hjalmarsson
Hmm.. Maybe I should have run this first: $ cd /usr/share/applications; grep -F 'OnlyShowIn=GNOME;Unity;' `l gnome-*` gnome-panel.desktop:OnlyShowIn=GNOME;Unity; gnome-power-statistics.desktop:OnlyShowIn=GNOME;Unity; gnome-contacts.desktop:OnlyShowIn=GNOME;Unity;

[Bug 1373225] Re: Unity Control Center icons in the dash don't point to the right section in the Control Center

2014-09-29 Thread Gunnar Hjalmarsson
, so I don't quite follow you. Anyway, putting the MP on hold for now. ** Changed in: gnome-control-center (Ubuntu) Status: Fix Committed = In Progress ** Changed in: gnome-control-center (Ubuntu) Assignee: Gunnar Hjalmarsson (gunnarhj) = (unassigned) ** Changed in: gnome-control-center

[Bug 1365755] Re: keyboard input method system not available from keyboard configuration in gnome-control-center

2014-09-24 Thread Gunnar Hjalmarsson
Hi Daniele, and thanks for your report. Please note that Language Support is a multi-task tool. Besides setting language and regional formats, it also provides an interface for installing languages including language support, which for some languages includes IM engines. So it's not *so* strange

[Bug 1365755] Re: keyboard input method system not available from keyboard configuration in gnome-control-center

2014-09-24 Thread Gunnar Hjalmarsson
Btw, whatever the solution is going to be, it won't happen in trusty. (Neither in utopic.) ** Tags removed: trusty -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 1351905] Re: Untranslated strings in Evince

2014-08-03 Thread Gunnar Hjalmarsson
** Changed in: evince (Ubuntu) Status: Confirmed = Triaged ** Changed in: evince (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu.

[Bug 1343261] Re: User accounts with id higher than 60000 are not shown in Trusty

2014-07-17 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 1290785 *** https://bugs.launchpad.net/bugs/1290785 Hi Margarita, Thanks for your work with this. However, the change is already about to be backported to trusty via bug 1290785, so I just mark this bug report as a duplicate. ** This bug has been marked a

[Bug 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2014-05-09 Thread Gunnar Hjalmarsson
Thanks for your comments, Osamu! Further tests showed that the problem is not m17n specific, but it's scim and gedit that don't work together with respect to the backspace and delete keys. Neither ibus nor fcitx has that issue. (The ibus issue Swarup mention above is something else.) So, is it a

[Bug 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2014-05-05 Thread Gunnar Hjalmarsson
** Also affects: scim (Ubuntu) Importance: Undecided Status: New ** Bug watch added: Debian Bug tracker #747154 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747154 ** Also affects: scim (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747154 Importance:

[Bug 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2014-05-04 Thread Gunnar Hjalmarsson
Hi Osamu and Aron! Subscribed you to this bug to ask if any of you have heard of a similar problem with m17n in ibus and/or fcitx. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu.

[Bug 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2014-05-03 Thread Gunnar Hjalmarsson
** Bug watch added: GNOME Bug Tracker #729431 https://bugzilla.gnome.org/show_bug.cgi?id=729431 ** Also affects: gedit via https://bugzilla.gnome.org/show_bug.cgi?id=729431 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Bug 1166542] Re: Brasero stalls nomalizing mp3's

2014-03-30 Thread Gunnar Hjalmarsson
The workaround mentioned by Joshua in comment #6 made it to Ubuntu on 2013-12-23 via brasero 3.10.0-0ubuntu1. ** Changed in: brasero (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1246662] Re: Gnome Shell won't lock and ask for password when sssd auth is used

2014-03-29 Thread Gunnar Hjalmarsson
This was fixed in Ubuntu on 2013-11-13 with accountsservice 0.6.35-0ubuntu1. ** Changed in: accountsservice (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to accountsservice in Ubuntu.

[Bug 1290574] Re: change of language: content of directories (like Desktop) not moved

2014-03-10 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 226436 *** https://bugs.launchpad.net/bugs/226436 Thanks for your bug report! The issue has been addressed previously. Actually it's the intended behavior, even if it's not appreciated by everyone. ** Package changed: language-selector (Ubuntu) =

[Bug 1276072] Re: Language selection always falls back to English

2014-03-02 Thread Gunnar Hjalmarsson
: (unassigned) = Gunnar Hjalmarsson (gunnarhj) ** Also affects: lightdm (Ubuntu) Importance: Undecided Status: New ** Changed in: lightdm (Ubuntu) Importance: Undecided = Low ** Changed in: lightdm (Ubuntu) Status: New = In Progress ** Changed in: lightdm (Ubuntu

[Bug 1278483] Re: Gnome language indicator displays wrong language

2014-02-16 Thread Gunnar Hjalmarsson
** Package changed: language-selector (Ubuntu) = gnome-control-center (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1278483 Title: Gnome language indicator

[Bug 1278483] Re: Gnome language indicator displays wrong language

2014-02-16 Thread Gunnar Hjalmarsson
@Alexander: Have you set your input languages via System Settings - Text Entry? If not, please try to do so and let us know if it makes a difference. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 1279766] Re: Not able to encrypt user's home folder when creating a new user

2014-02-13 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 816669 *** https://bugs.launchpad.net/bugs/816669 @Jeroen: Thanks for your effort to improve Ubuntu by reporting this issue! @John: This bug report is of course not invalid!! The bug reporter points out an Ubuntu inconsistency which ought to be fixed

[Bug 1276072] Re: Language selection always falls back to English

2014-02-06 Thread Gunnar Hjalmarsson
Now this is strange. I see in /var/log/lightdm/lightdm.log the entry Greeter sets language fr_FR, and it's not followed by any error message. Still, as you say, Language is not set in /var/lib/AccountsService/users/scheuer. Furthermore, since Language isn't set in

[Bug 857651] Re: Unable to hide users from login screen / user switcher

2014-01-27 Thread Gunnar Hjalmarsson
Please disregard my comment #61. I missed the existence of the greeter- show-manual-login lightdm config option. ** No longer affects: unity-greeter (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to accountsservice in Ubuntu.

[Bug 857651] Re: Unable to hide users from login screen / user switcher

2014-01-26 Thread Gunnar Hjalmarsson
Creating a user with UID 1000 works for me as a workaround, since I'm using lightdm-gtk-greeter, which has an Other option that allows you to type the username of the account you want to log in to. unity-greeter does not have this option, so a modification to unity-greeter seems to be needed to

[Bug 1210852] Re: gvfsd-http assert failure in g_error_free()

2014-01-09 Thread Gunnar Hjalmarsson
Hmm... I nominated this bug for Precise in accordance with Gully's request at the ubuntu-bugcontrol mailing list. Only afterwards I noticed Sebastien's doubts due to dependencies. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs

[Bug 1131664] Re: The default apps should have standard menubars under Unity

2014-01-08 Thread Gunnar Hjalmarsson
@Denis: I subscribed ubuntu-sponsors to this bug report. That way it will appear in the sponsorship queue (http://reqorts.qa.ubuntu.com/reports/sponsoring/) and the chance that somebody reviews it soon increases. :) -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 841046] Re: GNOME3 misses an option to change the mouse pointer

2014-01-06 Thread Gunnar Hjalmarsson
On 2014-01-07 08:03, jgv wrote: Why is this missue marked as invalid? Because of a bug in the bug tracker. A GNOME bug was marked as a duplicate, that's all. This bug is still open. ** Bug watch added: GNOME Bug Tracker #608231 https://bugzilla.gnome.org/show_bug.cgi?id=608231 ** Changed

[Bug 1241309] Re: Ubuntu 13.10 has no way to change individual input method settings

2014-01-04 Thread Gunnar Hjalmarsson
@James: The display language is not related to this input method bug. Please feel free to file a separate language-selector bug about that. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 1260896] Re: multiarch accountsservice moved typelib to wrong path, broke gdm greeter

2013-12-13 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 1260880 *** https://bugs.launchpad.net/bugs/1260880 ** This bug has been marked a duplicate of bug 1260880 typelib file is installed to the incorrect location -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1259562] Re: Old guest users pollute accountsservice

2013-12-11 Thread Gunnar Hjalmarsson
: (unassigned) = Gunnar Hjalmarsson (gunnarhj) ** Bug watch added: freedesktop.org Bugzilla #72596 https://bugs.freedesktop.org/show_bug.cgi?id=72596 ** Also affects: accountsservice via https://bugs.freedesktop.org/show_bug.cgi?id=72596 Importance: Unknown Status: Unknown -- You received

[Bug 991002] Re: Use the modern English name Bangla instead of Bengali for the language code bn

2013-12-05 Thread Gunnar Hjalmarsson
** Summary changed: - Change name for bn-BD from 'Bengali(Bangladesh)' to 'Bangla(Bangladesh)') + Use the modern English name Bangla instead of Bengali for the language code bn -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 991002] Re: Change name for bn-BD from 'Bengali(Bangladesh)' to 'Bangla(Bangladesh)')

2013-12-03 Thread Gunnar Hjalmarsson
** Bug watch added: Debian Bug tracker #731274 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731274 ** Also affects: xkeyboard-config (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731274 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 991002] Re: Change name for bn-BD from 'Bengali(Bangladesh)' to 'Bangla(Bangladesh)')

2013-12-03 Thread Gunnar Hjalmarsson
: (unassigned) = Gunnar Hjalmarsson (gunnarhj) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/991002 Title: Change name for bn-BD from 'Bengali(Bangladesh)' to 'Bangla

[Bug 991002] Re: Change name for bn-BD from 'Bengali(Bangladesh)' to 'Bangla(Bangladesh)')

2013-12-03 Thread Gunnar Hjalmarsson
** Bug watch added: freedesktop.org Bugzilla #72292 https://bugs.freedesktop.org/show_bug.cgi?id=72292 ** Also affects: xkeyboard-config via https://bugs.freedesktop.org/show_bug.cgi?id=72292 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 1245064] Re: Keyboard Layout Options window is missed in gnome-control-center keyboard

2013-11-12 Thread Gunnar Hjalmarsson
On 2013-11-12 16:50, Alberto Salvia Novella wrote: Since this is not a bug but a nonconformity with how GNOME developers have designed the control center, it has a status of opinion. Status opinion closes a task. I suppose you meant importance wishlist. ** Changed in: gnome-control-center

[Bug 1240058] Re: UI uses chinese, french and english simultaneously

2013-11-03 Thread Gunnar Hjalmarsson
not there, LANGUAGE is assigned only a single language code. ** Changed in: accountsservice (Ubuntu) Importance: Undecided = Medium ** Changed in: accountsservice (Ubuntu) Status: Invalid = In Progress ** Changed in: accountsservice (Ubuntu) Assignee: William Hua (attente) = Gunnar Hjalmarsson

[Bug 1245140] Re: gnome-control-c : segfault common-cc-panel-WARNING **: locale 'en en' isn't valid

2013-10-27 Thread Gunnar Hjalmarsson
Can you please post the output of the locale command? ** Changed in: gnome-control-center (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 1245140] Re: gnome-control-c : segfault common-cc-panel-WARNING **: locale 'en en' isn't valid

2013-10-27 Thread Gunnar Hjalmarsson
To fix it, you problably just need to go to System Settings - Language Support - Regional Formats, change to some other option, and then change it back to what you want it to be. Next time you log in it should be ok. -- You received this bug notification because you are a member of Ubuntu

[Bug 1239159] Re: On renaming Documents folder for new language no renaming occure - a second Document folder is created

2013-10-16 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 226436 *** https://bugs.launchpad.net/bugs/226436 ** Changed in: xdg-user-dirs (Ubuntu) Status: Incomplete = New ** This bug has been marked a duplicate of bug 226436 Home folder names don't change after changing language if folder not empty --

[Bug 1239159] Re: On renaming Documents folder for new language no renaming occure - a second Document folder is created

2013-10-13 Thread Gunnar Hjalmarsson
Thanks for the additional info. The dialog shown, when you log in the first time after having switched to German, states: Hinweis: Bestehende Inhalte verden nicht verschoben. (Please see the attachment xdg-user-dirs-dialog.png.) In other words, it's expected behavior to keep old folders with

[Bug 1239159] Re: On renaming Documents folder for new language no renaming occure - a second Document folder is created

2013-10-13 Thread Gunnar Hjalmarsson
I noticed that there are previous bug reports about this way to deal with renaming of folders with contents. You may want to check out bug #226436, bug #556933, and bug #1001438. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1239159] Re: On renaming Documents folder for new language no renaming occure - a second Document folder is created

2013-10-12 Thread Gunnar Hjalmarsson
Thanks for your help to improve ubuntu by reporting this issue! Can you please open a terminal window and let us know the output of this command: cat ~/.config/user-dirs.dirs ** Package changed: language-selector (Ubuntu) = xdg-user-dirs (Ubuntu) -- You received this bug notification

[Bug 1239159] Re: On renaming Documents folder for new language no renaming occure - a second Document folder is created

2013-10-12 Thread Gunnar Hjalmarsson
** Changed in: xdg-user-dirs (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to xdg-user-dirs in Ubuntu. https://bugs.launchpad.net/bugs/1239159 Title: On renaming Documents folder for new

[Bug 1196059] Re: Unsupported date format

2013-06-29 Thread Gunnar Hjalmarsson
** Package changed: gnome-control-center (Ubuntu) = indicator-datetime (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1196059 Title: Unsupported date format

[Bug 1180857] Re: libglib2.37.0 kills skype on Ubuntu 13.10 Saucy

2013-05-22 Thread Gunnar Hjalmarsson
Skype 4.2 is now in the saucy archive. skype (4.2.0.11-0ubuntu0.12.04.1) precise; urgency=low * New upstream release. LP: #1182277, #1180857. * Drop workarounds for bug #1155327, which should not be needed with this version. -- Steve Langasek steve.langa...@ubuntu.com Tue, 21 May

[Bug 1180857] Re: libglib2.37.0 kills skype on Ubuntu 13.10 Saucy

2013-05-21 Thread Gunnar Hjalmarsson
Skype for Linux 4.2 has been released: http://blogs.skype.com/2013/05/20/skype-for-linux-4-2/ It takes care of a few Skype issues in Ubuntu, including the glib 2.37 one. Consequently, as soon as Skype 4.2 has made it into the Ubuntu archive, the glib2.0 revert patch can be dropped. Reopening the

[Bug 1180857] Re: libglib2.37.0 kills skype on Ubuntu 13.10 Saucy

2013-05-19 Thread Gunnar Hjalmarsson
On 2013-05-19 16:17, Suslik wrote: fourth day of Skype does not work! what to do? Stick with the latest Ubuntu release for now, perhaps? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.

[Bug 1166542] Re: Brasero stalls nomalizing mp3's

2013-05-03 Thread Gunnar Hjalmarsson
** Bug watch added: GNOME Bug Tracker #699599 https://bugzilla.gnome.org/show_bug.cgi?id=699599 ** Also affects: brasero via https://bugzilla.gnome.org/show_bug.cgi?id=699599 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Bug 1174261] Re: Ubuntu Time Date applet should set GNOME 12/24-hour clock format

2013-04-29 Thread Gunnar Hjalmarsson
Please note that there are flavours of Ubuntu that don't use gnome- control-center. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1174261 Title: Ubuntu Time Date

[Bug 1174261] Re: Ubuntu Time Date applet should set GNOME 12/24-hour clock format

2013-04-29 Thread Gunnar Hjalmarsson
Kubuntu, Xubuntu, Lubuntu... Suppose they can use indicator-datetime, at least. Yes, setting both was my first thought as well. But don't know enough about it to be sure. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1166542] Re: Brasero stalls nomalizing mp3's

2013-04-27 Thread Gunnar Hjalmarsson
I just run into this problem too. Worked in Quantal, but not Raring. Installed and used Xfburn to get the job done. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to brasero in Ubuntu. https://bugs.launchpad.net/bugs/1166542 Title:

[Bug 1160441] Re: Calendar is still in English despite French is selected as the Language during the installation

2013-04-23 Thread Gunnar Hjalmarsson
Well, I'd call it a perceived regression. ;-) What happened is that the installer started to assume/guess that since you selected London as the time zone location, you want that things like numbers, currency, date, and time are displayed using the format conventions in Great Britain.[1]

[Bug 1160441] Re: Calendar is still in English despite French is selected as the Language during the installation

2013-04-23 Thread Gunnar Hjalmarsson
It's fine that you are able to change the appearance to your liking. :) By selecting France for the regional formats, you get a French locale all through, i.e. what the installer used to deliver before the change. Possibly, in your case, that's what you want, also with respect to date/time

[Bug 1160441] Re: Calendar is still in English despite French is selected as the Language during the installation

2013-04-22 Thread Gunnar Hjalmarsson
@psivaa: So you meant indicator-datetime, after all. That's what I first thought. ;-) It's strange that the indicator-datetime version in my PPA doesn't fix the issue for you. It works fine for me, and the reporter of bug 1072019 just confirmed that it works for him. Actually, Screen_1.jpg does

[Bug 1160441] Re: Calendar is still in English despite French is selected as the Language during the installation

2013-04-22 Thread Gunnar Hjalmarsson
** Also affects: indicator-datetime Importance: Undecided Status: New ** Changed in: indicator-datetime Status: New = In Progress ** Changed in: indicator-datetime Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj) -- You received this bug notification because you

[Bug 1160441] Re: Calendar is still in English despite French is selected as the Language during the installation

2013-04-21 Thread Gunnar Hjalmarsson
(Ubuntu Raring) Importance: Undecided = Medium ** Changed in: evolution (Ubuntu Raring) Status: New = In Progress ** Changed in: evolution (Ubuntu Raring) Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj) ** Changed in: evolution-data-server (Ubuntu Raring) Importance: Undecided

[Bug 678421] Re: Error message for a faulty ~/.profile script

2013-04-20 Thread Gunnar Hjalmarsson
Marked bug #1097903 a duplicate of this one, and added a lightdm (ubuntu) task. ** Also affects: lightdm (Ubuntu) Importance: Undecided Status: New ** Changed in: lightdm (Ubuntu) Importance: Undecided = Low ** Changed in: lightdm (Ubuntu) Status: New = Triaged -- You

[Bug 952185] Re: ~/.pam_environment not parsed by default

2013-04-11 Thread Gunnar Hjalmarsson
I have installed gdm 3.0.4-0ubuntu15.1 från precise-proposed. When logging in using GDM as a user with encryptfs protected $HOME, and unlike before, the locale environment is set in accordance with ~/.pam_environment. ** Tags removed: verification-needed ** Tags added: verification-done -- You

[Bug 952185] Re: ~/.pam_environment not parsed by default

2013-04-11 Thread Gunnar Hjalmarsson
@Dmitrijs: Sorry, but I don't have a setup for doing so. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/952185 Title: ~/.pam_environment not parsed by default To manage notifications

[Bug 1083605] Re: env not changed in acc. with ~/.pam_environment if /home is on nfs

2013-04-11 Thread Gunnar Hjalmarsson
** Changed in: accountsservice (Ubuntu Quantal) Status: New = Won't Fix ** Changed in: pam (Ubuntu Precise) Status: New = Incomplete ** Changed in: pam (Ubuntu Quantal) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 952185] Re: ~/.pam_environment not parsed by default

2013-04-02 Thread Gunnar Hjalmarsson
On 2013-04-02 11:35, Sebastien Bacher wrote: there is a new bug reported against the precise version that states that $PATH stopped including /usr/games after the update: bug #1162836 I could not reproduce that issue. Consequently, right now it seems like that $PATH problem is related to both

[Bug 952185] Re: ~/.pam_environment not parsed by default

2013-03-22 Thread Gunnar Hjalmarsson
Adding a (Bazaar Explorer generated) patch for the gdm (precise) task. ** Patch added: gdm_lp-952185_precise.patch https://bugs.launchpad.net/lightdm/+bug/952185/+attachment/3590171/+files/gdm_lp-952185_precise.patch -- You received this bug notification because you are a member of Ubuntu

[Bug 1041887] Re: Cannot type Korean characters.

2013-03-22 Thread Gunnar Hjalmarsson
** Changed in: gnome-control-center (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1041887 Title: Cannot type Korean

[Bug 1157188] Re: gnome-control-center crashed with SIGSEGV in g_str_hash()

2013-03-21 Thread Gunnar Hjalmarsson
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1157188 Title: gnome-control-center crashed with SIGSEGV in

[Bug 1157188] Re: gnome-control-center crashed with SIGSEGV in g_str_hash()

2013-03-21 Thread Gunnar Hjalmarsson
Hi Marcela, Thanks for your help to make Ubuntu better by reporting this crash. I have a first quick question: While Ubuntu usually creates users with id = 1000, it seems from XsessionErrors.txt that the user id is 999. Does it possibly ring a bell? Can you successfully create and use users with

[Bug 1157188] Re: gnome-control-center crashed with SIGSEGV in g_str_hash()

2013-03-21 Thread Gunnar Hjalmarsson
Irrespective of the reason why cc_common_language_get_property() fails, it should not trigger a crash. Fix in the linked merge proposal. ** Changed in: gnome-control-center (Ubuntu) Status: New = In Progress ** Changed in: gnome-control-center (Ubuntu) Assignee: (unassigned) = Gunnar

[Bug 1157188] Re: gnome-control-center crashed with SIGSEGV in g_str_hash()

2013-03-21 Thread Gunnar Hjalmarsson
Hmm... For some reason it fails to query accountsservice. Can you please open gnome-language-support from a terminal window, go to Regional Formats and see if anything odd is printed? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1157188] Re: gnome-control-center crashed with SIGSEGV in g_str_hash()

2013-03-21 Thread Gunnar Hjalmarsson
Ok, I see. I asked because gnome-language-selector makes similar queries to accountsservice about the current language and regional formats settings. The reason why gnome-control-center fails to do it for you is a mystery to me right now. The proposed fix would prevent gnome-control-center from

[Bug 1153188] Re: Urdu with better support: Default Fonts, Kbd Layout

2013-03-21 Thread Gunnar Hjalmarsson
) Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj) ** No longer affects: gnome-control-center (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1153188

[Bug 1153188] Re: Urdu with better support: Default Fonts, Kbd Layout

2013-03-20 Thread Gunnar Hjalmarsson
On 2013-03-20 14:21, عبدالله شلي (Abdellah Chelli) wrote: On 2013-03-19 20:04, Gunnar Hjalmarsson wrote: On 2013-03-10 11:34, عبدالله شلي (Abdellah Chelli) wrote: It's better that language-selector sets Nafees Regular (Nafees Web in fonts-nafees package) as default font for all font families

[Bug 1153188] Re: Urdu with better support: Default Fonts, Kbd Layout

2013-03-20 Thread Gunnar Hjalmarsson
Or do you mean that you would like to see two entries, like: familyUrdu Nastaliq Unicode/family !-- arabic (ur) -- familyNafees Regular/family !-- arabic (ur) -- thus making Nafees Regular a fallback alternative? -- You received this bug notification because you are a member of Ubuntu

[Bug 1041887] Re: Cannot type Korean characters.

2013-03-20 Thread Gunnar Hjalmarsson
On 2012-09-18, John Kim wrote: What I meant was if one goes to language support, allows ibus as an input method, and install ibus-hangul from the software center, one can type in Korean. Right. And just switching to a Korean keyboard layout is not supposed to be sufficient, is it? Btw,

[Bug 1153188] Re: Urdu with better support: Default Fonts, Kbd Layout

2013-03-20 Thread Gunnar Hjalmarsson
The name of the file in the downloaded zip file is Nafees Nastaleeq v1.02.ttf. When preparing the package in my PPA I took the liberty of renaming the file to NafeesNastaleeq.ttf, which seemed to be consistent with the names of other .ttf files. The zip file also contains a Release Notes

[Bug 1153188] Re: Urdu with better support: Default Fonts, Kbd Layout

2013-03-20 Thread Gunnar Hjalmarsson
I don't know much about fonts either. ;-) Anyway, I did some research. Urdu Nastaliq Unicode seems to be the name of a specific font: http://tabish.freeshell.org/u-font/ Unless that font is interesting, we know at least that Urdu Nastaliq Unicode should be replaced in

<    8   9   10   11   12   13   14   15   16   >