Re: [gentoo-user] Re: any one using ubuntu phones?

2015-07-07 Thread Frank Steinmetzger
On Tue, Jun 30, 2015 at 09:53:23AM -0600, Jc García wrote:
> 2015-06-30 8:28 GMT-06:00 »Q« :
> > On Tue, 30 Jun 2015 06:36:10 -0400
> > "Walter Dnes"  wrote:
> >> They've removed text from the "File Edit View etc..."
> >> menu.  Instead, they've inserted a bunch of heiroglyphics/icons.
> >
> > The old-school, drop-down, text-only menu bar can be unhidden via a
> > checkbox in the 'customize' dialog.  It's been hidden by default since
> > well before Australis.
> Just presing the Alt key also shows the dropdown menus, and all those
> icons dont need to be there, contrary to a claim made here I found
> this the most customizable GUI firefox has had,

Mozilla’s Marketing claimed this, too. But before Australis hit, the menu
was just another movable item which allowed me to have everything in a
single bar at the top: menu, address bar and bookmarks. This was not
possible anymore after the change.
Thankfully, at some point I found pentadactyl (vimperator fork) which
enabled me to reduce the FX GUI to the web view and the single status bar
with noscript/adblock/flashblock icon, plus the tabbar if needed. The only
thing I really miss now is FlagFox, b/c that can’t be moved out of the
address bar anymore.

-- 
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me on any social network.

Big events may cast their shadow under the eyes.


Re: [gentoo-user] Ruby is infesting my machine

2015-07-07 Thread Andrew Lowe
On 07/03/2015 01:53 PM, Andrew Lowe wrote:
> Hi all,
> Just done an "eix-sync" followed by an "emerge --pretend -NuD world"
> and for some reason, something wants to install Ruby stuff everywhere -
> I don't currently have any ruby stuff installed. I have in my make.conf
> "-ruby" and "RUBY_TARGETS=""". Looking at "equery depends ruby" shows 4
> ebuilds,
> 
> app-text/docbook-xsl-stylesheets-1.78.0-r1 (ruby ? dev-lang/ruby:1.9)
>(ruby ? dev-lang/ruby:2.0)
> dev-util/universalindentgui-1.2.0-r1 (ruby ? dev-lang/ruby)
> dev-vcs/subversion-1.8.13-r2 (ruby ? >=dev-lang/ruby-2.1:2.1)
> media-gfx/graphviz-2.38.0 (ruby ? dev-lang/ruby)
> 
> I've gone into package.use and put a "-ruby" for these four and the
> problem persists.
> 
> Looking at the output from "emerge --pretend -NuD world" shows the first
> mention of ruby is "eselect-ruby". Putting this into package.mask does
> nothing, it still appears in the emerge list and now also at the bottom
> of the emerge output under "The following mask changes are necessary to
> proceed"
> 
> "emerge --tree --pretend dev-lang/ruby" appears to also have
> eselect-ruby as the cause of the trouble.
> 
>   Does anyone know how I can prevent this infestation from happening?
> 
>   Regards,
>   Andrew
> 
> 

To close off my original question, the problem was related to
qt-creator. I had 3.2.2 installed and it wanted to update to 3.4.1.
3.4.1 has a dependency on qtwebkit, which has a dependency on ruby,
hence the infestation. Masking > 3.2.2 solved the problem.

Thanks to those who provided suggestions,

Andrew

p.s. "--tree" really needs to be documented properly somewhere



Re: [gentoo-user] Printer margins

2015-07-07 Thread Stroller

On Mon, 6 July 2015, at 10:01 pm, Dale  wrote:

> …  it tries to print ALL the way to the bottom
> which ends up blurred and unreadable.  … 
> 
> So, how does one change the bottom margin to say 1/2 or even 3/4 inch or
> something?  Is there a way? 

Are you using A4 printer settings on US letter sized paper?

Stroller.




Re: [gentoo-user] Printer margins

2015-07-07 Thread Dale
Stroller wrote:
> On Mon, 6 July 2015, at 10:01 pm, Dale  wrote:
>
>> …  it tries to print ALL the way to the bottom
>> which ends up blurred and unreadable.  … 
>>
>> So, how does one change the bottom margin to say 1/2 or even 3/4 inch or
>> something?  Is there a way? 
> Are you using A4 printer settings on US letter sized paper?
>
> Stroller.
>
>
>

Nope.  That was my first thought.  I was hoping.  I checked everything
that can affect the printer, the apps setting, hplip and cups.  All set
correctly. 

Good idea tho.  ;-)

Thanks.

Dale

:-)  :-) 



[gentoo-user] HBM gpus

2015-07-07 Thread James
Anyone got one of these new AMD graphics cards?

http://www.pcworld.com/article/2936630/amd-reveals-hbm-powered-radeon-fury-graphics-cards-new-r300-series-gpus.html

If so, running which drivers under which kernel?
What's your mobo?  heating issues?
It is water cooled



James






Re: [gentoo-user] Printer margins

2015-07-07 Thread Dutch Ingraham
On Tue, Jul 07, 2015 at 12:27:56PM -0500, Dale wrote:
> Stroller wrote:
> > On Mon, 6 July 2015, at 10:01 pm, Dale  wrote:
> >
> >> …  it tries to print ALL the way to the bottom
> >> which ends up blurred and unreadable.  … 
> >>
> >> So, how does one change the bottom margin to say 1/2 or even 3/4 inch or
> >> something?  Is there a way? 
> > Are you using A4 printer settings on US letter sized paper?
> >
> > Stroller.
> >
> >
> >
> 
> Nope.  That was my first thought.  I was hoping.  I checked everything
> that can affect the printer, the apps setting, hplip and cups.  All set
> correctly. 
> 
> Good idea tho.  ;-)
> 
> Thanks.
> 
> Dale
> 
> :-)  :-) 
> 
I've lost track of all the details of this thread, so please excuse me
if this has been suggested already.  If I recall, you are using CUPS,
and if so, this document[1] explains how to set margins from the command
line.  It seems to be document-specific, and not global, though.

I remember doing the required math for this a couple of years ago, and
ended up just going with something like a2ps and being done with it.


[1] http://www.cups.org/documentation.php/options.html



Re: [gentoo-user] Ruby is infesting my machine

2015-07-07 Thread Alan McKinnon
On 07/07/2015 18:48, Andrew Lowe wrote:
> On 07/03/2015 01:53 PM, Andrew Lowe wrote:
>> Hi all,
>> Just done an "eix-sync" followed by an "emerge --pretend -NuD world"
>> and for some reason, something wants to install Ruby stuff everywhere -
>> I don't currently have any ruby stuff installed. I have in my make.conf
>> "-ruby" and "RUBY_TARGETS=""". Looking at "equery depends ruby" shows 4
>> ebuilds,
>>
>> app-text/docbook-xsl-stylesheets-1.78.0-r1 (ruby ? dev-lang/ruby:1.9)
>>(ruby ? dev-lang/ruby:2.0)
>> dev-util/universalindentgui-1.2.0-r1 (ruby ? dev-lang/ruby)
>> dev-vcs/subversion-1.8.13-r2 (ruby ? >=dev-lang/ruby-2.1:2.1)
>> media-gfx/graphviz-2.38.0 (ruby ? dev-lang/ruby)
>>
>> I've gone into package.use and put a "-ruby" for these four and the
>> problem persists.
>>
>> Looking at the output from "emerge --pretend -NuD world" shows the first
>> mention of ruby is "eselect-ruby". Putting this into package.mask does
>> nothing, it still appears in the emerge list and now also at the bottom
>> of the emerge output under "The following mask changes are necessary to
>> proceed"
>>
>> "emerge --tree --pretend dev-lang/ruby" appears to also have
>> eselect-ruby as the cause of the trouble.
>>
>>  Does anyone know how I can prevent this infestation from happening?
>>
>>  Regards,
>>  Andrew
>>
>>
> 
>   To close off my original question, the problem was related to
> qt-creator. I had 3.2.2 installed and it wanted to update to 3.4.1.
> 3.4.1 has a dependency on qtwebkit, which has a dependency on ruby,
> hence the infestation. Masking > 3.2.2 solved the problem.
> 
>   Thanks to those who provided suggestions,
> 
>   Andrew
> 
> p.s. "--tree" really needs to be documented properly somewhere


--tree is already documented in the man page, in alphabetical order with
all the rest of the options. Yes, it's two lines, but that's all it
needs to be:

it displays the whole depgraph so yu can see what pulls in what.

It's also *very* well-known around here and is usually one of the first
things given as advice with questions like yours.

Were you expecting something more?


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Printer margins

2015-07-07 Thread Dale
Dutch Ingraham wrote:
> On Tue, Jul 07, 2015 at 12:27:56PM -0500, Dale wrote:
>> Stroller wrote:
>>> On Mon, 6 July 2015, at 10:01 pm, Dale  wrote:
>>>
 …  it tries to print ALL the way to the bottom
 which ends up blurred and unreadable.  … 

 So, how does one change the bottom margin to say 1/2 or even 3/4 inch or
 something?  Is there a way? 
