Re: [RDD] On screen keyboard

2020-02-20 Thread drew Roberts
Mike,

I got something working...May be giving up too much security to get it
though...

2 files in /etc/sudoers.d/

==

test1
rd ALL=(ALL) ALL
rivendell ALL=(ALL) ALL

==

test2
rivendell ALL=NOPASSWD: /home/rd/vkbdko.sh
rivendell ALL=NOPASSWD: /home/rd/vkbd.sh
rivendell ALL=NOPASSWD: /bin/bash
rd ALL=NOPASSWD: /home/rd/vkbdko.sh
rd ALL=NOPASSWD: /home/rd/vkbd.sh

I think I can get rid of some of those lines in the last file but that will
be for another day.

==

cat /home/rd/vkbdko.sh
#!/bin/bash
# virtual keyboard kickoff
# vkbdko.sh

echo `/bin/whoami` > /tmp/openkbko

sudo -i -u rd /home/rd/vkbd.sh

#/usr/bin/lxqt-sudo /home/rd/vkbd.sh

==

cat /home/rd/vkbd.sh
#!/bin/bash
# virtual keyboard
# vkbd.sh

echo `/bin/whoami` > /tmp/openkb

echo "beginning..." >> /tmp/openkb

export DISPLAY=:0.0
/usr/bin/xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer
-geometry 630x185+190+000 -minizable

echo "ending..." >> /tmp/openkb

==


On Thu, Feb 20, 2020 at 10:23 AM Mike Cox  wrote:

> Thanks for the reminder Bill.
>
> I now have a nice new 3.2 install and all is working again. I'm back to
> square one with my pop up keyboard but, with Drew's help, it looks like
> it's a permissions issue as Rivendell is running macros as "rivendell" but
> the screen is run under "rd".
>
> We'll get there.
>
> Mike
>
> --
>
> Mike Cox
> Managing Director
> The Rosetta Group Ltd
>
> Email: mike@rosetta.group
> Website: www.rosetta.group
> Phone: 01983 229 229
>
> 
>
> Have a look at our new cloud phone system at www.rosettatelecom.com
>
> See our payment options and pay online by clicking here Pay online
> 
>
> On 20/02/2020 15:12, Bill Putney wrote:
>
> If you're solution is to do a clean re-install, make sure you take a
> snapshot of the database too, to reinstall after the rebuild. The audio
> backup won't do you much good without the database!
>
> - Bill
> On 2/20/20 4:22 AM, drew Roberts wrote:
>
> Mike,
>
> On Thu, Feb 20, 2020 at 5:15 AM Mike Cox 
>  wrote:
>
>> Hi Drew
>>
>> I've had a look through the logs on this machine and I'm now confused
>> too! I must have done something very strange when I built it. I think the
>> simplest option will be to back up the audio and rebuild it from scratch.
>>
>
> Could be.
>
>> Thanks for your help and sorry if I've wasted your time. From my side,
>> every day is a learning opportunity.
>>
>
> You haven't wasted my time in the least. In fact, trying to help you
> yesterday was the final push I needed to try and bring up my first 3.x box.
> Almost there... database is converting now...
>
>> Mike
>>
>
> all the best,
>
> drew
>
>
>>
>> --
>>
>> Mike Cox
>> Managing Director
>> The Rosetta Group Ltd
>>
>> Email: mike@rosetta.group
>> Website: www.rosetta.group
>> Phone: 01983 229 229
>>
>> 
>>
>> Have a look at our new cloud phone system at www.rosettatelecom.com
>>
>> See our payment options and pay online by clicking here Pay online
>> 
>>
>> On 19/02/2020 18:08, drew Roberts wrote:
>>
>> Mike,
>>
>> I am a bit confused. I got in to the 3.x box I have access to.
>>
>> my 2.x boxes:
>>
>> rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
>> rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false
>>
>> $ ls /home
>> rd
>>
>>
>> "my" 3.x box:
>>
>> rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
>> rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false
>>
>> $ ls /home
>> rd
>>
>> From our freenode #rivendell chat this morning:
>>
>>  rivendell:x:1000:1000:Rivendell:/home/rivendell:/bin/bash
>>
>> How did you do this install? What does the line for rd look like in
>> /etc/passwd?
>>
>> Did you make /home/rivendell?
>>
>> If you bring up a terminal fron the desktop and issue:
>>
>> whoami
>>
>> who are you? rd or rivendell?
>>
>> drew
>>
>> drew
>>
>> On Mon, Feb 17, 2020 at 9:10 AM Mike Cox 
>>  wrote:
>>
>>> I've read the wiki entry about using an on screen keyboard
>>> http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is
>>> for Debian.
>>>
>>> Has anyone achieved this in the standard Centos install?
>>>
>>> Many thanks
>>>
>>> Mike
>>> --
>>>
>>> --
>>>
>>> Mike Cox
>>> Managing Director
>>> The Rosetta Group Ltd
>>>
>>> Email: mike@rosetta.group
>>> Website: www.rosetta.group
>>> Phone: 01983 229 229
>>>
>>> 
>>>
>>> Have a look at our new cloud phone system at www.rosettatelecom.com
>>>
>>> See our payment options and pay online by clicking here Pay online
>>> 
>>>
>>> ___
>>> Rivendell-dev mailing list
>>> Rivendell-dev@lists.rivendellaudio.org
>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>>
>>
>>
>> --
>> Enjoy the *Paradise Island Cam* playing
>> *Bahamian Or Nuttin* -

Re: [RDD] On screen keyboard

2020-02-20 Thread drew Roberts
Mike,

On Thu, Feb 20, 2020 at 10:23 AM Mike Cox  wrote:

> Thanks for the reminder Bill.
>
> I now have a nice new 3.2 install and all is working again.
>

I have a 3.2.1 going here now as well, so I will try to find a solution
locally and then pass it on...

drew


> I'm back to square one with my pop up keyboard but, with Drew's help, it
> looks like it's a permissions issue as Rivendell is running macros as
> "rivendell" but the screen is run under "rd".
>
> We'll get there.
>
> Mike
>
> --
>
> Mike Cox
> Managing Director
> The Rosetta Group Ltd
>
> Email: mike@rosetta.group
> Website: www.rosetta.group
> Phone: 01983 229 229
>
> 
>
> Have a look at our new cloud phone system at www.rosettatelecom.com
>
> See our payment options and pay online by clicking here Pay online
> 
>
> On 20/02/2020 15:12, Bill Putney wrote:
>
> If you're solution is to do a clean re-install, make sure you take a
> snapshot of the database too, to reinstall after the rebuild. The audio
> backup won't do you much good without the database!
>
> - Bill
> On 2/20/20 4:22 AM, drew Roberts wrote:
>
> Mike,
>
> On Thu, Feb 20, 2020 at 5:15 AM Mike Cox 
>  wrote:
>
>> Hi Drew
>>
>> I've had a look through the logs on this machine and I'm now confused
>> too! I must have done something very strange when I built it. I think the
>> simplest option will be to back up the audio and rebuild it from scratch.
>>
>
> Could be.
>
>> Thanks for your help and sorry if I've wasted your time. From my side,
>> every day is a learning opportunity.
>>
>
> You haven't wasted my time in the least. In fact, trying to help you
> yesterday was the final push I needed to try and bring up my first 3.x box.
> Almost there... database is converting now...
>
>> Mike
>>
>
> all the best,
>
> drew
>
>
>>
>> --
>>
>> Mike Cox
>> Managing Director
>> The Rosetta Group Ltd
>>
>> Email: mike@rosetta.group
>> Website: www.rosetta.group
>> Phone: 01983 229 229
>>
>> 
>>
>> Have a look at our new cloud phone system at www.rosettatelecom.com
>>
>> See our payment options and pay online by clicking here Pay online
>> 
>>
>> On 19/02/2020 18:08, drew Roberts wrote:
>>
>> Mike,
>>
>> I am a bit confused. I got in to the 3.x box I have access to.
>>
>> my 2.x boxes:
>>
>> rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
>> rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false
>>
>> $ ls /home
>> rd
>>
>>
>> "my" 3.x box:
>>
>> rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
>> rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false
>>
>> $ ls /home
>> rd
>>
>> From our freenode #rivendell chat this morning:
>>
>>  rivendell:x:1000:1000:Rivendell:/home/rivendell:/bin/bash
>>
>> How did you do this install? What does the line for rd look like in
>> /etc/passwd?
>>
>> Did you make /home/rivendell?
>>
>> If you bring up a terminal fron the desktop and issue:
>>
>> whoami
>>
>> who are you? rd or rivendell?
>>
>> drew
>>
>> drew
>>
>> On Mon, Feb 17, 2020 at 9:10 AM Mike Cox 
>>  wrote:
>>
>>> I've read the wiki entry about using an on screen keyboard
>>> http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is
>>> for Debian.
>>>
>>> Has anyone achieved this in the standard Centos install?
>>>
>>> Many thanks
>>>
>>> Mike
>>> --
>>>
>>> --
>>>
>>> Mike Cox
>>> Managing Director
>>> The Rosetta Group Ltd
>>>
>>> Email: mike@rosetta.group
>>> Website: www.rosetta.group
>>> Phone: 01983 229 229
>>>
>>> 
>>>
>>> Have a look at our new cloud phone system at www.rosettatelecom.com
>>>
>>> See our payment options and pay online by clicking here Pay online
>>> 
>>>
>>> ___
>>> Rivendell-dev mailing list
>>> Rivendell-dev@lists.rivendellaudio.org
>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>>
>>
>>
>> --
>> Enjoy the *Paradise Island Cam* playing
>> *Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
>>
>>
>
> --
> Enjoy the *Paradise Island Cam* playing
> *Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
>
> ___
> Rivendell-dev mailing 
> listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
> --
> Bill Putney - WB6RFW
>
> District 2 Commissioner - Port of Port Townsend
> Chief Engineer - KPTZ
> El Jefe de Contenido - Port Townsend Film Festival
> Private Pilot-Single Engine Land | Airframe & Powerplant Mechanic / 
> Inspection Authorization
>
>
> ___
> Rivendell-dev mailing 
> listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
> ___
> Rivendell-dev m

Re: [RDD] On screen keyboard

2020-02-20 Thread Mike Cox
Thanks for the reminder Bill.

I now have a nice new 3.2 install and all is working again. I'm back to square 
one with my pop up keyboard but, with Drew's help, it looks like it's a 
permissions issue as Rivendell is running macros as "rivendell" but the screen 
is run under "rd".

We'll get there.

Mike



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

On 20/02/2020 15:12, Bill Putney wrote:

If you're solution is to do a clean re-install, make sure you take a snapshot 
of the database too, to reinstall after the rebuild. The audio backup won't do 
you much good without the database!

- Bill

On 2/20/20 4:22 AM, drew Roberts wrote:
Mike,

On Thu, Feb 20, 2020 at 5:15 AM Mike Cox 
 wrote:

Hi Drew

I've had a look through the logs on this machine and I'm now confused too! I 
must have done something very strange when I built it. I think the simplest 
option will be to back up the audio and rebuild it from scratch.

Could be.

Thanks for your help and sorry if I've wasted your time. From my side, every 
day is a learning opportunity.

You haven't wasted my time in the least. In fact, trying to help you yesterday 
was the final push I needed to try and bring up my first 3.x box. Almost 
there... database is converting now...

Mike

all the best,

drew




Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[X]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

On 19/02/2020 18:08, drew Roberts wrote:
Mike,

I am a bit confused. I got in to the 3.x box I have access to.

my 2.x boxes:

rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false

$ ls /home
rd


"my" 3.x box:

rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false

