No option to disable hostname

Bug #1208469 reported by AquaL1te
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
unity-greeter (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

For PCI compliance we need to hide all references to the username. Or any other hints for that matter. We could disable everything, but not the hostname in the top panel. I would like to request this feature.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.2.3-0ubuntu2.3
ProcVersionSignature: Ubuntu 3.8.0-27.40~precise3-generic 3.8.13.4
Uname: Linux 3.8.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Mon Aug 5 14:59:00 2013
MarkForUpload: True
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

Related branches

Revision history for this message
AquaL1te (aqual1te) wrote :
Revision history for this message
Robert Ancell (robert-ancell) wrote :

This is in the greeter right? Reassigning..

affects: lightdm (Ubuntu) → unity-greeter (Ubuntu)
Changed in unity-greeter (Ubuntu):
status: New → Triaged
importance: Undecided → Wishlist
Revision history for this message
Robert Ancell (robert-ancell) wrote :

lp:~robert-ancell/unity-greeter/show-hostname contains a proposed fix for this. To disable the hostname do:

$ sudoedit /usr/share/glib-2.0/schemas/50_unity-greeter.gschema.override
and set to:
[com.canonical.unity-greeter]
show-hostname = false
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

Revision history for this message
AquaL1te (aqual1te) wrote : Re: [Bug 1208469] Re: No option to disable hostname

Hi Robert,

Thanks! In which Ubuntu version will this be implemented? 14.04? We're
currently using 12.04.

Two more questions. The dir /usr/share will be overwritten with
software upgrades right? Is there also a static place to put these
settings? For example: /var/lib/polkit-1/localauthority/50-local.d/?

And is there also a way to list all the possible settings? Or are all
the settings that are possible also in /usr/share/glib-2.0/schemas/?
But if there is a command to list all settings then I'm all ears.
Thank you again.

Kind regards,
Kees

On Sun, Nov 10, 2013 at 10:53 PM, Robert Ancell
<email address hidden> wrote:
> lp:~robert-ancell/unity-greeter/show-hostname contains a proposed fix
> for this. To disable the hostname do:
>
> $ sudoedit /usr/share/glib-2.0/schemas/50_unity-greeter.gschema.override
> and set to:
> [com.canonical.unity-greeter]
> show-hostname = false
> $ sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1208469
>
> Title:
> No option to disable hostname
>
> Status in “unity-greeter” package in Ubuntu:
> Triaged
>
> Bug description:
> For PCI compliance we need to hide all references to the username. Or
> any other hints for that matter. We could disable everything, but not
> the hostname in the top panel. I would like to request this feature.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 12.04
> Package: lightdm 1.2.3-0ubuntu2.3
> ProcVersionSignature: Ubuntu 3.8.0-27.40~precise3-generic 3.8.13.4
> Uname: Linux 3.8.0-27-generic x86_64
> ApportVersion: 2.0.1-0ubuntu17.3
> Architecture: amd64
> Date: Mon Aug 5 14:59:00 2013
> MarkForUpload: True
> SourcePackage: lightdm
> UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1208469/+subscriptions

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package unity-greeter - 14.04.3-0ubuntu1

---------------
unity-greeter (14.04.3-0ubuntu1) trusty; urgency=medium

  * New upstream release:
    - Generate version stamp on background (LP: #1269901)
    - Add option to disable hostname in login screen (LP: #1208469)
    - Use unity-settings-daemon instead of gnome-settings-daemon (LP: #1277487)
    - Fix accessible name in shutdown dialog
 -- Robert Ancell <email address hidden> Thu, 20 Feb 2014 17:17:59 +1300

Changed in unity-greeter (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

No, the ".override" file will be preserved across upgrades. You can ship/provision that package in a file.
Alternatively you can modify the settings for the lightdm user directly like so:

$ sudo -i
$ xhost +SI:localuser:lightdm
$ su lightdm -s /bin/bash
$ gsettings set com.canonical.unity-greeter show-hostname 'false'
$ xhost -SI:localuser:lightdm

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.