Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
09-02-2015, 05:49 PM
(This post was last modified: 09-03-2015, 04:59 AM by m654321.)
I have just upgraded LL2.4 to 2.6 on two of my laptops.
For the UEFI dual-boot set-up, upgrading appeared to complete fine, except that following rebooting the Lite Control Cented refused to open, as in all subsequent reboots...
... is there anything I can do to kick it into action?
Thanks in advance for any help
Mike
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Posts: 1,599
Threads: 86
Joined: Jun 2015
Reputation:
0
09-02-2015, 06:40 PM
(This post was last modified: 09-02-2015, 06:45 PM by torreydale.)
Have you tried reinstalling? Below is the old fashioned way to install the beta version. I'm not sure if this is for the production version.
Code: sudo apt-get update && sudo apt-get install lite-controlcenter
You could try opening Install/Remove Software and marking it for reinstallation that way.
Want to thank me? Click my [Thank] link.
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
Thanks torreydale - I tried both options that you suggested, following removal of lite-controlcenter, but again, lite-controlcenter stubbornly refuses to open when clicked on...
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Posts: 222
Threads: 8
Joined: Feb 2014
Reputation:
0
(09-02-2015, 07:18 PM)m654321 link Wrote: Thanks torreydale - I tried both options that you suggested, following removal of lite-controlcenter, but again, lite-controlcenter stubbornly refuses to open when clicked on...
Can you open a terminal and type and share any output.
The Truth is out there.
Be sure to check the Manual out and always report Bugs or feature requests.
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
Thanks shaggytwodope. The output from the terminal is as follows:
mike@mike-G750JS:~$ lite-controlcenter
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 2135, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/litecc/litecenter.py", line 12, in <module>
from gi.repository import WebKit as webkit
File "/usr/lib/python3/dist-packages/gi/importer.py", line 53, in find_module
'introspection typelib not found' % namespace)
ImportError: cannot import name WebKit, introspection typelib not found
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Posts: 222
Threads: 8
Joined: Feb 2014
Reputation:
0
(09-02-2015, 08:05 PM)m654321 link Wrote: Thanks shaggytwodope. The output from the terminal is as follows:
mike@mike-G750JS:~$ lite-controlcenter
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 2135, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/litecc/litecenter.py", line 12, in <module>
from gi.repository import WebKit as webkit
File "/usr/lib/python3/dist-packages/gi/importer.py", line 53, in find_module
'introspection typelib not found' % namespace)
ImportError: cannot import name WebKit, introspection typelib not found
Not sure how it was removed, but please install this pacakge: Code: sudo apt-get install gir1.2-webkit-3.0
and try to open control center again using the terminal.
The Truth is out there.
Be sure to check the Manual out and always report Bugs or feature requests.
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
Quote:Not sure how it was removed, but please install this pacakge: Code: [size=1em]sudo apt-get install gir1.2-webkit-3.0[/size] and try to open control center again using the terminal.
I entered the code for installing webkit. I wasn't sure what code to use to open the application from the terminal, so instead went to open lite-controlcenter directly from the Menu.
It worked - many thanks for your help with this shaggytwodope - much appreciated.
What code should I use for opening any application from the terminal?
Cheers
Mike
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Posts: 222
Threads: 8
Joined: Feb 2014
Reputation:
0
(09-03-2015, 04:47 AM)m654321 link Wrote: Quote:Not sure how it was removed, but please install this pacakge: Code: [size=1em]sudo apt-get install gir1.2-webkit-3.0[/size] and try to open control center again using the terminal.
I entered the code for installing webkit. I wasn't sure what code to use to open the application from the terminal, so instead went to open lite-controlcenter directly from the Menu.
It worked - many thanks for your help with this shaggytwodope - much appreciated.
What code should I use for opening any application from the terminal?
Cheers
Mike In this case its lite-controlcenter like I mentioned in my previous post. This is done sometimes to debug and issue. Glad it's working for you now. Thanks for letting us know, and it had been fixed now.
The Truth is out there.
Be sure to check the Manual out and always report Bugs or feature requests.
Posts: 1,149
Threads: 22
Joined: Feb 2014
Reputation:
0
Hello!
Who da man? SHAG da man!
(09-02-2015, 08:54 PM)shaggytwodope link Wrote: Not sure how it was removed, but please install this pacakge: sudo apt-get install gir1.2-webkit-3.0 and try to open control center again using the terminal./quote]
Installing Onboard on my Dell 3135 netbook breaks Lite Control Center here. It must mess with gir-webkit somehow.
Reinstalling gir-webkit fixed me up, too.Sure is nice to have BOTH Onboard AND LCC again!
73 DE N4RPS
Rob
A gun in your hand is worth more than a whole police force on the phone.
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
12-24-2015, 01:25 PM
(This post was last modified: 12-24-2015, 01:28 PM by m654321.)
I am having problems again, with opening the Linux Control Center in LL2.6
The output from the terminal is as follows:
mike@LL-G750JS:~$ lite-controlcenter
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 2158, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/litecc/litecenter.py", line 13, in <module>
from gi.repository import WebKit as webkit
File "/usr/lib/python3/dist-packages/gi/importer.py", line 53, in find_module
'introspection typelib not found' % namespace)
ImportError: cannot import name WebKit, introspection typelib not found
When this happened before (see previous posts on this thread), it was fixed by installing girl.2-webkit-3.0, but in this instance this didn't seem to work - here is the output from the terminal...
mike@LL-G750JS:~$ sudo apt-get install girl.2-webkit-3.0
[sudo] password for mike:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package girl.2-webkit-3.0
E: Couldn't find any package by regex 'girl.2-webkit-3.0'
mike@LL-G750JS:~$
Any help is much appreciated.
Many thanks & Merry Christmas
Mike
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
|