$ ls /home
rd

From our freenode #rivendell chat this morning:

 rivendell:x:1000:1000:Rivendell:/home/rivendell:/bin/bash

How did you do this install? What does the line for rd look like in /etc/passwd?

Did you make /home/rivendell?

If you bring up a terminal fron the desktop and issue:

whoami

who are you? rd or rivendell?

drew

drew

On Mon, Feb 17, 2020 at 9:10 AM Mike Cox 
 wrote:

I've read the wiki entry about using an on screen keyboard 
http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is for 
Debian.

Has anyone achieved this in the standard Centos install?

Many thanks

Mike

--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[X]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


--
Enjoy the Paradise Island Cam playing
Bahamian Or Nuttin - https://www.paradiseislandcam.com/


--
Enjoy the Paradise Island Cam playing
Bahamian Or Nuttin - https://www.paradiseislandcam.com/



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


--
Bill Putney - WB6RFW

District 2 Commissioner - Port of Port Townsend
Chief Engineer - KPTZ
El Jefe de Contenido - Port Townsend Film Festival
Private Pilot-Single Engine Land | Airframe & Powerplant Mechanic / Inspection 
Authorization



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystem

Re: [RDD] On screen keyboard

2020-02-20 Thread Bill Putney
If you're solution is to do a clean re-install, make sure you take a 
snapshot of the database too, to reinstall after the rebuild. The audio 
backup won't do you much good without the database!


- Bill

On 2/20/20 4:22 AM, drew Roberts wrote:

Mike,

On Thu, Feb 20, 2020 at 5:15 AM Mike Cox  wrote:

Hi Drew

I've had a look through the logs on this machine and I'm now
confused too! I must have done something very strange when I built
it. I think the simplest option will be to back up the audio and
rebuild it from scratch.


Could be.

Thanks for your help and sorry if I've wasted your time. From my
side, every day is a learning opportunity.


You haven't wasted my time in the least. In fact, trying to help you 
yesterday was the final push I needed to try and bring up my first 3.x 
box. Almost there... database is converting now...


Mike


all the best,

drew




Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group 
Website: www.rosetta.group 
Phone: 01983 229 229



Have a look at our new cloud phone system at
www.rosettatelecom.com 

See our payment options and pay online by clicking here Pay online



On 19/02/2020 18:08, drew Roberts wrote:

Mike,

I am a bit confused. I got in to the 3.x box I have access to.

my 2.x boxes:

rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
rivendell:x:150:150:Rivendell radio automation
system:/var/snd:/bin/false

$ ls /home
rd


"my" 3.x box:

rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
rivendell:x:150:150:Rivendell radio automation
system:/var/snd:/bin/false

$ ls /home
rd

From our freenode #rivendell chat this morning:


rivendell:x:1000:1000:Rivendell:/home/rivendell:/bin/bash

How did you do this install? What does the line for rd look like
in /etc/passwd?

Did you make /home/rivendell?

If you bring up a terminal fron the desktop and issue:

whoami

who are you? rd or rivendell?

drew

drew

On Mon, Feb 17, 2020 at 9:10 AM Mike Cox 
 wrote:

I've read the wiki entry about using an on screen keyboard
http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard
but it is for Debian.

Has anyone achieved this in the standard Centos install?

Many thanks

Mike

-- 




Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group 
Website: www.rosetta.group 
Phone: 01983 229 229



Have a look at our new cloud phone system at
www.rosettatelecom.com 

See our payment options and pay online by clicking here Pay
online 


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org

http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev



-- 
Enjoy the *Paradise Island Cam* playing

*Bahamian Or Nuttin* - https://www.paradiseislandcam.com/




--
Enjoy the *Paradise Island Cam* playing
*Bahamian Or Nuttin* - https://www.paradiseislandcam.com/

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


--
Bill Putney - WB6RFW

District 2 Commissioner - Port of Port Townsend
Chief Engineer - KPTZ
El Jefe de Contenido - Port Townsend Film Festival
Private Pilot-Single Engine Land | Airframe & Powerplant Mechanic / Inspection 
Authorization

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] On screen keyboard

2020-02-20 Thread drew Roberts
Mike,

On Thu, Feb 20, 2020 at 5:15 AM Mike Cox  wrote:

> Hi Drew
>
> I've had a look through the logs on this machine and I'm now confused too!
> I must have done something very strange when I built it. I think the
> simplest option will be to back up the audio and rebuild it from scratch.
>

Could be.

> Thanks for your help and sorry if I've wasted your time. From my side,
> every day is a learning opportunity.
>

You haven't wasted my time in the least. In fact, trying to help you
yesterday was the final push I needed to try and bring up my first 3.x box.
Almost there... database is converting now...

> Mike
>

all the best,

drew


>
> --
>
> Mike Cox
> Managing Director
> The Rosetta Group Ltd
>
> Email: mike@rosetta.group
> Website: www.rosetta.group
> Phone: 01983 229 229
>
> 
>
> Have a look at our new cloud phone system at www.rosettatelecom.com
>
> See our payment options and pay online by clicking here Pay online
> 
>
> On 19/02/2020 18:08, drew Roberts wrote:
>
> Mike,
>
> I am a bit confused. I got in to the 3.x box I have access to.
>
> my 2.x boxes:
>
> rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
> rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false
>
> $ ls /home
> rd
>
>
> "my" 3.x box:
>
> rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
> rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false
>
> $ ls /home
> rd
>
> From our freenode #rivendell chat this morning:
>
>  rivendell:x:1000:1000:Rivendell:/home/rivendell:/bin/bash
>
> How did you do this install? What does the line for rd look like in
> /etc/passwd?
>
> Did you make /home/rivendell?
>
> If you bring up a terminal fron the desktop and issue:
>
> whoami
>
> who are you? rd or rivendell?
>
> drew
>
> drew
>
> On Mon, Feb 17, 2020 at 9:10 AM Mike Cox 
>  wrote:
>
>> I've read the wiki entry about using an on screen keyboard
>> http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is
>> for Debian.
>>
>> Has anyone achieved this in the standard Centos install?
>>
>> Many thanks
>>
>> Mike
>> --
>>
>> --
>>
>> Mike Cox
>> Managing Director
>> The Rosetta Group Ltd
>>
>> Email: mike@rosetta.group
>> Website: www.rosetta.group
>> Phone: 01983 229 229
>>
>> 
>>
>> Have a look at our new cloud phone system at www.rosettatelecom.com
>>
>> See our payment options and pay online by clicking here Pay online
>> 
>>
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>
>
> --
> Enjoy the *Paradise Island Cam* playing
> *Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
>
>

-- 
Enjoy the *Paradise Island Cam* playing
*Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] On screen keyboard

2020-02-20 Thread Mike Cox
Hi Drew

I've had a look through the logs on this machine and I'm now confused too! I 
must have done something very strange when I built it. I think the simplest 
option will be to back up the audio and rebuild it from scratch.

Thanks for your help and sorry if I've wasted your time. From my side, every 
day is a learning opportunity.

Mike



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

On 19/02/2020 18:08, drew Roberts wrote:
Mike,

I am a bit confused. I got in to the 3.x box I have access to.

my 2.x boxes:

rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false

$ ls /home
rd


"my" 3.x box:

rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false

$ ls /home
rd

From our freenode #rivendell chat this morning:

 rivendell:x:1000:1000:Rivendell:/home/rivendell:/bin/bash

How did you do this install? What does the line for rd look like in /etc/passwd?

Did you make /home/rivendell?

If you bring up a terminal fron the desktop and issue:

whoami

who are you? rd or rivendell?

drew

drew

On Mon, Feb 17, 2020 at 9:10 AM Mike Cox 
 wrote:

I've read the wiki entry about using an on screen keyboard 
http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is for 
Debian.

Has anyone achieved this in the standard Centos install?

