Re: [gentoo-user] terminal spreadsheet - sc fork

2014-11-04 Thread Henrique Lengler
Hi,

I'm interested in this project, so I have some considerations:

I found that already exist a project called scim
(wikipedia.org/wiki/Smart_Common_Input_Method)
so you might have problems in the future related to the name.

And second, something I care, is about file formats. I never used sc,
so I don't know wich file format it saves. But I would like to see SCIM 
(if it doesn't already) saving files in a way I can open in other softwares.
Wikipedia showed me that CSV is the most accepted format, and it is very 
simple.

Regards
-- 
Henrique Lengler

https://gitorious.org/~henriqueleng

Skype: No way! That's nonfree (freedom-denying) software.
Wanna talk with me? Ask me for my TOX ID.



[SOLVED] Re: [gentoo-user] Update a portage package

2014-09-14 Thread Henrique Lengler
On Sun, Sep 14, 2014 at 10:15:29PM +0100, Neil Bothwick wrote:
> In that case, it should be included with the ebuild, you need to file a
> request to add the patch on bugs.gentoo.org.

Thanks everyone. I did it.

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng

Skype: No way! That's nonfree (freedom-denying) software.
Wanna talk with me? Ask me for my TOX ID.



Re: [gentoo-user] Re: Update a portage package

2014-09-14 Thread Henrique Lengler
On Sun, Sep 14, 2014 at 09:02:36PM +0100, Neil Bothwick wrote:
> You have two options. If the ebuild supports it, put the patch file
> in /etc/portage/vat/pkg-version/ and re-emerge it. Many ebuild will pick
> up user patches like this.
> 
> Alternatively, run "ebuild prepare /path/to/ebuild" to unpack the source
> and apply any existing patches. It will tell you where it unpacked the
> code, go there and apply your patch, then run "ebuild
> merge /path/to/ebuild" to compile and install it.
> 
> 
> -- 
> Neil Bothwick

Ok but this patch should be available to others users by default because
it's needed to the correct work of the software.
So what I wanna do is include this code in the source that you get by
emerge install.

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng

Skype: No way! That's nonfree (freedom-denying) software.
Wanna talk with me? Ask me for my TOX ID.



Re: [gentoo-user] Re: Update a portage package

2014-09-14 Thread Henrique Lengler
I getting confused about what can be done.

As I see the portage download the source of a released version, and then
install it. But the patch isn't in a version.

I think that make portage download the latest code also isn't a good
idea so i don't know what changes in the ebuild can be done to make
this work without the need of a version released by the author

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng

Skype: No way! That's nonfree (freedom-denying) software.
Wanna talk with me? Ask me for my TOX ID.



Re: [gentoo-user] Update a portage package

2014-09-14 Thread Henrique Lengler
On Sun, Sep 14, 2014 at 05:56:48PM +0200, Alan McKinnon wrote:
> Ask the ebuild maintainer.

How can I find a maintainer of an ebuild?
-- 
Henrique Lengler

https://gitorious.org/~henriqueleng

Skype: No way! That's nonfree (freedom-denying) software.
Wanna talk with me? Ask me for my TOX ID.



Re: [gentoo-user] Update a portage package

2014-09-14 Thread Henrique Lengler
On Sun, Sep 14, 2014 at 05:56:48PM +0200, Alan McKinnon wrote:
> 
> Ask the ebuild maintainer.
> 
> If it's on github, it will need to be a live ebuild with version -.
> 
> What is the package?

It's glyr,

There is the link: https://github.com/sahib/glyr.git
See that he did a commit 2 hours ago and I need the software with this
commit.
-- 
Henrique Lengler

https://gitorious.org/~henriqueleng

Skype: No way! That's nonfree (freedom-denying) software.
Wanna talk with me? Ask me for my TOX ID.



[gentoo-user] Update a portage package

2014-09-14 Thread Henrique Lengler
Hi,

There is a package on portage that have a bug, the package is officially
hosted on github, so the software author fixed the bug and committed to 
git without mark as a new version of the software.

How can I make gentoo include this software with this bugfix?

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng

Skype: No way! That's nonfree (freedom-denying) software.
Wanna talk with me? Ask me for my TOX ID.



Re: [gentoo-user] copy hylafax "faxes" from one server to another

2014-09-12 Thread Henrique Lengler
Please J. Roeleveld, may you avoid send html mails? It's spoiling the
messages.

On Fri, Sep 12, 2014 at 08:17:36AM +0200, J. Roeleveld wrote:
> 
>On Thursday, September 11, 2014 11:56:43 PM Joseph wrote:
> 
>> I just install hylafaxplus on a new box and would like to copy old
>faxes
> 
>> from old server to a new one.
> 
>>
> 
>> I just "rsync" directories from: /var/spool/fax:
> 
>> docq
> 
>> doneq
> 
>> recvq
> 
>> sendq
> 
>>
> 
>> I'm using YajHFC to display faxes and after copying the faxes to a
>new sever
> 
>> they are not showing up. Does anybody know how to do it?
> 
> 
>Did you try google?
> 
> 
>--
> 
>Joost

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



Re: [gentoo-user] Help to set up privoxy

2014-08-18 Thread Henrique Lengler
I solved it setting a enviroment variable and compiling it with threads
use flag.

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



[gentoo-user] Help to set up privoxy

2014-08-18 Thread Henrique Lengler
Hi,

I'm trying to setup privoxy on my gentoo. All I did is:

$ sudo emerge privoxy
$ /etc/init.d/privoxy start
* Starting privoxy ...
$ vimprobable2 http_proxy=”http://127.0.0.1:8118″

And anything is working. I opened the privoxy config page and it says to
me that privoxy is not running and as i don't know more anything about
it i don't know what do

Can you help?

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



Re: [gentoo-user] Advantages in privoxy instead of mannualy edit /etc/hosts

2014-08-18 Thread Henrique Lengler
Hi,

I pretend to full adblock. So it should have a lot of entries

On Mon, Aug 18, 2014 at 06:18:49AM +0200, J. Roeleveld wrote:
> How many entries do you want to put in your /etc/hosts file?
> 
> --
> Joost
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> 

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



[gentoo-user] Advantages in privoxy instead of mannualy edit /etc/hosts

2014-08-17 Thread Henrique Lengler
Is there any advantage in use privoxy instead of mannualy set a
/etc/hosts file?
Wich one is faster?

Does both method slow down page load, or speed it up?

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



Re: [gentoo-user] why you've chosen your desktop environment? (no war !)

2014-08-17 Thread Henrique Lengler
On Sun, Aug 17, 2014 at 11:09:24PM +0200, Alan McKinnon wrote:
> You can't be serious right?
> 
> Go back and find the original post from the founder of KDE as to why KDE
> was started at all. It's all about incoherent, mis-matched,
> ugly-when-bundled together apps that do not work in sympathy. This is
> still true today.
> 
> Take kparts and kioslaves. KDE treats as much as possible as some sort
> of plugin that all KDE apps can share. This gives the user a fantastic
> degree of abstraction because anything that represents data can be a
> kpart. NFS mounts, smb shares, ssh, some weird random new thing - all of
> them show up in the file manager. Drag and drop works because of this.
> 
> Consistent look and feel amongst KDE apps is probably the best reason
> for KDE's existence at all. But let's continue with your argument. What
> are these things that "already exist"? Nautilus? Why should KDE *not*
> implement a file manager? Should we ditch Dolphin in favour of Nautilus?
> Or something else perhaps? Should we drop Okular and tell everyone to
> just use xpdf instead? OMGF, have you actually *used* that piece of
> shit? Can you figure out *how* to use it? I can't - buttons all over the
> place in weird places xpdf is probably the best example of why KDE
> was started.
> 
> I think I will stop now and wait for you to list the 100s of apps that
> already existed before related KDE apps were released, so we can see
> what these adequate replacements are.

Hi,

I already said sorry for my stupid argumentation.

--
Henrique Lengler



Re: [gentoo-user] why you've chosen your desktop environment? (no war !)

2014-08-17 Thread Henrique Lengler
On Sun, Aug 17, 2014 at 08:57:36PM +0200, Volker Armin Hemmann wrote:
> hm, tell me, what was there when Konqueror was created?
> 
> Please do.
> 
> Maybe also try to spend some times on 'Konqueror is just a shell around
> different kparts', if you like.
> 
> And while you are at it, you do know the history of webkit, don't you?

Oh you a right man.

I spoke without knowing, sorry by this.
Everything happen exactly unlike i said.

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



Re: [gentoo-user] why you've chosen your desktop environment? (no war !)

2014-08-17 Thread Henrique Lengler
I don't know why KDE people are creating everything again.
koffice, konqueror, a lot of things, that already exists in the linux
world are being recreated by KDE.

Whats the problem to use things that already exists?
Why don't include software that is famous and liked by people insted of
insist in their "K"things?

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



Re: [gentoo-user] why you've chosen your desktop environment? (no war !)

2014-08-16 Thread Henrique Lengler
On Sat, Aug 16, 2014 at 02:31:10PM -0400, Philip Webb wrote:
> I do use Evince as a quick alternative to Okular for PDFs .

Have you ever tried mupdf? or xpdf? why install a GNOME app when you
don't use it?
-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



Re: [gentoo-user] why you've chosen your desktop environment? (no war !)

2014-08-16 Thread Henrique Lengler
I never liked any DE. And i hate the KDE things like konsole, konqueror,
ktorrent principally when you try to install these in a non KDE system.

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng