LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-23-2015, 07:11 PM   #1
CVAlkan
Member
 
Registered: Nov 2012
Location: Northwest suburbs of Chicago
Distribution: Ubuntu & Mint LTS, Manjaro Rolling; Android
Posts: 242

Rep: Reputation: Disabled
Unity Tweak Tool in Ubuntu 14.04.3


Ever since updating (actually a reinstall on a new SSD) Ubuntu from 14.04.1 to 14.04.3, I haven't been able to get the Unity Tweak tool working.

Even from the Software Center, it shows a missing canonical web apps dependency when attempting to run it. Trolling through various web sites, it seems I'm not the only one that can't figure out exactly what needs to be installed. There are a number of sites that provide multi-step procedures for getting it to work, but none of them have worked for me.

Has anyone else experienced this problem? Is there a known fix for this, or a specific set of dependencies that are known to solve the problem?

Thanks for any pointers.
 
Old 10-24-2015, 01:42 AM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by CVAlkan View Post
Is there a known fix for this, or a specific set of dependencies that are known to solve the problem?
Hi...

There might be. As an idea, please open a terminal and attempt to run the Unity Tweak Tool and then post the results. I think the command is...

Code:
unity-tweak-tool
Hopefully, this will tell us what's wrong and what files are needed, if any.

Regards...

Last edited by ardvark71; 10-24-2015 at 02:01 AM. Reason: Corrections.
 
Old 10-24-2015, 04:33 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by CVAlkan View Post
There are a number of sites that provide multi-step procedures for getting it to work, but none of them have worked for me.
as so often (not you personally, cvalkan, it's a common newbie problem), this is the crucial point where you failed providing us with the information necessary to help you.

and no, we don't have the magical fix up our sleeves.
 
Old 10-24-2015, 09:52 AM   #4
CVAlkan
Member
 
Registered: Nov 2012
Location: Northwest suburbs of Chicago
Distribution: Ubuntu & Mint LTS, Manjaro Rolling; Android
Posts: 242

Original Poster
Rep: Reputation: Disabled
Sorry about the lack of specifics: There seems to have been so much written about this specific problem (set of symptoms?) that I assumed it was well known and neglected to give details. Having said that, there are really very few details available.

The dialog box that appears when running from the GUI says simply:
"The following schema is missing
com.canonical.unity.webapps
In order to work properly, Unity Tweak Tool recommends you install the necessary packages"

Of course it doesn't say what those "necessary packages" are.

When running Unity Tweak Tool from the command line (which I did do), the message is simply:
"Error: schema com.canonical.unity.webapps not installed"

Searching through Synaptic for "com.canonical" shows nothing at all, but searching for "unity.webapps" results in a very long list of possibilities - some obviously irrelevant, but several with similar but not identical names. I attempting installing as many of those as I could without getting the Unity Tweak Tool to react any differently.

The commentaries on several sites (as I said) didn't result in any success either - thus making any list of these unenlightening.

It's not that important. There are a few things I'd like to use it for, so I thought I'd take a shot and see if anyone knew precisely what it was looking for. I should also mention that I tried with both the "developer" version as well as the one included in the Ubuntu Software Center, but as near as I could determine, those are identical.

But thanks anyway.
 
Old 10-24-2015, 11:42 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
ubuntu are really doing their worst to make linux the opposite of transparent.
should be called opaque linux really, people would probably even like the name.

and because normal configuration isn't possible anymore, people then have to install "tweak tools". welcome to windows mentality. tsk tsk.
(not that any of this is your fault, cvalkan.)

search the web on how to install software on debian-based systems with apt-get through the terminal.
this still works normally on ubuntu and is a 100% valid alternative to software center, last time i looked.
find out what unity tweak-tools dependencies and install-recommends are.
maybe you'll find the culprit.
 
Old 10-24-2015, 04:11 PM   #6
CVAlkan
Member
 
Registered: Nov 2012
Location: Northwest suburbs of Chicago
Distribution: Ubuntu & Mint LTS, Manjaro Rolling; Android
Posts: 242

Original Poster
Rep: Reputation: Disabled
Again, thanks, but even when installing with apt-get (which is actually what I prefer since I can have one big script for setting up a new installation), there is still no usable message to suggest that there is any difficulty at all. Strange.

I've been calling it "Obfuscated Linux" for some time, so I guess we view Canonical in much the same way ...

But Ubuntu is still easier to come to grips with than Xenix (Microsoft's early attempt to "fix" Unix), where they seemed to change things just for fun ...

Like I said, however - it's not that big of a deal; it's just annoying.

Thanks again.
 
Old 10-24-2015, 04:23 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by ondoho View Post
search the web on how to install software on debian-based systems with apt-get through the terminal.
+1

This was my thought as well, try reinstalling the software.

Code:
sudo apt-get install unity-tweak-tool gnome-tweak-tool
If that doesn't work, you can also try repairing any broken packages using the commands mentioned here.

Regards...
 
Old 10-25-2015, 03:04 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by ondoho View Post
find out what unity tweak-tools dependencies and install-recommends are.
maybe you'll find the culprit.
this.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Integrating the Unity Tweak Tool into System Settings -is that possible? Ubuntu 14.04 Motte Ubuntu 9 07-01-2014 11:40 AM
LXer: Unity Tweak Tool Updated for Ubuntu 13.04 LXer Syndicated Linux News 0 05-09-2013 07:50 PM
LXer: How to Tweak And Perfect The Unity Desktop With Unity Tweak Tool Linux/Ubuntu LXer Syndicated Linux News 0 04-04-2013 08:51 PM
LXer: Unity Tweak Tool 0.0.2 Brings New Features LXer Syndicated Linux News 0 01-22-2013 04:10 AM
LXer: Unsettings: Tool To Disable Global Menu, Overlay Scrollbars And Tweak Unity LXer Syndicated Linux News 0 03-10-2012 02:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 12:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration