[Bug 1929464] [NEW] Could you add an “Update Overnight” option in Update settings?

2021-05-24 Thread Clinton H
Public bug reported:

1) 20.04
2) update-manager 1:20.10.6
3) There could be an OS/app updates download between x:xxAM and x:xxAM user 
selectable option.
4) There is not update overnight setting.

** Affects: update-manager (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/1929464

Title:
  Could you add an “Update Overnight” option in Update settings?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1929464/+subscriptions

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

[Bug 1925266] [NEW] Ubuntu should have two web browsers installed by default.

2021-04-20 Thread Clinton H
Public bug reported:

Users should be encouraged to use one web browser for general web
browsing. Another secure web browser with private mode enabled by
default, should be used for sensitive(accessing financial accounts and
accessing an email address used exclusively for financial accounts)
browsing. Addons and plug-ins should be blocked, because they can
contain security flaws which would weaken the secure browser. Cookie
files should be erased when the tab or browser is closed to prevent bad
actor from stealing cookie files.

A user might not know the danger of using a single web browser for
everything. There are undiscovered security flaws in web browsers. If a
user visits a webpage that is infected with JavaScript malware, a user’s
web browser will become infected with malware. If the user uses that
same browser to access sensitive accounts, sensitive data can be stolen.
Webpage content might be modified.

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Users should be encouraged to use one web browser for general web
  browsing. Another secure web browser with private mode enabled by
  default, should be used for sensitive(accessing financial accounts and
  accessing an email address used exclusively for financial accounts)
  browsing. Addons and plug-ins should be blocked, because they can
- contain security flaws which would weaken the secure browser.
+ contain security flaws which would weaken the secure browser. Cookie
+ files should be erased when the tab or browser is closed to prevent bad
+ actor from stealing cookie files.
  
  A user might not know the danger of using a single web browser for
  everything. There are undiscovered security flaws in web browsers. If a
  user visits a webpage that is infected with JavaScript malware, a user’s
  web browser will become infected with malware. If the user uses that
  same browser to access sensitive accounts, sensitive data can be stolen.
  Webpage content might be modified.

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

Title:
  Ubuntu should have two web browsers installed by default.

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

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

[Bug 1925264] [NEW] Create a gnome applet that would display Ubuntu security news, data breaches, scams, etc.

2021-04-20 Thread Clinton H
Public bug reported:

Could you create a gnome applet for Ubuntu that would display security
news from:

www.threatpost.com
www.securelist.com
usa.kaspersky.com/blog/

Ubuntu should be focused on security and privacy. The applet could be
bundled with Ubuntu.

** Affects: gnome-software (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/1925264

Title:
  Create a gnome applet that would display Ubuntu security news, data
  breaches, scams, etc.

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

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

[Bug 1864178] Re: Rhythmbox crashes when trying to connect to iPhone

2021-03-04 Thread Clinton H
Same problem in 20.04.1

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

Title:
  Rhythmbox crashes when trying to connect to iPhone

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1864178/+subscriptions

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

[Bug 1752860] Re: hp laserjet 1020 not working

2020-11-28 Thread Clinton H
1) First install hplip:

sudo apt install hplip

2) Next run hp setup:

hp-setup -i

In hp-setup, when prompted, type printer connection number.  When
prompted, type  d   to download the printer firmware. When prompted,
agree to the licence terms.

3) Install hp printer gui:

sudo apt install  hplip-gui

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

Title:
  hp laserjet 1020 not working

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

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

[Bug 1904242] [NEW] DeprecationWarning: isAlive() is deprecated, use is_alive() instead

2020-11-13 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) DebDelta v0.65
3) No error.
4) Error message.


 sudo debdelta-upgrade
/usr/bin/debdelta-upgrade:5384: DeprecationWarning: isAlive() is deprecated, 
use is_alive() instead
  if patching_thread.isAlive() and no_delta and VERBOSE > 1 :
/usr/bin/debdelta-upgrade:5386: DeprecationWarning: isAlive() is deprecated, 
use is_alive() instead
  while patching_thread.isAlive() or ('a' in DEB_POLICY and no_delta):
/usr/bin/debdelta-upgrade:5405: DeprecationWarning: isAlive() is deprecated, 
use is_alive() instead
  while patching_thread.isAlive():
/usr/bin/debdelta-upgrade:5410: DeprecationWarning: isAlive() is deprecated, 
use is_alive() instead
  while progress_thread != None and progress_thread.isAlive():
Delta-upgrade statistics:   

 total resulting debs, size 0B time 1sec virtual speed 0B/sec

** Affects: debdelta (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/1904242

Title:
  DeprecationWarning: isAlive() is deprecated, use is_alive() instead

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

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

[Bug 1862070] Re: Firefox bookmark separator is difficult to see in Yaru Dark

2020-10-11 Thread Clinton H
Reported to Firefox:

https://bugzilla.mozilla.org/show_bug.cgi?id=1670450

** Bug watch added: Mozilla Bugzilla #1670450
   https://bugzilla.mozilla.org/show_bug.cgi?id=1670450

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

Title:
  Firefox bookmark separator is difficult to see in Yaru Dark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1862070/+subscriptions

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

[Bug 1854682] Re: Feature request: Add option to "Privacy" in Ubuntu Settings that would enable/disable software installation outside trusted app stores.

2020-10-02 Thread Clinton H
I think this feature would make Ubuntu more secure. Most computers get
infected with malware because people download software from untrusted
sources.

If a user downloads an infected .deb file and then enters their root
password to install the software, could the malware take control over
their computer?

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

Title:
  Feature request: Add option to "Privacy" in Ubuntu Settings that would
  enable/disable software installation outside trusted app stores.

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

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

[Bug 1854682] Re: Feature request: Add option to "Privacy" in Ubuntu Settings that would enable/disable software installation outside trusted app stores.

2020-10-02 Thread Clinton H
** Summary changed:

- Add option to "Privacy" in Ubuntu Settings that would enable/disable software 
installation outside trusted app stores.
+ Feature request: Add option to "Privacy" in Ubuntu Settings that would 
enable/disable software installation outside trusted app stores.

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

Title:
  Feature request: Add option to "Privacy" in Ubuntu Settings that would
  enable/disable software installation outside trusted app stores.

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

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

[Bug 1897687] [NEW] Add "Applications" and "Source Code" buttons at the top of the Repositories screen.

2020-09-29 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) Synaptic 0.84.6
3) There should be "Applications" and "Source Code" buttons at the top of the 
Repositories screen. Clicking the Applications button would show Application 
repository URLs. If the Source Code button is clicked, source code repository 
URLs would be displayed. The source code repository URLs could be unchecked by 
default. It would be a waste of bandwidth for non-programmers to download the 
source code repository file lists.
4) Application and Source Code repositories URLs are not separated.

** Affects: synaptic (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/1897687

Title:
  Add "Applications" and "Source Code" buttons at the top of the
  Repositories screen.

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

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

[Bug 1897192] [NEW] Put search box in top center of Activities panel, move date/time to right corner of panel.

2020-09-24 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) Gnome 3.36
3) If there was a search box in the top center of the Activities panel, it 
would make it easy for a user to quickly search for an app or information on 
the internet. Canonical could collect referral fees from Google or another 
search provider, when users search and buy products. The referral fees could be 
used to improve Ubuntu.
4) There is not a search box in the top center of the Activities panel.

** Affects: gnome-shell (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/1897192

Title:
  Put search box in top center of Activities panel, move date/time to
  right corner of panel.

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

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

[Bug 1894937] [NEW] Feature request: Save, Restore, Default buttons on repository dialog box.

2020-09-08 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) Synaptic 0.84.6
3) In Synaptic, on the Repositories dialog box, could you add "Save", 
"Restore", and "Default" buttons? Clicking the Save button would save to a file 
all the repository listings. Clicking the Restore button would replace the 
listed repositories with repositories listed in the saved repository file. 
Clicking the Default button would replace all the listed repositories with the 
default Synaptic issued repositories.
4) If an important repository is deleted, there is not an easy way to restore 
it.

** Affects: synaptic (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/1894937

Title:
  Feature request: Save, Restore, Default buttons on repository dialog
  box.

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

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

[Bug 1707831] Re: [enhancement] Replace/extend the "Activities" label with the Ubuntu icon/logo/glyph

2020-09-08 Thread Clinton H
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1894909

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

Title:
  [enhancement] Replace/extend the "Activities" label with the Ubuntu
  icon/logo/glyph

To manage notifications about this bug go to:
https://bugs.launchpad.net/yaru/+bug/1707831/+subscriptions

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

[Bug 1894909] [NEW] Feature Request: Ability to change "Applications Overview" button style.

2020-09-08 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) Gnome 3.36
3) There could be an option to change the "Applications Overview" button style. 
Currently, the "Applications Overview" button style is a 3x3 grid. There could 
be a 3x3 grid option, Ubuntu logo option, (any other suggested icons) and a 
custom icon option.
4) There is not an option to change the "Applications Overview" button style.

** Affects: gnome-shell (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/1894909

Title:
  Feature Request: Ability to change "Applications Overview" button
  style.

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

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

[Bug 1707831] Re: [enhancement] Replace/extend the "Activities" label with the Ubuntu icon/logo/glyph

2020-09-08 Thread Clinton H
"I disagree, but regardless that should be a different bug."

What are your reasons?

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

Title:
  [enhancement] Replace/extend the "Activities" label with the Ubuntu
  icon/logo/glyph

To manage notifications about this bug go to:
https://bugs.launchpad.net/yaru/+bug/1707831/+subscriptions

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

[Bug 1894888] [NEW] Feature Request: Add an "Energy" or "Power" tab.

2020-09-08 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) 3.26.0
3) There could be an energy tab screen, that would display power consumption. 
PowerTop(https://en.wikipedia.org/wiki/PowerTOP) could be integrated.
4) There is no "Energy" tab screen.

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: gitlab.gnome.org/GNOME/gnome-system-monitor/-/issues #16
   https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/issues/16

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

Title:
  Feature Request: Add an "Energy" or "Power" tab.

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

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

[Bug 1894888] Re: Feature Request: Add an "Energy" or "Power" tab.

2020-09-08 Thread Clinton H
https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/issues/16

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

Title:
  Feature Request: Add an "Energy" or "Power" tab.

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

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

[Bug 1894770] Re: Feature Request: Add a "GPU History" in the "Resources" tab screen.

2020-09-07 Thread Clinton H
** Summary changed:

- Feature Request: Add a "GPU" usage in the "Resources" tab screen.
+ Feature Request: Add a "GPU History"  in the "Resources" tab screen.

** Description changed:

  1) Ubuntu 20.04
  2) 3.26.0
- 3) Add a "GPU" usage in the "Resources" tab screen.
- 4) There is no GPU usage in the "Resources" tab sreen.
+ 3) Add a "GPU History" on the "Resources" tab screen.
+ 4) There is no "GPU History" on the "Resources" tab screen.

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

Title:
  Feature Request: Add a "GPU History"  in the "Resources" tab screen.

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

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

[Bug 1894770] [NEW] Feature Request: Add a "GPU" usage in the "Resources" tab screen.

2020-09-07 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) 3.26.0
3) Add a "GPU" usage in the "Resources" tab screen.
4) There is no GPU usage in the "Resources" tab sreen.

** Affects: gnome-system-monitor (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/1894770

Title:
  Feature Request: Add a "GPU" usage in the "Resources" tab screen.

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

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

[Bug 1894768] [NEW] Feature Request: Add a "Hardware" tab.

2020-09-07 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) 3.26.0
3) There should be a "Hardware" tab. It could show hardware info. IRQ 
info/conflicts. It could allow a user to enable/disable hardware. It could 
display hardware error codes. 
4) There is not a "Hardware" tab.

** Affects: gnome-system-monitor (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/1894768

Title:
  Feature Request: Add a "Hardware" tab.

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

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

[Bug 1894767] [NEW] Feature Request: Add a "Sensors" tab that would display CPU/GPU/HDD temperature info and selectable auto/manual fan control.

2020-09-07 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) 3.26.0
3) There should be a "Sensors" tab. It would display sensor values. It would 
allow a user to adjust fan speeds. You could integrate psensor into System 
Monitor. http://wpitchoune.net/psensor
4) There is not a "Sensors" tab.

** Affects: gnome-system-monitor (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/1894767

Title:
  Feature Request: Add a "Sensors" tab that would display CPU/GPU/HDD
  temperature info and selectable auto/manual fan control.

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

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

[Bug 1894766] Re: Feature Request: Add a "Data Usage" tab.

2020-09-07 Thread Clinton H
Reported to: https://gitlab.gnome.org/GNOME/gnome-system-
monitor/-/issues/130

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

Title:
  Feature Request: Add a "Data Usage" tab.

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

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

[Bug 1894766] [NEW] Feature Request: Add a "Data Usage" tab.

2020-09-07 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) 3.26.0
3) There should be a "Data Usage" tab. Historical daily/monthly data usage 
could be displayed on the "Data Usage" tab screen.
4) There is not a "Data Usage" tab.

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: gitlab.gnome.org/GNOME/gnome-system-monitor/-/issues #130
   https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/issues/130

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

Title:
  Feature Request: Add a "Data Usage" tab.

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

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

[Bug 1707831] Re: [enhancement] Replace/extend the "Activities" label with the Ubuntu icon/logo/glyph

2020-09-06 Thread Clinton H
Maybe it would be better to change the app grid icon to a Ubuntu icon?

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

Title:
  [enhancement] Replace/extend the "Activities" label with the Ubuntu
  icon/logo/glyph

To manage notifications about this bug go to:
https://bugs.launchpad.net/yaru/+bug/1707831/+subscriptions

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

[Bug 1854664] Re: Allow a user to select among a full screen app menu, bottom of the screen horizontal app menu with left/right arrows, or a vertical app menu with up/down arrows located next to the

2020-09-06 Thread Clinton H
Gnome developer said it should be done via an extension. Reported it
here:

https://github.com/home-sweet-gnome/dash-to-panel/issues/1164

** Bug watch added: github.com/home-sweet-gnome/dash-to-panel/issues #1164
   https://github.com/home-sweet-gnome/dash-to-panel/issues/1164

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

Title:
  Allow a user to select among a full screen app menu, bottom of the
  screen horizontal app menu with left/right arrows, or a vertical app
  menu with up/down arrows located next to the dash.

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

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

[Bug 1854664] Re: Allow a user to select among a full screen app menu, bottom of the screen horizontal app menu with left/right arrows, or a vertical app menu with up/down arrows located next to the

2020-09-06 Thread Clinton H
** Also affects: gnome-shell-extension-dash-to-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/1854664

Title:
  Allow a user to select among a full screen app menu, bottom of the
  screen horizontal app menu with left/right arrows, or a vertical app
  menu with up/down arrows located next to the dash.

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

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

[Bug 1855699] Re: Click pen icon on right side of path bar to enter custom path.

2020-09-06 Thread Clinton H
** Summary changed:

- Double click on path bar to enter custom path.
+ Click pen icon on right side of path bar to enter custom path.

** Description changed:

  1) Ubuntu 19.10
  2) 1:3.34.1-1ubuntu1
- 3) Double clicking on the path bar should allow a user to enter a custom path.
- 4) Unable to enter a custom path when double clicking on the path bar.
+ 3) Add a pen icon to the right side of the path bar. If a user clicks the pen 
icon, the path bar would become editable.
+ 4) Unable to enter a custom path.

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

Title:
  Click pen icon on right side of path bar to enter custom path.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1855699/+subscriptions

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

[Bug 1891579] [NEW] Security enhanced Ubuntu distribution that would maintain system integrity.

2020-08-13 Thread Clinton H
Public bug reported:

A user account allows a user to do restricted tasks. An admin account
gives a user full control of the system. If the admin has full control
of the system, the admin could cause unintentional damage. The admin
should not be allowed to damage the system. A user could be tricked into
revealing their admin password. There could be a new user called System,
that would not be accessible to the Admin. The System account would have
no login. The System account would protect the system from being
damaged.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

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

Title:
  Security enhanced Ubuntu distribution that would maintain system
  integrity.

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

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

[Bug 1891048] [NEW] Feature Request: Make touch screen interface for Synaptic

2020-08-10 Thread Clinton H
Public bug reported:

1) Ubuntu 20.04
2) Synaptic 0.84.6
3) Why not make a touch screen interface for Synaptic. Synaptic is more stable 
than Gnome Software.
4) No touch screen interface.

** Affects: synaptic (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/1891048

Title:
  Feature Request: Make touch screen interface for Synaptic

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

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

[Bug 1891047] [NEW] Update Process Interrupted...Display message to fix problem

2020-08-10 Thread Clinton H
Public bug reported:

1) Debian 10
2) Synpatic 0.84.6
3) If a power outage interrupts the update process and a command needs to be 
run, could you automatically run the command to fix the problem or during 
startup display a "Update Process Interrupted. Command: "dpkg -configue -a" 
will automatically be run to fix this problem."?
4) While updates were installing, my laptop battery died. I was able to boot to 
the login screen after I connected my laptop to AC power. I logged into my user 
account and after a few seconds the login screen reappeared. I tried again but 
I could not get past the login screen. I tired logging in with the root account 
and I was successful. I opened Synpatic and got a message telling me to run 
command: dpkg --configure -a  I ran the command from the terminal, after it 
finished, I restarted. I was able to login to my user account.