Many thanks

Mike

--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[X]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


--
Enjoy the Paradise Island Cam playing
Bahamian Or Nuttin - https://www.paradiseislandcam.com/
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] On screen keyboard

2020-02-19 Thread drew Roberts
Mike,

I am a bit confused. I got in to the 3.x box I have access to.

my 2.x boxes:

rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false

$ ls /home
rd


"my" 3.x box:

rd:x:1000:1000:Rivendell Audio:/home/rd:/bin/bash
rivendell:x:150:150:Rivendell radio automation system:/var/snd:/bin/false

$ ls /home
rd

>From our freenode #rivendell chat this morning:

 rivendell:x:1000:1000:Rivendell:/home/rivendell:/bin/bash

How did you do this install? What does the line for rd look like in
/etc/passwd?

Did you make /home/rivendell?

If you bring up a terminal fron the desktop and issue:

whoami

who are you? rd or rivendell?

drew

drew

On Mon, Feb 17, 2020 at 9:10 AM Mike Cox  wrote:

> I've read the wiki entry about using an on screen keyboard
> http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is for
> Debian.
>
> Has anyone achieved this in the standard Centos install?
>
> Many thanks
>
> Mike
> --
>
> --
>
> Mike Cox
> Managing Director
> The Rosetta Group Ltd
>
> Email: mike@rosetta.group
> Website: www.rosetta.group
> Phone: 01983 229 229
>
> 
>
> Have a look at our new cloud phone system at www.rosettatelecom.com
>
> See our payment options and pay online by clicking here Pay online
> 
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>


-- 
Enjoy the *Paradise Island Cam* playing
*Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] On screen keyboard

2020-02-18 Thread Mike Cox
Thanks David

I appreciate your help.

Mike



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

On 17/02/2020 14:39, David Klann wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Mike,

On Mon, 2020-02-17 at 14:27 +, you wrote:


Further to this I tried to just install using yum install xvkbd and it works
if I run the startup command in a terminal but not if I put them in  a
macro.

xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry
630x185+190+000 -minimizable &!   Works OK in terminal

RN xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry
630x185+190+000 -minimizable &!Doesn't work in Macro




This will be a bit dicey with Rivendell if you're running version 3.X. First,
make sure to check /etc/rd.conf for the settings RnRmlOwner and RnRmlGroup.
Your RN commands will be run as that user/group combination and will thus need
access to your X Windows session. The default (rivendell/rivendell) probably
does not have that access. Consider using either xauth(1) or xhost(1) to grant
the user "rivendell" access to X Windows sessions owned by the user as which
you're logged in (probably "rd" if you did a "by-the-book" install).

Hope this helps!

  ~David Klann

-BEGIN PGP SIGNATURE-

iHUEARYIAB0WIQTCAQ/Y/BfjYtO+Po2/XnPyBfsBeAUCXkqlvAAKCRC/XnPyBfsB
eL4PAP4sV3YkWC4yArDql1Ox7KtRX9w7qbJY6Zs5NTFVa2CZEgD+My3j/OlYOngY
Hy0nBe1VIJjxKGTwUFu6ssEVIRlGsA8=
=p5Xy
-END PGP SIGNATURE-


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] On screen keyboard

2020-02-17 Thread drew Roberts
Mike,

it is likely too late now, but if you see this soon, I am in #rivendell on
freenode. Perhaps we can find a solution. I will likely be there and able
to help for another half hour. If not, look for me after 9:30 am est
tomorrow morning if it is still not sorted.

drew

On Mon, Feb 17, 2020 at 10:31 AM Mike Cox  wrote:

> I have now tried moving the commands to shell scripts and calling those
> shell scripts but still no joy.
>
> I have tried putting the shell scripts in the /home/rivendell/ /home/rd/
> /usr/bin.
>
> I have tried setting the permissions on the shell scripts to 777 and 775
> as well as changing the parent folders the same.
>
> I have read so many messages in the mailing lists but am still unable to
> get the script to run.
>
> Is anyone able to help? All I'm trying to do is get the keyboard to pop up
> when I click on a button.
>
> Thanks a lot.
>
> Mike
>
> --
>
> Mike Cox
> Managing Director
> The Rosetta Group Ltd
>
> Email: mike@rosetta.group
> Website: www.rosetta.group
> Phone: 01983 229 229
>
> 
>
> Have a look at our new cloud phone system at www.rosettatelecom.com
>
> See our payment options and pay online by clicking here Pay online
> 
>
> On 17/02/2020 14:27, Mike Cox wrote:
>
> Further to this I tried to just install using yum install xvkbd and it
> works if I run the startup command in a terminal but not if I put them in
> a macro.
>
> xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry 
> 630x185+190+000 -minimizable &! Works OK in terminal
>
> RN xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry 
> 630x185+190+000 -minimizable &!  Doesn't work in Macro
>
>
> --
>
> Mike Cox
> Managing Director
> The Rosetta Group Ltd
>
> Email: mike@rosetta.group
> Website: www.rosetta.group
> Phone: 01983 229 229
>
> 
>
> Have a look at our new cloud phone system at www.rosettatelecom.com
>
> See our payment options and pay online by clicking here Pay online
> 
>
> On 17/02/2020 14:10, Mike Cox wrote:
>
> I've read the wiki entry about using an on screen keyboard
> http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is for
> Debian.
>
> Has anyone achieved this in the standard Centos install?
>
> Many thanks
>
> Mike
> --
>
> --
>
> Mike Cox
> Managing Director
> The Rosetta Group Ltd
>
> Email: mike@rosetta.group
> Website: www.rosetta.group
> Phone: 01983 229 229
>
> 
>
> Have a look at our new cloud phone system at www.rosettatelecom.com
>
> See our payment options and pay online by clicking here Pay online
> 
>
>
> ___
> Rivendell-dev mailing 
> listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
> ___
> Rivendell-dev mailing 
> listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>


-- 
Enjoy the *Paradise Island Cam* playing
*Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] On screen keyboard

2020-02-17 Thread Mike Cox
I have now tried moving the commands to shell scripts and calling those shell 
scripts but still no joy.

I have tried putting the shell scripts in the /home/rivendell/ /home/rd/ 
/usr/bin.

I have tried setting the permissions on the shell scripts to 777 and 775 as 
well as changing the parent folders the same.

I have read so many messages in the mailing lists but am still unable to get 
the script to run.

Is anyone able to help? All I'm trying to do is get the keyboard to pop up when 
I click on a button.

Thanks a lot.

Mike



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

On 17/02/2020 14:27, Mike Cox wrote:

Further to this I tried to just install using yum install xvkbd and it works if 
I run the startup command in a terminal but not if I put them in  a macro.

xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry 
630x185+190+000 -minimizable &!   Works OK in terminal

RN xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry 
630x185+190+000 -minimizable &!Doesn't work in Macro




Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

On 17/02/2020 14:10, Mike Cox wrote:

I've read the wiki entry about using an on screen keyboard 
http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is for 
Debian.

Has anyone achieved this in the standard Centos install?

Many thanks

Mike

--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online




___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev




___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] On screen keyboard

2020-02-17 Thread David Klann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Mike,

On Mon, 2020-02-17 at 14:27 +, you wrote:
> Further to this I tried to just install using yum install xvkbd and it works
> if I run the startup command in a terminal but not if I put them in  a
> macro.
> 
> xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry
> 630x185+190+000 -minimizable &!   Works OK in terminal
> 
> RN xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry
> 630x185+190+000 -minimizable &!Doesn't work in Macro
> 

This will be a bit dicey with Rivendell if you're running version 3.X. First,
make sure to check /etc/rd.conf for the settings RnRmlOwner and RnRmlGroup.
Your RN commands will be run as that user/group combination and will thus need
access to your X Windows session. The default (rivendell/rivendell) probably
does not have that access. Consider using either xauth(1) or xhost(1) to grant
the user "rivendell" access to X Windows sessions owned by the user as which
you're logged in (probably "rd" if you did a "by-the-book" install).

Hope this helps!

  ~David Klann

-BEGIN PGP SIGNATURE-

iHUEARYIAB0WIQTCAQ/Y/BfjYtO+Po2/XnPyBfsBeAUCXkqlvAAKCRC/XnPyBfsB
eL4PAP4sV3YkWC4yArDql1Ox7KtRX9w7qbJY6Zs5NTFVa2CZEgD+My3j/OlYOngY
Hy0nBe1VIJjxKGTwUFu6ssEVIRlGsA8=
=p5Xy
-END PGP SIGNATURE-

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] On screen keyboard

2020-02-17 Thread Mike Cox
Further to this I tried to just install using yum install xvkbd and it works if 
I run the startup command in a terminal but not if I put them in  a macro.

xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry 
630x185+190+000 -minimizable &!   Works OK in terminal

RN xvkbd -always-on-top -no-keypad -no-repeat -no-jump-pointer -geometry 
630x185+190+000 -minimizable &!Doesn't work in Macro




Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

On 17/02/2020 14:10, Mike Cox wrote:

I've read the wiki entry about using an on screen keyboard 
http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is for 
Debian.

Has anyone achieved this in the standard Centos install?

Many thanks

Mike

--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online




___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] On screen keyboard

2020-02-17 Thread Mike Cox
I've read the wiki entry about using an on screen keyboard 
http://wiki.rivendellaudio.org/index.php/On_Screen_Keyboard but it is for 
Debian.

Has anyone achieved this in the standard Centos install?

Many thanks

Mike

--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

See our payment options and pay online by clicking here Pay 
online

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] On Screen Keyboard

2011-11-03 Thread Warren Mead
Thanks James for the advice.

Where does "DISPLAY=:0.0 xvkbd" go in the line below?

Cheers

Warren
RN kstart --keepabove xvkbd -always-on-top -no-keypad -no-repeat 
-no-jump-pointer -geometry 630x185+190+000 -minimizable &!___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] On Screen Keyboard

2011-11-02 Thread James Harrison

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Could be an environment variable thing? Does (no quotes) 'DISPLAY=:0.0
xvkbd' work any better?
 
Cheers,
James Harrison
 
 
On 03/11/2011 00:53, Warren Mead wrote:
> Using Rivendell on Ubuntu 10.04, and need some help getting the On
Screen Keyboard working using xvkbd.
>
> I have followed the instuctions on the Rivendell Wiki "On Screen
Keyboard" and all appears to have gone well, but when I click on the
Sound Panel "Virtual Keyboard" nothing happens.
>
> I should mention that I don't actually have a touch screen yet, but I'm
guessing a mouse click would start it.
>
> And yes, xvkbd is installed and works when started in a terminal.
>
> Any ideas welcome!
>
> Thanks
>
> Warren Mead
>
> Gold MX/Fly FM
>
>
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
iEYEARECAAYFAk6yAWAACgkQmJV2s0zjsDhGjgCfXt+e1Cb4oMV/fCUroSOwFcDd
d3wAn17peQXNvnNyyrA/tKC2BkprRMUX
=7cGC
-END PGP SIGNATURE-

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


[RDD] On Screen Keyboard

2011-11-02 Thread Warren Mead
Using Rivendell on Ubuntu 10.04, and need some help getting the On Screen 
Keyboard working using xvkbd.

I have followed the instuctions on the Rivendell Wiki "On Screen Keyboard" and 
all appears to have gone well, but when I click on the Sound Panel "Virtual 
Keyboard" nothing happens.

I should mention that I don't actually have a touch screen yet, but I'm 
guessing a mouse click would start it.

And yes, xvkbd is installed and works when started in a terminal.

Any ideas welcome!

Thanks

Warren Mead

Gold MX/Fly FM
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev