[Desktop-packages] [Bug 2017777] [NEW] hplip

2023-04-26 Thread Grizzly(Francis Smit)
Public bug reported:

1. The release of Ubuntu you are using, via? 
$ lsb_release -rd
No LSB modules are available.
Description:Ubuntu 23.04
Release:23.04

2. The version of the package you are using, via? 
$ apt-cache policy hplip
hplip:
  Installed: 3.22.10+dfsg0-1
  Candidate: 3.22.10+dfsg0-1
  Version table:
 *** 3.22.10+dfsg0-1 500
500 http://au.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
100 /var/lib/dpkg/status

3. What you expected to happen?   
I expected it to run.

4. What happened instead? this error

$ hp-toolbox

HP Linux Imaging and Printing System (ver. 3.22.10)
HP Device Manager ver. 15.0

Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

QSocketNotifier: Can only be used with threads started with QThread
Traceback (most recent call last):
  File "/usr/bin/hp-toolbox", line 280, in 
toolbox = ui.DevMgr5(__version__, device_uri,  None)
  ^^
  File "/usr/share/hplip/ui5/devmgr5.py", line 238, in __init__
core =  CoreInstall(MODE_CHECK)
^^^
  File "/usr/share/hplip/installer/core_install.py", line 240, in __init__
self.passwordObj = password.Password(ui_mode)
   ^^
  File "/usr/share/hplip/base/password.py", line 94, in __init__
self.__readAuthType()  # self.__authType
^
  File "/usr/share/hplip/base/password.py", line 119, in __readAuthType
distro_name = get_distro_std_name(os_name)
  ^^^
NameError: name 'get_distro_std_name' is not defined. Did you mean: 
'get_distro_name'?

I fixed the bug like this:


sudo gvim -p /usr/share/hplip/base/password.py

119#distro_name = get_distro_std_name(os_name)
120distro_name = get_distro_name()
I commented out 119 and inserted 120 in it's place

then it ran fine.

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: hplip 3.22.10+dfsg0-1
ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
Uname: Linux 6.2.0-20-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Apr 26 22:07:57 2023
InstallationDate: Installed on 2023-04-21 (5 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
Lpstat:
 device for Brother_HL_2130_series_killashandra: 
implicitclass://Brother_HL_2130_series_killashandra/
 device for HP_OfficeJet_8010: 
hp:/net/HP_OfficeJet_8010_series?ip=192.168.188.17
 device for HP_OfficeJet_8010_killashandra: 
implicitclass://HP_OfficeJet_8010_killashandra/
 device for HP_OfficeJet_8010_series_97968B: 
implicitclass://HP_OfficeJet_8010_series_97968B/
 device for PDF_killashandra: implicitclass://PDF_killashandra/
MachineType: Gigabyte Technology Co., Ltd. X570 UD
Papersize: a4
PpdFiles:
 Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Brother_HL_2130_series_killashandra.ppd', 
'/etc/cups/ppd/HP_OfficeJet_8010_series_97968B.ppd', 
'/etc/cups/ppd/PDF_killashandra.ppd', '/etc/cups/ppd/HP_OfficeJet_8010.ppd', 
'/etc/cups/ppd/HP_OfficeJet_8010_killashandra.ppd'] failed with exit code 2: 
grep: /etc/cups/ppd/Brother_HL_2130_series_killashandra.ppd: Permission denied
 grep: /etc/cups/ppd/HP_OfficeJet_8010_series_97968B.ppd: Permission denied
 grep: /etc/cups/ppd/PDF_killashandra.ppd: Permission denied
 grep: /etc/cups/ppd/HP_OfficeJet_8010.ppd: Permission denied
 grep: /etc/cups/ppd/HP_OfficeJet_8010_killashandra.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-20-generic 
root=UUID=cc914b12-8999-4260-99ce-6db6d4662c7f ro quiet splash vt.handoff=7
SourcePackage: hplip
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/07/2020
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F20
dmi.board.asset.tag: Default string
dmi.board.name: X570 UD
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF20:bd07/07/2020:br5.17:svnGigabyteTechnologyCo.,Ltd.:pnX570UD:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnX570UD:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
dmi.product.family: X570 MB
dmi.product.name: X570 UD
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug lunar wayland-session

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/201

Title:
  hplip


[Desktop-packages] [Bug 2017777] Re: hplip

2023-04-26 Thread Grizzly(Francis Smit)
Note I fixed the bug like this

I fixed the bug like this:

sudo gvim -p /usr/share/hplip/base/password.py

119 #distro_name = get_distro_std_name(os_name)
120 distro_name = get_distro_name()
I commented out 119 and inserted 120 in it's place

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/201

Title:
  hplip

Status in hplip package in Ubuntu:
  New

Bug description:
  1. The release of Ubuntu you are using, via? 
  $ lsb_release -rd
  No LSB modules are available.
  Description:  Ubuntu 23.04
  Release:  23.04

  2. The version of the package you are using, via? 
  $ apt-cache policy hplip
  hplip:
Installed: 3.22.10+dfsg0-1
Candidate: 3.22.10+dfsg0-1
Version table:
   *** 3.22.10+dfsg0-1 500
  500 http://au.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  100 /var/lib/dpkg/status

  3. What you expected to happen?   
  I expected it to run.

  4. What happened instead? this error

  $ hp-toolbox

  HP Linux Imaging and Printing System (ver. 3.22.10)
  HP Device Manager ver. 15.0

  Copyright (c) 2001-18 HP Development Company, LP
  This software comes with ABSOLUTELY NO WARRANTY.
  This is free software, and you are welcome to distribute it
  under certain conditions. See COPYING file for more details.

  QSocketNotifier: Can only be used with threads started with QThread
  Traceback (most recent call last):
File "/usr/bin/hp-toolbox", line 280, in 
  toolbox = ui.DevMgr5(__version__, device_uri,  None)
^^
File "/usr/share/hplip/ui5/devmgr5.py", line 238, in __init__
  core =  CoreInstall(MODE_CHECK)
  ^^^
File "/usr/share/hplip/installer/core_install.py", line 240, in __init__
  self.passwordObj = password.Password(ui_mode)
 ^^
File "/usr/share/hplip/base/password.py", line 94, in __init__
  self.__readAuthType()  # self.__authType
  ^
File "/usr/share/hplip/base/password.py", line 119, in __readAuthType
  distro_name = get_distro_std_name(os_name)
^^^
  NameError: name 'get_distro_std_name' is not defined. Did you mean: 
'get_distro_name'?

  I fixed the bug like this:

  
  sudo gvim -p /usr/share/hplip/base/password.py

  119#distro_name = get_distro_std_name(os_name)
  120distro_name = get_distro_name()
  I commented out 119 and inserted 120 in it's place

  then it ran fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: hplip 3.22.10+dfsg0-1
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 26 22:07:57 2023
  InstallationDate: Installed on 2023-04-21 (5 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  Lpstat:
   device for Brother_HL_2130_series_killashandra: 
implicitclass://Brother_HL_2130_series_killashandra/
   device for HP_OfficeJet_8010: 
hp:/net/HP_OfficeJet_8010_series?ip=192.168.188.17
   device for HP_OfficeJet_8010_killashandra: 
implicitclass://HP_OfficeJet_8010_killashandra/
   device for HP_OfficeJet_8010_series_97968B: 
implicitclass://HP_OfficeJet_8010_series_97968B/
   device for PDF_killashandra: implicitclass://PDF_killashandra/
  MachineType: Gigabyte Technology Co., Ltd. X570 UD
  Papersize: a4
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Brother_HL_2130_series_killashandra.ppd', 
'/etc/cups/ppd/HP_OfficeJet_8010_series_97968B.ppd', 
'/etc/cups/ppd/PDF_killashandra.ppd', '/etc/cups/ppd/HP_OfficeJet_8010.ppd', 
'/etc/cups/ppd/HP_OfficeJet_8010_killashandra.ppd'] failed with exit code 2: 
grep: /etc/cups/ppd/Brother_HL_2130_series_killashandra.ppd: Permission denied
   grep: /etc/cups/ppd/HP_OfficeJet_8010_series_97968B.ppd: Permission denied
   grep: /etc/cups/ppd/PDF_killashandra.ppd: Permission denied
   grep: /etc/cups/ppd/HP_OfficeJet_8010.ppd: Permission denied
   grep: /etc/cups/ppd/HP_OfficeJet_8010_killashandra.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-20-generic 
root=UUID=cc914b12-8999-4260-99ce-6db6d4662c7f ro quiet splash vt.handoff=7
  SourcePackage: hplip
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/07/2020
  dmi.bios.release: 5.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F20
  dmi.board.asset.tag: Default string
  dmi.board.name: X570 UD
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 

[Desktop-packages] [Bug 1998963] Re: gnome-shell crahing after update

2022-12-06 Thread Grizzly(Francis Smit)
that fixed it now gnome-shell only needs to solve it's crashing on
failing to delete problem and this will be solved

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998963

Title:
  gnome-shell crahing after update

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
  so I tried a console that was fine, and ssh from another machine that was 
fine, then I just tried Xorg crashed and said something had gone wrong and gave 
me a button to log out tried both Xorg and wayland multiple times same problem.

  1)  $ lsb_release -rd
  Description:Ubuntu 22.10
  Release:22.10

  
  2) $ apt-cache policy  gnome-shell
  gnome-shell:
Installed: 43.0-1ubuntu2
Candidate: 43.0-1ubuntu2
Version table:
   *** 43.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
  100 /var/lib/dpkg/status

  3) I expected to be able to login as normal

  4) I got a crash and booted out

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell 43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
  Uname: Linux 5.19.0-26-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Wed Dec  7 07:43:33 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-04-30 (220 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998962] Re: gnome-shell crahing after update

2022-12-06 Thread Grizzly(Francis Smit)
so this one can be closed if need be

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998962

Title:
  gnome-shell crahing after update

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
  so I tried a console that was fine, and ssh from another machine that was 
fine, then I just tried Xorg crashed and said something had gone wrong and gave 
me a button to log out tried both Xorg and wayland multiple times same problem.

  1)  $ lsb_release -rd
  Description:Ubuntu 22.10
  Release:22.10

  
  2) $ apt-cache policy  gnome-shell
  gnome-shell:
Installed: 43.0-1ubuntu2
Candidate: 43.0-1ubuntu2
Version table:
   *** 43.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
  100 /var/lib/dpkg/status

  3) I expected to be able to login as normal

  4) I got a crash and booted out

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell 43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
  Uname: Linux 5.19.0-26-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Wed Dec  7 07:06:10 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-04-30 (220 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998962] Re: gnome-shell crahing after update

2022-12-06 Thread Grizzly(Francis Smit)
I redid this on that box using lynx so hopefully everything is correct
in that bug report

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998962

Title:
  gnome-shell crahing after update

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
  so I tried a console that was fine, and ssh from another machine that was 
fine, then I just tried Xorg crashed and said something had gone wrong and gave 
me a button to log out tried both Xorg and wayland multiple times same problem.

  1)  $ lsb_release -rd
  Description:Ubuntu 22.10
  Release:22.10

  
  2) $ apt-cache policy  gnome-shell
  gnome-shell:
Installed: 43.0-1ubuntu2
Candidate: 43.0-1ubuntu2
Version table:
   *** 43.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
  100 /var/lib/dpkg/status

  3) I expected to be able to login as normal

  4) I got a crash and booted out

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell 43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
  Uname: Linux 5.19.0-26-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Wed Dec  7 07:06:10 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-04-30 (220 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998963] Re: gnome-shell crahing after update

2022-12-06 Thread Grizzly(Francis Smit)
I did this one using lynx on the box in question hopefully the data will
be correct

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998963

Title:
  gnome-shell crahing after update

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
  so I tried a console that was fine, and ssh from another machine that was 
fine, then I just tried Xorg crashed and said something had gone wrong and gave 
me a button to log out tried both Xorg and wayland multiple times same problem.

  1)  $ lsb_release -rd
  Description:Ubuntu 22.10
  Release:22.10

  
  2) $ apt-cache policy  gnome-shell
  gnome-shell:
Installed: 43.0-1ubuntu2
Candidate: 43.0-1ubuntu2
Version table:
   *** 43.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
  100 /var/lib/dpkg/status

  3) I expected to be able to login as normal

  4) I got a crash and booted out

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell 43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
  Uname: Linux 5.19.0-26-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Wed Dec  7 07:43:33 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-04-30 (220 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998963] [NEW] gnome-shell crahing after update

2022-12-06 Thread Grizzly(Francis Smit)
Public bug reported:

I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
so I tried a console that was fine, and ssh from another machine that was fine, 
then I just tried Xorg crashed and said something had gone wrong and gave me a 
button to log out tried both Xorg and wayland multiple times same problem.

1)  $ lsb_release -rd
Description:Ubuntu 22.10
Release:22.10


2) $ apt-cache policy  gnome-shell
gnome-shell:
  Installed: 43.0-1ubuntu2
  Candidate: 43.0-1ubuntu2
  Version table:
 *** 43.0-1ubuntu2 500
500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
100 /var/lib/dpkg/status

3) I expected to be able to login as normal

4) I got a crash and booted out

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: gnome-shell 43.0-1ubuntu2
ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
Uname: Linux 5.19.0-26-generic x86_64
ApportVersion: 2.23.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
Date: Wed Dec  7 07:43:33 2022
DisplayManager: gdm3
InstallationDate: Installed on 2022-04-30 (220 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
RelatedPackageVersions: mutter-common 43.0-1ubuntu4
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kinetic third-party-packages

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998963

Title:
  gnome-shell crahing after update

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
  so I tried a console that was fine, and ssh from another machine that was 
fine, then I just tried Xorg crashed and said something had gone wrong and gave 
me a button to log out tried both Xorg and wayland multiple times same problem.

  1)  $ lsb_release -rd
  Description:Ubuntu 22.10
  Release:22.10

  
  2) $ apt-cache policy  gnome-shell
  gnome-shell:
Installed: 43.0-1ubuntu2
Candidate: 43.0-1ubuntu2
Version table:
   *** 43.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
  100 /var/lib/dpkg/status

  3) I expected to be able to login as normal

  4) I got a crash and booted out

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell 43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
  Uname: Linux 5.19.0-26-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Wed Dec  7 07:43:33 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-04-30 (220 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998962] Re: gnome-shell crahing after update

2022-12-06 Thread Grizzly(Francis Smit)
Oh it added a lot of stuff I do not know where it got those but I
suspect it was from this box rather than the box in question

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998962

Title:
  gnome-shell crahing after update

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
  so I tried a console that was fine, and ssh from another machine that was 
fine, then I just tried Xorg crashed and said something had gone wrong and gave 
me a button to log out tried both Xorg and wayland multiple times same problem.

  1)  $ lsb_release -rd
  Description:Ubuntu 22.10
  Release:22.10

  
  2) $ apt-cache policy  gnome-shell
  gnome-shell:
Installed: 43.0-1ubuntu2
Candidate: 43.0-1ubuntu2
Version table:
   *** 43.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
  100 /var/lib/dpkg/status

  3) I expected to be able to login as normal

  4) I got a crash and booted out

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell 43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
  Uname: Linux 5.19.0-26-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Wed Dec  7 07:06:10 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-04-30 (220 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998962] [NEW] gnome-shell crahing after update

2022-12-06 Thread Grizzly(Francis Smit)
Public bug reported:

I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
so I tried a console that was fine, and ssh from another machine that was fine, 
then I just tried Xorg crashed and said something had gone wrong and gave me a 
button to log out tried both Xorg and wayland multiple times same problem.

1)  $ lsb_release -rd
Description:Ubuntu 22.10
Release:22.10


2) $ apt-cache policy  gnome-shell
gnome-shell:
  Installed: 43.0-1ubuntu2
  Candidate: 43.0-1ubuntu2
  Version table:
 *** 43.0-1ubuntu2 500
500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
100 /var/lib/dpkg/status

3) I expected to be able to login as normal

