The time now is Mon 20 May 2013, 10:17
All times are UTC - 4 |
|
Page 26 of 33 [487 Posts] |
Goto page: Previous 1, 2, 3, ..., 24, 25, 26, 27, 28, ..., 31, 32, 33 Next |
| Author |
Message |
Geoffrey

Joined: 30 May 2010 Posts: 919 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Wed 07 Dec 2011, 10:35 Post subject:
Subject description: RecordMyDesktop |
|
Recordmydesktop works, it needs the devx loaded for python, Gtk-RecordMyDesktop-0.3.8-Lucid.pet and it needs libjack for sound libjack-0.0.23.pet
Geoffrey
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 731 Location: Toronto
|
Posted: Sat 10 Dec 2011, 16:29 Post subject:
|
|
ttuuxxx's gtkhash would not install for me with woof. I later discovered that his pet contains a .config/rox.sourceforge.net/SendTo folder that is not symlinked while, in recent puppies, that folder is symlinked to the .config/rox.sourceforge.net/OpenWith folder. This is what is causing the breaking of other Right-click options in Rox-Filer. I have been informed, by another forum member that the SendTo folder should not be a symlink. However, woof builds recent pups with this directory-structure.
|
|
Back to top
|
|
 |
otropogo

Joined: 24 Oct 2009 Posts: 667 Location: Southern Rocky Mt. Trench
|
Posted: Sat 10 Dec 2011, 20:39 Post subject:
incomplete USB3 support, mystery filesystem error messages |
|
Following a private suggestion for solving my Puppy USB3 problems, I've just downloaded and tried Racy 5.2.2_k3.1 in LiveCD mode, primarily to test its native USB3 support.
It will recognized and mount devices on the USB3 expresscard port on my laptop without any error messages. However, when I copy files on the ntfs Goflex drive (whether on the USB3 port or on USB2), it pops up the following error message in red text:
| Quote: |
Operation not supported; failed to copy /mnt/sdxx/xxxx.jpg |
In fact, the file is copied successfully, and can also be deleted again. However, this popup occurs every time on both of my PCs.
When I mount this drive on USB2 or USB3 using Slacko_5.29.6, there is no such error message.
In order for the USB3 devices to be recognized by Racy 5.2.2, they must be attached and powered up at bootup. And if removed and reattached after initial recognition, they aren't recognized again. There's no such problem with the USB2 port.
_________________ otropogo@gmail.com facebook.com/otropogo
|
|
Back to top
|
|
 |
