[Desktop-packages] [Bug 2064037] Re: gnome-shell crashes with SIGSEGV in tilingWindowManager.js:99

2024-09-08 Thread Exeleration-G
This happens to me too.

-- 
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/2064037

Title:
  gnome-shell crashes with SIGSEGV in tilingWindowManager.js:99

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gnome-shell-extension-tiling-assistant package in Ubuntu:
  Confirmed

Bug description:
  I've written an AskUbuntu question about this:
  https://askubuntu.com/questions/1511958/screen-lock-keeps-occuring-
  on-24-04-even-though-i-believe-ive-disabled-it/1512075#1512075

  Originally I thought it was gnome not respecting my setting to prevent
  locking the screen after idling, but after discussing the issue on
  matrix (https://matrix.to/#/!EJhpCQHHqqcNicfiql:xentonix.net/$kPbn-
  
fqDZgoG4s6PyQfki8tcSKJUpGH9QrXZSSV_vKY?via=decred.org&via=matrix.org&via=ubuntu.com)
  I think it is actually just a gdm or gnome-shell crash that happens
  when the PC idles, the screen turns off, and then I wake it.

  To summarize the symptom. I have the PC set to disable the screen
  after being idle for 5 minutes. I also set it such that it should not
  lock the session when this happens. (I want to turn on the screen and
  get right back to where I was without password overhead). What I've
  observed is that when I give the idle PC keyboard input, it wakes to a
  login screen, and when I login my windows from the previous session
  are completely gone (although tmux sessions are still alive).

  I've attached a relevant section of `journalctl --user` from around
  the time when I last tried to interact with the idle PC. I believe the
  "wake" event happens at `Apr 28 13:42:43` at which point we start
  seeing whoopsie messages:

  ```
  Apr 28 13:42:44 toothbrush systemd[1]: Started whoopsie.service - crash 
report submission.
  ```

  And then what looks like logs indicating that I was logged out and the
  previous session was ended:

  ```
  Apr 28 13:42:56 toothbrush systemd[1]: run-user-1000-gvfs.mount: Deactivated 
successfully.
  Apr 28 13:42:57 toothbrush gdm-password][60731]: 
pam_unix(gdm-password:session): session closed for user joncrall
  Apr 28 13:42:57 toothbrush systemd[1]: session-61.scope: Deactivated 
successfully.
  Apr 28 13:42:57 toothbrush systemd[1]: session-61.scope: Consumed 12min 
9.467s CPU time.
  Apr 28 13:42:57 toothbrush systemd-logind[1790]: Session 61 logged out. 
Waiting for processes to exit.
  Apr 28 13:42:57 toothbrush systemd-logind[1790]: Removed session 61.
  ```

  
  The time from `13:42:44` to `13:43:07` where I get:

  ```
  Apr 28 13:43:07 toothbrush systemd-logind[1790]: New session 221 of user 
joncrall.
  Apr 28 13:43:07 toothbrush systemd[1]: Started session-221.scope - Session 
221 of User joncrall.
  ```

  seems about right, because it takes a few seconds to go from de-idling
  the machine to seeing any sort of display.

  
  System Information:

  No LSB modules are available.
  Description:  Ubuntu 24.04 LTS
  Release:  24.04

  # System Details Report
  ---

  ## Report details
  - **Date generated:**  2024-04-28 15:17:36

  ## Hardware Information:
  - **Hardware Model:**  ASUS ROG STRIX Z590-E 
GAMING WIFI
  - **Memory:**  128.0 GiB
  - **Processor:**   11th Gen Intel® Core™ 
