Liupold / pidswallow

A swallower script using process hierarchy.
Apache License 2.0
43 stars 0 forks source link

XFCE terminal won't work because every instance shares the same PID #22

Closed SeerLite closed 4 years ago

SeerLite commented 4 years ago

It's a bummer but I think we just can't support that one.

Liupold commented 4 years ago

It's like urxvtd. Is there any way to fork it ? (If not we will be adding that to not supported list).

SeerLite commented 4 years ago

What do you mean with "fork it"?

Liupold commented 4 years ago
xfce4-terminal --disable-server

https://forum.xfce.org/viewtopic.php?id=12691

SeerLite commented 4 years ago

That works! Do you think it should be noted as a necessary workaround in the README? Still sad we can't make it work out of the box :/

Liupold commented 4 years ago

Yes, it's works on a client server model by default. We can guide them to make a desktop shortcut. (As most of xfce4-terminal user will not use some kind of keyboard daemon).

SeerLite commented 4 years ago

Makes sense! My only concern is if there's any side effects to doing this (e.g. missing XFCE terminal functions)

SeerLite commented 4 years ago

What do you think of 63460ab6a15a3fc4dbf3d365b71b55525bcffaed (xfce-instructions branch)?

Liupold commented 4 years ago

Couldn't do better. Awesome.

What do you think of 63460ab (xfce-instructions branch)?

Liupold commented 4 years ago

After merging remove the 'experimental' warning.