-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continue of Bug/Feature description in #37 #42
Comments
@agnostic-apollo, I asked for My checks of the Andoid-12 AVD have given other bugs with checks after 0.118 updateI had no problem with clone/build after your last push.The number of source files has risen from 257 to 274, 71 were removed, 28 canged and 25 added. ExtraKeys=EK called now Toolbar except in the
With
Until I rename the shortcut (Handling terminal sessions)! This was correct before your last push. The |
"Fullscreen" Feature when you merge Termux and FloatThe only way to use RealVNC with Termux on the same screen is Float. Because RealVNC+Xvnc=XServer is not split-enabled The lower Nav-bar (Portrait) attitude is at Landscape right hand. Wipe the two Nav-bars inside show these briefly and also the pinned-bar of RealVNC briefly. Termux could behave the same fullscreen because it does not collide with the Drawer. Float uses the top-Nav-bar-space but not the lower/right. Example on Pixel-5-AVD with Android 12 in 1: vertical/prortrait 2: landsscape position: fullscreen.mp4Details to the record of two independ recorded Videos aboveOn both screens are four XClients and two Apps. At start all Nav-bars are removed in 1: and in the end in both. The space of Nav-bars used for Fluxbox (Window-Ornaments, Task-Manager) in this OTS (see details in
Installations requirements and bashrc script (OTS) to repeat the videobelow the OTS-Script (9 loc) in the path #!/bin/bash # VNC-Xserver & WM=fluxbox (includes feh and aterm) JOB_1:115.173.=fluxbox
z="am start -n" r="$z com.realvnc.viewer.android/.app.ConnectionChooserActivity"
case $1 in 0|1) $r;; 2) $z com.termux/.app.TermuxActivity;; *). uu.sh . .; esac ;f= v=.vnc
[ -n "$1" -o -n "$RT" ]&& return;[ ! -f u/bin/Xvnc ]&& pkg i tigervnc $WM -y;t=$PREFIX/tmp
alias t='. ~/.bashrc' n='u uu n /home/.termux/termux.properties &'; export DISPLAY=:1
if [ -z "$(pgrep -o Xvnc)" ];then rm -rf $v/l* $t/.X*; [ -z "$WxH" ]&& WxH=700x700
$e geometry=$WxH>$v/config; $e '#'>$v/xstartup; vncserver :1 -localhost; $r; fi
for p in $WM aterm feh; do s=$(pgrep -o $p); if [ -z $s ];then $p $f>$t/$p 2>&1&
fi ;f=;[ ${p::1} = a ]&& f="-g 300x200+0+400 i/bg2*";done ;feh --bg-fill i/bg1*; $pp VNC expect a password: Two times after installation and one time at RealVNC start, if not already done/saved and screen-geometrie OTS from Startscreen could be done with App: Float or Termux (with toggle-Key (EK) for fullsreen with termux-x11 (basic version)The only x11 version with correct fullscreen is the two years old basic version (also in ip.zip). Here Installation and processing of three check sources (*.c). ... in progress! |
Problem description
In #37, bugs and features were described, which were not fixed or implemented. @agnostic-apollo, but you have closed this issue, which would be ok in the case of integration in Termux
app
. To my question:I have not received any answer so far and also with integration would remain some of the Issues. LTP=Long-Tap-Pinch must be implemented differently, because LT already exists in
*app
.I've performed further LTP attempts with Studio (emulator updated) and standalone. Pinch still works after Long-Tap incorrectly on all my AVD on two different (Windows) PC and Android versions 10-12. Have you compared the logs with yours and on which OS do you work?
If LTP will never be needed soon, tis Bug does not need to be resolved, but the fullscreen problem already. A nice example of fullscreen (five times) is RealVNC without pinned bars. Float is only partially (top bar) correct on non-AVD devices and the
*properties:
fullscreen=true is ineffective on all my devices. How is it with you?Steps to reproduce
Start Float on any AVD Device like right site in this Video and following shots
Expected behavior
Pinch zoom is possible, like left site
Additional information
log of standalone (updated) AVD emulator (pixel_2) start
check with Studio and AVD emulator (pixel_c) record the LTP action and logcat
Studio.mp4
The text was updated successfully, but these errors were encountered: