In 3.10 I was able to hide the toolbar, in 3.18 not
The version included in Ubuntu Wily Werewolf allowed me to hide the toolbar, the version that seems to be included in Xenial Xerus does not offer this. Is this intended?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu gedit Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- 2016-03-10
- Last query:
- 2016-03-10
- Last reply:
- 2016-03-10
I suggest you report a bug. Xenial is prerelease and issues and features may be missing.
Me (mayerchristel) said : | #2 |
Does anyone know how I could make this command
sudo apt-get install gedit=3.
work?
I was courious if it is possible to use 3.10.4 in Xenial.
|
#3 |
You can specify the version number in commands like "sudo apt-get install gedit=3.
You could try manually downloading the version for wily and force installing with dpkg:
Download gedit-common_
and either gedit_3.
or gedit_3.
Install these packages with
sudo dpkg -I --force-downgrade gedit*.deb
If that works well, you have to apt-pin this version to prevent automatic upgrade to the newest version.
Manfred Hampl (m-hampl) said : | #4 |
Oops. sorry wrong autocorrection, the install command should have been
sudo dpkg -i --force-downgrade gedit*.deb
Me (mayerchristel) said : | #5 |
Thanks Manfred Hampl, that solved my question.
Me (mayerchristel) said : | #6 |
Thanks a lot! :)