Results 1 to 3 of 3

Thread: How do I change the Unity launcher icon size from the command line?

  1. #1
    Join Date
    Feb 2009
    Location
    Madison, WI
    Beans
    173
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    How do I change the Unity launcher icon size from the command line?

    How do I change the Unity launcher icon size from the command line?

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: How do I change the Unity launcher icon size from the command line?

    On Saucy, I was able to do this using dconf e.g. to set the launcher icon size to 64 pixels

    Code:
    dconf write /org/compiz/profiles/unity/plugins/unityshell/icon-size 64
    To reset it to the default value, you can use

    Code:
    dconf reset /org/compiz/profiles/unity/plugins/unityshell/icon-size

    The dconf command line utility is not installed by default - you need to install the dconf-tools package. Usually there is an equivalent command via gsettings however in this case it appears the required schema definition does not exist.

  3. #3
    Join Date
    Feb 2009
    Location
    Madison, WI
    Beans
    173
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: How do I change the Unity launcher icon size from the command line?

    Thank you, steeldriver. Your solution worked perfectly!

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
  •