The Following 6 Users Say Thank You to Zeta For This Useful Post: | ||
![]() |
2020-01-29
, 01:04
|
|
Community Council |
Posts: 1,669 |
Thanked: 10,227 times |
Joined on Nov 2014
@ Lower Rhine
|
#92
|
The Following 2 Users Say Thank You to mosen For This Useful Post: | ||
![]() |
2020-01-29
, 15:09
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#93
|
I don't have a Pro1 a hand yet to confirm this, but at least on Fedora, there exists a script called "firefox-wayland" that starts firefox to render directly under wayland, and not through X.
The error you get here looks like this, Sailfish using wayland, and XFCE probably does something like either provides and X server when run fully, or justs sets some flags to use wayland that you don't get when running in standalone.
If that is any help and the command "firefox-wayland" doesn't exist in your package manager, it is simply the following bash script (pasted from Fedora on PC):
I hope that could help you, and that I receive quickly a Pro1 to try this myself !Code:[zeta@pc ~]$ cat /usr/bin/firefox-wayland #!/usr/bin/bash # # Run Firefox under Wayland # export MOZ_ENABLE_WAYLAND=1 exec /usr/bin/firefox "$@"
![]() |
2020-01-29
, 16:36
|
Posts: 1,336 |
Thanked: 3,932 times |
Joined on Jul 2010
@ Brittany, France
|
#94
|
![]() |
2020-01-29
, 16:54
|
|
Community Council |
Posts: 1,669 |
Thanked: 10,227 times |
Joined on Nov 2014
@ Lower Rhine
|
#95
|
I have not properly compared battery life with or without xfce4 running, however.
The Following User Says Thank You to mosen For This Useful Post: | ||
![]() |
2020-02-01
, 02:56
|
Posts: 1,336 |
Thanked: 3,932 times |
Joined on Jul 2010
@ Brittany, France
|
#96
|
The Following User Says Thank You to Kabouik For This Useful Post: | ||
![]() |
2020-02-01
, 09:43
|
|
Posts: 269 |
Thanked: 1,097 times |
Joined on Sep 2009
@ Hampshire, UK
|
#97
|
The Following User Says Thank You to epninety For This Useful Post: | ||
![]() |
2020-02-01
, 12:23
|
Posts: 1,336 |
Thanked: 3,932 times |
Joined on Jul 2010
@ Brittany, France
|
#98
|
![]() |
2020-02-01
, 17:48
|
Posts: 26 |
Thanked: 23 times |
Joined on Jul 2008
@ Berlin, Germany
|
#99
|
Can anyone confirm that ssh into the pro1 works over wifi out of the box
![]() |
2020-02-01
, 18:04
|
|
Posts: 269 |
Thanked: 1,097 times |
Joined on Sep 2009
@ Hampshire, UK
|
#100
|
The Following 5 Users Say Thank You to epninety For This Useful Post: | ||
![]() |
Tags |
fxtec pro1, sailfish os |
|
The error you get here looks like this, Sailfish using wayland, and XFCE probably does something like either provides and X server when run fully, or justs sets some flags to use wayland that you don't get when running in standalone.
If that is any help and the command "firefox-wayland" doesn't exist in your package manager, it is simply the following bash script (pasted from Fedora on PC):