[HELP NEEDED] please help with testing OPENMEETINGS-2078

2019-07-18 Thread Maxim Solodovnik
Hello All,

Recently I have implemented "improved shortcuts" i.e. hotkeys
Now you don't need to guess some magical key codes etc.
You can specify hotkey using keypress in admin and use it room

According to Peter this works as expected on Linux machine
but fail on Mac and Windows

I need help to get steps to reproduce what is wrong

Thanks in advance :)

-- 
WBR
Maxim aka solomax


Re: conversion problem during update

2019-07-18 Thread Maxim Solodovnik
https://issues.apache.org/jira/browse/OPENMEETINGS-2089

On Tue, 16 Jul 2019 at 14:17, Maxim Solodovnik  wrote:
>
> Thanks for checking!
>
> It seems this parameter is safe to add
> Will do ASAP
>
> Can someone file JIRA?
>
> On Tue, 16 Jul 2019 at 13:56, Xavier M  wrote:
> >
> > Hello,
> >
> > Yes, it works fine with:
> > cd (Directory where the file to be converted is)
> > convert -density 125 OpenMeet.pdf +profile '*' -quality 100 page-%04d.png
> > (where OpenMeet.pdf is the name of the file to be converted).
> >
> > Nota Bene : transparency is active in the results (the .png files) : when 
> > the background of the PDF-file is white, it becomes transparent in the 
> > PNG-files.
> >
> > Xavier
> >
> > 
> > De : Maxim Solodovnik 
> > Envoyé : lundi 15 juillet 2019 13:48
> > À : Openmeetings user-list
> > Objet : Re: conversion problem during update
> >
> > even better if it will be "+profile '*'" (typo in `profile` is also fixed)
> >
> > On Mon, 15 Jul 2019 at 16:17, Maxim Solodovnik  wrote:
> > >
> > > This string "+ profil '*'"
> > > Should be "+profil '*'" (no space)
> > >
> > > On Mon, 15 Jul 2019 at 16:11, Xavier M  wrote:
> > > >
> > > > Hi all,
> > > >
> > > > I just tested the command lines with a Mac... There must be a mistake 
> > > > somewhere, but it is quite encouraging.
> > > >
> > > >  * I used a copy of the tutorial of OpenMeetings Installation by Alvaro 
> > > > (16 pages), and put it into a directory "Test". I renamed it 
> > > > OpenMeet.pdf to (preventively) avoid some undesirable effects of spaces 
> > > > or long names.
> > > >  * I launched a console and cd into this directory.
> > > >  * I typed following command:
> > > > convert -density 125 OpenMeet.pdf + profil '*' -quality 100 
> > > > page-%04d.png
> > > >   * I got following errors:
> > > > convert: unable to open image '+': No such file or directory @ 
> > > > error/blob.c/OpenBlob/3485.
> > > > convert: no decode delegate for this image format `' @ 
> > > > error/constitute.c/ReadImage/556.
> > > > convert: unable to open image 'profil': No such file or directory @ 
> > > > error/blob.c/OpenBlob/3485.
> > > > convert: unable to open image 'profil': No such file or directory @ 
> > > > error/blob.c/OpenBlob/3485.
> > > > convert: no decode delegate for this image format `' @ 
> > > > error/constitute.c/ReadImage/556.
> > > >  * BUT I've got now 32 new png-files, numerotated  to 0035. The 
> > > > files page-.png and page-0015.png correspond to the first page of 
> > > > the PDF file.
> > > >
> > > > --> I guess that ImageMagick works, but that there is some problem with 
> > > > the options in the command lines.
> > > >
> > > > Hope this helps...
> > > > Xavier
> > > >
> > > > 
> > > > De : Maxim Solodovnik 
> > > > Envoyé : jeudi 11 juillet 2019 09:44
> > > > À : Openmeetings user-list
> > > > Objet : Re: conversion problem during update
> > > >
> > > > the page seems to correct
> > > >
> > > > On Thu, 11 Jul 2019 at 14:42, Xavier M  wrote:
> > > > >
> > > > > Just to check for step 1, due to the way it is written: do I follow 
> > > > > the instructions here?
> > > > > https://imagemagick.org/script/download.php#macosx
> > > > >
> > > > >
> > > > >
> > > > > 
> > > > > De : Maxim Solodovnik 
> > > > > Envoyé : jeudi 11 juillet 2019 09:33
> > > > > À : Openmeetings user-list
> > > > > Objet : Re: conversion problem during update
> > > > >
> > > > > Steps:
> > > > > 1) Install ImageMagic
> > > > > 2) create empty folder, cd into this folder, put any PDF file to it
> > > > > Using terminal/console app
> > > > > 3) run
> > > > > `PATH_TO_IMAGIC_BIN/convert -density 125 NAME_OF_PDF.pdf +profile
> > > > > '*' -quality 100 page-%04d.png`
> > > > >
> > > > > should be no errors
> > > > > (NOTE PDF conversion might be blocked in ImageMagic policy.xml file)
> > > > >
> > > > > On Thu, 11 Jul 2019 at 14:29, Xavier M  wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I'm a Mac user at work - be aware that it is not a server on the 
> > > > > > web. I do not fully understand the point, but if you detail me the 
> > > > > > steps, I can maybe help? I'll find time to do on Monday or Tuesday.
> > > > > >
> > > > > > Xavier
> > > > > >
> > > > > > 
> > > > > > De : Peter Dähn 
> > > > > > Envoyé : jeudi 11 juillet 2019 09:13
> > > > > > À : user@openmeetings.apache.org
> > > > > > Objet : Re: conversion problem during update
> > > > > >
> > > > > > I will ask MAC user around here...
> > > > > >
> > > > > > Am 11.07.19 um 08:32 schrieb Maxim Solodovnik:
> > > > > > > I can test it on Windows
> > > > > > > Not on Mac :(
> > > > > > >
> > > > > > > should be easy:
> > > > > > > 1) install ImageMagic
> > > > > > > 2) run command
> > > > > > > 3) report back :)
> > > > > > >
> > > > > > > Are there any volunteers?
> > > > > > >
> > > > > > > On Thu, 11 Jul 2019 at 13:29, Peter Dähn  wrote:
> > > > > 

[DISCUSSION] shall attendees be removed from the room when the time is over

2019-07-18 Thread Maxim Solodovnik
Hello All,

Some time ago this JIRA was filed:
https://issues.apache.org/jira/browse/OPENMEETINGS-2022
It states that user can stay in the room after meeting time is over

Would it be OK to force remove all users except organizer from the
room when the time is over?

-- 
WBR
Maxim aka solomax


Re: [DISCUSSION] shall attendees be removed from the room when the time is over

2019-07-18 Thread Daniel Ascher
I think that's a good suggestion.

Dan Ascher

On Thu, Jul 18, 2019 at 1:28 PM Maxim Solodovnik 
wrote:

> Hello All,
>
> Some time ago this JIRA was filed:
> https://issues.apache.org/jira/browse/OPENMEETINGS-2022
> It states that user can stay in the room after meeting time is over
>
> Would it be OK to force remove all users except organizer from the
> room when the time is over?
>
> --
> WBR
> Maxim aka solomax
>


-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.

Sign Up for A+ News and Test Prep Tips!




Re: [HELP NEEDED] please help with testing OPENMEETINGS-2078

2019-07-18 Thread Daniel Ascher
I will help if you provide me with information needed to test it.

Thanks. Dan

On Thu, Jul 18, 2019 at 3:07 AM Maxim Solodovnik 
wrote:

> Hello All,
>
> Recently I have implemented "improved shortcuts" i.e. hotkeys
> Now you don't need to guess some magical key codes etc.
> You can specify hotkey using keypress in admin and use it room
>
> According to Peter this works as expected on Linux machine
> but fail on Mac and Windows
>
> I need help to get steps to reproduce what is wrong
>
> Thanks in advance :)
>
> --
> WBR
> Maxim aka solomax
>


-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.

Sign Up for A+ News and Test Prep Tips!




Re: [HELP NEEDED] please help with testing OPENMEETINGS-2078

2019-07-18 Thread Stefan Kühl
Hey, agree to Dan. What shall we do? Just set hotkeys in the admin
section? 

Greetz 

Stefan  

Am 18.07.2019 19:47, schrieb Daniel Ascher:

> I will help if you provide me with information needed to test it. 
> 
> Thanks. Dan 
> 
> On Thu, Jul 18, 2019 at 3:07 AM Maxim Solodovnik  
> wrote: 
> 
>> Hello All,
>> 
>> Recently I have implemented "improved shortcuts" i.e. hotkeys
>> Now you don't need to guess some magical key codes etc.
>> You can specify hotkey using keypress in admin and use it room
>> 
>> According to Peter this works as expected on Linux machine
>> but fail on Mac and Windows
>> 
>> I need help to get steps to reproduce what is wrong
>> 
>> Thanks in advance :)
>> 
>> -- 
>> WBR
>> Maxim aka solomax
> 
> -- 
> 
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
> 
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640 
> Click here to schedule a phone call with me. [1]
> 
> Sign Up for A+ News and Test Prep Tips! [2]
> [3]
 

Links:
--
[1] https://www.aplustutoring.com/meetings/aplusadmin/phone-call
[2] https://www.aplustutoring.com/educational-blog-articles-subscription
[3] http://aplustutoring.com

Re: [HELP NEEDED] please help with testing OPENMEETINGS-2078

2019-07-18 Thread Maxim Solodovnik
Thanks :))

My steps were:
1) enter any room at demo-next as moderator
2) press Ctrl+Alt+Q
Expected result: quick poll should be started

According to @Peter [1]:
Works for me on Linux. On M$ and MAC it doesn't work. No Quick poll by
using Ctrl+Alt+Q. Users were moderators.

[1] https://issues.apache.org/jira/browse/OPENMEETINGS-2078


On Fri, 19 Jul 2019 at 04:23, Stefan Kühl  wrote:

> Hey, agree to Dan. What shall we do? Just set hotkeys in the admin section?
>
> Greetz
>
> Stefan
>
>
> Am 18.07.2019 19:47, schrieb Daniel Ascher:
>
> I will help if you provide me with information needed to test it.
>
> Thanks. Dan
>
> On Thu, Jul 18, 2019 at 3:07 AM Maxim Solodovnik 
> wrote:
>
>> Hello All,
>>
>> Recently I have implemented "improved shortcuts" i.e. hotkeys
>> Now you don't need to guess some magical key codes etc.
>> You can specify hotkey using keypress in admin and use it room
>>
>> According to Peter this works as expected on Linux machine
>> but fail on Mac and Windows
>>
>> I need help to get steps to reproduce what is wrong
>>
>> Thanks in advance :)
>>
>> --
>> WBR
>> Maxim aka solomax
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> 
> Sign Up for A+ News and Test Prep Tips!
> 
> 
>
>

-- 
WBR
Maxim aka solomax


Re: [DISCUSSION] shall attendees be removed from the room when the time is over

2019-07-18 Thread Maxim Solodovnik
Should it be default behavior for any appointment?
Should it be customizable? If yes: should it be global option for entire
installation or should it be "per appointment" setting?

On Fri, 19 Jul 2019 at 00:46, Daniel Ascher 
wrote:

> I think that's a good suggestion.
>
> Dan Ascher
>
> On Thu, Jul 18, 2019 at 1:28 PM Maxim Solodovnik 
> wrote:
>
>> Hello All,
>>
>> Some time ago this JIRA was filed:
>> https://issues.apache.org/jira/browse/OPENMEETINGS-2022
>> It states that user can stay in the room after meeting time is over
>>
>> Would it be OK to force remove all users except organizer from the
>> room when the time is over?
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> 
> Sign Up for A+ News and Test Prep Tips!
> 
> 
>


-- 
WBR
Maxim aka solomax