lxqt-session icon indicating copy to clipboard operation
lxqt-session copied to clipboard

LXQt on mobile with small screen

Open gfgit opened this issue 2 years ago • 2 comments

Expected Behavior

Desktop should be somewhat usable on mobile devices. Like having small window minimum sizes, many scrollbars etc. Also being touch friendly would be good but that's more difficult.

Current Behavior

This problem especially occurs with lxqt-leave dialog which does not have window borders so it cannot be moved around. On small screens it doesn't fit so it's impossible to click buttons on the left.

Possible Solution

I'm working on a patch which makes it full screen with a QListView which scrolls and adjusts column count.

Steps to Reproduce (for bugs)
Context
System Information
  • Distribution & Version:
  • Kernel:
  • Qt Version:
  • liblxqt Version: master
  • lxqt-build-tools Version:
  • Package version:

gfgit avatar Dec 02 '23 15:12 gfgit

Experimental code at: https://github.com/gfgit/lxqt-session/tree/work/gfgit/fullscreen_lxqt_leave

gfgit avatar Dec 03 '23 12:12 gfgit

Stumbled upon this, the experimental result is (at least on wayland) not suitable, I see the icons lined up on top left, but using layer-shell-qt overlay layer probably a similar effect as in wlogout could be achieved and should be no window anymore at all:

screen_full_dom_22:05:40_

stefonarch avatar Feb 25 '24 21:02 stefonarch