Hi Chris,
>
> --- gDesklets-0.35.4/main/client.py.old 2007-07-11 15:54:46.071318000
> +0800
> +++ gDesklets-0.35.4/main/client.py 2007-07-11 15:11:41.583933000 +0800
> @@ -264,7 +264,7 @@
>
> else:
> daemon_path = os.path.join(HOME, "gdesklets-daemon")
> - args = " ".join([ a for a in sys.argv if a.startswith("--") ])
> + args = " ".join([ a for a in sys.argv if a.endswith("translucent") |
> a.endswith("no-tray-icon")] | a.endwith("debug"))
The "s" is missing in the last endswith (and why is it out of the []
block?).
Cyrille