Upgrade to 22.04 changed many icons to gear

Asked by tomdean

After upgrade to 22.04, many applications now have a gear as the icon.
xterm used to have a stylistic 'X' as the icon. Now it is a gear.
> uname -a
Linux aorus 5.15.0-71-generic #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
LSB Version: core-11.1.0ubuntu4-noarch:security-11.1.0ubuntu4-noarch
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy

How do I restore the 'X' icon?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bernard Stafford (bernard010) said (last edit ):
#1

Ubuntu 22.04 has Gnome Terminal installed by default.
You can go to Ubuntu software in the search box top left,
open and type xterm you can uninstall or install xterm.
Looks like the icon may have changed to 2 rectangle boxes.

Revision history for this message
tomdean (tomdean) said :
#2

On 6/4/23 05:45, Bernard Stafford wrote:
> Your question #706887 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/706887
>
> Status: Open => Answered
>
> Bernard Stafford proposed the following answer:
> Ubuntu 22.04 has Gnome Terminal installed.
> You can go to Ubuntu software in the search box top left,
> open and type xterm you can install or install xterm.
> Looks like the icon may have changed to 2 rectangle boxes.
>

Tried that only using apt.

 > dpkg -l | grep xterm
ii xterm 372-1ubuntu1 amd64 X terminal emulator

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Which "theme" are you using?
Have you tried selecting a different one and do you see the same problem also with other themes?

Revision history for this message
tomdean (tomdean) said :
#4

On 6/4/23 13:45, Manfred Hampl wrote:
> Your question #706887 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/706887
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Which "theme" are you using?
> Have you tried selecting a different one and do you see the same problem also with other themes?
>
I am using 'vanilla gnome', installed iaw some online directions.

Icons are Yaru-dark.

Changing that (gnome tweaks) changes the color of the icon, but, it is
still a gear. Some have a full grear, others a partial gear.

I was using Yaru-dark before upgrading to 22.04.

Tom Dean

Revision history for this message
Bernard Stafford (bernard010) said (last edit ):
#5

If you change back to Gnome desktop at the login screen [Ubuntu on Wayland]
then open a terminal [ctl+alt+t] : sudo apt update && sudo apt upgrade
after any updates [restart] and at the login screen select Gnome on Xorg
[Vanilla Gnome].
See if your gear icons change back to their original icons.
https://vitux.com/how-to-install-vanilla-gnome-desktop-on-ubuntu/

Revision history for this message
tomdean (tomdean) said :
#6

On 6/5/23 05:25, Bernard Stafford wrote:
> Your question #706887 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/706887
>
> Status: Open => Answered
>
> Bernard Stafford proposed the following answer:
> If you change back to Gnome desktop at the login screen [Ubuntu on Wayland]
> then open a terminal [ctl+alt+t] : sudo apt update && sudo apt upgrade
> after any updates restart and at the login screen select Gnome on Xorg
> [Vanilla Gnome].
> See if your gear icons change back to their original icons.
> https://vitux.com/how-to-install-vanilla-gnome-desktop-on-ubuntu/
>

No change. At login, I can select
   GNOME
   GNOME Classic
   GNOME Classic on Xorg
   GNOME on Xorg
   TWM

I do not have snap running.

Tom Dean

Revision history for this message
tomdean (tomdean) said :
#7

On 6/5/23 11:53, Thomas D. Dean wrote:
> On 6/5/23 05:25, Bernard Stafford wrote:
>> Your question #706887 on Ubuntu changed:
>> https://answers.launchpad.net/ubuntu/+question/706887
>>
>>      Status: Open => Answered
>>
>> Bernard Stafford proposed the following answer:
>> If you change back to Gnome desktop at the login screen [Ubuntu on
>> Wayland]
>> then open a terminal [ctl+alt+t] : sudo apt update && sudo apt upgrade
>> after any updates restart and at the login screen select Gnome on Xorg
>> [Vanilla Gnome].
>> See if your gear icons change back to their original icons.
>> https://vitux.com/how-to-install-vanilla-gnome-desktop-on-ubuntu/
>>
>
> No change. At login, I can select
>   GNOME
>   GNOME Classic
>   GNOME Classic on Xorg
>   GNOME on Xorg
>   TWM
>
> I do not have snap running.
>

Sorry, hit send too soon...

I selected GNOME did apt update, upgrade and reboot.
I selected GNOME on Xorg
The icon is still a gear.

Tom Dean

Revision history for this message
Bernard Stafford (bernard010) said :
#8

So you are using vanilla OS.
Otherwise you would have Ubuntu on Wayland as one of the choices for login.
https://vanillaos.org/

Revision history for this message
tomdean (tomdean) said :
#9

On 6/5/23 12:20, Bernard Stafford wrote:
> Your question #706887 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/706887
>
> Status: Open => Answered
>
> Bernard Stafford proposed the following answer:
> So you are using vanilla OS.
> Otherwise you would have Ubuntu on Wayland as one of the choices for login.
> https://vanillaos.org
My initial install was Ubuntu 20.04 from iso.
I switched to vanilla GNOME using the online procedure.
I removed snap and auto upgrade.
I upgraded to Ubuntu 22.04 using do-release-upgrade.
And, again removed snap.

 > cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04 (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

 > uname -a
Linux aorus 5.19.0-43-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon
May 22 13:39:36 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Tom Dean

Revision history for this message
Launchpad Janitor (janitor) said :
#10

This question was expired because it remained in the 'Open' state without activity for the last 15 days.