Hi all! Maybe I am very off-topic here, but I don't know better, where/whom to ask. Please, have a look at http://lists.apple.com/archives/X11-users/2008/Feb/msg00325.html and http://lists.apple.com/archives/x11-users/2008/Mar/msg0006.html where I have descriped my problem and still have no solution to the issue. I have written a little shell script: #!/bin/sh if test -d /Users/MyName/Library/Caches/TemporaryItems/ATS*; then rm -r /Users/MyName/Library/Caches/TemporaryItems/ATS*; fi if test -d /Users/MyName/.Trash/Recovered*; then rm -r /Users/MyName/.Trash/Recovered*; fi which I let start via launchd to not have a full Trash can each time, I log in into my User-Account. But this is very suboptimal solution, I think, and I am waiting to know the *real* cause and solve the issue from ground up. Does anybody know or have a suspission to solve the issue. If I am *very* misplaced her on this mailing list, please tell me or forward me to a mailing list, where I can expect better help. Thank you in advance, Sierk -- Sierk Bornemann email: sierkb@gmx.de WWW: http://sierkbornemann.de/
Did you file a bug at http://bugreport.apple.com about this problem? If so, what's the id of the problem? I'll look into it for you. If not, please file a bug, and let me know, so I can track it. --Jeremy On Apr 30, 2008, at 02:14, Sierk Bornemann wrote:
Hi all!
Maybe I am very off-topic here, but I don't know better, where/whom to ask. Please, have a look at http://lists.apple.com/archives/X11-users/2008/Feb/msg00325.html and http://lists.apple.com/archives/x11-users/2008/Mar/msg0006.html where I have descriped my problem and still have no solution to the issue.
I have written a little shell script:
#!/bin/sh if test -d /Users/MyName/Library/Caches/TemporaryItems/ATS*; then rm -r /Users/MyName/Library/Caches/TemporaryItems/ATS*; fi
if test -d /Users/MyName/.Trash/Recovered*; then rm -r /Users/MyName/.Trash/Recovered*; fi
which I let start via launchd to not have a full Trash can each time, I log in into my User-Account.
But this is very suboptimal solution, I think, and I am waiting to know the *real* cause and solve the issue from ground up. Does anybody know or have a suspission to solve the issue. If I am *very* misplaced her on this mailing list, please tell me or forward me to a mailing list, where I can expect better help.
Thank you in advance, Sierk
-- Sierk Bornemann email: sierkb@gmx.de WWW: http://sierkbornemann.de/
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/xquartz-dev
Am 30.04.2008 um 11:18 schrieb Jeremy Huddleston:
Did you file a bug at http://bugreport.apple.com about this problem? If so, what's the id of the problem? I'll look into it for you. If not, please file a bug, and let me know, so I can track it.
No bug previously listed/filed. Only my questions on lists.apple.com and the same question also at x11- users. In both cases no help so far. :-( I hesitated so far to file an official bug at Apple, because I haven't any clue, if this issue is related to Apple or not. Sierk -- Sierk Bornemann email: sierkb@gmx.de WWW: http://sierkbornemann.de/
Well, it is certainly related to Apple... it might be 3rd party software fowling things up... or it might be something internal fowling up... I'm not an expert on ATS, and my instinct would be to just file a bug unless you have reason to think it's related to some 3rd party software... On Apr 30, 2008, at 02:29, Sierk Bornemann wrote:
Am 30.04.2008 um 11:18 schrieb Jeremy Huddleston:
Did you file a bug at http://bugreport.apple.com about this problem? If so, what's the id of the problem? I'll look into it for you. If not, please file a bug, and let me know, so I can track it.
No bug previously listed/filed. Only my questions on lists.apple.com and the same question also at x11-users. In both cases no help so far. :-( I hesitated so far to file an official bug at Apple, because I haven't any clue, if this issue is related to Apple or not.
Sierk
-- Sierk Bornemann email: sierkb@gmx.de WWW: http://sierkbornemann.de/
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/xquartz-dev
Am 30.04.2008 um 18:16 schrieb Jeremy Huddleston:
Well, it is certainly related to Apple... it might be 3rd party software fowling things up... or it might be something internal fowling up... I'm not an expert on ATS, and my instinct would be to just file a bug unless you have reason to think it's related to some 3rd party software...
I just filed a Bug (Problem ID: 5901198). Hope, that somebody can help to find the cause and help to solve the issue. Sierk -- Sierk Bornemann email: sierkb@gmx.de WWW: http://sierkbornemann.de/
participants (2)
-
Jeremy Huddleston
-
Sierk Bornemann