[gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Aleksey Kunitskiy
Hi,

Today I tried to emerge kde-3.5.7 and I had one blocked package:
[blocks B ] =app-crypt/gnupg-2.0.1 (is blocking app-crypt/gnupg-2.0.4)

How can I list packages that depend on =app-crypt/gnupg-2.0.1 ?

thanks for any suggestions

-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc


pgp8VUOKfdGRL.pgp
Description: PGP signature


Re: [gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Aleksey Kunitskiy
On Sunday 17 June 2007 18:46, Bo Ørsted Andresen wrote:
 Packages that depend on =app-crypt/gnupg-2.0.1 aren't the issue. The fact
 that you have =app-crypt/gnupg-2.0.1 installed is the issue.

 # emerge --unmerge -va \=app-crypt/gnupg-2.0.1

Thanks
Now I have another problem:

!!! Digest verification failed:
!!! /usr/portage/app-pda/libopensync/libopensync-0.20.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 1245
!!! Expected: 1251

Is it my problem or problem with portage ?
How can I correct it ?


-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc


pgpqSUOd1gnUw.pgp
Description: PGP signature


Re: [gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Aleksey Kunitskiy
On Sunday 17 June 2007 20:50, Bo Ørsted Andresen wrote:
 The manifest in the tree was broken 5 hours ago (cvs is retarded!). It
 should be fixed now so if you sync in a couple of hours the fixed manifest
 should be on the rsync mirrors by that time...

Thanks


-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc


pgpf5WUee5nCc.pgp
Description: PGP signature


[gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
Hi,

Is there any command line converters from M$ Excel to any *nix readable 
format(i.e. for reading in KSpread)? Excel document contains only text and 
pictures - no formulas

thanks

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 12:40, Florian Philipp wrote:
 You can open Excel files with KSpread and Openoffice without an external
 converter. Then you can save them in open document format.

 But keep in mind that documents produced by Openoffice are not 100%
 compatible with Koffice documents because they have a different
 implementation for some features.

The problem is that KSpread doesn't read this Excel doc,i.e. the doc is 
unreadable in KSpread. OO is too big for reading one Excel doc once a week :
(, imho

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 13:10, Peter Ruskin wrote:

 OpenOffice reads (and saves) in M$ Excel format
As I mentioned above - OO is very big tool for my needs
-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 13:13, Abraham Marín Pérez wrote:
 Have you checked that document's Excel format? Maybe KSpread can't read
 it because of a too new Excel format, try re-saving it in an older one.

 HTH,
 Abraham

I don't know what version it is - I get it from internet, and I can't open it 
in M$ Office because I don't have it ;). But I know that OO opens it very 
good

-- 
best regards,
Aleksey V. Kunitskiy
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 14:02, Bertram Scharpf wrote:

 There's a Ruby package `parseexcel' which seems to work as
 far as I can test here.

   http://raa.ruby-lang.org/project/parseexcel/

I'm not a ruby programmer :(

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 15:04, Boyd Stephen Smith Jr. wrote:
 I am.

 Here's a script that will dump a worksheet as a csv.  Save, chmod a+x, and
 invoke like name_of_script name_of_excel_file worksheet_number  csv_file
 (e.g. ./convertxls price_list.xls 0  price_list.csv):

 #! /usr/bin/ruby
 require 'parseexcel'

 wb = Spreadsheet::ParseExcel.parse(ARGV.shift)
 ws = workbook.worksheet(ARGV.shift.to_i)
 ws.each { |row|
   puts row.collect { |cell|
 '' + cell.to_s.gsub(//, '') + ''
   }.join(',')
 }

 Clearly, all the heavy lifting is done by that library, which you will need
 to run this script. 

This script doesn't work for me :(
I have ruby  parseexcel installed...

$ ./excel2cvs.rb complect.xls 0  complect.cvs 
./excel2cvs.rb:5: undefined local variable or method `workbook' for 
main:Object (NameError)



-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] KDE (X?) artefacts

2007-06-11 Thread Aleksey Kunitskiy
HI,

I have strange KDE(or X11?) artefacts on my desktop.
The animation icon near cursor is drawing ugly, in some places I have bad 
painted corners. What is it ?
This doesn't block my work, but maybe I've bad configured KDE/X  :) ?

In first attachment (icon) there is an icon
In second(tooltip) - tolltip with ugly corners

thanks

-- 
best regards,
Aleksey V. Kunitskiy
attachment: icon.pngattachment: tooltip.png

Re: [gentoo-user] KDE (X?) artefacts

2007-06-11 Thread Aleksey Kunitskiy
On Monday 11 June 2007 17:00, Jesus Guerrero wrote:
 So, your problem is, most likely, to be caused by the lack of such
 extension. Check your xorg.conf, and make sure you have this line on it,
 and it is not commented out.

 Load  extmod

 -- Jesús Guerrero

Thanks! This works for me :)

-- 
best regards,
Aleksey V. Kunitskiy
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Moving linux system to another partition

2007-06-08 Thread Aleksey Kunitskiy
Hi all,

Is it safe to move my linux system by using:
#cp -rp /mnt/old_part /mnt/new_part
and approriate changes in grub.conf/fstab on new system location ?

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Moving linux system to another partition

2007-06-08 Thread Aleksey Kunitskiy
On Friday 08 June 2007 18:59, Albert Hopkins wrote:
 You could also pass, '-x' to cp and rsync or '--one-file-system' to tar.

Thanks. 

I found good howto [1], chapter #7 describes this problem

[1] http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup

2007-06-07 Thread Aleksey Kunitskiy
On Wednesday 06 June 2007 22:40, Florian Philipp wrote:
 Am Mittwoch 06 Juni 2007 20:46 schrieb Aleksey Kunitskiy:
  On Wednesday 06 June 2007 21:10, Boyd Stephen Smith Jr. wrote:
   Or, just switch the Device lines.  Each device is a single DVI port (at
   least on my NVidia setup).
 
  Section Screen
  Identifier Screen0
  Device Card1
  MonitorMonitor0
  DefaultDepth24
  SubSection Display
  Modes   1280x1024
  Depth   24
  EndSubSection
  EndSection
 
  Section Screen
  Identifier Screen1
  Device Card0
  MonitorMonitor1
  DefaultDepth24
  SubSection Display
  Modes   1280x1024
  Depth   24
  EndSubSection
  EndSection
 
  Nothing changed. Where I am mistaken ? :(
 
  --
  best regards,
  Aleksey V. Kunitskiy

 You could try to change the entry 'screen' in 'Section Device'

I tried to change Screen parameter in section Device and Device param in 
section Screen - none of these two variants work for me :(

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Changing primary monitor on dual-monitor X.org setup

2007-06-06 Thread Aleksey Kunitskiy
Hi Gentoo community,

I'm new to dual-monitor setups and I have one question to you:
I have Geforce 7950GT graphics card with two independent DVI-I outputs and two 
monitors connected to each DVI out. I configured X.org to use two screens 
separate on these two monitors.
Question: How can I interchange screens between those two monitors? I've 
primary screen always on first DVI-out and I want to change it(I want the 
primary screen to be on second DVI-out)

Here is my xorg.conf:

/***/
Section Files
RgbPath  /usr/share/X11/rgb
ModulePath   /usr/lib64/xorg/modules
FontPath /usr/share/fonts/misc/
FontPath /usr/share/fonts/TTF/
FontPath /usr/share/fonts/OTF
FontPath /usr/share/fonts/Type1/
FontPath /usr/share/fonts/CID/
FontPath /usr/share/fonts/100dpi/
FontPath /usr/share/fonts/75dpi/
FontPath/usr/share/fonts/terminus
FontPath/usr/share/fonts/corefonts
EndSection

Section Module
#   Load  dri
Load  dbe
#   Load  record
#   Load  xtrap
Load  glx
#   Load  extmod
Load  freetype
#   Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout us,ru(winkeys)
Option  XkbOptionsgrp:caps_toggle,grp_led:scroll
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Samsung
ModelNameSyncMaster 971P
EndSection

Section Monitor
Identifier   Monitor1
VendorName   Samsung
ModelNameSyncMaster 971P
EndSection


Section Device
Identifier  Card1
Driver  nvidia
VendorName  nVidia Corporation
BoardName   ASUS EN7950GT
Option  RenderAccel   true
BusID   PCI:1:0:0
Screen  0
EndSection

Section Device
Identifier  Card0
Driver  nvidia
VendorName  nVidia Corporation
BoardName   ASUS EN7950GT
Option  RenderAccel   true
BusID   PCI:1:0:0
Screen  1
EndSection


Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth24
SubSection Display
Modes   1280x1024
Depth   24
EndSubSection
EndSection

Section Screen
Identifier Screen1
Device Card1
MonitorMonitor1
DefaultDepth24
SubSection Display
Modes   1280x1024
Depth   24
EndSubSection
EndSection

Section ServerLayout
Identifier  Layout 1
Screen  0 Screen0 0 0
Screen  1 Screen1 LeftOf Screen0
InputDevice Keyboard0 CoreKeyboard
InputDevice Mouse0CorePointer
EndSection
/***/

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup

2007-06-06 Thread Aleksey Kunitskiy
On Wednesday 06 June 2007 19:54, Dan Farrell wrote:
 Try switching the LeftOf to RightOf.  Is that what you meant?  Or did
 you want to plug the monitors into each others' plugs?  In which case
 Section Screen
  Identifier Screen0
  Device Card0
  MonitorMonitor0
  DefaultDepth24
  SubSection Display
  Modes   1280x1024
  Depth   24
  EndSubSection
 EndSection
 
 Section Screen
  Identifier Screen1
  Device Card1
  MonitorMonitor1
  DefaultDepth24
  SubSection Display
  Modes   1280x1024
  Depth   24
  EndSubSection
 EndSection

 Just switch the Monitor lines here, and switch the plugs.

Yes, I want to plug monitors into each others' plugs, but with one thing  - 
without switching monitor plugs physically. I switched monitor lines there 
but it changed nothing. Screen0 is still on the first DVI out and Screen1 
is on the second DVI out, I need vice versa

I think that I have to specify in each Monitor section on which DVI out this 
monitor identifier have to be, but I don't know how to do it

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor1
DefaultDepth24
SubSection Display
Modes   1280x1024
Depth   24
EndSubSection
EndSection

Section Screen
Identifier Screen1
Device Card1
MonitorMonitor0
DefaultDepth24
SubSection Display
Modes   1280x1024
Depth   24
EndSubSection
EndSection

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing primary monitor on dual-monitor X.org setup

2007-06-06 Thread Aleksey Kunitskiy
On Wednesday 06 June 2007 21:10, Boyd Stephen Smith Jr. wrote:
 Or, just switch the Device lines.  Each device is a single DVI port (at
 least on my NVidia setup).

Section Screen
Identifier Screen0
Device Card1
MonitorMonitor0
DefaultDepth24
SubSection Display
Modes   1280x1024
Depth   24
EndSubSection
EndSection

Section Screen
Identifier Screen1
Device Card0
MonitorMonitor1
DefaultDepth24
SubSection Display
Modes   1280x1024
Depth   24
EndSubSection
EndSection

Nothing changed. Where I am mistaken ? :(

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list