** Affects: synaptic (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/1891047

Title:
  Update Process Interrupted...Display message to fix problem

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

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

[Bug 1856434] Re: blk_update_request: I/O error, dev sdb, sector 976772992 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0

2020-05-17 Thread Clinton H
"I'm not particularly concerned about encryption, so I'll probably leave
it off, but maybe in your case you need some additional packages on
Ubuntu to support the self-encryption."


My drive is not encrypted.

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

Title:
  blk_update_request: I/O error, dev sdb, sector 976772992 op 0x0:(READ)
  flags 0x80700 phys_seg 1 prio class 0

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

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

[Bug 1856032] Re: Removable media icon stays on the dock after eject.

2020-05-15 Thread Clinton H
** Summary changed:

- DVD icon did not disappear from dash.
+ Removable media icon stays on the dock after eject.

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

Title:
  Removable media icon stays on the dock after eject.

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

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

[Bug 1863376] Re: Seg Fault during version check

2020-05-15 Thread Clinton H
** Changed in: nautilus (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Seg Fault during version check

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

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

[Bug 1866655] Lspci.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1866655/+attachment/5372365/+files/Lspci.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] Profile2Prefs.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "Profile2Prefs.txt"
   
https://bugs.launchpad.net/bugs/1866655/+attachment/5372369/+files/Profile2Prefs.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] Re: corrupt graphics during startup

2020-05-15 Thread Clinton H
apport information

** Tags added: apport-collected eoan wayland-session

** Description changed:

  1) Ubuntu 19.10
  2) 73
  3) No corrupt graphics during Firefox startup.
  4) There are corrupt graphics during Firefox startup. Firefox was maximized 
before I closed it. When I start Firefox, it switches from minimize to 
maximized.
+ --- 
+ ProblemType: Bug
+ AddonCompatCheckDisabled: False
+ ApportVersion: 2.20.11-0ubuntu8.8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  htpc   1657 F pulseaudio
+  /dev/snd/pcmC0D0p:   htpc   1657 F...m pulseaudio
+  /dev/snd/controlC1:  htpc   1657 F pulseaudio
+ BuildID: 20200403170909
+ Channel: Unavailable
+ CurrentDesktop: ubuntu:GNOME
+ DefaultProfileExtensions: extensions.sqlite corrupt or missing
+ DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
+ DefaultProfileLocales: extensions.sqlite corrupt or missing
+ DefaultProfilePrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:736
+ DefaultProfileThemes: extensions.sqlite corrupt or missing
+ DistroRelease: Ubuntu 19.10
+ ForcedLayersAccel: False
+ InstallationDate: Installed on 2019-10-28 (200 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ IpRoute:
+  default via 192.168.0.1 dev enp3s0 proto dhcp metric 100 
+  10.0.3.0/24 dev lxcbr0 proto kernel scope link src 10.0.3.1 linkdown 
+  169.254.0.0/16 dev enp3s0 scope link metric 1000 
+  192.168.0.0/24 dev enp3s0 proto kernel scope link src 192.168.0.188 metric 
100
+ NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice 
talpa_vcdevice talpa_core talpa_linux talpa_syscallhook
+ Package: firefox 75.0+build3-0ubuntu0.19.10.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ Profile0Extensions: extensions.sqlite corrupt or missing
+ Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
+ Profile0Locales: extensions.sqlite corrupt or missing
+ Profile0PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:736
+ Profile0PrefSources: prefs.js
+ Profile0Themes: extensions.sqlite corrupt or missing
+ Profile2Extensions: extensions.sqlite corrupt or missing
+ Profile2IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
+ Profile2Locales: extensions.sqlite corrupt or missing
+ Profile2PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:736
+ Profile2PrefSources: prefs.js
+ Profile2Themes: extensions.sqlite corrupt or missing
+ Profiles:
+  Profile1 (Default) - LastVersion=None/None (Out of date)
+  Profile0 - LastVersion=75.0/20200403170909 (In use)
+  Profile2 - LastVersion=70.0.1/20191030021342 (Out of date)
+ RunningIncompatibleAddons: False
+ Tags:  wayland-session eoan
+ Uname: Linux 5.6.0-994-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 07/13/2010
+ dmi.bios.vendor: Award Software International, Inc.
+ dmi.bios.version: F6b
+ dmi.board.name: GA-MA780G-UD3H
+ dmi.board.vendor: Gigabyte Technology Co., Ltd.
+ dmi.board.version: x.x
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
+ dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6b:bd07/13/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA780G-UD3H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA780G-UD3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
+ dmi.product.name: GA-MA780G-UD3H
+ dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1866655/+attachment/5372361/+files/AlsaInfo.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] Dependencies.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1866655/+attachment/5372363/+files/Dependencies.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] Profile0Prefs.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "Profile0Prefs.txt"
   
https://bugs.launchpad.net/bugs/1866655/+attachment/5372368/+files/Profile0Prefs.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] IpAddr.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "IpAddr.txt"
   https://bugs.launchpad.net/bugs/1866655/+attachment/5372364/+files/IpAddr.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] PulseList.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1866655/+attachment/5372370/+files/PulseList.txt

** Changed in: firefox (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] CurrentDmesg.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1866655/+attachment/5372362/+files/CurrentDmesg.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] ProcCpuinfoMinimal.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1866655/+attachment/5372367/+files/ProcCpuinfoMinimal.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] PciNetwork.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "PciNetwork.txt"
   
https://bugs.launchpad.net/bugs/1866655/+attachment/5372366/+files/PciNetwork.txt

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

Title:
  corrupt graphics during startup

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

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

[Bug 1857730] Re: [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB on ring 5 (-110).

2020-03-28 Thread Clinton H
https://gitlab.freedesktop.org/drm/amd/issues/968

** Bug watch added: gitlab.freedesktop.org/drm/amd/issues #968
   https://gitlab.freedesktop.org/drm/amd/issues/968

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

Title:
  [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB
  on ring 5 (-110).

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

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

[Bug 1857730] Re: [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB on ring 5 (-110).

2020-03-28 Thread Clinton H
In the post above I am using 5.6.0-994-generic.

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

Title:
  [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB
  on ring 5 (-110).

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

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

[Bug 1857730] Re: [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB on ring 5 (-110).

2020-03-17 Thread Clinton H
I have not received the *ERROR* radeon: failed testing IB on ring 5
(-110) message recently. Instead, sometimes when my computer wakes from
sleep there is a blank screen. If I press the sleep button on my
keyboard or the power button on my computer, nothing happens. I have to
press the restart button.

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

Title:
  [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed testing IB
  on ring 5 (-110).

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

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

[Bug 1866655] Re: corrupt graphics during startup

2020-03-13 Thread Clinton H
** Attachment added: "journal.zip"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1866655/+attachment/5336721/+files/journal.zip

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] Re: corrupt graphics during startup

2020-03-09 Thread Clinton H
"- a journalctl -b 0 log from a session where you got the issue?"
where do I find this?

"- what session do you use? the Ubuntu one?"
I am using Ubuntu on Wayland.

"- did you do any change to the desktop icons configuration?"
no.

** Description changed:

  1) Ubuntu 19.10
  2) 73
- 3) No corrupt graphics during Firefox startup. Firefox was maximized before I 
closed it. When I start Firefox, it switches from minimize to maximized.
- 4) There are corrupt graphics during Firefox startup.
+ 3) No corrupt graphics during Firefox startup.
+ 4) There are corrupt graphics during Firefox startup. Firefox was maximized 
before I closed it. When I start Firefox, it switches from minimize to 
maximized.

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] Re: corrupt graphics during startup

2020-03-09 Thread Clinton H
This problem does not occur with Nautilus or Rhythmbox.

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] Re: corrupt graphics during startup

2020-03-09 Thread Clinton H
** Attachment added: "firefox.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1866655/+attachment/5334882/+files/firefox.png

** Description changed:

  1) Ubuntu 19.10
  2) 73
- 3) No corrupt graphics during Firefox startup.
+ 3) No corrupt graphics during Firefox startup. Firefox was maximized before I 
closed it. When I start Firefox, it switches from minimize to maximized.
  4) There are corrupt graphics during Firefox startup.

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

Title:
  corrupt graphics during startup

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

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

[Bug 1866655] [NEW] corrupt graphics during startup

2020-03-09 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) 73
3) No corrupt graphics during Firefox startup. Firefox was maximized before I 
closed it. When I start Firefox, it switches from minimize to maximized.
4) There are corrupt graphics during Firefox startup.

** Affects: firefox (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/1866655

Title:
  corrupt graphics during startup

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

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

[Bug 1864313] [NEW] "Software and Updates" UI hang.

2020-02-22 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) 0.98.5
3) I clicked the Software and Updates icon, the Software and Updates window 
appears. If I start clicking on different tabs, the UI hangs. I think the hang 
is because the process is downloading data and my internet connection(64k) is 
slow. Could you fork the download process, so that the UI remains responsive?
4) Software and Updates window hanged.

** Affects: update-manager (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/1864313

Title:
  "Software and Updates" UI hang.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1864313/+subscriptions

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

[Bug 1863376] Re: Seg Fault during version check

2020-02-20 Thread Clinton H
** Attachment added: "nautilus2.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1863376/+attachment/5329902/+files/nautilus2.png

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

Title:
  Seg Fault during version check

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

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

[Bug 1863376] Re: Seg Fault during version check

2020-02-20 Thread Clinton H
** Attachment added: "nautilus.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1863376/+attachment/5329901/+files/nautilus.png

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

Title:
  Seg Fault during version check

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

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

[Bug 1857655] Re: gdkselection-wayland.c:275: error reading selection buffer

2020-02-20 Thread Clinton H
The error is displayed in the log app. I do not know what causes the
error. I was using Wayland, but now I switched back to Xorg to check if
the error will occur.

** Attachment added: "Screenshot from 2020-02-20 15-02-45.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1857655/+attachment/5329880/+files/Screenshot%20from%202020-02-20%2015-02-45.png

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

Title:
  gdkselection-wayland.c:275: error reading selection buffer

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

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

[Bug 1857656] monitors.xml.txt

2020-02-20 Thread Clinton H
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1857656/+attachment/5329879/+files/monitors.xml.txt

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

Title:
  Too many arguments to method Clutter.Actor.destroy

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

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

[Bug 1857656] ShellJournal.txt

2020-02-20 Thread Clinton H
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1857656/+attachment/5329878/+files/ShellJournal.txt

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

Title:
  Too many arguments to method Clutter.Actor.destroy

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

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

[Bug 1857656] ProcCpuinfoMinimal.txt

2020-02-20 Thread Clinton H
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1857656/+attachment/5329877/+files/ProcCpuinfoMinimal.txt

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

Title:
  Too many arguments to method Clutter.Actor.destroy

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

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

[Bug 1857656] Re: Too many arguments to method Clutter.Actor.destroy

2020-02-20 Thread Clinton H
apport information

** Tags added: apport-collected wayland-session

** Description changed:

  1) Ubuntu 19.10
  2) GNOME Shell 3.34.1
  3) No error.
  4) Error in Logs.
  
  
  12:23:41 PM gnome-shell: JS WARNING: 
[resource:///org/gnome/gjs/modules/signals.js 135]: Too many arguments to 
method Clutter.Actor.destroy: expected 0, got 1
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.2
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2019-10-28 (115 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice 
talpa_vcdevice talpa_core talpa_linux talpa_syscallhook
+ Package: gnome-shell 3.34.1+git20191024-1ubuntu1~19.10.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
+ RelatedPackageVersions: mutter-common 3.34.1+git20191107-1ubuntu1~19.10.1
+ Tags:  wayland-session eoan
+ Uname: Linux 5.3.0-26-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1857656/+attachment/5329875/+files/Dependencies.txt

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

Title:
  Too many arguments to method Clutter.Actor.destroy

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

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

[Bug 1857656] GsettingsChanges.txt

2020-02-20 Thread Clinton H
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1857656/+attachment/5329876/+files/GsettingsChanges.txt

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

Title:
  Too many arguments to method Clutter.Actor.destroy

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

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

[Bug 1857660] GsettingsChanges.txt

2020-02-20 Thread Clinton H
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1857660/+attachment/5329871/+files/GsettingsChanges.txt

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

Title:
  The offending signal was destroy on Gjs_ExtensionRow

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

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

[Bug 1857660] ShellJournal.txt

2020-02-20 Thread Clinton H
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1857660/+attachment/5329873/+files/ShellJournal.txt

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

Title:
  The offending signal was destroy on Gjs_ExtensionRow

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

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

[Bug 1857660] Re: The offending signal was destroy on Gjs_ExtensionRow

2020-02-20 Thread Clinton H
apport information

** Description changed:

  1) Ubuntu 19.10
  2) GNOME Shell 3.34.1
  3) no error.
  4) error in log app.
  
  
  Dec 25  2:57:16 PM gnome-shell-ext: The offending signal was destroy on 
Gjs_ExtensionRow 0x561b4774bee0.
  Dec 25  2:57:16 PM gnome-shell-ext: The offending signal was destroy on 
Gjs_ExtensionRow 0x561b4774bee0.
  Dec 25  2:57:16 PM gnome-shell-ext: Attempting to call back into JSAPI during 
the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
  Dec 25  2:57:16 PM gnome-shell-ext: The offending signal was destroy on 
Gjs_ExtensionRow 0x561b4774bbe0.
  Dec 25  2:57:16 PM gnome-shell-ext: Attempting to call back into JSAPI during 
the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
  Dec 25  2:57:16 PM gnome-shell-ext: The offending signal was destroy on 
Gjs_ExtensionRow 0x561b4774b5e0.
  Dec 25  2:57:16 PM gnome-shell-ext: Attempting to call back into JSAPI during 
the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
  Dec 25  2:57:16 PM gnome-shell-ext: The offending signal was destroy on 
Gjs_ExtensionRow 0x561b4774b2e0.
  Dec 25  2:57:16 PM gnome-shell-ext: Attempting to call back into JSAPI during 
the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
  Dec 25  2:57:16 PM gnome-shell: == Stack trace for context 0x561b46fae1a0 ==
  Dec 25  2:57:16 PM gnome-shell-ext: The offending signal was destroy on 
Gjs_ExtensionRow 0x561b4774b8e0.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.2
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2019-10-28 (115 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice 
talpa_vcdevice talpa_core talpa_linux talpa_syscallhook
+ Package: gnome-shell 3.34.1+git20191024-1ubuntu1~19.10.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
+ RelatedPackageVersions: mutter-common 3.34.1+git20191107-1ubuntu1~19.10.1
+ Tags:  wayland-session eoan
+ Uname: Linux 5.3.0-26-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1857660/+attachment/5329870/+files/Dependencies.txt

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

Title:
  The offending signal was destroy on Gjs_ExtensionRow

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

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

[Bug 1857660] ProcCpuinfoMinimal.txt

2020-02-20 Thread Clinton H
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1857660/+attachment/5329872/+files/ProcCpuinfoMinimal.txt

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

Title:
  The offending signal was destroy on Gjs_ExtensionRow

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

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

[Bug 1857660] monitors.xml.txt

2020-02-20 Thread Clinton H
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1857660/+attachment/5329874/+files/monitors.xml.txt

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

Title:
  The offending signal was destroy on Gjs_ExtensionRow

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

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

[Bug 1863376] Re: Seg Fault during version check

2020-02-20 Thread Clinton H
Where do I find the console log?

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

Title:
  Seg Fault during version check

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

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

[Bug 1863376] Re: Seg Fault during version check

2020-02-19 Thread Clinton H
There is a file called _usr_bin_nautilus.1000.crash in my /var/crash
directory. In the terminal, I typed: cd /var/crash . Then I typed:
ubuntu-bug _usr_bin_nautilus.1000.crash . I got a "No such file or
directory" error message.

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

Title:
  Seg Fault during version check

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

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

[Bug 1863514] Re: Red fill address bar if the website is insecure.

2020-02-19 Thread Clinton H
Reported to Mozilla:

https://bugzilla.mozilla.org/show_bug.cgi?id=1616611

** Bug watch added: Mozilla Bugzilla #1616611
   https://bugzilla.mozilla.org/show_bug.cgi?id=1616611

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

Title:
  Red fill address bar if the website is insecure.

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

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

[Bug 1856160] Re: Bar between bread crumbs and search icon.

2020-02-18 Thread Clinton H
Reported to Gnome:

https://gitlab.gnome.org/GNOME/nautilus/issues/1387

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/issues #1387
   https://gitlab.gnome.org/GNOME/nautilus/issues/1387

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

Title:
  Bar between bread crumbs and search icon.

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

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

[Bug 1863514] Re: Red fill address bar if the website is insecure.

2020-02-16 Thread Clinton H
** Attachment added: "insecure_website_alternative.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1863514/+attachment/5328746/+files/insecure_website_alternative.png

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

Title:
  Red fill address bar if the website is insecure.

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

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

[Bug 1863514] Re: Red fill address bar if the website is insecure.

2020-02-16 Thread Clinton H
** Attachment added: "insecure_website.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1863514/+attachment/5328745/+files/insecure_website.png

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

Title:
  Red fill address bar if the website is insecure.

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

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

[Bug 1863514] [NEW] Red fill address bar if the website is insecure.

2020-02-16 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) Firefox 72
3) When visiting an insecure website, the address bar should be red filled.
4) The lock icon with a red slash is not very noticeable.

** Affects: firefox (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/1863514

Title:
  Red fill address bar if the website is insecure.

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

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

[Bug 1863376] [NEW] Seg Fault during version check

2020-02-14 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) 3.34.1
3) No seg fault.
4) Seg fault occurred when checking nautilus version.

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

** Attachment added: "gnome_version_seg_fault.png"
   
https://bugs.launchpad.net/bugs/1863376/+attachment/5328235/+files/gnome_version_seg_fault.png

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

Title:
  Seg Fault during version check

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

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

[Bug 1863374] [NEW] Version command line argument should be lower case.

2020-02-14 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) Version 3.34.0
3) If I type the following in the terminal, the gedit version should be 
displayed: gedit -v
4) The gedit version was not displayed. The uppercase -V argument should be 
changed to a -v lower case argument.

** Affects: gedit (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/1863374

Title:
  Version command line argument should be lower case.

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

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

[Bug 1857869] Re: Red fill the search stop icon

2020-02-13 Thread Clinton H
Reported to Gitlab:

https://gitlab.gnome.org/GNOME/nautilus/issues/1375

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/issues #1375
   https://gitlab.gnome.org/GNOME/nautilus/issues/1375

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

Title:
  Red fill the search stop icon

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

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

[Bug 1863175] [NEW] Fluid ounce(fl oz) conversion unit is missing.

2020-02-13 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) 3.34.1+git1.d34dc842
3) Ability to convert US Gallons(gal) to fluid ounces(fl oz)
4) There is no fluid ounces conversion unit option.

** Affects: gnome-calculator (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/1863175

Title:
  Fluid ounce(fl oz) conversion unit is missing.

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

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

[Bug 1863172] [NEW] After selecting unit conversion, number input box does not have focus.

2020-02-13 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) 3.34.1+git1.d34dc842
3) If I select "Advanced Mode", and then select "Mass"..."Grams" and then start 
typing numbers, the numbers should appear in the number input box.
4) The typed numbers do not appear in the number input box because unit 
conversion box still has focus.

** Affects: gnome-calculator (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/1863172

Title:
  After selecting unit conversion, number input box does not have focus.

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

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

[Bug 1527837] Re: "Make Link" operation missing from context menu(Unity7, Xenial)

2020-02-13 Thread Clinton H
This option is missing from Nautilus 1:3.34.1-1ubuntu1. Ubuntu 19.10.

Add a "Create Link/Remove Link" to the right click menu. If a user
selects a file and then clicks "Create Link", a file dialog popup would
appear. A user could then select a destination for the link.

** Changed in: nautilus (Ubuntu)
   Status: Fix Committed => Confirmed

** Summary changed:

- "Make Link" operation missing from context menu(Unity7, Xenial)
+ "Make Link" operation missing from context menu

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

Title:
  "Make Link" operation missing from context menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1527837/+subscriptions

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

[Bug 1862094] [NEW] Typed text appears in Search box instead of Name box.

2020-02-05 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) 3.34.0-1
3) Click the save button in Gedit. Click the "Documents" folder and then start 
typing. The typed text should appear in the "Name" box. If the user clicks on a 
folder, then the user knows where the file should be saved, without having to 
search for the location.
4) The typed text appears in the "Search" box instead of the "Name" box. This 
problem occurs with other applications.

** Affects: gedit (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/1862094

Title:
  Typed text appears in Search box instead of Name box.

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

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

[Bug 1862082] Re: "Run Command" or "Auto Fix" button on Software Updater message box.

2020-02-05 Thread Clinton H
** Attachment added: "Software_Updater.png"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1862082/+attachment/5325761/+files/Software_Updater.png

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

Title:
  "Run Command" or "Auto Fix" button on Software Updater message box.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1862082/+subscriptions

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

[Bug 1862082] [NEW] "Run Command" or "Auto Fix" button on Software Updater message box.

2020-02-05 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) 1:19.04.8
3) Click a button to automatically run "apt-get install -f".
4) I had to manually type the command in the terminal.

** Affects: update-manager (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/1862082

Title:
  "Run Command" or "Auto Fix" button on Software Updater message box.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1862082/+subscriptions

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

[Bug 1862070] Re: Firefox bookmark separator is difficult to see.

2020-02-05 Thread Clinton H
** Attachment added: "FirefoxSeperatorLightOrange.png"
   
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1862070/+attachment/5325734/+files/FirefoxSeperatorLightOrange.png

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

Title:
  Firefox bookmark separator is difficult to see.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1862070/+subscriptions

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

[Bug 1862070] [NEW] Firefox bookmark separator is difficult to see.

2020-02-05 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) Yaru-dark
3) If the bookmark separator was a different color, it would be easier to see.
4) Difficult to see Firefox bookmark separator.

** Affects: yaru-theme (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/1862070

Title:
  Firefox bookmark separator is difficult to see.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1862070/+subscriptions

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

[Bug 1862070] Re: Firefox bookmark separator is difficult to see.

2020-02-05 Thread Clinton H
** Attachment added: "CurrentFirefoxSeperator.png"
   
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1862070/+attachment/5325732/+files/CurrentFirefoxSeperator.png

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

Title:
  Firefox bookmark separator is difficult to see.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1862070/+subscriptions

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

[Bug 1856160] Re: Bar between bread crumbs and search icon.

2020-01-31 Thread Clinton H
** Changed in: nautilus (Ubuntu)
   Status: Opinion => Invalid

** Changed in: nautilus (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Bar between bread crumbs and search icon.

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

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

[Bug 1856160] Re: Bar between bread crumbs and search icon.

2020-01-31 Thread Clinton H
** Attachment added: "files_minimized.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1856160/+attachment/5324599/+files/files_minimized.png

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

Title:
  Bar between bread crumbs and search icon.

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

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

[Bug 1856160] Re: Bar between bread crumbs and search icon.

2020-01-31 Thread Clinton H
I think the bar is a bug. If I maximize Nautilus, the bar disappears. If
I minimize Nautilus, the bar reappears.

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

Title:
  Bar between bread crumbs and search icon.

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

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

[Bug 1856160] Re: Bar between bread crumbs and search icon.

2020-01-31 Thread Clinton H
** Attachment added: "files_maximized.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1856160/+attachment/5324598/+files/files_maximized.png

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

Title:
  Bar between bread crumbs and search icon.

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

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

[Bug 1752860] Re: hp laserjet 1020 not working

2020-01-31 Thread Clinton H
** Changed in: hplip (Ubuntu)
 Assignee: (unassigned) => Clinton H (49studebaker)

** Changed in: hplip (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: hplip (Ubuntu)
   Status: Invalid => Fix Released

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

Title:
  hp laserjet 1020 not working

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

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

[Bug 1854672] Re: On print dialog, add "Manual" option to "Two-sided". Print odd pages first, then display message to remove and reinsert pages, then horizontally rotate and print even numbered pages

2020-01-30 Thread Clinton H
Maybe gnome-manual-duplex could be integrated into Ubuntu, or it could
be added to the Ubuntu repository and a user could be prompted to
install it, if the user selects manual two sided.

https://sourceforge.net/projects/g-manual-duplex/

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

Title:
  On print dialog, add "Manual" option to "Two-sided". Print odd pages
  first, then display message to remove and reinsert pages, then
  horizontally rotate and print even numbered pages in descending order.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1854672/+subscriptions

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

[Bug 1854672] Re: In printer settings, add "Manual Double Sided". Print odd pages first, then display message to remove and reinsert pages, then horizontally rotate and print even numbered pages in de

2020-01-30 Thread Clinton H
Could you add the following options to "Two-sided": "Off", "Automatic",
and "Manual". The "Automatic" option could be removed, if the printer
does not support automatic two sided printing.

** Attachment added: "Print_Dialog.png"
   
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1854672/+attachment/5324322/+files/Print_Dialog.png

** Summary changed:

- In printer settings, add "Manual Double Sided". Print odd pages first, then 
display message to remove and reinsert pages, then horizontally rotate and 
print even numbered pages in descending order.
+ On print dialog, add "Manual" option to "Two-sided". Print odd pages first, 
then display message to remove and reinsert pages, then horizontally rotate and 
print even numbered pages in descending order.

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

Title:
  On print dialog, add "Manual" option to "Two-sided". Print odd pages
  first, then display message to remove and reinsert pages, then
  horizontally rotate and print even numbered pages in descending order.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1854672/+subscriptions

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

[Bug 1854672] Re: In printer settings, add "Manual Double Sided". Print odd pages first, then display message to remove and reinsert pages, then horizontally rotate and print even numbered pages in de

2020-01-30 Thread Clinton H
Reported to foo2zjs developer:

http://foo2zjs.rkkda.com/forum/read.php?7,4343

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

Title:
  In printer settings, add "Manual Double Sided". Print odd pages first,
  then display message to remove and reinsert pages, then horizontally
  rotate and print even numbered pages in descending order.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1854672/+subscriptions

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

[Bug 1859750] Re: "Out of Paper" message is NOT displayed.

2020-01-30 Thread Clinton H
Reported to foo2zjs developer:

http://foo2zjs.rkkda.com/forum/read.php?7,4343

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

Title:
  "Out of Paper" message is NOT displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1859750/+subscriptions

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

[Bug 1859750] Re: "Out of Paper" message is NOT displayed.

2020-01-30 Thread Clinton H
Reported to foo2zjs developer:

http://foo2zjs.rkkda.com/forum/read.php?7,4342

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

Title:
  "Out of Paper" message is NOT displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1859750/+subscriptions

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

[Bug 1860163] Re: By default, group the LibreOffice icons into a folder called "LibreOffice"

2020-01-22 Thread Clinton H
I was referring to the "Show Applications" screen. They are separate,
instead of grouped into a folder.

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

Title:
  By default, group the LibreOffice icons into a folder called
  "LibreOffice"

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

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

[Bug 1860175] Re: Ability to rearrange applet icons by drag/drop.

2020-01-20 Thread Clinton H
I think some are app indicators and some are from extensions.

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

Title:
  Ability to rearrange applet icons by drag/drop.

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

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

[Bug 1860234] [NEW] Ability to install Gnome Shell extensions.

2020-01-18 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) 0.84.6ubuntu3
3) Ability to install Gnome Shell extensions via Synaptic.
4) Gnome Shell extensions are not in Synaptic. Create a "GNOME Addons" section.

** Affects: synaptic (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/1860234

Title:
  Ability to install Gnome Shell extensions.

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

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

[Bug 1860234] Re: Ability to install Gnome Shell extensions.

2020-01-18 Thread Clinton H
** Attachment added: "gnome_shell_extensions.png"
   
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1860234/+attachment/5321428/+files/gnome_shell_extensions.png

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

Title:
  Ability to install Gnome Shell extensions.

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

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

[Bug 1860194] Re: Display "downloaded" / "total to download" on Software Updater message box.

2020-01-17 Thread Clinton H
In my image, 200KB should be 819.4KB.

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

Title:
  Display "downloaded" / "total to download" on Software Updater message
  box.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1860194/+subscriptions

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

[Bug 1860194] Re: Display "downloaded" / "total to download" on Software Updater message box.

2020-01-17 Thread Clinton H
Current Software Updater:

** Attachment added: "software_updater_current.png"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1860194/+attachment/5321241/+files/software_updater_current.png

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

Title:
  Display "downloaded" / "total to download" on Software Updater message
  box.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1860194/+subscriptions

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

  1   2   3   4   5   >