4) I got a crash and booted out

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: gnome-shell 43.0-1ubuntu2
ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
Uname: Linux 5.19.0-26-generic x86_64
ApportVersion: 2.23.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
Date: Wed Dec  7 07:06:10 2022
DisplayManager: gdm3
InstallationDate: Installed on 2022-04-30 (220 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
RelatedPackageVersions: mutter-common 43.0-1ubuntu4
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kinetic third-party-packages

** Attachment added: "got this using `ubuntu-bug gnome-shell` on that box"
   
https://bugs.launchpad.net/bugs/1998962/+attachment/5634890/+files/apport.gnome-shell.ictvkfgj.apport

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998962

Title:
  gnome-shell crahing after update

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  I upgraded everything a few days ago and it wanted a restart so I restarted 
when it came back I could login, but it would boot me straight out again back 
to the display manager,
  so I tried a console that was fine, and ssh from another machine that was 
fine, then I just tried Xorg crashed and said something had gone wrong and gave 
me a button to log out tried both Xorg and wayland multiple times same problem.

  1)  $ lsb_release -rd
  Description:Ubuntu 22.10
  Release:22.10

  
  2) $ apt-cache policy  gnome-shell
  gnome-shell:
Installed: 43.0-1ubuntu2
Candidate: 43.0-1ubuntu2
Version table:
   *** 43.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
  100 /var/lib/dpkg/status

  3) I expected to be able to login as normal

  4) I got a crash and booted out

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell 43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-26.27-generic 5.19.7
  Uname: Linux 5.19.0-26-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Wed Dec  7 07:06:10 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-04-30 (220 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993212] Re: nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

2022-10-18 Thread Grizzly(Francis Smit)
nautilus should obey XDG_DATA_HOME

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1993212

Title:
  nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  1) $ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  2) $ apt-cache policy nautilus
  nautilus:
Installed: 1:42.2-0ubuntu1
Candidate: 1:42.2-0ubuntu1
Version table:
   *** 1:42.2-0ubuntu1 500
  500 http://au.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:42.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

  3) I expected  `nautilus` to find trash at $XDG_DATA_HOME/Trash

  4) dont know where it's looking but it does not find the Trash

  5) Note:
  I set my XDG_DATA_HOME  to XDG_DATA_HOME="$HOME/.config" so as to fix a 
problem with one program now nautilus cannot find the trash it should just 
follow the value of XDG_DATA_HOME i.e. $XDG_DATA_HOME/Trash the system did this 
but not nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: nautilus 1:42.2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 18 07:38:46 2022
  InstallationDate: Installed on 2020-08-18 (790 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to jammy on 2022-04-26 (173 days ago)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993212] Re: nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

2022-10-18 Thread Grizzly(Francis Smit)
OK to make it even clearer 
1. I set my XDG_DATA_HOME to ~/.config because another program needed it that 
way.

2. I expected both Trash and the place nautilus looked for the trash to
move to ~/.config/Trash/

3. Trash did move to ~/.config/Trash/ but nautilus cannot find it any
more.

4. and my release of Ubuntu is 22.04 Jammy: as in 
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 22.04.1 LTS
Release:22.04
Codename:   jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1993212

Title:
  nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  1) $ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  2) $ apt-cache policy nautilus
  nautilus:
Installed: 1:42.2-0ubuntu1
Candidate: 1:42.2-0ubuntu1
Version table:
   *** 1:42.2-0ubuntu1 500
  500 http://au.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:42.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

  3) I expected  `nautilus` to find trash at $XDG_DATA_HOME/Trash

  4) dont know where it's looking but it does not find the Trash

  5) Note:
  I set my XDG_DATA_HOME  to XDG_DATA_HOME="$HOME/.config" so as to fix a 
problem with one program now nautilus cannot find the trash it should just 
follow the value of XDG_DATA_HOME i.e. $XDG_DATA_HOME/Trash the system did this 
but not nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: nautilus 1:42.2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 18 07:38:46 2022
  InstallationDate: Installed on 2020-08-18 (790 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to jammy on 2022-04-26 (173 days ago)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993212] Re: nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

2022-10-18 Thread Grizzly(Francis Smit)
I did all your steps you just did not look at what I wrote very well

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1993212

Title:
  nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  1) $ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  2) $ apt-cache policy nautilus
  nautilus:
Installed: 1:42.2-0ubuntu1
Candidate: 1:42.2-0ubuntu1
Version table:
   *** 1:42.2-0ubuntu1 500
  500 http://au.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:42.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

  3) I expected  `nautilus` to find trash at $XDG_DATA_HOME/Trash

  4) dont know where it's looking but it does not find the Trash

  5) Note:
  I set my XDG_DATA_HOME  to XDG_DATA_HOME="$HOME/.config" so as to fix a 
problem with one program now nautilus cannot find the trash it should just 
follow the value of XDG_DATA_HOME i.e. $XDG_DATA_HOME/Trash the system did this 
but not nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: nautilus 1:42.2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 18 07:38:46 2022
  InstallationDate: Installed on 2020-08-18 (790 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to jammy on 2022-04-26 (173 days ago)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993212] Re: nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

2022-10-18 Thread Grizzly(Francis Smit)
I never said that I expected ~/.config/Trash/ as my XDG_DATA_HOME is set
to ~/.config and that is where my trash is but Nautilus does not find it

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1993212

Title:
  nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

Status in nautilus package in Ubuntu:
  Incomplete

Bug description:
  1) $ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  2) $ apt-cache policy nautilus
  nautilus:
Installed: 1:42.2-0ubuntu1
Candidate: 1:42.2-0ubuntu1
Version table:
   *** 1:42.2-0ubuntu1 500
  500 http://au.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:42.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

  3) I expected  `nautilus` to find trash at $XDG_DATA_HOME/Trash

  4) dont know where it's looking but it does not find the Trash

  5) Note:
  I set my XDG_DATA_HOME  to XDG_DATA_HOME="$HOME/.config" so as to fix a 
problem with one program now nautilus cannot find the trash it should just 
follow the value of XDG_DATA_HOME i.e. $XDG_DATA_HOME/Trash the system did this 
but not nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: nautilus 1:42.2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 18 07:38:46 2022
  InstallationDate: Installed on 2020-08-18 (790 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to jammy on 2022-04-26 (173 days ago)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993212] [NEW] nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

2022-10-17 Thread Grizzly(Francis Smit)
Public bug reported:

1) $ lsb_release -rd
Description:Ubuntu 22.04.1 LTS
Release:22.04

2) $ apt-cache policy nautilus
nautilus:
  Installed: 1:42.2-0ubuntu1
  Candidate: 1:42.2-0ubuntu1
  Version table:
 *** 1:42.2-0ubuntu1 500
500 http://au.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:42.0-1ubuntu2 500
500 http://au.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

3) I expected  `nautilus` to find trash at $XDG_DATA_HOME/Trash

4) dont know where it's looking but it does not find the Trash

5) Note:
I set my XDG_DATA_HOME  to XDG_DATA_HOME="$HOME/.config" so as to fix a problem 
with one program now nautilus cannot find the trash it should just follow the 
value of XDG_DATA_HOME i.e. $XDG_DATA_HOME/Trash the system did this but not 
nautilus

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: nautilus 1:42.2-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
Uname: Linux 5.15.0-50-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 18 07:38:46 2022
InstallationDate: Installed on 2020-08-18 (790 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: nautilus
UpgradeStatus: Upgraded to jammy on 2022-04-26 (173 days ago)

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


** Tags: amd64 apport-bug jammy wayland-session

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1993212

Title:
  nautalis cannot find trash at XDG_DATA_HOME="$HOME/.config"

Status in nautilus package in Ubuntu:
  New

Bug description:
  1) $ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  2) $ apt-cache policy nautilus
  nautilus:
Installed: 1:42.2-0ubuntu1
Candidate: 1:42.2-0ubuntu1
Version table:
   *** 1:42.2-0ubuntu1 500
  500 http://au.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:42.0-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

  3) I expected  `nautilus` to find trash at $XDG_DATA_HOME/Trash

  4) dont know where it's looking but it does not find the Trash

  5) Note:
  I set my XDG_DATA_HOME  to XDG_DATA_HOME="$HOME/.config" so as to fix a 
problem with one program now nautilus cannot find the trash it should just 
follow the value of XDG_DATA_HOME i.e. $XDG_DATA_HOME/Trash the system did this 
but not nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: nautilus 1:42.2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 18 07:38:46 2022
  InstallationDate: Installed on 2020-08-18 (790 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to jammy on 2022-04-26 (173 days ago)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1927801] Re: on my dual monitor 21.04 system gnome-shell locks up about 2 to 5 mins after login