i9-11900K × 16
  - **Graphics:**NVIDIA GeForce RTX™ 3090
  - **Graphics 1:**  NVIDIA GeForce RTX™ 3090
  - **Disk Capacity:**   45.0 TB

  ## Software Information:
  - **Firmware Version:**0232
  - **OS Name:** Ubuntu 24.04 LTS
  - **OS Build:**(null)
  - **OS Type:** 64-bit
  - **GNOME Version:**   46
  - **Windowing System:**X11
  - **Kernel Version:**  Linux 6.8.0-31-generic

  
  Nvidia versions: 

  NVIDIA-SMI 535.171.04 Driver Version: 535.171.04   CUDA
  Version: 12.2

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: gdm3 46.0-2ubuntu1
  ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
  Uname: Linux 6.8.0-31-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia zfs
  ApportVersion: 2.28.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 28 15:04:13 2024
  InstallationDate: Installed on 2024-04-25 (3 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.gdm3.custom.conf: 2024-04-25T18:50:53.891514

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

[Desktop-packages] [Bug 264144] Re: NetworkManager VPN configuration export does not work

2013-05-21 Thread Exeleration-G
Possible workaround:

On the first machine:

cd /etc/NetworkManager/system-connections/
sudo cp NameOfConnection ~
cd ~
sudo chown yourusername.yourusername NameOfConnection
[copy file to second machine's home directory]
sudo chown root.root NameOfConnection
sudo chmod 600 NameOfConnection
sudo cp NameOfConnection /etc/NetworkManager/system-connections/
cd /etc/NetworkManager/system-connections/
ls -hl

Make sure that NameOfConnection is there, and make sure its permissions are set 
like this:
-rw--- 1 root root

Can anyone confirm that this works?

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

Title:
  NetworkManager VPN configuration export does not work

Status in NetworkManager:
  In Progress
Status in Network management framework (OpenVPN plugin):
  Fix Released
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “network-manager-openvpn” package in Ubuntu:
  Fix Released
Status in “network-manager-pptp” package in Ubuntu:
  Triaged

Bug description:
  Intrepid,
  network-manager: 0.7~~svn20080818t061112+eni0-0ubuntu1

  Subject says it. To reproduce:
  1. Configure VPN connection
  2. Try to Export it to a file

  As a result I got cryptic error message dialog:
  ===
  Cannot export VPN connection

  The VPN connection 'vpn_test' could not be exported to vpn_test
  (pptp).conf.

  Error: unknown error.
  ===

  Expected behavior:
  Configuration saved to a file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/264144/+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 264144] Re: NetworkManager VPN configuration export does not work

2013-05-21 Thread Exeleration-G
The error also appears  in Ubuntu 13.04, using a PPTP VPN connection.

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

Title:
  NetworkManager VPN configuration export does not work

Status in NetworkManager:
  In Progress
Status in Network management framework (OpenVPN plugin):
  Fix Released
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “network-manager-openvpn” package in Ubuntu:
  Fix Released
Status in “network-manager-pptp” package in Ubuntu:
  Triaged

Bug description:
  Intrepid,
  network-manager: 0.7~~svn20080818t061112+eni0-0ubuntu1

  Subject says it. To reproduce:
  1. Configure VPN connection
  2. Try to Export it to a file

  As a result I got cryptic error message dialog:
  ===
  Cannot export VPN connection

  The VPN connection 'vpn_test' could not be exported to vpn_test
  (pptp).conf.

  Error: unknown error.
  ===

  Expected behavior:
  Configuration saved to a file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/264144/+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 984785] Re: .goutputstream files polluting $HOME

2012-09-06 Thread Exeleration-G
I'm probably having this issue because of running mplayer as a cronjob
every day.

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

Title:
  .goutputstream files polluting $HOME

Status in The "G" Library - GLib:
  New
Status in Light Display Manager:
  New
Status in X.Org X server:
  New
Status in “lightdm” package in Ubuntu:
  Confirmed
Status in “lightdm” source package in Precise:
  Confirmed

Bug description:
  .goutputstream files polluting $HOME.
  Which software or operation is creating these and why?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xauth 1:1.0.6-1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia & ati
  ApportVersion: 2.0.1-0ubuntu4
  Architecture: amd64
  Date: Wed Apr 18 13:29:31 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin"
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xauth
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/984785/+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 39890] Re: characters change when selecting text

2012-07-22 Thread Exeleration-G
Bug still there in Ubuntu 12.04, Evince 3.4.0

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

Title:
  characters change when selecting text

Status in Evince document viewer:
  Unknown
Status in Poppler:
  Confirmed
Status in “evince” package in Ubuntu:
  Invalid
Status in “poppler” package in Ubuntu:
  Triaged

Bug description:
  I have problems with the following pdf:
  www.lacim.uqam.ca/~plouffe/OEIS/citations/MAS-R9821.pdf

  When marking text some characters change. This happens on many places
  in this pdf-file. To reproduce the bug just mark some random places in
  the pdf. In some places the text disappears. In some the characters
  change totally. In others the italics is removed.

  I use the latest update of dapper. Evince 0.5.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/39890/+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 864791] Re: After syncing iPod, description-less phantom operation keeps animating progress bar and prevents closing Banshee

2012-05-29 Thread Exeleration-G
@Chow Loong Jin, #10: The spinner doesn't get displayed on Ubuntu 12.04,
Banshee 2.4.0.

Corbin's workaround works (iPod 5th generation, 80 GB)

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

Title:
  After syncing iPod, description-less phantom operation keeps animating
  progress bar and prevents closing Banshee

Status in “banshee” package in Ubuntu:
  Confirmed

