The time now is Tue 18 Jun 2013, 19:18
All times are UTC - 4 |
| Author |
Message |
nic2109
Joined: 01 Jan 2007 Posts: 406 Location: Hayslope, near Middlemarch, Midlands, England
|
Posted: Fri 18 Apr 2008, 18:00 Post_subject:
|
|
@Mark : hope you had a good trip and that your Mom is well.
Sadly I have 2 problems/queries to report.
1) Sylpheed
I have set up Sylpheed for email but it won't get messages. It tells me that it cannot write a file somewhere. See screenshot.
I'm pretty sure that my sever settings are OK (I have done this dozens of times) so I don't know what it might be.
One tiny other thing about Sylpheed: the menu option Configuration => Change current account => {account name} doesn't seem to do anything.
2) Abiword / CUPS
I have set up my printer with CUPS and set it as my default, but Abiword doesn't recognise it. How can I add my printer? A word processor without print capability seems a bit to me.
Best wishes, and thanks for all you do.
| Description |
|
| Filesize |
68.66 KB |
| Viewed |
1103 Time(s) |

|
_________________ Nick
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Tue 22 Apr 2008, 18:56 Post_subject:
|
|
Hi, was a great weekend, thanks.
I could finish almost all I wanted.
| Quote: | | I have set up Sylpheed for email but it won't get messages. It tells me that it cannot write a file somewhere. See screenshot. |
Please create a folder /root/Mail/
Does it work then?
| Quote: | | One tiny other thing about Sylpheed: the menu option Configuration => Change current account => {account name} doesn't seem to do anything. |
I have no idea at moment
Hm, made a test... if I create a second account (same data as first one) and switch to it, then when I receive mails, it tries to get ALL mails (on the first account only new ones).
So the second one seems to work.
In the settings, set a different inbox-folder than for your fiirst account.
Or the mails will be "mixed".
| Quote: | I have set up my printer with CUPS and set it as my default, but Abiword doesn't recognise it. How can I add my printer? A word processor without print capability seems a bit to me.
|
To use the printer that you activated as "default" in Cups, please choose the "generic postscript" printer in Abiword.
That driver should use the Cups-default printer.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Fri 25 Apr 2008, 10:39 Post_subject:
|
|
I'm soooo tired...
looks as if we can upload 008.3 from saturday to sunday.
This is, how it will look like:
http://noforum.de/pics/muppy0083rc.jpg
Don't laugh about the webbrowser please, this is just a proof of concept, to simplify installation of the "evil" with 4 mouseclicks
Runs unstable on my 256 MB computer, Firefox and especially Opera are much better
See you somewhen this weekend.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
nic2109
Joined: 01 Jan 2007 Posts: 406 Location: Hayslope, near Middlemarch, Midlands, England
|
Posted: Sat 26 Apr 2008, 16:36 Post_subject:
|
|
| MU wrote: |
| Quote: | | I have set up Sylpheed for email but it won't get messages. It tells me that it cannot write a file somewhere. See screenshot. |
Please create a folder /root/Mail/
Does it work then?
Mark |
No it doesn't - I already have this folder.
It's empty so I tried creating new directories in /root/Mail for Inbox, Sent and so on but that hasn't made it any better.
So still no mail.
| MU wrote: | To use the printer that you activated as "default" in Cups, please choose the "generic postscript" printer in Abiword.
That driver should use the Cups-default printer. | I have tried choosing 'Generic postscript' and it created a pdf file in /root. Is that what is supposed to happen? And if so, how do I print it?
_________________ Nick
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sat 26 Apr 2008, 16:42 Post_subject:
|
|
| Quote: | No it doesn't - I already have this folder.
It's empty so I tried creating new directories in /root/Mail for Inbox, Sent and so on but that hasn't made it any better.
So still no mail. |
I have no idea then, why it does not work for you, I'm very sorry
| Quote: | | I have tried choosing 'Generic postscript' and it created a pdf file in /root. Is that what is supposed to happen? And if so, how do I print it? |
This indicates, that your printer is not set as default in the Cups administration.
So the 'Generic postscript' driver uses the PDF-Plugin.
Please verify using the Cups Printer Wizard (run it from Muppys Menu), that your printer is set as default.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
accessdenied
Joined: 02 Mar 2008 Posts: 54
|
Posted: Mon 28 Apr 2008, 12:16 Post_subject:
|
|
MU,
Do you know what/why this file sometimes appear in the /tmp folder of my msy_save-xxx.2fs file?
xerror.log
I have a 256mb msy_save-xxx.2fs file and this file sometimes appear and sucks all of my msy_save-xxx.2fs memory to 0mb.
I did apply that muppy8.2 patch one forum member mentioned something in the line of whether to have the /tmp within the msy_save-xxx.2fs file or not.
Advance thanks for the assistance....
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Mon 28 Apr 2008, 12:22 Post_subject:
|
|
If you mean xerrs.log, not xerror.log:
That is created by Puppy.
It logs all messages from X.
But it usually does not get so big.
Could you zip and attach it, please?
You could do this:
edit:
/usr/local/Muppy-service/muppy-service
At bottom, you find:
| Code: | sleep 10
cd "$here"
exec $0 |
Add there a line, so that it looks like this:
| Code: |
echo "" > /tmp/xerrs.log
sleep 10
cd "$here"
exec $0 |
Then the log will be deleted every 10 seconds.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
accessdenied
Joined: 02 Mar 2008 Posts: 54
|
Posted: Mon 28 Apr 2008, 13:30 Post_subject:
|
|
yes, xerrs.log
Brilliant advise on the add-on code to delete automatically but will have to hold-off so it can happen again then I will zip up and attach for you.
Cheers.
|
|
Back to top
|
|
 |
accessdenied
Joined: 02 Mar 2008 Posts: 54
|
Posted: Mon 28 Apr 2008, 21:01 Post_subject:
|
|
MU, another file I noticed that grows is /tmp/FlashN4UhHZ
By just doing a dir re-scan, it grows by ~125kb per scan. Is this normal?
cheers.
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Mon 28 Apr 2008, 21:34 Post_subject:
|
|
no,I don't have that.
When does it appear?
Maybe it is from Flashplayer in Firefox?
Would be interesting to find out!
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
accessdenied
Joined: 02 Mar 2008 Posts: 54
|
Posted: Mon 28 Apr 2008, 21:47 Post_subject:
|
|
That was I was thinking as well - a flash related file...
I will dig around and let you know if I find something....
cheers.
|
|
Back to top
|
|
 |
accessdenied
Joined: 02 Mar 2008 Posts: 54
|
Posted: Wed 07 May 2008, 21:45 Post_subject:
|
|
MU,
Just a report on the /tmp/FlashN4UhHZ log... it's a randomly generated file in the format of /tmp/Flashxxxxxx
The file is generated when launching the browser.. not a big deal anymore..
On a different note, how do you run icedock in minimized mode at boot up so it does not show on the desktop?
cheers.
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Wed 07 May 2008, 22:10 Post_subject:
|
|
| Quote: | | On a different note, how do you run icedock in minimized mode at boot up so it does not show on the desktop? |
You could not run it at startup, but put an icon on your desktop.
Edit /root/.icewm/startup
Comment the start there, from:
| Code: | | sleep 4 && /usr/local/Muppy-icedock/Muppy-icedock & |
to:
| Code: | | #sleep 4 && /usr/local/Muppy-icedock/Muppy-icedock & |
Then in the filemanager, drag on your desktop:
/usr/local/Muppy-icedock/Muppy-icedock
Would that be ok?
It also might be possible maybe to write a small script, that minimizes the icedock after startup.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
accessdenied
Joined: 02 Mar 2008 Posts: 54
|
Posted: Fri 09 May 2008, 11:43 Post_subject:
|
|
MU, as usual, your recommendations are gold! I will try it out.
Also I don't know if you noticed this but the GoodWeather display desklet has stop getting XML updates from Weather.com.
Is this working on your new v8.3?
Is there a way to configure and redirect the weather updates to a different site?
cheers.
|
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 4637 Location: GB
|
Posted: Fri 09 May 2008, 12:25 Post_subject:
|
|
Yes, I noticed that, too. Could try the BBC, they get it's forecasts from the Meteorological Office, which possesses one of the largest computers of its type in W. Europe. However, since they installed the latest beast, their forecasts have become less reliable. I blame global warming and the Americans....
|
|
Back to top
|
|
 |
|
|
|
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|