APT source list for shutter?

2009-08-10 Thread ronggui wong
Dear all, I use Debian 5.0, and I want to install shutter (http://shutter-project.org/). The source.list I currently used doesn't have this software. Can anyone recommend a source list for it? Thank you in advance. Ronggui -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: Re: convert multiple jpegs to one pdf file

2009-07-05 Thread ronggui wong
Thanks for all of you. I found gscan2pdf is a good tool, it can covert to pdf, djVu etc, among other types. Regards On Sun, Jul 5, 2009 at 3:38 AM, Jeff Chimene wrote: > On 12/23/-28158 12:59 PM, Andrei Popescu wrote: >> On Sun,05.Jul.09, 01:29:26, ronggui wong wrote: >>> H

Re: convert multiple jpegs to one pdf file

2009-07-04 Thread ronggui wong
Yes, there are tools to merge pdfs to one file. But it is more convenient to do it in one step. Ronggui On Sun, Jul 5, 2009 at 1:40 AM, Andrei Popescu wrote: > On Sun,05.Jul.09, 01:29:26, ronggui wong wrote: >> Hi all, >> Can you recommend a software to convert multiple jpeg f

Re: convert multiple jpegs to one pdf file

2009-07-04 Thread ronggui wong
Wow, that is good. Thanks. Ronggui On Sun, Jul 5, 2009 at 1:41 AM, Tzafrir Cohen wrote: > On Sun, Jul 05, 2009 at 01:29:26AM +0800, ronggui wong wrote: >> Hi all, >> Can you recommend a software to convert multiple jpeg files to one pdf >> file? I found a which works under

convert multiple jpegs to one pdf file

2009-07-04 Thread ronggui wong
Hi all, Can you recommend a software to convert multiple jpeg files to one pdf file? I found a which works under windows only, or can only convert one jpeg to one pdf file. Thank you. Ronggui -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Re: wrong permission?

2009-06-24 Thread ronggui wong
Now, I figured out the reason. It is because documentation folder is set as "my document" under my Windows XP. How is Debian so smart to know that? Ronggui On Thu, Jun 11, 2009 at 9:20 AM, ronggui wong wrote: > My Debian mounts a vfat partition automatically, the setting of fstab &g

Backup config files in home directory

2009-06-20 Thread ronggui wong
Hi all, I have other files and directories in the home directory, and I just want to backup all the config files, most of them are hidden files and directories. Now I use tar and manually exclude my other files and directories with --exclude argument. Is there a better way to do this? Thanks. Ro

wrong permission?

2009-06-10 Thread ronggui wong
My Debian mounts a vfat partition automatically, the setting of fstab is as follows: ## /etc/fstab /dev/hda6 /media/wine vfat defaults,users,umask=000,shortname=winnt,uid=wincent,gid=wincent 0 0 However, two folders in the partition have different permissions. It seems that I can

Re: mp4 video file to mp3 audio file

2009-06-08 Thread ronggui wong
Thank you. It works. Ronggui On Sun, Jun 7, 2009 at 8:26 PM, JoeHill wrote: > That means your ffmpeg was compiled without libmp3lame. You need to get your > ffmpeg from the Debian Multimedia repository here: > > http://debian-multimedia.org/ -- To UNSUBSCRIBE, email to debian-user-requ...@list

Re: mp4 video file to mp3 audio file

2009-06-06 Thread ronggui wong
coder 'libmp3lame'", what package should I install to make it works? Thanks. Ronggui On Sun, Jun 7, 2009 at 1:44 AM, Kelly Clowers wrote: > On Sat, Jun 6, 2009 at 09:14, ronggui wong wrote: >> Dear all, >> >> I have some MTV in *.mp4 format, and I would to con

mp4 video file to mp3 audio file

2009-06-06 Thread ronggui wong
Dear all, I have some MTV in *.mp4 format, and I would to convert them to mp3 format. What software should I use? I try ffmpeg using ffmpeg -i in.mp4 out.mp3, but it seems something goes wrong as I can not play the out.mp3 with audacious player. Ronggui -- To UNSUBSCRIBE, email to debian-user-

Re: Mount/Automount of USB-sticks

2009-06-01 Thread ronggui wong
It depends. I use xfce4, I installed thunar-volman and then added my user name to group plugdev. Everything goes well. Ronggui On Mon, Jun 1, 2009 at 4:51 PM, K. Jantzen wrote: > I am running Debian Lenny 5.0 amd64  since a couple of days. > USB-sticks are recognized (according to the log) but t

MP3 player

2009-05-30 Thread ronggui wong
Dear all, Is there any mp3/audio/video player can let third party program to get the current position of the audio/video file where it pause? Thanks. Ronggui -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb

Re: Can I preserve the case of folder name after a vfat partition is mounted?

2009-05-29 Thread ronggui wong
Thanks for your hints, and I find "shortname=mixed" is more close to what I want. Regards Ronggui On Sat, May 30, 2009 at 1:00 PM, Arthur Marsh wrote: > ronggui wong wrote, on 2009-05-30 12:08: >> >> Dear All, >> >> I use this setting in /etc/fstab to mo

Can I preserve the case of folder name after a vfat partition is mounted?

2009-05-29 Thread ronggui wong
Dear All, I use this setting in /etc/fstab to mount fat32 partitions. /dev/hda6 /media/wine vfatuser,umask=000 0 0 It works fine, except that the upper case of folder name becomes lower case when the name contains upper case letter only, namely "R" becomes "r", but "Keep" is

Re: Auto-mount by normal users

2009-05-23 Thread ronggui wong
It works. Thanks very much. Regards On Sun, May 24, 2009 at 3:22 AM, Todd A. Jacobs wrote: > On Sat, May 23, 2009 at 09:01:38PM +0800, ronggui wong wrote: > >> I have installed thunar-volman. I can see the devices when I plugin my >> USB disk, but I can not mount it by double

Re: Auto-mount by normal users

2009-05-23 Thread ronggui wong
This is not a supported use of GTK+. You must create a helper program instead. For further details, see: http://www.gtk.org/setuid.html Refusing to initialize GTK+ How should I do next? Thanks. On Sat, May 23, 2009 at 9:27 PM, Bernd Kloss wrote: > Am Samstag, 23. Mai 2009 schrieb r

Auto-mount by normal users

2009-05-23 Thread ronggui wong
I have installed thunar-volman. I can see the devices when I plugin my USB disk, but I can not mount it by double clicking the icon. It seems that I don't have the permission to do is, as I can mount it if I use _sudo thunar_ to open thunar. How should I solve the problem? I use xfce4 and Linux de