[Bug 1951155] [NEW] export i fails to work in bash

2021-11-16 Thread ytxmobile
Public bug reported:

I ran the following commands:
```
# In parent shell
export a=1
export i=2
bash # open child shell
# In child shell
echo $a # 1
echo $i # (empty)
exit
```

This bug happens when exporting the "i" variable from parent shell to child 
shell.
I have not tested what other variable names would trigger this bug.

* My OS: Ubuntu 20.04 LTS
* Bash version (running `bash --version`):
```
GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```

I have also tested in the `sh` shell and did not see the problem:
```
# In parent shell
export a=1
export i=2
sh # open child shell
# In child shell
echo $a # 1
echo $i # 2
exit
```

** Affects: bash (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: export

** Description changed:

  Try to run the following commands:
  ```
  # In parent shell
  export a=1
  export i=2
  bash # open child shell
  # In child shell
  echo $a # 1
  echo $i # (empty)
+ exit
  ```
  
  This bug happens when exporting the "i" variable from parent shell to child 
shell.
  I have not tested what other variable names would trigger this bug.
  
  * My OS: Ubuntu 20.04 LTS
  * Bash version (running `bash --version`):
  ```
  GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
  Copyright (C) 2019 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  
  This is free software; you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.
  ```
+ 
+ I have also tested in the `sh` shell and did not see the problem:
+ ```
+ # In parent shell
+ export a=1
+ export i=2
+ sh # open child shell
+ # In child shell
+ echo $a # 1
+ echo $i # 2
+ exit
+ ```

** Description changed:

- Try to run the following commands:
+ I ran the following commands:
  ```
  # In parent shell
  export a=1
  export i=2
  bash # open child shell
  # In child shell
  echo $a # 1
  echo $i # (empty)
  exit
  ```
  
  This bug happens when exporting the "i" variable from parent shell to child 
shell.
  I have not tested what other variable names would trigger this bug.
  
  * My OS: Ubuntu 20.04 LTS
  * Bash version (running `bash --version`):
  ```
  GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
  Copyright (C) 2019 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  
  This is free software; you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.
  ```
  
  I have also tested in the `sh` shell and did not see the problem:
  ```
  # In parent shell
  export a=1
  export i=2
  sh # open child shell
  # In child shell
  echo $a # 1
  echo $i # 2
  exit
  ```

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

Title:
  export i fails to work in bash

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


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

[Bug 1867090] Re: IBus 1.5.21 Chinese input in Ubuntu 19.10 not working with Atom 1.45.0 as snap

2020-05-09 Thread ytxmobile
Upgraded Ubuntu to 20.04, and Atom snap to 1.46.0.
Chinese input is attempted without success.

I followed the instructions on https://flight-manual.atom.io/getting-
started/sections/installing-atom/ and installed the deb version instead.
Chinese input can work under this version.

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

Title:
  IBus 1.5.21 Chinese input in Ubuntu 19.10 not working with Atom 1.45.0
  as snap

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

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

[Bug 1867090] Re: IBus 1.5.21 Chinese input in Ubuntu 19.10 not working with Atom 1.45.0 as snap

2020-03-27 Thread ytxmobile
Reported to GitHub:
https://github.com/snapcrafters/atom/issues/53


** Description changed:

- When I switch to Chinese input mode (Intelligent Pinyin) and try to type 
Chinese into Atom 1.45.0, it simply doesn't work.
+ OS: Ubuntu 19.10
+ IBus version: 1.5.21
+ Atom version: 1.45.0
+ 
+ When I switch to Chinese input mode (Intelligent Pinyin) and try to type 
Chinese into Atom 1.45.0 (snap version), it simply doesn't work.
  When I type the letters into the window, it shall bring up the candidate list 
for me to pick words. But instead, the letters are directly typed into the 
window, but not Chinese characters.

** Bug watch added: github.com/snapcrafters/atom/issues #53
   https://github.com/snapcrafters/atom/issues/53

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

Title:
  IBus 1.5.21 Chinese input in Ubuntu 19.10 not working with Atom 1.45.0
  as snap

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

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

[Bug 1867090] Re: IBus 1.5.21 Chinese input in Ubuntu 19.10 not working with Atom 1.45.0

2020-03-13 Thread ytxmobile
Both tried snap and deb versions on Ubuntu 19.10 on a personal computer.
Snap: cannot input Chinese with IBus
Deb: works as normal

Also tried both snap and deb on a workplace computer with Ubuntu 18.04.
Both snap and deb versions of Atom work well with inputting Chinese.

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

Title:
  IBus 1.5.21 Chinese input in Ubuntu 19.10 not working with Atom 1.45.0

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

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

[Bug 1867090] [NEW] IBus 1.5.21 Chinese input in Ubuntu 19.10 not working with Atom 1.45.0

2020-03-11 Thread ytxmobile
Public bug reported:

When I switch to Chinese input mode (Intelligent Pinyin) and try to type 
Chinese into Atom 1.45.0, it simply doesn't work.
When I type the letters into the window, it shall bring up the candidate list 
for me to pick words. But instead, the letters are directly typed into the 
window, but not Chinese characters.

** Affects: ibus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: chinese

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

Title:
  IBus 1.5.21 Chinese input in Ubuntu 19.10 not working with Atom 1.45.0

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

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

[Bug 1825085] [NEW] [Ubuntu 18.10] Ctrl+F search does not work

2019-04-16 Thread ytxmobile
Public bug reported:

Problem:
When I browse an archive in a file-roller window, and press Ctrl+F to do a 
search, it just pops up the search bar and disappears immediately.
The workaround is to click the search icon or use Tab to navigate to it.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cosmic

** Attachment added: "This is the video clip of what I did"
   
https://bugs.launchpad.net/bugs/1825085/+attachment/5256450/+files/Screencast%20from%2004-16-2019%2009%3A29%3A29%20PM.webm

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

Title:
  [Ubuntu 18.10] Ctrl+F search does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1825085/+subscriptions

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

[Bug 1821645] Re: [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable to find libbase.so.0 (libbase.so.0: cannot open shared object file: No such file or directory)

2019-04-16 Thread ytxmobile
** Tags added: cosmic

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

Title:
  [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable
  to find libbase.so.0 (libbase.so.0: cannot open shared object file: No
  such file or directory)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1821645/+subscriptions

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

[Bug 1821645] Re: [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable to find libbase.so.0 (libbase.so.0: cannot open shared object file: No such file or directory)

2019-04-15 Thread ytxmobile
** Summary changed:

- [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable to 
find libbase.so.0
+ [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable to 
find libbase.so.0 (libbase.so.0: cannot open shared object file: No such file 
or directory)

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

Title:
  [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable
  to find libbase.so.0 (libbase.so.0: cannot open shared object file: No
  such file or directory)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1821645/+subscriptions

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

[Bug 1821645] Re: [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable to find libbase.so.0

2019-03-26 Thread ytxmobile
** Summary changed:

- [Ubuntu 18.10] Both img2simg and simg2img failed to run, do to unable to find 
libbase.so.0
+ [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable to 
find libbase.so.0

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

Title:
  [Ubuntu 18.10] Both img2simg and simg2img failed to run, due to unable
  to find libbase.so.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1821645/+subscriptions

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

[Bug 1821645] Re: Both img2simg and simg2img failed to run, do to unable to find libbase.so.0

2019-03-26 Thread ytxmobile
** Description changed:

+ System: Ubuntu 18.10
+ 
  When I type img2simg or simg2img in terminal, the error below appears:
  simg2img: error while loading shared libraries: libbase.so.0: cannot open 
shared object file: No such file or directory
  img2simg: error while loading shared libraries: libbase.so.0: cannot open 
shared object file: No such file or directory
  
  Checked that the files are in the system, and I don't know that to do.

** Summary changed:

- Both img2simg and simg2img failed to run, do to unable to find libbase.so.0
+ [Ubuntu 18.10] Both img2simg and simg2img failed to run, do to unable to find 
libbase.so.0

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

Title:
  [Ubuntu 18.10] Both img2simg and simg2img failed to run, do to unable
  to find libbase.so.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1821645/+subscriptions

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

[Bug 1821645] [NEW] Both img2simg and simg2img failed to run, do to unable to find libbase.so.0

2019-03-25 Thread ytxmobile
Public bug reported:

When I type img2simg or simg2img in terminal, the error below appears:
simg2img: error while loading shared libraries: libbase.so.0: cannot open 
shared object file: No such file or directory
img2simg: error while loading shared libraries: libbase.so.0: cannot open 
shared object file: No such file or directory

Checked that the files are in the system, and I don't know that to do.

** Affects: android-platform-system-core (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/1821645

Title:
  Both img2simg and simg2img failed to run, do to unable to find
  libbase.so.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-platform-system-core/+bug/1821645/+subscriptions

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

[Bug 1765261] Re: [regression] Ubuntu 18.04 login screen rejects a valid password on first attempt. Usually works on the second attempt

2018-05-20 Thread ytxmobile
Yes. If you choose "Show Text" in the right-click menu, it shows that
the first letter was entered as a lowercase letter.

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

Title:
  [regression] Ubuntu 18.04 login screen rejects a valid password on
  first attempt. Usually works on the second attempt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1765261/+subscriptions

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