[Bug 1892891] [NEW] mate-panel applets are all blank after screen unlock

2020-08-25 Thread nacorn
Public bug reported:

mate-panel starts normally and seems to work.

WHAT HAPPENS:
But after a while (often after the screen is locked and then unlocked) all the 
applets go blank and don't work anymore.
I  have 2 panels open (a top panel and a bottom panel).  Sometimes only the top 
one is messed up, and sometimes both are messed up.  E.g. I am running "clock" 
in both panels.  Sometimes the clock is blank in the top panel, and sometimes 
it is blank in both panels.  Aother applets are also blank (e.g. 
NetworkManager, blueman-applet, workspace switcher).

The menus seem to always work, even when the other applets are messed
up.

The only thing that I've found that fixes it is to restart the panel:
mate-panel --replace

EXPECTED TO HAPPEN:
Applets not be blank.

VERSIONS RUNNING:
> lsb_release -rd
Description:Debian GNU/Linux rodete
Release:rodete

> apt-cache policy mate-panel
mate-panel:
  Installed: 1.24.0-2
  Candidate: 1.24.0-2
  Version table:
 *** 1.24.0-2 600
600 https://rapture-prod.corp.google.com 
glinux-rodete-base-20200811.01.07/main amd64 Packages
100 /var/lib/dpkg/status

> apt-cache 'show' 'mate-panel'
Package: mate-panel
Version: 1.24.0-2
Installed-Size: 1656
Maintainer: Debian+Ubuntu MATE Packaging Team 
Architecture: amd64
...
Filename: 
pool/mate-panel_1.24.0-2_amd64_90502bb5883dd701cf0365e7357f38afa156ed9faf8ef000ca6c3cc5c864a335.deb
Priority: optional
SHA256: 90502bb5883dd701cf0365e7357f38afa156ed9faf8ef000ca6c3cc5c864a335
Section: x11
Size: 605746

/usr/lib/mate-panel/clock-applet comes from the same package.

** Affects: mate-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1892891

Title:
  mate-panel applets are all blank after screen unlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1892891/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 778627] Re: In natty, bash completion now quotes shell variable references rather than expanding them

2012-08-14 Thread nacorn
SOLUTION: This was a bug in bash which is fixed in patch bash4.2-029.  See 
http://lists.gnu.org/archive/html/bug-bash/2012-07/msg00018.html

I build from source as follows:
  - downlaod bash-4.2.tar.gz from ftp://ftp.gnu.org/pub/gnu/bash/
  - extract
  - download patches bash42-001 through bash42-029 (actually I did all through 
037) from ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/
 - apply patches
 - ./configure --prefix=/usr/local; make; make install

Using this /usr/local/bash fixes the problem -- tab completion on
environment variables works again.

Can these patches please be applied to the package in precise and oneiric?
Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/778627

Title:
  In natty, bash completion now quotes shell variable references rather
  than expanding them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/778627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010704] Re: bash attempted autocomplete creates escape characters prefixing variables

2012-08-14 Thread nacorn
*** This bug is a duplicate of bug 778627 ***
https://bugs.launchpad.net/bugs/778627

** This bug has been marked a duplicate of bug 778627
   In natty, bash completion now quotes shell variable references rather than 
expanding them

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010704

Title:
  bash attempted autocomplete creates escape characters prefixing
  variables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1010704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004112] Re: Pressing TAB to complete a word escapes any $ env var references on the line

2012-08-14 Thread nacorn
*** This bug is a duplicate of bug 778627 ***
https://bugs.launchpad.net/bugs/778627

** This bug has been marked a duplicate of bug 778627
   In natty, bash completion now quotes shell variable references rather than 
expanding them

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004112

Title:
  Pressing TAB to complete a word escapes any $ env var references on
  the line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1004112/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 778627] Re: In natty, bash completion now quotes shell variable references rather than expanding them

2012-08-14 Thread nacorn
Note: This bug affects 12.04 Precise (not just natty).  The solution in
comment 14 was tested on 12.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/778627

Title:
  In natty, bash completion now quotes shell variable references rather
  than expanding them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/778627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 177243] Re: Bash command completion puts backslash in front of beginning dollar sign

2012-06-02 Thread nacorn
I see this behavior on 12.04 with 
GNU bash, version 4.2.24(1)-release (x86_64-pc-linux-gnu)

I get the same behavior even when I remove /etc/bash_completion and
/etc/bash_completion.d

repro:
sudo mv /etc/bash_completion /etc/bash_completion.backup
sudo mv /etc/bash_completion.d /etc/bash_completion.d.backup
env -i HOME=$HOME DISPLAY=$DISPLAY xterm -e bash --login --noprofile --norc

in new xterm:

bash-4.2$ cd $HOMEtab
bash-4.2$ cd $HOME cursor--- just adds a space

bash-4.2$ cd $HOME/tab
bash-4.2$ cd \$HOME/cursor   --- annoying bug (adds backslash before 
$)

bash-4.2$ xyz $HOME/tab
bash-4.2$ xyz \$HOME/cursor   --- same behavior for any command (not 
just cd)

So maybe this is the bash default completion behavior?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/177243

Title:
  Bash command completion puts backslash in front of beginning dollar
  sign

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/177243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 177243] Re: Bash command completion puts backslash in front of beginning dollar sign

2012-06-02 Thread nacorn
Note: in contrast, on Ubuntu 10.04 with
GNU bash, version 4.1.5(1)-release (i486-pc-linux-gnu)

I do not get the backslash:

repro:
sudo mv /etc/bash_completion /etc/bash_completion.backup
sudo mv /etc/bash_completion.d /etc/bash_completion.d.backup
env -i HOME=$HOME DISPLAY=$DISPLAY xterm -e bash --login --noprofile --norc

in new xterm:

bash-4.2$ cd $HOMEtab
bash-4.2$ cd $HOME cursor --- just adds a space (same as Ubuntu 12.04)

bash-4.2$ cd $HOME/tab
bash-4.2$ cd /home/acorn/  --- no bug! expands as expected!

bash-4.2$ xyz $HOME/tab
bash-4.2$ xyz /home/acorn--- no bug! expands as expected!

So maybe this is a regression in bash itself?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/177243

Title:
  Bash command completion puts backslash in front of beginning dollar
  sign

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/177243/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs