Icon Zoom is removed from preferences?
I am using plank on my Ubuntu 20.04. Yesterday, I updated my packages using
sudo apt-get update
sudo apt-get upgrade
After that, the plank feature "icon zoom" is missing in plank preferences. I am using plank version 0.11.89 got from plank --version.
Is the feature removed?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Plank Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Digvijay Rathore
- Solved:
- 2020-07-17
- Last query:
- 2020-07-17
- Last reply:
- 2020-07-17
Digvijay Rathore (digvijay-r) said : | #1 |
Rico Tzschichholz (ricotz) said : | #2 |
This feature was *not* removed upstream.
Make sure you are using the ubuntu/debian distro package or a build from https:/
Inspect the output of "apt-cache policy plank"
Digvijay Rathore (digvijay-r) said : | #3 |
The output of above command is:
plank:
Installed: (none)
Candidate: 0.11.89+
Version table:
0.
500 http://
0.11.89-1 500
500 http://
There are two versions.
Rico Tzschichholz (ricotz) said : | #4 |
So you have no (official) package of plank installed.
However better figure out where your current version is coming from while it might still cause issues.
"dpkg -l | grep plank" might give you some clue where it came from.
"apt install plank" should get you back in a normal state.
Digvijay Rathore (digvijay-r) said : | #5 |
I have uninstalled and installed the package from apt.
plank:
Installed: 0.11.89-1
Candidate: 0.11.89-1
Version table:
*** 0.11.89-1 500
500 http://
100 /var/lib/
The issue is resolved.
Thanks.