seacyd
Joined: 14 Nov 2011 Posts: 25 Location: Austria
|
Posted: Sun 11 Dec 2011, 04:26 Post subject:
gtk+ installation problems Subject description: compiling does not work |
|
I have tried to compile claws-mail 3.7.10cvs112 but "make" fails:
http://www.murga-linux.com/puppy/viewtopic.php?p=588483
The error message when compiling
http://pastebin.com/vDp3w9nH
When discussing this in the claws-mail irc channel, I got the hint that
when building, according to the pc file, i believe it expects to find gdkpixbuf.h here: /usr/include/gtk-2.0/include/gdkpixbuf.h
...what is true is that gdkpixbuf.h is not in the position that the pc file reports it to be
this is my gtk+-2.0.pc :
http://pastebin.com/6Xmci6Jh
| Code: | # cat /usr/lib/pkgconfig/gtk+-2.0.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
target=x11
gtk_binary_version=2.10.0
gtk_host=i486-t2-linux-gnu
Name: GTK+
Description: GTK+ Graphical UI Library (${target} target)
Version: 2.20.1
Requires: gdk-${target}-2.0 atk cairo gio-2.0 pangoft2
Libs: -L${libdir} -lgtk-${target}-2.0
Cflags: -I${includedir}/gtk-2.0 |
Can this be a racy problem or is it something else?
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2173 Location: UK
|
Posted: Sun 11 Dec 2011, 10:50 Post subject:
Re: incomplete USB3 support, mystery filesystem error messages |
|
| otropogo wrote: | when I copy files on the ntfs drive, it pops up the following error message in red text:
| Quote: |
Operation not supported; failed to copy /mnt/sdxx/xxxx.jpg |
| That simply means the permissions were not maintainted - file permissions are lost when copying from ext2/ext3/etc to NTFS or FAT partitions... It is nothing to worry about in most cases...
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2252 Location: Japan
|
Posted: Sun 11 Dec 2011, 11:13 Post subject:
nVidia driver for Racy |
|
nvidia-glx-sdl-290.10.sfs runs on Racy-522.
Seems stable and the gimp-2.7.x problem disappeared.
http://www.murga-linux.com/puppy/viewtopic.php?t=72405
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2252 Location: Japan
|
Posted: Sun 11 Dec 2011, 11:42 Post subject:
ntfs-3g mount option |
|
| otropogo wrote: | when I copy files on the ntfs Goflex drive (whether on the USB3 port or on USB2), it pops up the following error message in red text:
| Quote: |
Operation not supported; failed to copy /mnt/sdxx/xxxx.jpg |
In fact, the file is copied successfully, and can also be deleted again. |
| sc0ttman wrote: | | That simply means the permissions were not maintainted - file permissions are lost when copying from ext2/ext3/etc to NTFS or FAT partitions... It is nothing to worry about in most cases... |
Right. But I think it is a woof bug.
The 'silent' option required in /bin/mount.
At line 52:
| Quote: | | ntfs-3g $CMDPRMS -o umask=0,no_def_opts,silent 2>/tmp/ntfsmnterr${MYPID}.txt |
and line 62:
| Quote: | | ntfs-3g $CMDPRMS -o force,umask=0,no_def_opts,silent 2>/tmp/ntfsmnterr${MYPID}.txt |
http://www.murga-linux.com/puppy/viewtopic.php?t=60702&start=2446
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
otropogo

Joined: 24 Oct 2009 Posts: 667 Location: Southern Rocky Mt. Trench
|
Posted: Sun 11 Dec 2011, 14:42 Post subject:
Re: incomplete USB3 support, mystery filesystem error messages |
|
| sc0ttman wrote: | | otropogo wrote: | when I copy files on the ntfs drive, it pops up the following error message in red text:
| Quote: |
Operation not supported; failed to copy /mnt/sdxx/xxxx.jpg |
| That simply means the permissions were not maintainted - file permissions are lost when copying from ext2/ext3/etc to NTFS or FAT partitions... It is nothing to worry about in most cases... |
Thanks for the explanation.
But perhaps I should add that the file copies that evoked the "operation unsupported copy failed" popup were all from the ntfs drive to itself, NOT from ext2/ext3 to ntfs. I was merely making a second copy on the original ntfs drive.
_________________ otropogo@gmail.com facebook.com/otropogo
|
|
Back to top
|
|
 |
otropogo

Joined: 24 Oct 2009 Posts: 667 Location: Southern Rocky Mt. Trench
|
Posted: Sun 11 Dec 2011, 14:53 Post subject:
Re: ntfs-3g mount option |
|
| shinobar wrote: | | otropogo wrote: | when I copy files on the ntfs Goflex drive (whether on the USB3 port or on USB2), it pops up the following error message in red text:
| Quote: |
Operation not supported; failed to copy /mnt/sdxx/xxxx.jpg |
In fact, the file is copied successfully, and can also be deleted again. |
| sc0ttman wrote: | | That simply means the permissions were not maintainted - file permissions are lost when copying from ext2/ext3/etc to NTFS or FAT partitions... It is nothing to worry about in most cases... |
Right. But I think it is a woof bug.
The 'silent' option required in /bin/mount.
At line 52:
| Quote: | | ntfs-3g $CMDPRMS -o umask=0,no_def_opts,silent 2>/tmp/ntfsmnterr${MYPID}.txt |
and line 62:
| Quote: | | ntfs-3g $CMDPRMS -o force,umask=0,no_def_opts,silent 2>/tmp/ntfsmnterr${MYPID}.txt |
http://www.murga-linux.com/puppy/viewtopic.php?t=60702&start=2446 |
Thanks for your comment. On reviewing you url above, I noted the following comment.
| Quote: | | The ntfs-3g-2010.3.6-i386.pet, by ttuuxxx, solved the error message problem for me. |
And I wonder whether this pet is usable in lupu 5.2.8, and if so, whether it will fix the intermittent problem I have in lupu of the ntfs file system refusing to mount except in read-only mode?
If so, this would allow me to use USB3 reasonably well in 5.2.8 with the USB3 pet installed.
_________________ otropogo@gmail.com facebook.com/otropogo
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 731 Location: Toronto
|
Posted: Sun 11 Dec 2011, 15:23 Post subject:
|
|
The copy-error reported by otropogo also exists in the Racy-based Saluki. The error message is faulty, becuase the file does actually get copied over.
Shinobar's method of hacking /bin/mount has been confirmed to fix the problem. Thanks, Shinobar.
Attached is a pet with Shinobar's fix.
| Description |
|

Download |
| Filename |
mount_errorfix_w52.pet |
| Filesize |
2.56 KB |
| Downloaded |
140 Time(s) |
| Description |
|
| Filesize |
14.97 KB |
| Viewed |
1255 Time(s) |

|
|
|
Back to top
|
|
 |
otropogo

Joined: 24 Oct 2009 Posts: 667 Location: Southern Rocky Mt. Trench
|
Posted: Sun 11 Dec 2011, 17:11 Post subject:
|
|
| Tman wrote: | The copy-error reported by otropogo also exists in the Racy-based Saluki. The error message is faulty, becuase the file does actually get copied over.
Shinobar's method of hacking /bin/mount has been confirmed to fix the problem. Thanks, Shinobar.
Attached is a pet with Shinobar's fix. |
Thanks Tman, Shinobar.
Yes, the pet fixed the spurious copy error message.
_________________ otropogo@gmail.com facebook.com/otropogo
|
|
Back to top
|
|
 |
otropogo

Joined: 24 Oct 2009 Posts: 667 Location: Southern Rocky Mt. Trench
|
Posted: Sun 11 Dec 2011, 17:15 Post subject:
pmount options inactive, Intel boot problem |
|
Am unable to access the alternative format for the Pmount window via the preferences tab, so no unified window or MUT is available.
On my desktop machine, the Intel D865GLC with ATI X1550 video adapter, I'm also unable to boot reliably (rarely it does work) from the liveCD/2fs file without entering
at the boot prompt
_________________ otropogo@gmail.com facebook.com/otropogo
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 919 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Fri 16 Dec 2011, 11:27 Post subject:
|
|
| Sage wrote: | | Quote: | | I prefer this over the other mail clients. |
Once used, never forgotten.
On the other hand, have you tried EudoraOSE yet? Still the choice of professionals! |
That is nice, I've never tried it before, thanks for the tip
Geoffrey
|
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 4622 Location: GB
|
Posted: Fri 16 Dec 2011, 13:10 Post subject:
|
|
| Quote: | | I've never tried it before |
I've been bashing on about it for some years now, but as with most things, folks are too busy ploughing their own furrow & co.
Things would get a whole lot better if someone from the IT fraternity could bend the ear of BK ! The SM suite is like a giant millstone. There are two essential essentials in an OS - a good reliable browser and an excellent email client. After that, it's all horses & courses.
|
|
Back to top
|
|
 |
duke93535

Joined: 05 May 2005 Posts: 192 Location: California , High Desert
|
Posted: Tue 20 Dec 2011, 13:19 Post subject:
|
|
goof
Last edited by duke93535 on Tue 20 Dec 2011, 13:25; edited 1 time in total
|
|
Back to top
|
|
 |
|
|
Page 26 of 33 [487 Posts] |
Goto page: Previous 1, 2, 3, ..., 24, 25, 26, 27, 28, ..., 31, 32, 33 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|