~trebelnik-stefina/cinnamon-test/+git/nemo-extensions:3.8-maintenance

Last commit made on 2018-07-17
Get this branch:
git clone -b 3.8-maintenance https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/nemo-extensions

Branch merges

Branch information

Recent commits

f5797be... by Clement Lefebvre <email address hidden>

nemo-terminal 3.8.2

36cd461... by Clement Lefebvre <email address hidden>

nemo-terminal: Turn into an "all" package

428a921... by Clement Lefebvre <email address hidden>

nemo-terminal 3.8.1

253d1bf... by Michael Webster

nemo_terminal.py: gracefully ignore invalid locations such as trash
and networking - places that don't have valid paths.

ce9d963... by Michael Webster

nemo_terminal.py: fix callback arguments for child-exited signal.

3d83425... by Michael Webster

nemo_terminal.py: allow for python-gi differences when calling
Vte.Terminal.feed_child().

80fbb75... by Michael Webster

nemo_terminal.py: Change how we check for a busy terminal to checking
for a child process.

This is a much more stable method to use that covers nearly all cases.
Checking wchan was prone to breaking every so often as kernel changes
would alter how wchan behaves. Simply checking to see if our pseudo-
term process has a child is the same method gnome-terminal uses to
make sure a window isn't busy before closing it, and, it turns out,
is the same way nautilus-terminal does this check as well (though in
a slightly different manner.)

The only thing this would fail to catch is something like a 'read'
in a script, which isn't a program, but a built-in command, but I
think the likelyhood of this being a problem in the context of a
nemo extension is pretty low.

Fixes #134

97295ad... by Michael Webster

nemo-terminal: remove vte 2.90 from depends

0d21c65... by Michael Webster

nemo-terminal: Fix terminal location changes, respect follow setting
(nemo-follows-terminal doesn't work, but we can have the terminal
follow or not. Fix popup menu display.

0e26cb4... by Fantu

circleci: remove mint18 job (#277)