>>> Are you using A4 printer settings on US letter sized paper?
>>>
>>> Stroller.
>>>
>>>
>>>
>> Nope.  That was my first thought.  I was hoping.  I checked everything
>> that can affect the printer, the apps setting, hplip and cups.  All set
>> correctly. 
>>
>> Good idea tho.  ;-)
>>
>> Thanks.
>>
>> Dale
>>
>> :-)  :-) 
>>
> I've lost track of all the details of this thread, so please excuse me
> if this has been suggested already.  If I recall, you are using CUPS,
> and if so, this document[1] explains how to set margins from the command
> line.  It seems to be document-specific, and not global, though.
>
> I remember doing the required math for this a couple of years ago, and
> ended up just going with something like a2ps and being done with it.
>
>
> [1] http://www.cups.org/documentation.php/options.html
>
>


I ended up editing the ppd file and it seems to be working.  That could
change any moment tho.  ;-)

Thanks.

Dale

:-)  :-) 



[gentoo-user] Re: Anyone else having a problem with bash?

2015-07-07 Thread walt
On Mon, 6 Jul 2015 20:18:18 +0300
Alexander Kapshuk  wrote:

> On Mon, Jul 6, 2015 at 8:01 PM, walt  wrote:
> > My bash problem started a few weeks ago but I can't remember when.
> > This problem is intermittent and hard to reproduce.  I'm seeing it
> > maybe less than ten times per day but often enough to be really
> > annoying.
> >
> > This is the problem:  occasionally bash gets in a state where it
> > stops echoing the characters I type.  The commands I type continue
> > to work properly and I can see the output from them but I can't see
> > the commands on the screen as I type them.
> >
> > So far I've seen this problem start *after* some bash command has
> > finished executing, e.g. after doing 'git diff'.  It never happens
> > when I open a new xterm, before I run a command.
> >
> > I emerged app-shells/sash and I don't see the problem there, so I
> > think this is a bash problem, but I'm just guessing.
> >
> > Any ideas?
> >
> >
> >
> 
> What's the output of 'stty -a'? Is the 'echo' attribute on, 'echo', or
> off, '-echo'?

Finally, after a very busy day of using bash with no problems, this
happened again and 'echo' was off (-echo).

The command triggering the problem was mpv, which I invoked from a
bash prompt to listen to an mp3 podcast file.

I noticed a warning message that mpv was linked against an earlier
version of ffmpeg than the one I have installed now (I'm on ~amd64 so
my rate of package turnover is quite high, naturally).  IIRC the
warning message was displayed in a different color from my normal black
font.  I think this may be true of other instances as well, not sure.

Anyone know of a mechanism that allows an app like mpv to set -echo?

BTW, I typed 'reset' which evidently restored 'echo' (now I can see the
characters I type) but the 'Backspace' key produces '^H' on the
terminal instead of deleting characters.

Next time this happens I'll include the output of stty -a.




Re: [gentoo-user] Re: Anyone else having a problem with bash?

2015-07-07 Thread Jc García
2015-07-06 8:09 GMT-06:00 Bill Kenworthy :
> On 07/07/15 04:43, Alex Thorne wrote:
>> I have also experienced this intermittently with bash. Running /reset
>> /returns the shell to normal for me. Echo is also set on for me, but
>> will check if this has changed next time I experience the issue.
>>
>> On 6 July 2015 at 20:07, »Q« mailto:boxc...@gmx.net>>
>> wrote:
>>
>> On Mon, 6 Jul 2015 20:18:18 +0300
>> Alexander Kapshuk > > wrote:
>>
>> > On Mon, Jul 6, 2015 at 8:01 PM, walt > > wrote:
>> > > My bash problem started a few weeks ago but I can't remember when.
>> > > This problem is intermittent and hard to reproduce.  I'm seeing it
>
> another "me too" - but rarely
>
An another me too also rarely, I thought it was related to my terminal
emulator, but I can't remember if it happened today.



Re: [gentoo-user] Re: Anyone else having a problem with bash?

2015-07-07 Thread Anton Shumskyi
Same for me, but it appears only after I'm canceling some job on terminal
with CTRL+C, maybe in 10% of total cases. I thought that was some
side-effect of switching env back, but because job is terminated in a "bad
way" haven't considered that as a bug.