Message87300
| Author | pitrou |
|---|---|
| Recipients | barry, benjamin.peterson, glyph, gregory.p.smith, iankko, loewis, pitrou, psss |
| Date | 2009-05-05.23:08:21 |
| SpamBayes Score | 4.9755818e-06 |
| Marked as misclassified | No |
| Message-id | <1241564903.55.0.272605875583.issue5753@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> The question is whether these are theoretical or real problems.
> I ran gedit (as proposed by Glyph) under strace(1), and it didn't
> try to open any files in the current directory.
You have to use a Python-written gedit plugin for that to happen. For
example, if I enable the "Python console" plugin, I get the following
lines in strace:
17569:open("gconf.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
17570:open("gconfmodule.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
17571:open("gconf.py", O_RDONLY) = -1 ENOENT (No such file
or directory)
17572:open("gconf.pyc", O_RDONLY) = -1 ENOENT (No such file
or directory) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-05-05 23:08:23 | pitrou | set | recipients: + pitrou, loewis, barry, gregory.p.smith, benjamin.peterson, glyph, psss, iankko |
| 2009-05-05 23:08:23 | pitrou | set | messageid: <1241564903.55.0.272605875583.issue5753@psf.upfronthosting.co.za> |
| 2009-05-05 23:08:22 | pitrou | link | issue5753 messages |
| 2009-05-05 23:08:21 | pitrou | create | |