Bug description:
  After updating to Banshee 2.2, syncing to iPod is successful, but
  leaves a phantom operation running with no description. The operation
  cannot be "stopped," but the iPod can be disconnected.

  Images are attached.

  
  == Dialog box when clicking red "X" button ==

  Stop Operation

  This operation is still performing work. Would you like to stop it?

  
  == Dialog box when trying to close Banshee ==

  Important tasks are running

  Closing Banshee now will cancel any currently running tasks. They
  cannot be resumed automatically the next time Banshee is run.

  
  == Terminal output at time of iPod sync ==

  [7 Debug 14:13:54.355] Starting DAP sync
  [7 Debug 14:13:54.388] Preempting - Downloading Cover Art
  [7 Debug 14:13:54.389] Starting
  [7 Debug 14:13:54.391] Ending DAP sync
  [8 Debug 14:13:54.786] Starting AppleDevice sync thread cycle
  [8 Debug 14:13:54.786] Starting - Syncing iPod

  ** (Banshee:11299): CRITICAL **: itdb_splr_validate: assertion `at != 
ITDB_SPLAT_UNKNOWN' failed
  [8 Info  14:13:55.736] Wrote iPod database
  [8 Debug 14:13:55.737] Finished - Syncing iPod
  [8 Debug 14:13:55.738] Ending AppleDevice sync thread cycle

  
  == Steps to reproduce ==

  1. Click "Sync" button to sync to iPod (mine is a 4th generation Nano)
  2. Two operation progress bars appear, one that says "Syncing iPod" and 
another with no description
  3. After the sync succeeds, the "Syncing iPod" progress bar disappears, but 
the other one remains
  4. Clicking the "Stop" button next to the remaining operation (and confirming 
in the subsequent dialog) does not remove the operation, but instead just adds 
the text "Stopping..." above it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/864791/+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 426329] Re: Rhythmbox fails to display cover image from id3 tag

2011-08-25 Thread Exeleration-G
Good point, my version is 0.13.3-0ubuntu6, running on a 32-bit ubuntu
11.04 (Natty Narwhal).

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

Title:
  Rhythmbox fails to display cover image from id3 tag

Status in The Rhythmbox Music Management Application:
  Fix Released
Status in “rhythmbox” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  Commented about this on closed bug # 109889. No response, so opened
  new bug here.

  Rhythmbox is no longer displaying the album cover art image stored in
  the mp3's id3 tag.

  ProblemType: Bug
  Architecture: i386
  Date: Tue Sep  8 11:25:04 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: wl
  Package: rhythmbox 0.12.4-1ubuntu1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-9.29-generic
  SourcePackage: rhythmbox
  Uname: Linux 2.6.31-9-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/426329/+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 809282] Re: fetch and store embedded album art

2011-08-20 Thread Exeleration-G
Posting the debug.txt  just now. By the way, Rhythmbox doesn't search
for album art on the internet at all on my system (ubuntu 11.04 32-bit).

** Attachment added: "rhythmbox-debug.txt"
   
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/809282/+attachment/2294798/+files/rhythmbox-debug.txt

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

Title:
  fetch and store embedded album art

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 11.04
  Rhythmbox 0.13.3-0ubuntu6

  A large number of my music files have album art embedded.

  However Rhythmbox seems unable to show them. For now it only downloads
  them from the Internet, thereafter littering my music folder with
  albumart.jpg's.

  It's supposed to both fetch embedded album-art first then search for
  Internet album-art last.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/809282/+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 809282] Re: fetch and store embedded album art

2011-08-20 Thread Exeleration-G
This happens to me too. For some strange reason, Rhythmbox only fetches
about 50% of the ID3-embedded album art. A fix for this would be greatly
appreciated.

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

Title:
  fetch and store embedded album art

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 11.04
  Rhythmbox 0.13.3-0ubuntu6

  A large number of my music files have album art embedded.

  However Rhythmbox seems unable to show them. For now it only downloads
  them from the Internet, thereafter littering my music folder with
  albumart.jpg's.

  It's supposed to both fetch embedded album-art first then search for
  Internet album-art last.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/809282/+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 426329] Re: Rhythmbox fails to display cover image from id3 tag

2011-08-20 Thread Exeleration-G
Yes, this is happening to me too. Rhythmbox only fetches the ID3-album
art of about 50% of the albums I'm listening to. In Banshee or iTunes,
this isn't happening.

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

Title:
  Rhythmbox fails to display cover image from id3 tag

Status in The Rhythmbox Music Management Application:
  Fix Released
Status in “rhythmbox” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  Commented about this on closed bug # 109889. No response, so opened
  new bug here.

  Rhythmbox is no longer displaying the album cover art image stored in
  the mp3's id3 tag.

  ProblemType: Bug
  Architecture: i386
  Date: Tue Sep  8 11:25:04 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: wl
  Package: rhythmbox 0.12.4-1ubuntu1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-9.29-generic
  SourcePackage: rhythmbox
  Uname: Linux 2.6.31-9-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/426329/+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