|
From: Adrian F. <adr...@gm...> - 2011-06-22 20:44:01
|
Oh, you're right! It *does* close, but after 5-10 seconds.
I did a strace of the process and here it how it looks immediately after
I press the close button:
> poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 4, 9951) = 0 (Timeout)
> clock_gettime(CLOCK_MONOTONIC, {115502, 340272566}) = 0
> poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
> writev(3, [{"+\0\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
> poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
> read(3, "\1\2\311\3\0\0\0\0\5\0@\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32
> read(3, 0x9bfa748, 4096) = -1 EAGAIN (Resource temporarily unavailable)
> poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
> writev(3, [{"+\0\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
> poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
> read(3, "\1\2\312\3\0\0\0\0\5\0@\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32
> read(3, 0x9bfa748, 4096) = -1 EAGAIN (Resource temporarily unavailable)
> read(3, 0x9bfa748, 4096) = -1 EAGAIN (Resource temporarily unavailable)
> exit_group(0) = ?
> Process 3889 detached
On Wed, 2011-06-22 at 19:43 +0000, FS Inc. wrote:
> Hi,
>
> I've noticed that on my system, Ubuntu 10.04.2 with Remmina 0.93, that Remmina takes it time to close. For me it traditionally takes 10-15 seconds to close. That is, after the gui disappears, I can observe the process in the process monitor for up to 10-15 seconds and then it disappears. Happens each time like clockwork.
>
> You can see if this is the same behaviour you are experiencing.
>
> Thanks.
>
> > From: adr...@gm...
> > To: rem...@li...
> > Date: Wed, 22 Jun 2011 22:36:54 +0300
> > Subject: [Remmina-common] How do I close Remmina?
> >
> > Hi. Please excuse my ignorance, but how do I close/quit remmina?
> >
> > I'm using remmina from Debian testing, remmina_0.9.3-2, with the the
> > following plugins also installed: remmina-plugin-nx_0.9.2-2,
> > remmina-plugin-rdp_0.9.2-2, remmina-plugin-telepathy_0.9.2-2,
> > remmina-plugin-vnc_0.9.2-2, remmina-plugin-xdmcp_0.9.2-2.
> >
> > My problem is that I don't know how to completely close remmina. When I
> > start remmina from the command line and press the Connection->Close from
> > the menu or the X button from the window manager to close the window,
> > the cursor in the console doesn't come back and "ps aux" also shows a
> > "remmina" process running. I also noticed that there is some kind of
> > systray icon, I right click on it and press "Quit", but still the same:
> > "ps aux" still shows "remmina" running. If I "pkill remmina", then it
> > closes.
> >
> > Am I missing something?
--
Fita Adrian
|