Re: [gentoo-user] Re: Libreoffice PDF conversion problem : bug report

2015-01-02 Thread Philip Webb
150101 walt wrote:
 On 12/31/2014 04:40 AM, Philip Webb wrote:
 I want to revise the 1st page of a PDF on my Internet site.
 The revision I created today has mangled some of the punctuation.
 It occurred to me that it was perhaps being caused by importing a text file
 /or that the original import  PDF had been done by OpenOffice  3 ya .
 However, apostrophes  extended dashes are mangled as shown above
 even when I enter a completely new .odt file.  I've tried changing the font
  using the PDF dialog under 'File', but the bad effect still happens.
 This has to be a bug in LO : whatever the characters in the .odt ,
 LO sb able to reproduce them correctly in the exported PDF .
 I've submitted LibreOffice Bug 87903 .
 Can anyone else reproduce this ?
 I'm running 4.3.5.2.0, the testing version on ~amd64,
 and I don't see the same export error,
 when I use the two test .odt files downloaded from your bug report.

Ah, interesting ! -- I'm using 4.3.4.1 , so perhaps it's been corrected.

 What app are you using to view the pdf files ?
 I'm using the document viewer from the Mate desktop,
 basically the same as the old gnome2 document viewer.

The problem occurs with Okular, Mupdf  Firefox's PDF viewer.

If anyone is new to this,
my egs are at  http://www.chass.utoronto.ca/~purslow/test/ .

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] Dependency riddle...

2015-01-02 Thread Philip Webb
150102 meino.cra...@gmx.de wrote:
 While doing a emerge --depclean -va I got this:
 ! Problem resolving dependencies for sci-libs/vtk:0 from @preserved-rebuild
 ! The ebuild selected to satisfy sci-libs/vtk:0 has unmet requirements.
  - sci-libs/vtk-6.1.0::gentoo USE=X tk -R -all-modules (-aqua) -boost -cg 
 -doc -examples -ffmpeg -gdal -imaging -java -json -kaapi -mpi -mysql -odbc 
 -offscreen -postgres -python -qt4 -rendering -smp -tbb -tcl -test -theora 
 -views -web -xdmf2 ABI_X86=64 PYTHON_TARGETS=python2_7 
 VIDEO_CARDS=nvidia
 The following REQUIRED_USE flag constraints are unsatisfied:
   tk? ( tcl )
 The above constraints are a subset of the following complete expression:
   all-modules? ( python xdmf2 ) java? ( qt4 ) python? ( 
 python_targets_python2_7 ) tcl? ( rendering ) smp? ( exactly-one-of ( kaapi 
 tbb ) ) test? ( python ) tk? ( tcl ) web? ( python ) exactly-one-of ( X aqua 
 offscreen )
 I decoded 'tk? ( tcl )' as Tk needs TCL,
 but eix dev-lang/tk does not show that a tcl USE flag is available for it.
 I added it nonetheless,
 but the command failed again with the same error message

Is the problem that Tcl needs 'rendering' enabled for Vtk ?

Yes, these Portage msgs are often very obscure ...

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] Dependency riddle...

2015-01-02 Thread meino . cramer
Hi,

Happy new year and best wishes for 2015 ! :))



While doing a emerge --depclean -va I got this:


!!! Problem resolving dependencies for sci-libs/vtk:0 from 
@preserved-rebuild  
 ... done!

!!! The ebuild selected to satisfy sci-libs/vtk:0 has unmet requirements.
- sci-libs/vtk-6.1.0::gentoo USE=X tk -R -all-modules (-aqua) -boost -cg 
-doc -examples -ffmpeg -gdal -imaging -java -json -kaapi -mpi -mysql -odbc 
-offscreen -postgres -python -qt4 -rendering -smp -tbb -tcl -test -theora 
-views -web -xdmf2 ABI_X86=64 PYTHON_TARGETS=python2_7 VIDEO_CARDS=nvidia

The following REQUIRED_USE flag constraints are unsatisfied:
tk? ( tcl )

The above constraints are a subset of the following complete expression:
all-modules? ( python xdmf2 ) java? ( qt4 ) python? ( 
python_targets_python2_7 ) tcl? ( rendering ) smp? ( exactly-one-of ( kaapi tbb 
) ) test? ( python ) tk? ( tcl ) web? ( python ) exactly-one-of ( X aqua 
offscreen )


I decoded 'tk? ( tcl )' as Tk needs TCL but eix dev-lang/tk does not
shows, that a tcl USE flag is available for it.

I added it nonetheless but the command failed again with the same
error message

How can I fix that?

Thank you very much in avance for any help!
Meino






Re: [gentoo-user] Dependency riddle...

