Bug#932375: Re: Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Md Ayquassar
Do you run xterm on a different machine than your desktop? It's all on one and the same laptop for one and the same user. > As for > the startup files, I am not aware of any user-level user ones beyond .xinitrc, > ~/.Xresources and ~/.config/autostart/*desktop, and all of them seem to be >

Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Sven Joachim
On 2019-07-20 19:56 +0300, Md Ayquassar wrote: > So, would > > $ cat .Xdefaults > UXTerm*reverseVideo: true > > and a reboot be sufficient? Without rebooting, there is no effect so > far. That's strange, it should take effect whenever you launch a new uxterm. Do you run xterm on a different

Bug#932375: Re: Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Md Ayquassar
So, would $ cat .Xdefaults UXTerm*reverseVideo: true and a reboot be sufficient? Without rebooting, there is no effect so far. As for the startup files, I am not aware of any user-level user ones beyond .xinitrc, ~/.Xresources and ~/.config/autostart/*desktop, and all of them seem to be ignored

Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Sven Joachim
On 2019-07-20 05:52 +0300, Md Ayquassar wrote: > $ echo $XDG_SESSION_TYPE > wayland$ echo $DESKTOP_SESSION > gnome$ cat /etc/X11/default-display-manager > /usr/sbin/gdm3 > > After taking a look at the reason why they dropped support for loading > .Xresources by default (cf. >

Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Md Ayquassar
Nnow with more newlines for proper html formatting: The following doesn't help either: $ cat .config/autostart/source_Xresources.desktop [Desktop Entry] Type=Application Exec=xrdb -merge ~/.Xresources Hidden=false X-GNOME-Autostart-enabled=true Name=Source Xresources Comment=Source local

Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Md Ayquassar
The following doesn't help either: $ cat .config/autostart/source_Xresources.desktop [Desktop Entry]Type=Application Exec=xrdb -merge ~/.Xresources Hidden=false X-GNOME-Autostart-enabled=true Name=Source Xresources Comment=Source local .Xresources $ cat ~/.Xresources UXTerm*reverseVideo: true

Bug#932375: RE: RE: Re: Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Md Ayquassar
I know about the -rv option. It's one-off, i.e., you have to provide it again and again. As for .xinitrc, I thought that wayland doesn't source it on startup. > > Anyway, having said all that, what's the "official" way to have the uxterm > > default colors *automatically* white-on-black now?

Bug#932375: RE: RE: Re: Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Thomas Dickey
On Sat, Jul 20, 2019 at 06:01:08AM +0300, Md Ayquassar wrote: > Now properly formatted such that the html output is ok. > > $ echo $XDG_SESSION_TYPE > > wayland > > $ echo $DESKTOP_SESSION > > gnome > > $ cat /etc/X11/default-display-manager > > /usr/sbin/gdm3 > > After taking a look at the

Bug#932375: RE: RE: Re: Bug#932375: UXTerm: reversion of colors won't work

2019-07-20 Thread Thomas Dickey
On Sat, Jul 20, 2019 at 08:39:00AM -0400, Thomas Dickey wrote: ... > > This time spent is clearly below what a human would need to type in "xrdb > > -merge > > ~/.Xresources" manually and way below what a human is able to perceive. But > > complaining on this regression might belong to a

Bug#932375: RE: RE: Re: Bug#932375: UXTerm: reversion of colors won't work

2019-07-19 Thread Md Ayquassar
Now properly formatted such that the html output is ok. $ echo $XDG_SESSION_TYPE wayland $ echo $DESKTOP_SESSION gnome $ cat /etc/X11/default-display-manager /usr/sbin/gdm3 After taking a look at the reason why they dropped support for loading .Xresources by default (cf.

Bug#932375: RE: Re: Bug#932375: UXTerm: reversion of colors won't work

2019-07-19 Thread Md Ayquassar
$ echo $XDG_SESSION_TYPE wayland$ echo $DESKTOP_SESSION gnome$ cat /etc/X11/default-display-manager /usr/sbin/gdm3 After taking a look at the reason why they dropped support for loading .Xresources by default (cf. https://bugzilla.redhat.com/show_bug.cgi?id=1225384), I decided to test whether

Bug#932375: Re: Bug#932375: UXTerm: reversion of colors won't work

2019-07-18 Thread Md Ayquassar
Do you use Gnome with Wayland? I don't know; probably it's still xorg after upgrading from Debian stretch. I'll double-check and post here in short.

Bug#932375: UXTerm: reversion of colors won't work

2019-07-18 Thread Sven Joachim
On 2019-07-18 17:41 +0300, Md Ayquassar wrote: > Package: xterm > Version: 344-1 > By default, the color of a uxterm is black foreground and white background. > However, I'd like to have it reverse: white text on black background. To this > end, I put > > UXTerm*reverseVideo: true > > > into my

Bug#932375: UXTerm: reversion of colors won't work

2019-07-18 Thread Md Ayquassar
Package: xterm Version: 344-1 By default, the color of a uxterm is black foreground and white background. However, I'd like to have it reverse: white text on black background. To this end, I put UXTerm*reverseVideo: true into my ~/.Xresources, run xrdb ~/.Xresources, and reboot. I observe no