I have an application written in Gambas3.
When it runs it minimises itself to an icon in the tool tray. A single click on the icon displays the programme's main form.
How can I do this from the command line?
I can get the PID for the programme and have tried :-
where 15534 is the PID reported by:-
.
This produces an error:-
"X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 20 (X_GetProperty)
Resource id in failed request: 0x3cae
Serial number of failed request: 11
Current serial number in output stream: 11"
Any ideas would be welcome.
Kubuntu 13.10
When it runs it minimises itself to an icon in the tool tray. A single click on the icon displays the programme's main form.
How can I do this from the command line?
I can get the PID for the programme and have tried :-
Code:
wmctrl -iR 15534
Code:
ps -ef
This produces an error:-
"X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 20 (X_GetProperty)
Resource id in failed request: 0x3cae
Serial number of failed request: 11
Current serial number in output stream: 11"
Any ideas would be welcome.
Kubuntu 13.10
Comment