2015-01-02 Thread meino . cramer
Andreas K. Huettel dilfri...@gentoo.org [15-01-02 11:28]:
 Am Freitag, 2. Januar 2015, 09:39:51 schrieb meino.cra...@gmx.de:
  
  !!! The ebuild selected to satisfy sci-libs/vtk:0 has unmet
  requirements. - sci-libs/vtk-6.1.0::gentoo USE=X tk -R -all-modules
  (-aqua) -boost -cg -doc -examples -ffmpeg -gdal -imaging -java -json
  -kaapi -mpi -mysql -odbc -offscreen -postgres -python -qt4 -rendering -smp
  -tbb -tcl -test -theora -views -web -xdmf2 ABI_X86=64
  PYTHON_TARGETS=python2_7 VIDEO_CARDS=nvidia
  
  The following REQUIRED_USE flag constraints are unsatisfied:
  tk? ( tcl )
  
 
 This means that sci-libs/vtk needs the use-flag tcl set if its useflag tk is 
 set. You should enable tcl for sci-libs/vtk.
 
 (Nothing to do with the ebuild for dev-lang/tk)
 
 -- 
 Andreas K. Huettel
 Gentoo Linux developer (council, kde)
 dilfri...@gentoo.org
 http://www.akhuettel.de/


Hi Philip, hi Andreas,

thanks for your help!
I did the changes and started the job again...

Best regards,
Meino




Re: [gentoo-user] Dependency riddle...

2015-01-02 Thread Andreas K. Huettel
Am Freitag, 2. Januar 2015, 09:39:51 schrieb meino.cra...@gmx.de:
 
 !!! The ebuild selected to satisfy sci-libs/vtk:0 has unmet
 requirements. - sci-libs/vtk-6.1.0::gentoo USE=X tk -R -all-modules
 (-aqua) -boost -cg -doc -examples -ffmpeg -gdal -imaging -java -json
 -kaapi -mpi -mysql -odbc -offscreen -postgres -python -qt4 -rendering -smp
 -tbb -tcl -test -theora -views -web -xdmf2 ABI_X86=64
 PYTHON_TARGETS=python2_7 VIDEO_CARDS=nvidia
 
 The following REQUIRED_USE flag constraints are unsatisfied:
 tk? ( tcl )
 

This means that sci-libs/vtk needs the use-flag tcl set if its useflag tk is 
set. You should enable tcl for sci-libs/vtk.

(Nothing to do with the ebuild for dev-lang/tk)

-- 
Andreas K. Huettel
Gentoo Linux developer (council, kde)
dilfri...@gentoo.org
http://www.akhuettel.de/


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] NSA SELinux kernel support

2015-01-02 Thread Alexander Kapshuk
On Fri, Jan 2, 2015 at 10:03 AM, Marc Stürmer m...@marc-stuermer.de wrote:

 Am 01.01.2015 um 18:01 schrieb Alexander Kapshuk:

  I was wondering if there was any harm in disabling the NSA SELinux
 support in my gentoo-sources based kernel.


 It depends on your usage case (desktop or server) and grade of personal
 paranoia.

 I know a few administrators how think that enabling SELinux or similar
 stuff (e.g. like AppArmor) should be today mandatory if installing servers
 on the internet.

 Then again your mileage may vary.


Thanks for you input.


Re: [gentoo-user] pdf viewer

2015-01-02 Thread Zesen Qian
lee l...@yagibdah.de writes:

 Hi,

 what do you as PDF viewer?

 Most of the time, I was using xpdf, and that doesn't seem to be
 available in Gentoo.  I compiled it from source and found out that it
 cannot display PDFs so well and gives error messages about not being
 able to find fonts.  Pdfpc isn't a good alternative.

Most of the time I use app-test/zathura, whose default key-binding is
vim-style.
But recently I found app-test/llpp a better choice, at least the speed
of fulltext search is very-very-very fast. But I 'm still wondering if
there 's some better one.

-- 
Zesen Qian (钱泽森)



Re: [gentoo-user] NSA SELinux kernel support

2015-01-02 Thread Marc Stürmer

Am 01.01.2015 um 18:01 schrieb Alexander Kapshuk:


I was wondering if there was any harm in disabling the NSA SELinux
support in my gentoo-sources based kernel.


It depends on your usage case (desktop or server) and grade of personal 
paranoia.


I know a few administrators how think that enabling SELinux or similar 
stuff (e.g. like AppArmor) should be today mandatory if installing 
servers on the internet.


Then again your mileage may vary.



[gentoo-user] pdf viewer

2015-01-02 Thread lee
Hi,

what do you as PDF viewer?

Most of the time, I was using xpdf, and that doesn't seem to be
available in Gentoo.  I compiled it from source and found out that it
cannot display PDFs so well and gives error messages about not being
able to find fonts.  Pdfpc isn't a good alternative.


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.



Re: [gentoo-user] pdf viewer

2015-01-02 Thread wabenbau
Am Samstag, 03.01.2015 um 06:15
schrieb lee l...@yagibdah.de:

 Hi,
 
 what do you as PDF viewer?
 
 Most of the time, I was using xpdf, and that doesn't seem to be
 available in Gentoo.  I compiled it from source and found out that it
 cannot display PDFs so well and gives error messages about not being
 able to find fonts.  Pdfpc isn't a good alternative.

I use app-text/atril. Works well for me.

Regards
wabe




Re: [gentoo-user] pdf viewer

2015-01-02 Thread Michael Orlitzky
On 01/03/2015 01:18 AM, waben...@gmail.com wrote:
 
 I use app-text/atril. Works well for me.
 

This, it's like evince before they fucked everything up.




Re: [gentoo-user] pdf viewer

2015-01-02 Thread Alexander Kapshuk
On Jan 3, 2015 7:15 AM, lee l...@yagibdah.de wrote:

 Hi,

 what do you as PDF viewer?


mupdf.