Kabouik
|
2020-08-31
, 07:50
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#51
|
|
2020-08-31
, 10:39
|
Posts: 16 |
Thanked: 4 times |
Joined on May 2012
|
#52
|
I think the script is named start_desktop.sh not just start_desktop. But other than that, there seems to be an issue with Sid now, as xf86vidmodeproto is a required package but is now missing from the unstable repository, which was not the case when we set up our Sid containers here. It should work if you can find a way to install it on Sid (unless there are other issues downstream), or alternatively you could try installing Buster instead, but you'll lose the benefit of having a rolling distributions. You can try Debian Testing too, I'm not sure if it's rolling or discontinuous releases.
|
2020-08-31
, 14:46
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#53
|
Xft.dpi: 180 xterm*font: *-font-*-*-*-20-*
xrdb -merge ~/.Xresources
exec_always --no-startup-id source ~/.xinitrc
|
2020-09-02
, 00:20
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#54
|
1 : Is there some tricks about enlarging the UI to be more easy to use with fingers ?
2 : How to right click ? I didn't installed mouse/cursor support, is this related ?
3 : Auto-show when editing text doesn't work with Onboard.
And i tried to export and edit with dconf but i get an empty file.
4 : I have no sound. Tried to install pavucontrol but already installed. Have someone an idea ?
Thanks a lot.
|
2020-09-02
, 00:22
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#55
|
|
2020-09-02
, 07:52
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#56
|
1. If you install the mouse support it is easier to set up. However, you can do it with your fingers too. Go to "Start menu" then "Settings" then:
"Appearance" - under "Fonts" set the font size (for me: Default font: 26, Default Monospace font: 18
"Desktop" - under "Icons" set the icon size (for me File/launcher icons: 76)
"File manager preferences" - under "Side Pane" set the icon size within the file manager (for me both icon size: 64px)
"Onboard preferences" - set the preferred onboard style, layout and other stuff
"Panel" - under "Display" set the size of the panels (for me "Panel1 aka. Start menu" Row size: 76, "Panel2 aka Docker" Row size: 128) - Under "Items" you can set what apps/elements you would like to see on the panel.
"Window manager" - under "Style" set the "Title font" (for me is 26)
<property name="Gdk" type="empty"> <property name="WindowScalingFactor" type="int" value="1"> </property>
3.
Try to play with the "Onboard preferences". For me, it works, however, I think it required to start the onboard first. (When I start it doesn't appear straight away, but when I go into an input field, it appears automatically. You can start automatically in "Settings"/"Session and startup"/"Application startup"
|
2020-09-02
, 10:25
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#57
|
If the GUI doesn't work (for some unofficial ports, this is the case), this can be done manually from a command line. Here are the steps: sudo lxc-create -t sfos-download -n <container-name> sudo lxc-start -n <container-name> Manually change the the /usr/share/sailfish-containers/guest to /usr/share/harbour-containers/scripts/guest in the /var/lib/lxc/< container name >/config sudo lxc-attach -n <container-name> then within the container: /mnt/guest/setup_desktop.sh /mnt/guest/setups/debian.sh Start 2! command lines and in one of them issue this as nemo: /usr/bin/qxdisplay --wayland-socket-name "../../display/wayland-container-0" (or to start with mouse cursor support use this: /usr/bin/qxcompositor -o portrait --wayland-socket-name "../../display/wayland-container-0") In the other command-line attach the container, then: /mnt/guest/start_desktop 0 Done.
The Following User Says Thank You to levone1 For This Useful Post: | ||
|
2020-09-02
, 11:16
|
|
Posts: 600 |
Thanked: 713 times |
Joined on Jul 2019
@ UK
|
#58
|
I'm using XZ2c port. Everything working fine with installation and gui, as well as containers creation, x-session setup, attach, etc. When I tap 'start x-session', though, I get a perpetual "Waiting for x-window" message. When I try to do it manually, as quoted above, the output of the last command, run inside of attached, (which Ithink has a typo in your post - should be '/mnt/guest/start_desktop.sh 0', right?), is shown in tje screenshot ...
any ideas? Thanks
sudo lxc-attach -n <container_name>
/mnt/guest/start_desktop.sh 0
sudo lxc-attach -n <container_name> -- /mnt/guest/start_desktop.sh 0 &
|
2020-09-02
, 13:01
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#59
|
Yes, you were right there was a typo in the command. I have fixed that. Thanks, for the heads up.
When you start manually, first you need to start the container, then you need to enter into it in a command line:
then within there run the command:Code:sudo lxc-attach -n <container_name>
orCode:/mnt/guest/start_desktop.sh 0
with one command:
Please check the scripts (Some useful scripts: section) that I provided for manual start from the command line.Code:sudo lxc-attach -n <container_name> -- /mnt/guest/start_desktop.sh 0 &
Those scripts do start the container if they are not running then issuing the command above to start the desktop.
When you see the message "Waiting for x-window" wait for a while, then after a while, your desktop will appear. For me, I need to wait for around a half or a minute to get the desktop screen.
The Following User Says Thank You to levone1 For This Useful Post: | ||
|
2020-09-02
, 13:24
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#60
|
Yes, you were right there was a typo in the command. I have fixed that. Thanks, for the heads up.
When you start manually, first you need to start the container, then you need to enter into it in a command line:
then within there run the command:Code:sudo lxc-attach -n <container_name>
orCode:/mnt/guest/start_desktop.sh 0
with one command:
Please check the scripts (Some useful scripts: section) that I provided for manual start from the command line.Code:sudo lxc-attach -n <container_name> -- /mnt/guest/start_desktop.sh 0 &
Those scripts do start the container if they are not running then issuing the command above to start the desktop.
When you see the message "Waiting for x-window" wait for a while, then after a while, your desktop will appear. For me, I need to wait for around a half or a minute to get the desktop screen.
The Following User Says Thank You to levone1 For This Useful Post: | ||
Tags |
application, development, linux |
Thread Tools | |
|