Bug#673673: danger: rsync does sometimes not sync due to minimal things

2012-05-20 Thread frenchn00b
Package: rsync
Version: 3.0.7-2
Severity: normal

Hi,

With experience, I noticed several time that rsync is not robust. (Trust me).

If you take a pendrive for instance, it can do not like rsync -avr ... 
if you take weird partition and format of files, or lengths... rsync can miss 
some files , and cp -r -u is really much much much more robust.

OK. it is not the point to make rsync better, since it is likely to be tested 
with all kind of partition format (vfat, ext3, ...) and filenames, dir 
depths,...

I would recommend you cp -r -u, it is much more performant, .. ok, but 
sometimes we really need to use rsync 
what to do? how to verify?

I would propose to add a switch to verifiy that rsync copy well. We deal here 
about gb or tb or servers of data, so rsync shall not be a joke by the end



here an example of script:


#!/bin/sh
# /usr/bin/ducompare
# basic minimalistic rsync code checker 
# coded by frenchn00b

CURRENTDIR=`  pwd ` 

DIRSRC=$1
DIRTRGT=$2

if [ ! -d  $DIRSRC  ]  ||  [ ! -d  $DIRTRGT  ] ; then 
echo Not directories
echo Exit 
exit
fi 


DIRSRCSTR=` basename $DIRSRC `
DIRTRGTSTR=` basename   $DIRTRGT `

if [ $3 != -checksrc ][ $3 != -checksrcs ]  ; then 
#echo  $DIRSRC $DIRTRGT
#printf __STAT_
printf  %*s 15 Stat
printf  %*s 15 $DIRSRC
printf \t
printf  %*s 15 $DIRTRGT  
printf \n


ls -1  $DIRSRC  | while read -r i ; do 
SIZEDIRSOURCE=` du -hs --apparent-size  $DIRSRC/${i} | cut -f 1 `
if [  -d  $DIRTRGT/${i} ] ; then 
SIZEDIRTARGET=` du -hs --apparent-size $DIRTRGT/${i} | cut -f 
1 `
else
SIZEDIRTARGET=not found
fi

if [ $SIZEDIRSOURCE = $SIZEDIRTARGET  ] ; then 
TESTVAL=OK
else
TESTVAL=NOT_OK
fi  
#printf $TESTVAL  
#printf \t
printf  %*s 15 $TESTVAL
printf  %*s 15 $SIZEDIRSOURCE
printf \t
printf  %*s 15 $SIZEDIRTARGET
printf \t\t$i  
printf \n

done
fi



if [ $3 != -hide ]  ; then 
echo --- Reverse check ---
#echo Check the possible target missing directories
ls -1   $DIRTRGT   | while read -r i ; do 
FILET=$DIRSRC/${i}
FILETT=$DIRTRGT/${i}

if [ ! -d $FILET  ]   [ ! -f  $FILET   ]  ; then 
SIZEFOL=
SIZEFOLSTRING=
if [ $3 = -checksrcs ] ; then
SIZEFOL=`du -hs  $DIRTRGT/${i} | cut -f 1 `
SIZEFOLSTRING=(${SIZEFOL})
fi
printf  %*s 15 SRC NOT OK
printf  %*s 15 not found
printf \t
printf  %*s 15 $SIZEFOLSTRING
printf \t\t${FILETT}  
printf \n

fi

done
fi




For the swtich checker, ... creativity ;)
Enjoy Linux
many thanks

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsync depends on:
ii  base-files  6.0squeeze3  Debian base system miscellaneous f
ii  libacl1 2.2.49-4 Access control list shared library
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client1:5.5p1-6+squeeze1 secure shell (SSH) client, for sec
ii  openssh-server1:5.5p1-6+squeeze1 secure shell (SSH) server, for sec

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#615497: wishlist: adding xlockmore addons screensavers .c programs

2011-02-26 Thread frenchn00b
Package: xscreensaver
Version: 5.11-1+b1
Severity: normal

Hello

This is a wishlist type of report (status 4, wishlist)

Here please find very great screensaver:

http://www.sirgalahad.org/paul/sw/winlock/

Could you please add some to the xscreensaver? 

Would be great to have more. Those are really cool too.

Thansk a lot

Kind regards
Xscreesaver rocks

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libpam0g   1.1.1-6.1 Pluggable Authentication Modules l
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.1-3   X11 Xinerama extension library
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  libxmu62:1.0.5-2 X11 miscellaneous utility library
ii  libxpm41:3.5.8-1 X11 pixmap library
ii  libxrandr2 2:1.3.0-3 X11 RandR extension library
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  libxxf86vm11:1.1.0-2 X11 XFree86 video mode extension l
ii  xscreensaver-data  5.11-1+b1 data files to be shared among scre

Versions of packages xscreensaver recommends:
ii  libjpeg-progs   8b-1 Programs for manipulating JPEG fil
ii  miscfiles [wordlist 1.4.2.dfsg.1-9   Dictionaries and other interesting
ii  perl [perl5]5.10.1-17Larry Wall's Practical Extraction 
ii  xli 1.17.0+20061110-3+b1 command line tool for viewing imag

Versions of packages xscreensaver suggests:
ii  elinks [www-browser]0.12~pre5-2  advanced text-mode WWW browser
pn  fortune none   (no description available)
ii  iceweasel [www-browser] 3.5.16-4 Web browser based on Firefox
ii  lynx-cur [www-browser]  2.8.8dev.5-1 Text-mode WWW Browser with NLS sup
pn  qcam | streamer none   (no description available)
pn  xdaliclock  none   (no description available)
pn  xfishtank   none   (no description available)
pn  xscreensaver-gl none   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#614284: Issue with refreshing canto feeds

2011-02-20 Thread frenchn00b
Package: canto
Version: 0.7.9-1
Severity: normal

Dear Sir, 

I am not sure but it seems that my feeds are not refreshed.

I did though ctrl R to do so but still same since few weeks.

please find my config:

 cat .canto/conf.py 
# Auto-generated by canto because you don't have one.
# Please copy to/create ~/.canto/conf.py
add(http://feeds.bbci.co.uk/news/rss.xml?edition=int;)
add(http://topics.nytimes.com/top/news/international/countriesandterritories/poland/index.html?rss=1;)
add(http://rss.slashdot.org/slashdot/Slashdot;)
add(http://reddit.com/.rss;)
add(http://kerneltrap.org/node/feed;)
add(http://codezen.org/canto/feeds/latest;)

Canto is nicely coded and beautiful.
Kind regards
thanks 
F.

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages canto depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libncursesw55.7+20100313-5   shared libraries for terminal hand
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-chardet  2.0.1-1  universal character encoding detec
ii  python-feedparser   4.1-14   Universal Feed Parser for Python
ii  python-support  1.0.10   automated rebuilding support for P

canto recommends no packages.

canto suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#614116: mplayer causes the crash of fvwm if used into fvwmscript

2011-02-19 Thread frenchn00b
Package: fvwm
Version: 1:2.5.30.ds-1
Severity: minor


Dear Sir,

 mplayer causes the crash of fvwm if used into fvwmscript
I found a solution ! 
I can use aplay instead of mplayer and it works. Is it a bug of mplayer or 
fvwm,a ctually ?

Please find the code:
of the fvwmscript

WindowTitle {Gmail}
WindowSize  22 26
Font Shadow=1 se:xft:HandelGothic BT:encoding=iso10646-1:size=9
Colorset 31
## thank you seba 


Init
 Begin
ChangeIcon 1 plain/thunderbird.png
End


PeriodicTasks
 Begin 
  If (RemainderOfDiv (GetTime) 60)==0 Then
  Begin
Set $newFetchMail = (GetOutput {exec sh 
$HOME/.fvwm/scripts/checkemail.sh } 1 -1)
Set $noEmail = (GetOutput {exec echo No email } 1 -1)
If $newFetchMail == $noEmail Then
   ChangeIcon 1 plain/thunderbird.png
Else
Begin
ChangeIcon 1 plain/thunderbirdemail.png
End

  End
End
  

Widget  1
Property
TypeItemDraw
Size22 26
Position0 0
Fontshadow=0 se:xft:Verdana:size=7:color=d5dee7
Flags   NoFocus NoReliefString
Main
Case message of
   SingleClic:
   Begin
#Do {exec sh $HOME/.fvwm/scripts/checkemail.sh  --checking }
#ChangeIcon 1 plain/thunderbird.png
Set $newFetchMail = (GetOutput {exec sh 
$HOME/.fvwm/scripts/checkemail.sh --checking } 1 -1)
Set $noEmail = (GetOutput {exec echo No email } 1 -1)
If $newFetchMail == $noEmail Then
   ChangeIcon 1 plain/thunderbird.png
Else
Begin
ChangeIcon 1 plain/thunderbirdemail.png
End
#Do {exec sh $HOME/.fvwm/scripts/checkemail.sh  --open }
   End
End
End


of the script
#!/bin/bash



if  [ $1 = --notify ] ; then
MSG=`cat $HOME/.fvwmnotifymeemailsound`  
if [ $MSG = 1  ] ; then 
`cat $HOME/.fvwmemailcheckercmd | head -n 1`
mplayer $HOME/.fvwm/sounds/notify.wav /dev/null 21
notify-send -i $HOME/.fvwm/images/notification/newemail.png 
Email You have a new Email [Inbox: $EMAILNRLAST emails] 
#echo New email
#`cat $HOME/.fvwmemailcheckercmd | tail -n 1`
fi
rm $HOME/.fvwmnotifymeemailsound 
exit
fi


if  [ $1  = --install-led ] ; then
echo xset led 3   $HOME/.fvwmemailcheckercmd 
echo  xset -led 3   $HOME/.fvwmemailcheckercmd 
echo Install Led Installed.  
cat  $HOME/.fvwmemailcheckercmd 
exit
fi

if  [ $1  = --uninstall-led ] ; then
echo Install Led Un-nstalled.  
rm $HOME/.fvwmemailcheckercmd 
cat  $HOME/.fvwmemailcheckercmd 
exit
fi



if  [ $1  = --ledon ] ; then
#xset led 3
`cat $HOME/.fvwmemailcheckercmd | head -n 1`
exit
fi 

if  [ $1  = --ledoff ] ; then
#xset -led 3
`cat $HOME/.fvwmemailcheckercmd | tail -n 1`
exit
fi 


if [ ! -f $HOME/.muttrc ] ; then 
notify-send -i $HOME/.fvwm/images/notification/warning.png Fvwm Email  
$HOME/.muttrc not present. Please create the file... (menuconfigure)
exit
fi 


 

if [ ! -f $HOME/.fvwmemailclient ] ; then
echo  aterm -geometry 100x40 -e mutt$HOME/.fvwmemailclient
fi 



if [ $1 = --configure ] ; then
 thesubject=$(zenity --entry --title Email client --text Enter the 
email client command --entry-text `cat $HOME/.fvwmemailclient`) ; echo You 
entered: $thesubject
[ $thesubject  =  ]  exit

if [ $thesubject != `cat $HOME/.fvwmemailclient` ] ; then
echo $thesubject  $HOME/.fvwmemailclient
LDKJF=Changed. 
notify-send -i 
$HOME/.fvwm/images/notification/email.png Fvwm Email Client $LDKJF Set to 
`cat $HOME/.fvwmemailclient`.
else
notify-send -i 
$HOME/.fvwm/images/notification/email.png Fvwm Email Client No changed made. 
Command= `cat $HOME/.fvwmemailclient`.
fi 

exit
fi 


if [ $1 = --open ] ; then
notify-send -i $HOME/.fvwm/images/notification/email.png Fvwm Email 
Opening the Email client
`cat $HOME/.fvwmemailclient`
fi



#killall -e fetchmail 
#killall -e fetchmail 



#MSG=`fetchmail -k | head -n 1  | cut -f1 -d `
FETCH=`fetchmail -c`
MSG=`echo $FETCH | cut -f1 -d `
MSGSEEN=`echo $FETCH  | cut -f2 -d( | cut -f1 -d `

EMAILNRLAST=`cat $HOME/Mail/.emailnr`

if [ ! -f $HOME/Mail/.notifyme ] ; then 
echo 1   $HOME/Mail/.notifyme
fi 

if [ $1 = off ] ; then 
echo 0   $HOME/Mail/.notifyme
fi 


 notifysend notification
# NOTIFYME
NOTIFYME=`cat $HOME/Mail/.notifyme`
# $NOTIFYME  = 1
if  [ $1 != --displayonly ]  [ $1 != --fvwmicon ]  [ $1 != 
--checking]  ; then 

if [ $MSG -gt $EMAILNRLAST  ] ; then 
`cat 

Bug#613148: purple: Wishlist: List Twitter console client

2011-02-13 Thread Frenchn00b
Package: libpurple-bin
Version: 2.7.3-1+squeeze1
Severity: wishlist
File: purple

Dear Sir,

Could you please implement this Twitter client into the console of purple chat, 
for a light weight super console chat purple.


http://synflood.at/baconbird.html

thank you

Kind regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpurple-bin depends on:
ii  libpurple0  2.7.3-1+squeeze1 multi-protocol instant messaging l
ii  python  2.6.6-3+squeeze4 interactive high-level object-orie
ii  python-dbus 0.83.1-1 simple interprocess messaging syst

libpurple-bin recommends no packages.

libpurple-bin suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#613039: Wishlist, file-roller rocks: please could you support ISO and CCD format ?

2011-02-12 Thread Frenchn00b
Package: file-roller
Version: 2.30.2-2
Severity: wishlist

File-roller is great, powerful , adn cool with the drags and drop.

Please to make it even better. wishlist is : 
 Wishlist, file-roller rocks: please could you support ISO and CCD format ?

Thank you in advance I hope we can profit of it for the next debian/ubuntu 
distro

Kind regards
Merci


-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages file-roller depends on:
ii  bzip2  1.0.5-6   high-quality block-sorting file co
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  gzip   1.3.12-9  GNU compression utilities
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libnautilus-extension1 2.30.1-2  libraries for nautilus components 
ii  libpango1.0-0  1.28.3-1  Layout and rendering of internatio
ii  p7zip-full 9.04~dfsg.1-1 7z and 7za file archivers with hig
ii  tar1.23-3GNU version of the tar archiving u

Versions of packages file-roller recommends:
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  gvfs  1.6.4-3userspace virtual filesystem - ser
ii  rpm2cpio  4.8.1-6tool to convert RPM package to CPI

Versions of packages file-roller suggests:
pn  arj   none (no description available)
ii  binutils  2.20.1-15  The GNU assembler, linker and bina
ii  cpio  2.11-4 GNU cpio -- a program to manage ar
pn  lha   none (no description available)
pn  lzip  none (no description available)
ii  lzma  4.43-14Compression method of 7z format in
pn  lzop  none (no description available)
pn  ncompress none (no description available)
pn  rzip  none (no description available)
pn  sharutils none (no description available)
pn  unace none (no description available)
pn  unalz none (no description available)
ii  unrar 1:3.9.10-1 Unarchiver for .rar files (non-fre
ii  unzip 6.0-4  De-archiver for .zip files
ii  xz-utils  5.0.0-2XZ-format compression utilities
ii  zip   3.0-3  Archiver for .zip files
pn  zoo   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#613041: mkisofs put some ;1 into the ISO

2011-02-12 Thread Frenchn00b
Package: mkisofs
Version: 9:1.1.10-1
Severity: normal

mkisofs -o results in  put some ;1 into the ISO

mc gives too this thing

kind regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mkisofs depends on:
ii  genisoimage   9:1.1.11-1 Creates ISO-9660 CD-ROM filesystem

mkisofs recommends no packages.

mkisofs suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#613115: Start audacious if not running with audtool

2011-02-12 Thread Frenchn00b
Package: audacious
Version: 2.3-2
Severity: wishlist

hello

Wishlist: 
 --shutdown
  Shuts down audacious.

can shut it down

I would like to run it if there is not audacious in the process. Please could 
you add the antagonist of --shutdown

--start (to avoid audacious be ran twice or three time)

thanks a lot

Kind regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages audacious depends on:
ii  audacious-plugins  2.3+dfsg-1+b1 Base plugins for audacious
ii  dbus   1.2.24-4  simple interprocess messaging syst
ii  dbus-x11   1.2.24-4  simple interprocess messaging syst
ii  gtk2-engines-pixbuf2.20.1-2  Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libaudclient2  2.3-2 audacious dbus remote control libr
ii  libaudcore12.3-2 audacious core engine library
ii  libaudid3tag2  2.3-2 audacious id3 tag manipulation lib
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libmcs10.7.1-1   Abstraction library to store confi
ii  libmowgli1 0.6.1-1   a high performance development fra
ii  libpango1.0-0  1.28.3-1  Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library

Versions of packages audacious recommends:
ii  unzip 6.0-4  De-archiver for .zip files

audacious suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612346: fvwm: please close the bug

2011-02-08 Thread Frenchn00b
Package: fvwm
Severity: normal

Dear Sir 

please close the bug. I am sorry. I have found what was missing in the 
configuation. 


I simply missed this into my configuration and read a wrong file. 
Mouse 0 1   A   Menu Menusendto
Mouse 0 3   A   Maximize
Mouse 0 5   A   Thumbnail
Mouse 0 6   A   Thumbnail
Mouse 0 4   A   Maximize
Mouse 0 2   A   Close


Thank a lot that you created and made fvwm . it is a gorgeous program !! really
Kind regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fvwm depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libncurses5 5.7+20100313-4   shared libraries for terminal hand
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libreadline66.1-3GNU readline and history libraries
ii  librplay3   3.3.2-12 rplay network audio system - share
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstroke0  0.5.1-6  mouse strokes library -- runtime f
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxcursor1 1:1.1.10-2   X cursor management library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages fvwm recommends:
ii  fvwm-icons20070101-1 icon *.xpm files from fvwm develop
ii  libx11-protocol-perl  0.56-2 Perl module for the X Window Syste
ii  perl-tk   1:804.029-1+b1 Perl module providing the Tk graph

Versions of packages fvwm suggests:
ii  cpp   4:4.4.5-1  The GNU C preprocessor (cpp)
pn  fvwm-themes   none (no description available)
ii  m41.4.14-3   a macro processing language
ii  menu  2.1.44 generates programs menu for all me
pn  wm-icons  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612346: fvwm: Impossible to get the buttonstyle 3 and 5 (left side), even with internet configs

2011-02-07 Thread Frenchn00b
Package: fvwm
Version: 1:2.5.30.ds-1
Severity: normal

Hi,

I am astonished. I spent 3hours to try to get this buttonstyle 3 and 5 (left 
side) working.

I tried to remove my .fvwm folder, and try web internet configs,
ones from adam's thomas too, with the decor with buttonstyle 3.

So, I am in a dead end, and I couldnt find any alternative to make it work. 
thus such reporting..


Kind regards
Frenchn00b

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fvwm depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libncurses5 5.7+20100313-4   shared libraries for terminal hand
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libreadline66.1-3GNU readline and history libraries
ii  librplay3   3.3.2-12 rplay network audio system - share
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstroke0  0.5.1-6  mouse strokes library -- runtime f
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxcursor1 1:1.1.10-2   X cursor management library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages fvwm recommends:
ii  fvwm-icons20070101-1 icon *.xpm files from fvwm develop
ii  libx11-protocol-perl  0.56-2 Perl module for the X Window Syste
ii  perl-tk   1:804.029-1+b1 Perl module providing the Tk graph

Versions of packages fvwm suggests:
ii  cpp   4:4.4.5-1  The GNU C preprocessor (cpp)
pn  fvwm-themes   none (no description available)
ii  m41.4.14-3   a macro processing language
ii  menu  2.1.44 generates programs menu for all me
pn  wm-icons  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610213: could gdisk be made for users like isomaster?

2011-01-16 Thread frenchn00b
Package: gdisk
Version: 0.5.1-1
Severity: wishlist

Hello,

I have some users that have the images of their disks when we gave them a new 
more recent laptop. We live them the backup of the old pc into /backup 

but they need something to open it, actually, I havent found anything else. 
Isomaster is coool for them, but for those dd multi-partitions, well: issue.

Could you help in that direction evetnaully through gdisk..


Thanks
Kind regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdisk depends on:
ii  groff-base1.20.1-10  GNU troff text-formatting system (
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3

gdisk recommends no packages.

gdisk suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610201: Issue under X11, of not working screen :(

2011-01-15 Thread frenchn00b
Package: screen
Version: 4.0.3-14
Severity: normal

Hello,

Please find the report.

It has been made under X11 openbox, and xterm is opened in a fullscreen windwos
so chars are sufficients

gerard@lonestart:~$ screen -r
Audio output truncated at end.

Cannot open your terminal '/dev/pts/7' - please check.
gerard@lonestart:~$ 
gerard@lonestart:~$ 
gerard@lonestart:~$ screen -r -D
Cannot open your terminal '/dev/pts/7' - please check.
gerard@lonestart:~$ screen -ls
There is a screen on:
19955..lonestart (01/16/2011 03:10:01 AM)(Detached)
1 Socket in /var/run/screen/S-gerard.

gerard@lonestart:~$ screen -r -D 19555
Cannot open your terminal '/dev/pts/7' - please check.
gerard@lonestart:~$ 

Best regards


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages screen depends on:
ii  dpkg  1.15.8.7   Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-4 shared libraries for terminal hand
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l

screen recommends no packages.

screen suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610047: POSIX: the use of slash / is tremendously confusing for users

2011-01-14 Thread frenchn00b
Package: rsync
Version: 3.0.7-2
Severity: important

Hello,

This a report that most of users may have experienced, at least once, with rsync

the use of slash / for defining the folder is not trivial, or not without 
consequences.

If the use use the regular folder rules, then one can end up into backing up or 
losses of data or directory tree.

I would just like to notice it. I am worry about data losses for some users, 
thus that explains this bug report.

Thanks for developing for Linux. It is great to give for all of us the chance 
to use Linux.
Kind regards
F. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsync depends on:
ii  base-files5.10   Debian base system miscellaneous f
ii  libacl1   2.2.49-4   Access control list shared library
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libpopt0  1.16-1 lib for parsing cmdline parameters
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client1:5.5p1-6  secure shell (SSH) client, for sec
ii  openssh-server1:5.5p1-6  secure shell (SSH) server, for sec

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609639: fvwm: Could the memory issues be considered in the comning issues

2011-01-10 Thread frenchn00b
Package: fvwm
Version: 1:2.5.30.ds-1
Severity: wishlist


Hello,

I would like to quote this:
Under FVWM, my RAM was about half full and my swap was almost never used at 
all.  Under Gnome, RAM is at 95% (with ~5-10% being cache) and swap is at 30%.  
That’s with the exact same set of programs running.  Now Gnome is definitely 
keeping some more info about running processes in RAM than FVWM is, because as 
I said, the Alt-Tab window list on FVWM takes forever to generate... but still, 
over a half a gig more memory needed by Gnome?  That’s absurd.  It wouldn’t be 
a problem, except the constant swapping really slows the system down.


I also noted that fvwm is consumming resources without reasons. Openbox is far 
the lightest for that, compared to fvwm and fluxbox. 
Openbox has ideal management for that. However fvwm could be better although so 
so great.

Thanks
Kind regards

-- 
ref.:
http://nodivisions.com/blog/2004/12/10/FVWM_vs_Gnome
http://box-look.org/content/show.php/Ultra+powerful+WM+for+humans%5BGold+v31.4%5D?content=127893



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fvwm depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libncurses5 5.7+20100313-4   shared libraries for terminal hand
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libreadline66.1-3GNU readline and history libraries
ii  librplay3   3.3.2-12 rplay network audio system - share
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstroke0  0.5.1-6  mouse strokes library -- runtime f
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxcursor1 1:1.1.10-2   X cursor management library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages fvwm recommends:
ii  fvwm-icons20070101-1 icon *.xpm files from fvwm develop
ii  libx11-protocol-perl  0.56-2 Perl module for the X Window Syste
ii  perl-tk   1:804.029-1+b1 Perl module providing the Tk graph

Versions of packages fvwm suggests:
ii  cpp   4:4.4.5-1  The GNU C preprocessor (cpp)
pn  fvwm-themes   none (no description available)
ii  m41.4.14-3   a macro processing language
ii  menu  2.1.44 generates programs menu for all me
pn  wm-icons  none (no description available)

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606484: rox-filer: shift now working to select the files

2010-12-09 Thread frenchn00b
Package: rox-filer
Version: 2.10-1.1
Severity: important

best regards


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rox-filer depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  shared-mime-info0.71-3   FreeDesktop.org shared MIME databa

Versions of packages rox-filer recommends:
ii  zeroinstall-injector  0.49-1 run programs by URL

Versions of packages rox-filer suggests:
ii  file  5.04-5 Determines file type using magic
pn  menu  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605989: rsync: --remove-source-files should remove the folders too ;)

2010-12-05 Thread frenchn00b
Package: rsync
Version: 3.0.7-2
Severity: wishlist

In the code the filename/files are moved/copied/sync and deleted, but the 
folders after are still remaining. 

This has been forgotten by mistake in the code. Please add this feature of 
deleting folders too to make it repaired.

Thank you very much

Best regards
F.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsync depends on:
ii  base-files5.10   Debian base system miscellaneous f
ii  libacl1   2.2.49-4   Access control list shared library
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libpopt0  1.16-1 lib for parsing cmdline parameters
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client  1:5.5p1-5+b1 secure shell (SSH) client, for sec
ii  openssh-server  1:5.5p1-5+b1 secure shell (SSH) server, for sec

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605990: rsync: the use of / or not is highly confusing and source of errors

2010-12-05 Thread frenchn00b
Package: rsync
Version: 3.0.7-2
Severity: wishlist


 When using / at the end of source, rsync will copy the content of the last 
folder.
When not using / at the end of source, rsync will copy the last folder and 
the content of the folder.

When using / at the end of destination, rsync will paste the data inside the 
last folder.
When not using / at the end of destination, rsync will create a folder with 
the last destination folder name and paste the data inside that folder. 

However compatible with POSIX, the use of / especially for the source, I 
would have say that it does the opposite.

this folder + / or folder without / at the end should do the same results 
as does CP or MV (copy and move respectively)

I would guess that it will be fixed in the next releases, since it is source of 
many errors and misinterpretation.

An easy solution would be to add a switch to say to copy/move content of 
folders or not.

All the best
Kind regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsync depends on:
ii  base-files5.10   Debian base system miscellaneous f
ii  libacl1   2.2.49-4   Access control list shared library
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libpopt0  1.16-1 lib for parsing cmdline parameters
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client  1:5.5p1-5+b1 secure shell (SSH) client, for sec
ii  openssh-server  1:5.5p1-5+b1 secure shell (SSH) server, for sec

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#457983: /bin/cp: rsync -avrP source target

2010-12-05 Thread frenchn00b
Package: coreutils
Severity: normal
File: /bin/cp


Indeed it would be so cool to get a progress bar

CP is faster and more secured than rsync, a progress bar or info to cp would be 
so cool

e.g.

cp --progress source target

Cheers
thanks 

F.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages coreutils depends on:
ii  libacl1   2.2.49-4   Access control list shared library
ii  libattr1  1:2.4.44-2 Extended attribute shared library
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605832: /bin/mv: Issue with mv: inter-device move failed:

2010-12-03 Thread Frenchn00b
Package: coreutils
Version: 8.5-1
Severity: normal
File: /bin/mv


[CODE]mv PDF /home/gerard/
mv: inter-device move failed: `PDF' to `/home/gerard/PDF'; unable to remove 
target: Is a directory[/CODE]

I did ls -ltra and visibly there is no LN link file going on ... I still do not 
understand what is about this issue





-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages coreutils depends on:
ii  libacl1   2.2.49-4   Access control list shared library
ii  libattr1  1:2.4.44-2 Extended attribute shared library
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605554: /bin/mv: could be interesting to have time into -verbose of mv

2010-11-30 Thread Frenchn00b
Package: coreutils
Version: 8.5-1
Severity: wishlist
File: /bin/mv

it could be interesting to have time into -verbose output of mv

Best regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages coreutils depends on:
ii  libacl1   2.2.49-4   Access control list shared library
ii  libattr1  1:2.4.44-2 Extended attribute shared library
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605421: pptview: Please make sure to reduce the dependencies

2010-11-29 Thread Frenchn00b
Package: pptview
Severity: important

Non non-substancial needed dependencies are in the deb file.

wine dependencies, could you avoid that too please ?


a# apt-get install abiword pptview 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
abiword is already the newest version.
The following extra packages will be installed:
  cups-bsd libwine libwine-alsa libwine-cms libwine-gl libwine-gphoto2 
libwine-ldap libwine-print libwine-sane wine wine-bin wine-utils
Suggested packages:
  wine-doc openoffice.org-impress binfmt-support ttf-mscorefonts-installer 
avscan klamav clamav
The following NEW packages will be installed:
  cups-bsd libwine libwine-alsa libwine-cms libwine-gl libwine-gphoto2 
libwine-ldap libwine-print libwine-sane pptview wine wine-bin wine-utils
0 upgraded, 13 newly installed, 0 to remove and 59 not upgraded.
Need to get 12.9MB of archives.
After this operation, 57.0MB of additional disk space will be used.
Do you want to continue [Y/n]? y

best regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605222: xcompmgr: please try to permit no shadow for FVWM* titled apps

2010-11-28 Thread Frenchn00b
Package: xcompmgr
Version: 1.1.5-1
Severity: wishlist


Hi,

That would help a lot to say which title - app is to be not shadowed or taken 
by xcompmgr ...

That would help a lot!

Best regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xcompmgr depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxcomposite11:0.4.2-1  X11 Composite extension library
ii  libxdamage1   1:1.1.3-1  X11 damaged region extension libra
ii  libxfixes31:4.0.5-1  X11 miscellaneous 'fixes' extensio
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra

xcompmgr recommends no packages.

xcompmgr suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605223: transset-df: Transset-df to drop also shadows

2010-11-28 Thread Frenchn00b
Package: transset-df
Version: 6-1
Severity: wishlist

Hello,

I would be so useful if the program could also change the shadows of the 
windows (as opacity is done). It would be helping so much.

Best regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages transset-df depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxcomposite11:0.4.2-1  X11 Composite extension library
ii  libxdamage1   1:1.1.3-1  X11 damaged region extension libra
ii  libxfixes31:4.0.5-1  X11 miscellaneous 'fixes' extensio
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra

Versions of packages transset-df recommends:
ii  xcompmgr  1.1.5-1X composition manager

transset-df suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605265: impossible to install grub

2010-11-28 Thread Frenchn00b
Package: grub
Version: impossible to install grub
Severity: important

 grub-install  /dev/sda
/usr/sbin/grub-probe: error: cannot restore the original directory.

I edited teh grub.cfg and this is really not working to grub-install it :(


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org