<div dir="ltr">Hi<div>Sorry about the badly formed path submission. First timer here !</div><div>Here is the bug report : <a href="https://trac.videolan.org/vlc/ticket/21126">https://trac.videolan.org/vlc/ticket/21126</a></div><div>TL:DR is that in fullscreen mode on linux, pressing the boss key would not minimize the window, only pause it. You had to press it twice in order to get the expected result.</div><div>Should I re submit the fix with the additions you mentionned ?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 20 avr. 2020 à 19:36, Alexandre Janniaux <<a href="mailto:ajanni@videolabs.io">ajanni@videolabs.io</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Can you be more precise about the «not working» part? It works<br>
correctly here so I'm not sure of what you're fixing.<br>
<br>
Is it linked to a ticket too? You should reference the ticket<br>
in that case.<br>
<br>
Finally, you should not use From: like that.<br>
<br>
Put one author in From: (or in general, author of the commit)<br>
and the other in Co-authored-by: .<br>
<br>
Regards,<br>
--<br>
Alexandre Janniaux<br>
Videolabs<br>
<br>
<br>
On Mon, Apr 20, 2020 at 06:47:35PM +0200, <a href="mailto:nicolas.legoueix77@gmail.com" target="_blank">nicolas.legoueix77@gmail.com</a> wrote:<br>
> From: Nicolas Legoueix and Yann Queric <<a href="mailto:nicolas.legoueix77@gmail.com" target="_blank">nicolas.legoueix77@gmail.com</a>><br>
><br>
> ---<br>
>  modules/gui/qt/main_interface.cpp | 10 +++-------<br>
>  1 file changed, 3 insertions(+), 7 deletions(-)<br>
><br>
> diff --git a/modules/gui/qt/main_interface.cpp b/modules/gui/qt/main_interface.cpp<br>
> index 259dcf7109..2968210bd4 100644<br>
> --- a/modules/gui/qt/main_interface.cpp<br>
> +++ b/modules/gui/qt/main_interface.cpp<br>
> @@ -1707,14 +1707,10 @@ void MainInterface::emitBoss()<br>
>  void MainInterface::setBoss()<br>
>  {<br>
>      THEMIM->pause();<br>
> -    if( sysTray )<br>
> -    {<br>
> +<br>
> +    showMinimized();<br>
> +    if(sysTray)<br>
>          hide();<br>
> -    }<br>
> -    else<br>
> -    {<br>
> -        showMinimized();<br>
> -    }<br>
>  }<br>
><br>
>  void MainInterface::emitRaise()<br>
> --<br>
> 2.20.1<br>
><br>
> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a></blockquote></div>