Results 1 to 6 of 6

Thread: Mouse cursor changes only in active windows

  1. #1
    Join Date
    Aug 2015
    Beans
    6

    Mouse cursor changes only in active windows

    Running Xubuntu 14.04.3 and have been experiencing this problem that has been occurring since 8 years!

    https://bugs.launchpad.net/ubuntu/+s...m4/+bug/157447

    I have already tried every single workaround mentioned I could find online. Modifying the /default/index.theme, editing .gtkrc-2.0 file with the cursor name, copying the theme from ~/.icons to /usr/share etc etc etc

    None worked so far!

    This is the theme I am trying to install: http://xfce-look.org/content/show.ph...content=168338

    For example it works fine all right inside the terminal window, chromium window, and even the Notes gadget on desktop but it does NOT work on desktop, file manager, login screen etc. AND IT DOES NOT WORK WHEN THE CURSOR IS ON THE WINDOW TITLE BAR! Even when it works over the content of the window it still does not work when I move the cursor over to the title bar. Strange....

    Please help. Thanks!
    Last edited by bisherbas; August 23rd, 2015 at 06:37 PM.

  2. #2
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Mouse cursor changes only in active windows

    The reason your previous attempts may have failed is the theme's folder name does not match the name in
    the cursor.theme file of your linked theme.
    757.jpg

    This should work making sure the downloaded 168338-pixelfun3.tar.gz archive is in ~/Downloads

    Using terminal, change directory to ~/Downloads...
    Code:
    cd ~/Downloads
    Extract the archive....
    Code:
    tar -xzvf 168338-pixelfun3.tar.gz
    Move and rename the pixelfun3 folder to /usr/share/icons/pixelfun
    Code:
    sudo mv pixelfun3 /usr/share/icons/pixelfun
    Run these commands one at a time to install and set your cursor in alternatives....
    Code:
    CURSOR=pixelfun
    
    sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/$CURSOR/cursor.theme 20
    
    sudo update-alternatives --set x-cursor-theme /usr/share/icons/$CURSOR/cursor.theme
    Although you don't need to in xfce, it won't hurt to also run this command for other DEs.
    Code:
    gsettings set org.gnome.desktop.interface cursor-theme "$CURSOR"
    Use the xfce mouse and touchpad settings to select your cursor theme.
    Log out to complete the change.
    Last edited by CantankRus; August 24th, 2015 at 09:20 AM.

  3. #3
    Join Date
    Aug 2015
    Beans
    6

    Re: Mouse cursor changes only in active windows

    Thank you so much! This is the most elaborate instructions on installing the mouse cursor I have ever seen.

    Good catch on the theme folder name. I wasn't paying attention to it. Theme's maker responded with an alternative solution that works fine too. Here: http://gnome-look.org/content/show.p...168338#c478134

    But obviously the way you are explaining makes perfect sense to me.

  4. #4
    Join Date
    Aug 2015
    Beans
    6

    Re: Mouse cursor changes only in active windows

    Quote Originally Posted by CantankRus View Post
    The reason your previous attempts may have failed is the theme's folder name does not match the name in
    the cursor.theme file of your linked theme.
    757.jpg

    This should work making sure the downloaded 168338-pixelfun3.tar.gz archive is in ~/Downloads

    Using terminal, change directory to ~/Downloads...
    Code:
    cd ~/Downloads
    Extract the archive....
    Code:
    tar -xzvf 168338-pixelfun3.tar.gz
    Move and rename the pixelfun3 folder to /usr/share/icons/pixelfun
    Code:
    sudo mv pixelfun3 /usr/share/icons/pixelfun
    Run these commands one at a time to install and set your cursor in alternatives....
    Code:
    CURSOR=pixelfun
    
    sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/$CURSOR/cursor.theme 20
    
    sudo update-alternatives --set x-cursor-theme /usr/share/icons/$CURSOR/cursor.theme
    Although you don't need to in xfce, it won't hurt to also run this command for other DEs.
    Code:
    gsettings set org.gnome.desktop.interface cursor-theme "$CURSOR"
    Use the xfce mouse and touchpad settings to select your cursor theme.
    Log out to complete the change.
    Do you mind explaining how to change the cursor size too? User interface does not seem to have any influence over the cursor size of the custom theme. Default themes change just fine though.

  5. #5
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Mouse cursor changes only in active windows

    Do you mind explaining how to change the cursor size too? User interface does not seem to have any influence over the cursor size of the custom theme.
    Explained here, but with resizable cursors is not possible to have a uniform size (larger than default) with Xubuntu unless you use 15.04 or later.
    http://ubuntuforums.org/showthread.p...6#post13290196

    Note: Not all cursors support multiple sizes.
    Last edited by Dennis N; August 25th, 2015 at 12:31 PM. Reason: edited for clarity

  6. #6
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Mouse cursor changes only in active windows

    You can increase cursor size by using a theme made with just the one large pixel size.
    Instructions HERE including a DMZ-White-Medium(32px) download.
    Only difference is in xfce you don't need to run the gsettings command.
    You select the cursor theme in mouse settings as a last step. (edits ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml)

    More custom themes of 1 larger size HERE.
    My fav is DMZ-Black-Medium(32px)

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
  •