[SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... (/showthread.php?tid=2150) Pages:
1
2
|
[SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - m654321 - 09-02-2015 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 Re: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - torreydale - 09-02-2015 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. Re: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - m654321 - 09-02-2015 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... Re: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - shaggytwodope - 09-02-2015 (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 Code: lite-controlcenter Re: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - m654321 - 09-02-2015 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 Re: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - shaggytwodope - 09-02-2015 (09-02-2015, 08:05 PM)m654321 link Wrote: Thanks shaggytwodope. The output from the terminal is as follows: Not sure how it was removed, but please install this pacakge: Code: sudo apt-get install gir1.2-webkit-3.0 Re: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - m654321 - 09-03-2015 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 Re: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - shaggytwodope - 09-03-2015 (09-03-2015, 04:47 AM)m654321 link Wrote: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.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. Re: [SOLVED] Upgraded to LL2.6 - Lite Control Center won't open... - N4RPS - 10-16-2015 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] Re: Upgraded to LL2.6 - Lite Control Center won't open... - m654321 - 12-24-2015 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 |