2021-05-10 Thread Grizzly(Francis Smit)
it did it again after many hours

** Attachment added: "this is from running sudo journalctl -b-1 |tee 
~/tmp/prevboot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1927801/+attachment/5496196/+files/prevboot.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1927801

Title:
  on my dual monitor 21.04 system gnome-shell locks up about 2 to 5 mins
  after login

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  1. $ lsb_release -rd
  Description:  Ubuntu 21.04
  Release:  21.04

  2. $ apt-cache policy gnome-shell
  gnome-shell:
Installed: 3.38.4-1ubuntu2
Candidate: 3.38.4-1ubuntu2
Version table:
   *** 3.38.4-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
  100 /var/lib/dpkg/status

  3. I expected it to work like normal.

  4. It locked up after 2 to 5 mins.

  I have tried logging into Xorg, a different account with no plugins 
  I removed the extra monitor 
  All to NO EFFECT

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1927801] Re: on my dual monitor 21.04 systemm gnome-shell locks up about 2 to 5 mins after login

2021-05-10 Thread Grizzly(Francis Smit)
it's not happening just now, > 1:20:00 and still nothing bad will see
how it goes will do what you asked if it plays up, hmm there have been
updates wonder if  any of those where dependancies

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1927801

Title:
  on my dual monitor 21.04 systemm gnome-shell locks up about 2 to 5
  mins after login

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  1. $ lsb_release -rd
  Description:  Ubuntu 21.04
  Release:  21.04

  2. $ apt-cache policy gnome-shell
  gnome-shell:
Installed: 3.38.4-1ubuntu2
Candidate: 3.38.4-1ubuntu2
Version table:
   *** 3.38.4-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
  100 /var/lib/dpkg/status

  3. I expected it to work like normal.

  4. It locked up after 2 to 5 mins.

  I have tried logging into Xorg, a different account with no plugins 
  I removed the extra monitor 
  All to NO EFFECT

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1927801] Re: on my dual monitor 21.04 systemm gnome-shell locks up about 2 to 5 mins after login

2021-05-08 Thread Grizzly(Francis Smit)
must have missed the fields for the  package and distro version sorry,
but it was all in there

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1927801

Title:
  on my dual monitor 21.04 systemm gnome-shell locks up about 2 to 5
  mins after login

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  1. $ lsb_release -rd
  Description:  Ubuntu 21.04
  Release:  21.04

  2. $ apt-cache policy gnome-shell
  gnome-shell:
Installed: 3.38.4-1ubuntu2
Candidate: 3.38.4-1ubuntu2
Version table:
   *** 3.38.4-1ubuntu2 500
  500 http://au.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
  100 /var/lib/dpkg/status

  3. I expected it to work like normal.

  4. It locked up after 2 to 5 mins.

  I have tried logging into Xorg, a different account with no plugins 
  I removed the extra monitor 
  All to NO EFFECT

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1730365] [NEW] pulseaudio keeps crashing and the audiom drops out

2017-11-06 Thread Grizzly(Francis Smit)
Public bug reported:

1). 21:48:17 ⌂197% grizzlysmit@killashandra:~ 4m23s $ lsb_release -rd
Description:Ubuntu 17.10
Release:17.10
21:54:30 ⌂217% grizzlysmit@killashandra:~ 2s $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 17.10
Release:17.10
Codename:   artful

2).  $ apt-cache policy pulseaudio
pulseaudio:
  Installed: 1:10.0-2ubuntu3
  Candidate: 1:10.0-2ubuntu3
  Version table:
 *** 1:10.0-2ubuntu3 500
500 http://au.archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status

3). I expected pulse to just keep running like it always did under
previous releases of Ubuntu

4). It keeps dropping out after a day or so no sound and settings
(gnome-control-center sound) to it cannot connect to it running
pulseaudio& in a shell fixes it

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: pulseaudio 1:10.0-2ubuntu3
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Nov  6 21:44:08 2017
InstallationDate: Installed on 2017-07-24 (104 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to artful on 2017-10-20 (16 days ago)
dmi.bios.date: 08/06/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A18
dmi.board.name: 0G261D
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA18:bd08/06/2013:svnDellInc.:pnOptiPlex960:pvr:rvnDellInc.:rn0G261D:rvrA00:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex 960
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug artful wayland-session

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1730365

Title:
  pulseaudio keeps crashing and the audiom drops out

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  1). 21:48:17 ⌂197% grizzlysmit@killashandra:~ 4m23s $ lsb_release -rd
  Description:  Ubuntu 17.10
  Release:  17.10
  21:54:30 ⌂217% grizzlysmit@killashandra:~ 2s $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 17.10
  Release:  17.10
  Codename: artful

  2).  $ apt-cache policy pulseaudio
  pulseaudio:
Installed: 1:10.0-2ubuntu3
Candidate: 1:10.0-2ubuntu3
Version table:
   *** 1:10.0-2ubuntu3 500
  500 http://au.archive.ubuntu.com/ubuntu artful/main amd64 Packages
  100 /var/lib/dpkg/status

  3). I expected pulse to just keep running like it always did under
  previous releases of Ubuntu

  4). It keeps dropping out after a day or so no sound and settings
  (gnome-control-center sound) to it cannot connect to it running
  pulseaudio& in a shell fixes it

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: pulseaudio 1:10.0-2ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov  6 21:44:08 2017
  InstallationDate: Installed on 2017-07-24 (104 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to artful on 2017-10-20 (16 days ago)
  dmi.bios.date: 08/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A18
  dmi.board.name: 0G261D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA18:bd08/06/2013:svnDellInc.:pnOptiPlex960:pvr:rvnDellInc.:rn0G261D:rvrA00:cvnDellInc.:ct15:cvr:
  dmi.product.name: OptiPlex 960
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1727550] [NEW] nautalis opens *.rs (i.e. rust files) in multiple gvim instances as if the gvim.desktop file used %f but it uses %F

2017-10-25 Thread Grizzly(Francis Smit)
Public bug reported:

I select multiple files extension .rs and open it in gvim from the right
click menu and it opens them in multiple gvim's this is the only file
type showing this behaviour

1. I am using 
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 17.10
Release:17.10
Codename:   artful
on a 64 bit Intel® Core™2 Duo CPU E7500 @ 2.93GHz × 2 machine 

2. $ apt-cache policy nautilus
nautilus:
  Installed: 1:3.26.0-0ubuntu1
  Candidate: 1:3.26.0-0ubuntu1
  Version table:
 *** 1:3.26.0-0ubuntu1 500
500 http://au.archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status
3. I expected it to open *.rs files in one gvim like it does with every thing 
else

4. it opened them in one gvim per file

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: nautilus 1:3.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct 26 10:39:29 2017
InstallationDate: Installed on 2017-07-24 (93 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: nautilus
UpgradeStatus: Upgraded to artful on 2017-10-20 (5 days ago)

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


** Tags: amd64 apport-bug artful wayland-session

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1727550

Title:
  nautalis opens *.rs (i.e. rust files) in multiple gvim instances as if
  the gvim.desktop file used %f but it uses %F

Status in nautilus package in Ubuntu:
  New

Bug description:
  I select multiple files extension .rs and open it in gvim from the
  right click menu and it opens them in multiple gvim's this is the only
  file type showing this behaviour

  1. I am using 
  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 17.10
  Release:  17.10
  Codename: artful
  on a 64 bit Intel® Core™2 Duo CPU E7500 @ 2.93GHz × 2 machine 

  2. $ apt-cache policy nautilus
  nautilus:
Installed: 1:3.26.0-0ubuntu1
Candidate: 1:3.26.0-0ubuntu1
Version table:
   *** 1:3.26.0-0ubuntu1 500
  500 http://au.archive.ubuntu.com/ubuntu artful/main amd64 Packages
  100 /var/lib/dpkg/status
  3. I expected it to open *.rs files in one gvim like it does with every thing 
else

  4. it opened them in one gvim per file

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: nautilus 1:3.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 10:39:29 2017
  InstallationDate: Installed on 2017-07-24 (93 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to artful on 2017-10-20 (5 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp