WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore-11beta GUI desktop install  (Read 17619 times)

Offline danny

  • Jr. Member
  • **
  • Posts: 73
Re: piCore-11beta GUI desktop install
« Reply #45 on: May 05, 2020, 12:41:37 AM »
Thanks for your help.
I have opened epiphany successfully.
But when I used "epiphany google.com" it showed a blank page.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-11beta GUI desktop install
« Reply #46 on: May 05, 2020, 12:44:58 AM »
How about "epiphany https://www.google.com"?

Otherwise you can double-click on the epiphany icon and enter an address manually.

Offline danny

  • Jr. Member
  • **
  • Posts: 73
Re: piCore-11beta GUI desktop install
« Reply #47 on: May 05, 2020, 01:05:15 AM »
I entered an address on browser, it still showed blank page.
By the way, can I change epiphany to full screen?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-11beta GUI desktop install
« Reply #48 on: May 05, 2020, 01:40:50 AM »
You can change to full screen by double-clicking on the title bar (in wayland/weston at least) or by right-clicking on the title bar and choosing maximize (in x11/flwm maybe).

Did you hit enter after entering the address?

Offline danny

  • Jr. Member
  • **
  • Posts: 73
Re: piCore-11beta GUI desktop install
« Reply #49 on: May 05, 2020, 02:15:31 AM »
Yes, I hit enter after entering the address.
Is there anything I miss to install?
I choose maximize but not full screen please reference attach.


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-11beta GUI desktop install
« Reply #50 on: May 05, 2020, 03:06:54 AM »
Both maximise and full screen work for me in wayland/weston

Neither maximise nor full screen work for me in x11/flwm, but dragging the window larger works to some extent.

Have you tried answering the question about setting the browser as default before trying to open a web site or enter a search term?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: piCore-11beta GUI desktop install
« Reply #51 on: May 05, 2020, 05:34:04 AM »
Hi Juanito
You can change to full screen by double-clicking on the title bar (in wayland/weston at least) or by right-clicking on the title bar and choosing maximize (in x11/flwm maybe). ...
Right clicking the title bar in flwm should bring up the desktop menu.

Item #2 was added to flwm and flwm_topside in March of 2019:
Quote
2. Double clicking a windows titlebar toggles between max size and normal size.
Found here:
http://forum.tinycorelinux.net/index.php/topic,22598.msg141585.html#msg141585

The ARMv7 Change-log shows 2017/02/24 for flwm and 2014/11/06 for flwm_topside so they lack that feature due to their age:
http://www.tinycorelinux.net/11.x/armv7/tcz/flwm.tcz.info
http://www.tinycorelinux.net/11.x/armv7/tcz/flwm_topside.tcz.info

Based on the posted image:


It looks like Epiphany tells the window manager not to supply a title bar and creates its own instead, so the double click to maximise
feature might not even work under flwm.

... Neither maximise nor full screen work for me in x11/flwm, ...
If the window frame is still being supplied by flwm then  Ctrl-Alt-M  should toggle the windows size.


« Last Edit: May 05, 2020, 05:44:12 AM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-11beta GUI desktop install
« Reply #52 on: May 05, 2020, 08:08:09 AM »
If the window frame is still being supplied by flwm then  Ctrl-Alt-M  should toggle the windows size.

That works  :)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-11beta GUI desktop install
« Reply #53 on: May 05, 2020, 10:17:53 AM »
One more thing to try - rather than an https location, try http://forum.tinycorelinux.net in epiphany.

Offline danny

  • Jr. Member
  • **
  • Posts: 73
Re: piCore-11beta GUI desktop install
« Reply #54 on: May 05, 2020, 06:04:11 PM »
I can load http://forum.tinycorelinux.net web, please reference attach.
But it only showed page in http://forum.tinycorelinux.net, other page will be blank.
And it work successfully by Ctrl-Alt-M.
Can I let epiphany full screen by using instruction in terminal?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-11beta GUI desktop install
« Reply #55 on: May 05, 2020, 10:59:55 PM »
If http works and https does not work, the problem is probably with ca-certificates.

For some reason I have the ca-certificates from piCore-9.x, which are in /usr/local/etc/ssl, but the ca-certificates in piCore-11.x are in /etc/ssl and epiphany is probably not looking there.

You could try this command:
Code: [Select]
$ sudo ln -s /etc/ssl /usr/local/etc
..and then restart epiphany and see if things work as expected

Offline danny

  • Jr. Member
  • **
  • Posts: 73
Re: piCore-11beta GUI desktop install
« Reply #56 on: May 05, 2020, 11:21:41 PM »
I pasted command in terminal.
But it showed blank in web contain ssl.
I tried use epiphany http://XXXX.com in terminal,then I got message. (please reference attach)

Thanks

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: piCore-11beta GUI desktop install
« Reply #57 on: May 06, 2020, 12:43:37 AM »
Please check if the ca-certificates extension is loaded using this command:
Code: [Select]
$ tce-status -i | grep cert
If the command shows that the ca-certificates extension is loaded, then what does this command give:
Code: [Select]
$ ls /usr/local/etc/ssl
Note also, from your attachment, the libEGL messages suggest that graphics hardware acceleration is not enabled.

Offline danny

  • Jr. Member
  • **
  • Posts: 73
Re: piCore-11beta GUI desktop install
« Reply #58 on: May 06, 2020, 08:35:04 PM »
I used "tce-status -i | grep cert" got the following message:
Code: [Select]
ca-certificatesAnd then listed /usr/local/etc/ssl
Code: [Select]
ls: /usr/local/etc/ssl: No such file or directory

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: piCore-11beta GUI desktop install
« Reply #59 on: May 06, 2020, 08:46:22 PM »
Hi danny
... And then listed /usr/local/etc/ssl
Code: [Select]
ls: /usr/local/etc/ssl: No such file or directory

Then try what Juanito suggested in reply #55:
... You could try this command:
Code: [Select]
$ sudo ln -s /etc/ssl /usr/local/etc
..and then restart epiphany and see if things work as expected