Results 1 to 5 of 5

Thread: How to configure Login Screen Mouse??

  1. #1
    Join Date
    May 2010
    Location
    Planet Earth
    Beans
    21
    Distro
    Ubuntu 10.04 Lucid Lynx

    How to configure Login Screen Mouse??

    I've looked and can't find an answer yet.

    Once I login I have my left-handed mouse and preferred pointer

    BUT during log-in log-out the ?session manager screen reverts to the standard pointer, and worse, to a right handed configuration.

    I've been through gconf-editor options but can't find a suitable variable to tweak.

    Please let me know if it is possible to change the options for the login screen in such a way - and how to sort out my mouse!

    Thanks in advance

  2. #2
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: How to configure Login Screen Mouse??

    Hi,

    Add gnome-mouse-properties and gnome-appearance-properties to GDM's autostart:
    Code:
    sudo ln -s /usr/share/applications/gnome-settings-mouse.desktop /usr/share/gdm/autostart/LoginWindow/
    sudo ln -s /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow/
    Log out. After the login window appears the two windows should also appear. Configure GDM how you want, then close the windows and log back in. When you're done and want the window to stop opening with GDM run this:
    Code:
    sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-settings-mouse.desktop
    sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop

  3. #3
    Join Date
    May 2010
    Location
    Planet Earth
    Beans
    21
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to configure Login Screen Mouse??

    Works beautifully. Many thanks.

  4. #4
    Join Date
    May 2010
    Location
    Planet Earth
    Beans
    21
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to configure Login Screen Mouse??

    Follow up :

    still a small issue

    I've successfully changed the appearance of the pointer.

    The Left handed /Right Handed radio buttons have no effect whatsoever in the login screen so only part solved I am afraid.

    Thanks

  5. #5
    Join Date
    Jun 2009
    Location
    Michigan, USA
    Beans
    20
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: How to configure Login Screen Mouse??

    I modified /etc/gdm/Init/Default, adding the following line to the end:
    Code:
    /usr/bin/xmodmap -e 'pointer = 3 2 1'
    exit 0 #this line should already be present
    Important: this setting is global, and reverses the mouse buttons on all accounts. So right-handed users need to set their mouses for left-handed operation and vice-versa.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •