#1531 closed task (needinfo)
Html client. Decoration is an option
Reported by: | Denis01 | Owned by: | Denis01 |
---|---|---|---|
Priority: | major | Milestone: | 2.2 |
Component: | html5 | Version: | trunk |
Keywords: | Cc: |
Description
Hello,
create an option on login screen to activate/dis-activate screen "decoration" processing
Change History (4)
comment:1 Changed 4 years ago by
Summary: | Html client. Decoration s an option → Html client. Decoration is an option |
---|
comment:2 Changed 3 years ago by
Status: | assigned → new |
---|
comment:3 Changed 3 years ago by
Resolution: | → needinfo |
---|---|
Status: | new → closed |
Not heard back, closing.
comment:4 Changed 2 days ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1531
Note: See
TracTickets for help on using
tickets.
Please explain what it is that you are requesting. What is the use case? The application which is misbehaving?
All windows are decorated when they should be, if you don't want your window to be decorated, you can use the relevant toolkit API (GTK, Qt - whatever) in your application code to remove the window title bar. (ie:
Window.set_decorated(False)
with GTK).