On 04/03/2018 13:39, Ed Greshko wrote:
On 03/04/18 09:57, Stephen Morris wrote:
Thanks Ed, I tried Gnome under Wayland and Xorg and as documented in the problem
description, even though gnome shell lags with gdm, when gnome under Xorg is
started the lag disappears. The only difference in my case
On 03/04/18 16:16, Stephen Morris wrote:
> Thanks Ed, I made that change and it rectified the lagging issues with gdm and
> gnome. Now to work out why dkms hasn't compiled the nvidia driver under the
> new
> kernel.
FWIW, the lagging issues may be a byproduct of your video driver.
Anyway, whil
* When rhythmbox finishes playing an episode, what does it play next? If it's
playing from the queue and there is another episode on the queue, that plays
next. If it's the last item on the queue, it's not clear: sometimes rhythmbox
plays an episode from the track list, sometimes it stops pla
find /foo -name "*dog.dat" -ls -exec tail -f {} \;
-print will list only the filename
-ls will list the long dir entry.
{} is needed to deliver the filename you are working with.
\; is needed to signal the end of the command.
On Sat, Mar 3, 2018 at 12:45 PM, Clifford Snow wrote:
> Correction - I
> So, I think there is an error in the startup of the gnome desktop you are
> using.
Yes, I did run `journalctl -r' and there was many errors related to
"gnome-shell" also in the graphical environment I did run gnome-abrt ("Problem
reporting" applicatin) and there was the same crash report, so
On Sat, 2018-03-03 at 11:15 -0500, bruce wrote:
> Trying to figure out how to do a single line cmd (it should be
> possible right??) to do a tail -5 for a list of files???
>
> I thought I could combine find with exec/xargs and tail to generate
> the list of files/tail data.. But couldn't figure ou
On Fri, Mar 02, 2018 at 04:21:43PM +, Patrick O'Callaghan wrote:
> talking about a link to the individual message, which IIRC we never had
> in the old version either. I mean a static pointer to the Archives page
> or more usefully to the general list information page, which is what
> one would
On Sun, 2018-03-04 at 08:57 -0500, Matthew Miller wrote:
> On Fri, Mar 02, 2018 at 04:21:43PM +, Patrick O'Callaghan wrote:
> > talking about a link to the individual message, which IIRC we never had
> > in the old version either. I mean a static pointer to the Archives page
> > or more usefull
On 03/04/18 22:46, Patrick O'Callaghan wrote:
> On Sun, 2018-03-04 at 08:57 -0500, Matthew Miller wrote:
>> On Fri, Mar 02, 2018 at 04:21:43PM +, Patrick O'Callaghan wrote:
>>> talking about a link to the individual message, which IIRC we never had
>>> in the old version either. I mean a static
I wanted to try Claws-Mail but after several days of sporadic attempts
to filter messages into my usual directories I am ready to admit defeat
and remove Claws. It was installed via dnf in this updated Fedora 27. I
asked on the Claws list but there was no response.
As a last resort perhaps s
On Sun, 4 Mar 2018 10:49:02 -0500
Bob Goodwin wrote:
> I wanted to try Claws-Mail but after several days of sporadic attempts
> to filter messages into my usual directories I am ready to admit defeat
> and remove Claws.
I've never found a mail client that could do filtering worth spit.
What I
Hi all,
I'm an happy Fedora user, I changed my laptop last year for a Razer
sealth blade.
Fedora/Linux works well except for the known caps-lock key which just
crash the whole system when pressed:
https://github.com/rolandguelle/razer-blade-stealth-linux#caps-lock-
crash
I tried to add XKBOPTIONS
On 03/04/18 11:00, Tom Horsley wrote:
I've never found a mail client that could do filtering worth spit.
What I do is a lot more trouble, but it seems worth it in the
end: I run the dovecot IMAP server on my system, use fetchmail
to suck mail off other servers and feed it to dovecot, then
use th
On 2018-03-04 at 10:49:02 Bob Goodwin wrote:
> I wanted to try Claws-Mail but after several days of sporadic attempts
> to filter messages into my usual directories I am ready to admit defeat
> and remove Claws. It was installed via dnf in this updated Fedora 27. I
> asked on the Claws list but
On Sun, Mar 04, 2018 at 02:46:12PM +, Patrick O'Callaghan wrote:
> > Putting that in the standard list message footer seems reasonable.
> If you can influence that, thanks.
I'll see what I can do. I can't see anything in the mailing list config
interface off hand.
--
Matthew Miller
Fedora P
On 03/04/18 11:28, Erik P. Olsen wrote:
On 2018-03-04 at 10:49:02 Bob Goodwin wrote:
I wanted to try Claws-Mail but after several days of sporadic attempts
to filter messages into my usual directories I am ready to admit defeat
and remove Claws. It was installed via dnf in this updated Fedora 2
On Sun, 2018-03-04 at 12:06 -0500, Matthew Miller wrote:
> On Sun, Mar 04, 2018 at 02:46:12PM +, Patrick O'Callaghan wrote:
> > > Putting that in the standard list message footer seems reasonable.
> >
> > If you can influence that, thanks.
>
> I'll see what I can do. I can't see anything in t
On Sun, 4 Mar 2018 10:49:02 -0500
Bob Goodwin wrote:
> I wanted to try Claws-Mail but after several days of sporadic
> attempts to filter messages into my usual directories I am ready to
> admit defeat and remove Claws. It was installed via dnf in this
> updated Fedora 27. I asked on the Claws li
On Sun, 04 Mar 2018 16:26:10 +0100
Jeandet Alexis wrote:
> I tried to add XKBOPTIONS="ctrl:nocaps" in /etc/default/keyboard.
This won't work for wayland. You would have to run X.
> I'm using Gnome with Wayland. Any idea?
Stop using wayland. This is an area of wayland that hasn't been
brough
From: Jonathan Ryshpan
Subject: Re: tail for a list of files
To: users@lists.fedoraproject.org
Message-ID: <1520171408.2173.42.ca...@pacbell.net>
Content-Type: multipart/alternative; boundary="=-PuQtDYwItgjfcLx2Crff"
--=-PuQtDYwItgjfcLx2Crff
Content-Type: text/plain; charset="UTF-8"
Content-T
On 03/04/2018 11:15 AM, R. G. Newbury wrote:
find . -name "*.pdf" | tail -n 2
does not 'find' the files in canonical order: it outputs 124.pdf and
126.pdf
What does it print if you don't run it through tail?
___
users mailing list -- users@lists.f
On Sun, Mar 4, 2018 at 2:31 PM, Joe Zeff wrote:
> On 03/04/2018 11:15 AM, R. G. Newbury wrote:
>>
>>
>> find . -name "*.pdf" | tail -n 2
>>
>> does not 'find' the files in canonical order: it outputs 124.pdf and
>> 126.pdf
>
>
> What does it print if you don't run it through tail?
>
um.. hey guy
On 5/3/18 5:40 am, stan wrote:
On Sun, 04 Mar 2018 16:26:10 +0100
Jeandet Alexis wrote:
I tried to add XKBOPTIONS="ctrl:nocaps" in /etc/default/keyboard.
This won't work for wayland. You would have to run X.
I'm using Gnome with Wayland. Any idea?
Stop using wayland. This is an area of
On 5/3/18 12:08 am, Jonathan Ryshpan wrote:
* When rhythmbox finishes playing an episode, what does it play
next? If it's playing from the queue and there is another episode
on the queue, that plays next. If it's the last item on the queue,
it's not clear: sometimes rhythmbox play
On 4/3/18 9:02 pm, Ed Greshko wrote:
On 03/04/18 16:16, Stephen Morris wrote:
Thanks Ed, I made that change and it rectified the lagging issues with gdm and
gnome. Now to work out why dkms hasn't compiled the nvidia driver under the new
kernel.
FWIW, the lagging issues may be a byproduct of yo
On 03/05/18 04:18, Stephen Morris wrote:
> As a matter of interest, which version of the nvidia drivers are you using?
390.25-3 And I don't use wayland as performance in KDE is horrible
--
If simple questions can be answered with a simple google query then why are
there sso
many of them?
From: Joe Zeff
On 03/04/2018 11:15 AM, R. G. Newbury wrote:
find . -name "*.pdf" | tail -n 2
does not 'find' the files in canonical order: it outputs 124.pdf and
126.pdf
What does it print if you don't run it through tail?
That exercise was left for those adventurous students with an inquir
On 03/04/2018 01:07 PM, R. G. Newbury wrote:
That exercise was left for those adventurous students with an inquiring
mind to attempt and to ascertain the answer for themselves
But for those without a computer to run the code or the intellectual
musculature to open a console and type a li
On 03/04/18 13:23, stan wrote:
It's a little convoluted (so is my explanation below). Suppose I want
to send all the mail from you to a spam folder.
I would click on Tools -> Create Filter rule. I haven't used
automatically, so I'm not sure what will happen there. To get rid of
your mail, I wo
On 03/04/2018 11:15 AM, R. G. Newbury wrote:
I created 4 pdf files using 'touch 123.pdf' through '126.pdf'
find . -name "*.pdf" | tail -n 2
does not 'find' the files in canonical order: it outputs 124.pdf and
126.pdf
The find command lists the files in whatever order the filesystem
returns
On 03/04/2018 11:43 AM, bruce wrote:
um.. hey guys
I wanted to get the last X lines of each file from an input/wildcard
list of files !!
so.. I wanted the last 5 lines of the 126.pdf as well as the last 5
lines of the 125.pdf...
--NOT the last X files from a list of files..
There were alr
On 03/04/2018 01:07 PM, R. G. Newbury wrote:
From: Joe Zeff
On 03/04/2018 11:15 AM, R. G. Newbury wrote:
find . -name "*.pdf" | tail -n 2
does not 'find' the files in canonical order: it outputs 124.pdf and
126.pdf
What does it print if you don't run it through tail?
That exercise was left
Le dimanche 04 mars 2018 à 11:40 -0700, stan a écrit :
> On Sun, 04 Mar 2018 16:26:10 +0100
> Jeandet Alexis wrote:
>
> > I tried to add XKBOPTIONS="ctrl:nocaps" in /etc/default/keyboard.
>
> This won't work for wayland. You would have to run X.
Ok, weird on the github page it was like this is
Hello Bob,
On Sun, 4 Mar 2018 17:10:18 -0500 Bob Goodwin wrote:
> On 03/04/18 13:23, stan wrote:
> > It's a little convoluted (so is my explanation below). Suppose I want
> > to send all the mail from you to a spam folder.
> >
> > I would click on Tools -> Create Filter rule. I haven't used
>
From: bruce
Subject: Re: tail for a list of files
On Sun, Mar 4, 2018 at 2:31 PM, Joe Zeff wrote:
On 03/04/2018 11:15 AM, R. G. Newbury wrote:
find . -name "*.pdf" | tail -n 2
does not 'find' the files in canonical order: it outputs 124.pdf and
126.pdf
What does it print if you don't run i
On 03/04/18 17:46, wwp wrote:
Hello Bob,
On Sun, 4 Mar 2018 17:10:18 -0500 Bob Goodwin wrote:
On 03/04/18 13:23, stan wrote:
It's a little convoluted (so is my explanation below). Suppose I want
to send all the mail from you to a spam folder.
I would click on Tools -> Create Filter rule.
On Sun, Mar 04, 2018 at 05:23:44PM +, Patrick O'Callaghan wrote:
> > > If you can influence that, thanks.
> > I'll see what I can do. I can't see anything in the mailing list config
> > interface off hand.
> If it's Mailman the change is quite simple.
It is in mailman 2, but I'm not seeing an
On Sun, 2018-03-04 at 18:58 -0500, Matthew Miller wrote:
> On Sun, Mar 04, 2018 at 05:23:44PM +, Patrick O'Callaghan wrote:
> > > > If you can influence that, thanks.
> > >
> > > I'll see what I can do. I can't see anything in the mailing list config
> > > interface off hand.
> >
> > If it's
While it mostly works, this specific command fails:
$ dnf provides '*/Droid Sans*'
This is consistent, and also happens on a second machine. Both run f27 fully
updated.
The following does work:
$ dnf provides '*/Droid*'
But this one crashes:
$ dnf provides '*/x y*'
I suspect a python prob
On Sun, Mar 04, 2018 at 02:32:03PM -0800, Samuel Sieb wrote:
> On 03/04/2018 11:43 AM, bruce wrote:
> >
> > I wanted to get the last X lines of each file from an input/wildcard
> > list of files !!
> >
>
> There were already at least two different solutions posted.
>
> tail -n 5 $(find /foo -na
On 03/04/2018 05:55 PM, Eyal Lebedinsky wrote:
While it mostly works, this specific command fails:
$ dnf provides '*/Droid Sans*'
This is consistent, and also happens on a second machine. Both run f27
fully updated.
The following does work:
$ dnf provides '*/Droid*'
But this one crashes:
On 03/05/18 12:23, Samuel Sieb wrote:
> On 03/04/2018 05:55 PM, Eyal Lebedinsky wrote:
>> While it mostly works, this specific command fails:
>>
>> $ dnf provides '*/Droid Sans*'
>>
>> This is consistent, and also happens on a second machine. Both run f27 fully
>> updated.
>>
>> The following does
On 03/04/2018 08:27 PM, Ed Greshko wrote:
OK, but isn't this searching for a file that has a "space" in it? Can't recall
ever
seeing one like that as part of the O/S.
It might not be a query that will return anything, but it's still a bad
crash that shouldn't happen.
I filed https://bugzill
On 03/05/2018 02:55 AM, Eyal Lebedinsky wrote:
While it mostly works, this specific command fails:
$ dnf provides '*/Droid Sans*'
This is consistent, and also happens on a second machine. Both run f27
fully updated.
The following does work:
$ dnf provides '*/Droid*'
But this one crashes:
On 05/03/18 15:27, Ed Greshko wrote:
On 03/05/18 12:23, Samuel Sieb wrote:
On 03/04/2018 05:55 PM, Eyal Lebedinsky wrote:
While it mostly works, this specific command fails:
$ dnf provides '*/Droid Sans*'
This is consistent, and also happens on a second machine. Both run f27 fully
updated.
On 03/04/2018 09:31 PM, Eyal Lebedinsky wrote:
True. I was trying to understand why mythtv-setup complains:
2018-03-05 16:28:02.602160 E MythFontProperties: Failed to load 'Droid
Sans', got 'Droid Sans [MONO]' instead
Location:
/usr/share/mythtv/themes/MythCenter-wide
On 03/04/2018 09:17 PM, Ralf Corsepius wrote:
Interestingly on i386 the segfault is slightly more verbose:
# dnf provides '*/Droid Sans*'
Last metadata expiration check: 0:00:33 ago on Mon 05 Mar 2018 05:39:27
AM CET.
free(): invalid size
Aborted (core dumped)
I have hit various errors and s
On 04.03.2018, Tom Horsley wrote:
> I've never found a mail client that could do filtering worth spit.
I pull using getmail. Then, procmail sorts the mail into different
directories which I read using mutt. Have been doing this over two
decades, and it works as intended.
___
I switched to youtube-dl
It was too much pain trying to make VDH to behave.
On Fri, Feb 23, 2018 at 7:06 PM, stan wrote:
> On Fri, 23 Feb 2018 17:46:48 -0500
> Temlakos wrote:
>
> > Did it make any difference that I tried to install it system-wide,
> > and not for a user only?
>
> I can't sa
49 matches
Mail list logo