Ticket #56 (closed defect: invalid)

Opened 4 years ago

Last modified 2 years ago

gajim should have a process called gajim

Reported by: nk Owned by: asterix
Priority: low Milestone:
Component: Core Version:
Severity: normal Keywords:
Cc: OS:

Description

so we can kill it more easily. :)

pyshell [a wxpython app] does it like this:

# cat /usr/bin/pyshell

#!/usr/bin/python from wx.py.PyShell? import main main()

# cat /usr/lib/python2.4/site-packages/wx/py/PyShell.py

"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""

from wx import _rename from wxPython.py import PyShell? _rename(globals(), PyShell?.dict, modulename='py.PyShell?') del PyShell? del _rename

if name == 'main':

main()

I'm talking about the core, cause that the father thread right?

Attachments

Change History

Changed 4 years ago by asterix

I tried proctitle module. It works for one thing: psaux now show gajim instead of python, but we always need to do killall python to kill it :(

Changed 4 years ago by nk

  • status changed from new to closed
  • resolution set to invalid

Guido give the world what it needs ;)

Add/Change #56 (gajim should have a process called gajim)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.