Discussion:
questions after upgrade to fedora34
josef radinger via users
2021-05-20 14:53:12 UTC
Permalink
hi

i have two problems after upgrading to fedora34:
* copy/paste in xterm/terminator now paints the copied text with reversed
colors. in fedora 33 it was clear that in my black on white terminal
marked text is colored white with black background. that part works the
same in f34. pasting is different now. pasted text was colored
like typed text, in fedora34 it is now colored the same as marked text.
quite annoying, at least for me.

* i have two accounts (usera and userb). normaly i use usera and this is
my main account which i use to log into fedora. userb is just used for
"jailing" firefox away from my normal user. works in fedora 34, but i no
longer have sound from that firefox. i think the reason might be pipewire.
is pipewire capable to send one users sounds to another users devices on
the same machine?

any suggestions anyone?

thanks
josef
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io
Matthew Miller
2021-05-20 15:47:09 UTC
Permalink
Post by josef radinger via users
* copy/paste in xterm/terminator now paints the copied text with
reversed colors. in fedora 33 it was clear that in my black on white
terminal marked text is colored white with black background. that
part works the same in f34. pasting is different now. pasted text
was colored like typed text, in fedora34 it is now colored the same
as marked text. quite annoying, at least for me.
This is a new readline feature. You are not the only to notice
https://bugzilla.redhat.com/show_bug.cgi?id=1954366


--
Matthew Miller
<***@fedoraproject.org>
Fedora Project Leader
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagur
josef radinger via users
2021-05-20 19:16:04 UTC
Permalink
Post by Matthew Miller
Post by josef radinger via users
* copy/paste in xterm/terminator now paints the copied text with
reversed colors. in fedora 33 it was clear that in my black on white
terminal marked text is colored white with black background. that
part works the same in f34. pasting is different now. pasted text
was colored like typed text, in fedora34 it is now colored the same
as marked text. quite annoying, at least for me.
This is a new readline feature. You are not the only to notice
https://bugzilla.redhat.com/show_bug.cgi?id=1954366
thanks
to sum that up:
this new feature can be switched off via editing ~/.inputrc
one needs to add
"set enable-bracketed-paste off"

https://www.gnu.org/software/bash/manual/html_node/Readline-Init-File-Syntax.html#Readline-Init-File-Syntax

this might have unwanted side-effects, so please read the docs and
decide yourself.

yours
josef
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the l
Patrick O'Callaghan
2021-05-20 21:54:16 UTC
Permalink
Post by Matthew Miller
Post by josef radinger via users
* copy/paste in xterm/terminator now paints the copied text with
reversed colors. in fedora 33 it was clear that in my black on white
terminal marked text is colored white with black background. that
part works the same in f34. pasting is different now. pasted text
was colored like typed text, in fedora34 it is now colored the same
as marked text. quite annoying, at least for me.
This is a new readline feature. You are not the only to notice
https://bugzilla.redhat.com/show_bug.cgi?id=1954366
Glad to see it's not just me who hates this highlighting.

poc
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list,
Joe Zeff
2021-05-20 22:02:57 UTC
Permalink
Post by Patrick O'Callaghan
Post by Matthew Miller
This is a new readline feature. You are not the only to notice
https://bugzilla.redhat.com/show_bug.cgi?id=1954366
Glad to see it's not just me who hates this highlighting.
Status: CLOSED NOTABUG
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fed
Matthew Miller
2021-05-20 22:52:14 UTC
Permalink
Post by Joe Zeff
Post by Patrick O'Callaghan
Post by Matthew Miller
This is a new readline feature. You are not the only to notice
https://bugzilla.redhat.com/show_bug.cgi?id=1954366
Glad to see it's not just me who hates this highlighting.
Status: CLOSED NOTABUG
It's literally a readline feature, not a bug, so that's appropriate.
However, I do think we could have some documentation explaining it.


--
Matthew Miller
<***@fedoraproject.org>
Fedora Project Leader
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fed
Ed Greshko
2021-05-20 22:20:43 UTC
Permalink
Post by Patrick O'Callaghan
Post by Matthew Miller
Post by josef radinger via users
* copy/paste in xterm/terminator now paints the copied text with
reversed colors. in fedora 33 it was clear that in my black on white
terminal marked text is colored white with black background. that
part works the same in f34. pasting is different now. pasted text
was colored like typed text, in fedora34 it is now colored the same
as marked text. quite annoying, at least for me.
This is a new readline feature. You are not the only to notice
https://bugzilla.redhat.com/show_bug.cgi?id=1954366
Glad to see it's not just me who hates this highlighting.
+1   I was learning to live with it since I was too lazy to research the annoyance.

I also appreciate the link supplied by josef.  Not something I think about often.
I mean Readline, not appreciation for others who supply useful information.  :-)

--
Remind me to ignore comments which aren't germane to the thread.
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagur
Joe Zeff
2021-05-20 15:52:46 UTC
Permalink
Post by josef radinger via users
* copy/paste in xterm/terminator now paints the copied text with
reversed colors. in fedora 33 it was clear that in my black on white
terminal marked text is colored white with black background. that part
works the same in f34. pasting is different now. pasted text was colored
like typed text, in fedora34 it is now colored the same as marked text.
quite annoying, at least for me.
Just to be clear, are you using Gnome or some other DE? Yes, Gnome is
the default, but not everybody uses it and assuming that they do can
cause considerable confusion.
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the lis
josef radinger via users
2021-05-21 05:17:29 UTC
Permalink
Post by josef radinger via users
* copy/paste in xterm/terminator now paints the copied text with reversed
colors. in fedora 33 it was clear that in my black on white terminal
marked text is colored white with black background. that part works the
same in f34. pasting is different now. pasted text was colored like typed
text, in fedora34 it is now colored the same as marked text. quite
annoying, at least for me.
Just to be clear, are you using Gnome or some other DE? Yes, Gnome is the
default, but not everybody uses it and assuming that they do can cause
considerable confusion.
i'm using xfce, though it happens with gnome, too.
the solution - as mathhew miller brought to my attention - is
https://bugzilla.redhat.com/show_bug.cgi?id=1954366

or

disabling "enable-bracketed-paste" by adding in ~/.inputrc the following
line:
set enable-bracketed-paste off

josef
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedor
Todd Zullinger
2021-05-21 14:59:19 UTC
Permalink
Post by josef radinger via users
i'm using xfce, though it happens with gnome, too.
the solution - as mathhew miller brought to my attention - is
https://bugzilla.redhat.com/show_bug.cgi?id=1954366
or
disabling "enable-bracketed-paste" by adding in ~/.inputrc the following
set enable-bracketed-paste off
If you want to add this and _not_ disable the other settings
which come from the system-wide /etc/inputrc, add this to
your ~/.inputrc as well:

# include system-wide inputrc
$include /etc/inputrc

You can do that all at once via:

$ cat >~/.inputrc <<\EOF
# include system-wide inputrc
$include /etc/inputrc

# disable bracketed-paste
# https://bugzilla.redhat.com/show_bug.cgi?id=1954366
set enable-bracketed-paste off
EOF

Keep in mind that disabling bracketed paste does bring a bit
of risk if you paste text from an external application like
a browser into your terminal. Some links and discussion are
in this vte bug report:

https://gitlab.gnome.org/GNOME/vte/issues/92
--
Todd
Patrick O'Callaghan
2021-05-21 21:37:42 UTC
Permalink
Post by Todd Zullinger
Post by josef radinger via users
i'm using xfce, though it happens with gnome, too.
the solution - as mathhew miller brought to my attention - is
https://bugzilla.redhat.com/show_bug.cgi?id=1954366
or
disabling "enable-bracketed-paste" by adding in ~/.inputrc the following
set enable-bracketed-paste off
If you want to add this and _not_ disable the other settings
which come from the system-wide /etc/inputrc, add this to
    # include system-wide inputrc
    $include /etc/inputrc
    $ cat >~/.inputrc <<\EOF
    # include system-wide inputrc
    $include /etc/inputrc
    # disable bracketed-paste
    # https://bugzilla.redhat.com/show_bug.cgi?id=1954366
    set enable-bracketed-paste off
    EOF
Keep in mind that disabling bracketed paste does bring a bit
of risk if you paste text from an external application like
a browser into your terminal.  Some links and discussion are
    https://gitlab.gnome.org/GNOME/vte/issues/92
Thanks, that seems to work. I'm not concerned about the possible risks.

poc
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrast
Loading...