Posts: 46
Threads: 16
Joined: Apr 2014
Reputation:
0
03-05-2015, 08:05 PM
(This post was last modified: 03-12-2015, 03:42 PM by Scott(0).)
Edit by Admin: See reply #5 by Avj for a description of this problem.
the help gui uses
for example
cmd://link?http://www.freecinema2022.gq/hwdb.html
this does not work
suggest using
sensible browser link
Linux user and supporter since 1998. Secular Humanist & skeptic.
openPGP: 0xC938FD97 jabber:
[email protected]
Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
I think this might be what you are talking about both of the links in the help manual on the hardware page point to the same url. Hopefully this will be a little more clear if it is the problem you are talking about.
<a href="https://www.freecinema2022.gq/hardware.html" target="_blank">here</a> to see if your model is already listed. Don't forget
you can also run Linux Lite live before you install it to see if
your hardware is supported. This database feature is new so the
list of computers at the moment is limited. If you already have
Linux Lite installed, please consider adding your hardware to
the
<a href="https://www.freecinema2022.gq/hardware.html" target="_blank">Linux Lite Hardware Database</a> to help others.</p>
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
Posts: 8,900
Threads: 544
Joined: Feb 2014
Reputation:
5
Where is this 'help gui'?
Posts: 1,255
Threads: 21
Joined: Aug 2014
Reputation:
0
Browser link on mine shows
file:///usr/share/doc/litemanual/index.html
?
Quote:the help gui uses
for example
cmd://link?http://www.freecinema2022.gq/hwdb.html
this does not work
suggest using
sensible browser link
My launcher shows
Quote:Help Manual
xdg-open /usr/share/doc/litemanual/index.html
The Linux Lite Help & Support Manual
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
With a little luck, I seem to have found the problem that this topic is about. The help gui it would seem is the help manual button on the lite welcome screen. When I click the help manual button I get a new browser window with my home page. The link is: cmd://link?http://www.freecinema2022.gq/manual/index.html
When I click the hardware database button i get the Get Support page. The link is: file:///usr/share/litewelcome/support.html None of the links on the Get Support page seem to work.
cmd://link?http://www.freecinema2022.gq/manual/
cmd://link?http://www.freecinema2022.gq/forums/index.php?action=search
cmd://link?http://www.freecinema2022.gq/forums/index.php?action=register
cmd://link?http://www.freecinema2022.gq/forums/
cmd://link?http://www.freecinema2022.gq/hwdb.html
Hopefully this will help clear up the problem.
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
Posts: 688
Threads: 49
Joined: Jul 2014
Are you runing the latest version of Firefox?
Code:
apt-cache policy firefox
firefox:
Installed: 36.0.1+build2-0ubuntu0.14.04.1
Candidate: 36.0.1+build2-0ubuntu0.14.04.1
Version table:
*** 36.0.1+build2-0ubuntu0.14.04.1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 Packages
100 /var/lib/dpkg/status
28.0+build2-0ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
Which web browser is set as the defaulft one?
Code:
grep "text/html" /etc/gnome/defaults.list
Code:
grep "x-scheme-handler/http" /etc/gnome/defaults.list
Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
This is what I have:
apt-cache policy firefox
firefox:
Installed: 36.0+build2-0ubuntu0.14.04.4
Candidate: 36.0+build2-0ubuntu0.14.04.4
Version table:
*** 36.0+build2-0ubuntu0.14.04.4 0
500
http://mirror.nexcess.net/ubuntu/ trusty-updates/main i386 Packages
500
http://mirror.nexcess.net/ubuntu/ trusty-security/main i386 Packages
100 /var/lib/dpkg/status
28.0+build2-0ubuntu2 0
500
http://mirror.nexcess.net/ubuntu/ trusty/main i386 Packages
grep "text/html" /etc/gnome/defaults.list
text/html=firefox.desktop;
grep "x-scheme-handler/http" /etc/gnome/defaults.list
x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
Posts: 688
Threads: 49
Joined: Jul 2014
Can you run the updates and try again?
Did you run dist-upgrade
Code:
apt-get dist-upgrade
That might break the system. Never run dist-upgrade. LL is a young distro and is known to misbehave if you run dist-upgrade.
Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
No, I either update with Install Updates or through synaptic. I will update again and report back.
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison