[Group.of.nepali.translators] [Bug 1308105] Re: [SRU] Xfce resets TV mode to NULL when power cycled

2019-03-26 Thread Sean Davis
** Summary changed:

- Xfce resets TV mode to NULL when power cycled
+ [SRU] Xfce resets TV mode to NULL when power cycled

** Also affects: nvidia-graphics-drivers (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: xfce4-settings (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-331 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: xfce4-settings (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-331 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: nvidia-graphics-drivers (Ubuntu Bionic)
   Status: New => Invalid

** Changed in: nvidia-graphics-drivers-331 (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: nvidia-graphics-drivers-331 (Ubuntu Bionic)
   Status: New => Invalid

** Changed in: xfce4-settings (Ubuntu Bionic)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1308105

Title:
  [SRU] Xfce resets TV mode to NULL when power cycled

Status in Mythbuntu:
  Confirmed
Status in xfce4-settings:
  Fix Released
Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in xfce4-settings package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers source package in Xenial:
  Invalid
Status in nvidia-graphics-drivers-331 source package in Xenial:
  Invalid
Status in xfce4-settings source package in Xenial:
  New
Status in nvidia-graphics-drivers source package in Bionic:
  Invalid
Status in nvidia-graphics-drivers-331 source package in Bionic:
  Invalid
Status in xfce4-settings source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * When a TV is power-cycled, it is no longer detected as an available 
display.
   
   * The root issue is in xfce4-settings: xfsettingsd.
   
   * The related patch correctly handles the NULL mode the TV enters when 
powered off.

  [Test Case]

   * Connect a TV to a computer running xfce4-settings 4.12.0, this can be in a 
single configuration or dual-monitor.
   
   * Power the TV off.
   
   * Power the TV on.
   
   * Expected: TV powers on and remains connected as an available display.
   
   * Actual: TV powers on and is not connected or detected.

  [Regression Potential]

   * Regression potential is minimal: The associated patch targets this
  very specific scenario and behavior, and does not interact with the
  rest of the codebase.

  [Original Report]
  I had an HTPC with Mythbuntu 12.04 installed. Upon upgrading a new behavior 
that if the TV is power cycled it no longer detects a link with the HTPC.

  When this happens I can find in the xorg log that there is an
  accompanying log item:

  [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"

  After debugging with NVIDIA at
  https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
  detected/ we've deteremined it's a X client that reacts to the RANDR
  events causing the mode to be set to NULL.

  Working through the list in an Xfce environment, the culprit is
  xfsettingsd. If xfsettingsd is running, it causes the TV to come up in
  a NULL mode. If it's killed, it remains in the mode it was previously
  running in.

  Until this is fixed, this behavior can be worked around with a simple shell 
script:
  ==
  #!/bin/sh
  #Fix TV state when HDMI link is lost.
  #By Mario Limonciello 

  OUTPUT="HDMI-0"
  BAD_MODE="1280x720"
  GOOD_MODE="1920x1080"

  for MODE in $BAD_MODE $GOOD_MODE; do
   DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
   sleep 2
  done
  ==

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1821662] Re: [SRU] xfce4-weather-plugin 0.8.11

2019-03-26 Thread Sean Davis
** Also affects: xfce4-weather-plugin (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Also affects: xfce4-weather-plugin (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: xfce4-weather-plugin (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: xfce4-weather-plugin (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Changed in: xfce4-weather-plugin (Ubuntu Disco)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1821662

Title:
  [SRU] xfce4-weather-plugin 0.8.11

Status in xfce4-weather-plugin package in Ubuntu:
  Fix Released
Status in xfce4-weather-plugin source package in Xenial:
  New
Status in xfce4-weather-plugin source package in Bionic:
  New
Status in xfce4-weather-plugin source package in Cosmic:
  New
Status in xfce4-weather-plugin source package in Disco:
  Fix Released

Bug description:
  [Impact]

   * Downstream bug: https://bugzilla.xfce.org/show_bug.cgi?id=14972

   * The met.no sunrise API version 1.1, used by xfce4-weather-plugin
  versions prior to 0.8.11, expired on 2019-02-15. As with previous
  expirations, this is expected to make the plugin stop working entirely
  at some point.

   * Ubuntu 19.04 is unaffected, as xfce4-weather-plugin 0.9.1 includes
  the newer API

   * Affected supported releases include: 16.04, 18.04, 18.10

  [Test Case]

   * Add the weather plugin to the Xfce panel.

   * Right-click on the plugin and select Preferences to configure it.

   * After configuring the plugin, click on it to show the Weather
  Report dialog.

   * Click on the details tab.
 * With version 0.8.10 and older, the following message is displayed on the 
weather details:
   Met.no sunrise API states that this version of the webservice
   is deprecated, and the plugin needs to be adapted to use
   a newer version, or it will stop working within a few months.
   Please file a bug on https://bugzilla.xfce.org if no one
   else has done so yet.
 * With version 0.8.11 and 0.9.1, this message is now longer displayed.

   * Verify that the weather forecast works with the newer version by
  right-clicking on the plugin and selecting "Refresh".

  [Regression Potential]

   * Along with the updated API, this release now uses alternate https 
connections. If SSL certificates expire (unlikely and rare), these connections 
will fail:
 http://geoip.xfce.org/ -> https://geoip.xfce.org/
 http://api.geonames.org -> https://secure.geonames.org

   * Other regression potential is minimal.

  [0.8.11 Release Notes]

  - Use the latest sunrise API (2.0) (bug #14972)
  - Use https for all connections
  - Fix link to the met.no logo
  - Translation updates: Albanian, Belarusian, Catalan, Chinese (China),
Danish, Dutch, French, Hungarian, Korean, Lithuanian, Russian, Swedish

  https://git.xfce.org/panel-plugins/xfce4-weather-
  plugin/log/?h=master-0.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-weather-plugin/+bug/1821662/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1514912] Re: Thunar crash while copying files (segfault / possible clash with gnome.zeitgeist.Engine)

2018-08-06 Thread Sean Davis
** Also affects: thunar (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: thunar (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: thunar (Ubuntu Bionic)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1514912

Title:
  Thunar crash while copying files (segfault / possible clash with
  gnome.zeitgeist.Engine)

Status in thunar:
  Fix Released
Status in thunar package in Ubuntu:
  Confirmed
Status in thunar source package in Xenial:
  New
Status in thunar source package in Bionic:
  Fix Released

Bug description:
  Crash while drag+dropping five files from one folder to a subfolder.
  Long file / folder names with unusual characters.

  Thunar hung, then crashed.

  Logs attached.

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1615286] Re: xfce - screen turns black after power off/power on

2018-08-06 Thread Sean Davis
** Also affects: xfce4-settings (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: xfce4-settings (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: xfce4-settings (Ubuntu Bionic)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1615286

Title:
  xfce - screen turns black after power off/power on

Status in Linux Mint:
  New
Status in xfce4-settings:
  New
Status in xfce4-settings package in Ubuntu:
  Confirmed
Status in xfce4-settings source package in Xenial:
  New
Status in xfce4-settings source package in Bionic:
  Fix Released

Bug description:
  Just installed Linux Mint 18 with XFCE (reformatted the partition, but
  recopied some files from ~/.config); previously using Linux Mint 17
  with KDE and no related issues. I am using mdm. I have an i3 with
  Intel HD Graphics 4400, and a standard LCD monitor connected via HDMI
  to my desktop PC.

  If I turn my display off, due to any of the following:

  - Configuring "Blank after X minutes" in Power Manager and waiting for X 
minutes;
  - Physically pressing the "power off" button on my monitor;
  - Suspending and then resuming my session;

  Then, when turning the screen back on, it does not work anymore:
  everything is black, and after a few seconds the monitor reports "no
  signal".

  Keyboard and mouse still work, I can toggle the Num lock light on the
  keyboard, for instance, and switch via Ctrl+Alt+F1 to a terminal. If I
  do so and run "xrand -d :0.0 --auto" (as recommended in one forum for
  an user having similar issues), I get "xrandr: Configure crtc 0
  failed". If I try the exact same command before turning the screen off
  (also using a Ctrl+Alt+F1 terminal, for instance), I get no message,
  but because the screen is already on, nothing happens.

  I tried looking at dmesg and /var/log/syslog to find relevant error
  messages, but nothing seems immediate to me. I can try using other
  display managers or anything else that can help debug the issue.

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-09-19 Thread Sean Davis
Yakkety is EOL as of July 20, 2017

** Changed in: thunar (Ubuntu Yakkety)
   Status: Fix Committed => Won't Fix

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1679488

Title:
  Thunar freezes when left inactive for a while

Status in thunar package in Ubuntu:
  Fix Released
Status in thunar source package in Xenial:
  Fix Released
Status in thunar source package in Yakkety:
  Won't Fix
Status in thunar source package in Zesty:
  Fix Released
Status in thunar source package in Artful:
  Fix Released

Bug description:
  [Impact]

   * Thunar freezes after a period of inactivity.
   * The process has to completely stopped so the user can resume usage.
   * Users have reported the issue to happen more frequently when files have 
been modified in the current directory.
   * Several affected users have reported the issue resolved with this patch.

  [Test Case]

   * Open Thunar and wait.
   * Use another application to create files in the current directory.
   * After some time, the application will become unresponsive.

  [Regression Potential]

   * The patch eliminates a deadlock in Thunar's file monitor mechanism, so 
regression potential is small.
   * Since Thunar will no longer freeze over time with this fix, other bugs 
could become more pronounced. 

  [Original Report]

  Thunar keeps constantly freezing when I leave it inactive for a while.

  I haven't seen it freeze while using it, but when I use some other
  application for a while and switch back to Thunar window it is often
  completely frozen and I have to kill it. Zero CPU usage, window not
  responding. This started to happen a couple of weeks ago.

  I have the exact same problem in two different installations, one on
  virtual machine on Windows, other on a Asus Zenbook laptop.

  Ubuntu 16.04.1 LTS
  Thunar 1.6.10-2ubuntu1

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1688056] Re: Package outdated

2017-09-18 Thread Sean Davis
Yakkety is EOL as of July 20, 2017.

** Changed in: xfce4-weather-plugin (Ubuntu Yakkety)
   Status: Fix Committed => Won't Fix

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1688056

Title:
  Package outdated

Status in Xfce4 weather plugin:
  Invalid
Status in xfce4-weather-plugin package in Ubuntu:
  Invalid
Status in xfce4-weather-plugin source package in Xenial:
  Fix Released
Status in xfce4-weather-plugin source package in Yakkety:
  Won't Fix

Bug description:
  [Impact]

   * The API that powers xfce4-weather-plugin has changed.
   * As a result, xfce4-weather-plugin 0.8.6 is no longer able to connect and 
is functionally useless.
   * The latest version, 0.8.9 supports the latest API and works in Xenial.

  [Test Case]

   * Right click on the Xfce panel.
   * Go to Panel > Add New Items
   * Add "Weather Update" and configure it.
   * Nothing more happens.
   * Install 0.8.9.
   * Restart the panel (possibly the session)
   * Configure the plugin.
   * Current weather information is retrieved and displayed.

  [Regression Potential]

   * The only changes since 0.8.6 are translation updates, compiler warnings, 
and the new API endpoints.
   * As a result, regression potential is minimal until the API changes again.

  [Original Report]

  There is a new version because weather datacenter changed api:

  https://bugzilla.xfce.org/show_bug.cgi?id=13527

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-weather-plugin/+bug/1688056/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-06-30 Thread Sean Davis
Reverted, thanks Marf.

** Changed in: thunar (Ubuntu Xenial)
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1679488

Title:
  Thunar freezes when left inactive for a while

Status in thunar package in Ubuntu:
  Fix Released
Status in thunar source package in Xenial:
  Fix Committed
Status in thunar source package in Yakkety:
  Fix Committed
Status in thunar source package in Zesty:
  Fix Committed
Status in thunar source package in Artful:
  Fix Released

Bug description:
  [Impact]

   * Thunar freezes after a period of inactivity.
   * The process has to completely stopped so the user can resume usage.
   * Users have reported the issue to happen more frequently when files have 
been modified in the current directory.
   * Several affected users have reported the issue resolved with this patch.

  [Test Case]

   * Open Thunar and wait.
   * Use another application to create files in the current directory.
   * After some time, the application will become unresponsive.

  [Regression Potential]

   * The patch eliminates a deadlock in Thunar's file monitor mechanism, so 
regression potential is small.
   * Since Thunar will no longer freeze over time with this fix, other bugs 
could become more pronounced. 

  [Original Report]

  Thunar keeps constantly freezing when I leave it inactive for a while.

  I haven't seen it freeze while using it, but when I use some other
  application for a while and switch back to Thunar window it is often
  completely frozen and I have to kill it. Zero CPU usage, window not
  responding. This started to happen a couple of weeks ago.

  I have the exact same problem in two different installations, one on
  virtual machine on Windows, other on a Asus Zenbook laptop.

  Ubuntu 16.04.1 LTS
  Thunar 1.6.10-2ubuntu1

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1688056] Re: Package outdated

2017-06-08 Thread Sean Davis
** Also affects: xfce4-weather-plugin (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1688056

Title:
  Package outdated

Status in Xfce4 weather plugin:
  Invalid
Status in xfce4-weather-plugin package in Ubuntu:
  Invalid
Status in xfce4-weather-plugin source package in Xenial:
  Fix Committed
Status in xfce4-weather-plugin source package in Yakkety:
  New

Bug description:
  [Impact]

   * The API that powers xfce4-weather-plugin has changed.
   * As a result, xfce4-weather-plugin 0.8.6 is no longer able to connect and 
is functionally useless.
   * The latest version, 0.8.9 supports the latest API and works in Xenial.

  [Test Case]

   * Right click on the Xfce panel.
   * Go to Panel > Add New Items
   * Add "Weather Update" and configure it.
   * Nothing more happens.
   * Install 0.8.9.
   * Restart the panel (possibly the session)
   * Configure the plugin.
   * Current weather information is retrieved and displayed.

  [Regression Potential]

   * The only changes since 0.8.6 are translation updates, compiler warnings, 
and the new API endpoints.
   * As a result, regression potential is minimal until the API changes again.

  [Original Report]

  There is a new version because weather datacenter changed api:

  https://bugzilla.xfce.org/show_bug.cgi?id=13527

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-weather-plugin/+bug/1688056/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-05-24 Thread Sean Davis
** Description changed:

+ [Impact]
+ 
+  * Thunar freezes after a period of inactivity.
+  * The process has to completely stopped so the user can resume usage.
+  * Users have reported the issue to happen more frequently when files have 
been modified in the current directory.
+  * Several affected users have reported the issue resolved with this patch.
+ 
+ [Test Case]
+ 
+  * Open Thunar and wait.
+  * Use another application to create files in the current directory.
+  * After some time, the application will become unresponsive.
+ 
+ [Regression Potential]
+ 
+  * The patch eliminates a deadlock in Thunar's file monitor mechanism, so 
regression potential is small.
+  * Since Thunar will no longer freeze over time with this fix, other bugs 
could become more pronounced. 
+ 
+ [Original Report]
+ 
  Thunar keeps constantly freezing when I leave it inactive for a while.
  
  I haven't seen it freeze while using it, but when I use some other
  application for a while and switch back to Thunar window it is often
  completely frozen and I have to kill it. Zero CPU usage, window not
  responding. This started to happen a couple of weeks ago.
  
  I have the exact same problem in two different installations, one on
  virtual machine on Windows, other on a Asus Zenbook laptop.
  
  Ubuntu 16.04.1 LTS
  Thunar 1.6.10-2ubuntu1

** Also affects: thunar (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: thunar (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: thunar (Ubuntu Artful)
   Importance: Undecided
   Status: Fix Released

** Also affects: thunar (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1679488

Title:
  Thunar freezes when left inactive for a while

Status in thunar package in Ubuntu:
  Fix Released
Status in thunar source package in Xenial:
  New
Status in thunar source package in Yakkety:
  New
Status in thunar source package in Zesty:
  New
Status in thunar source package in Artful:
  Fix Released

Bug description:
  [Impact]

   * Thunar freezes after a period of inactivity.
   * The process has to completely stopped so the user can resume usage.
   * Users have reported the issue to happen more frequently when files have 
been modified in the current directory.
   * Several affected users have reported the issue resolved with this patch.

  [Test Case]

   * Open Thunar and wait.
   * Use another application to create files in the current directory.
   * After some time, the application will become unresponsive.

  [Regression Potential]

   * The patch eliminates a deadlock in Thunar's file monitor mechanism, so 
regression potential is small.
   * Since Thunar will no longer freeze over time with this fix, other bugs 
could become more pronounced. 

  [Original Report]

  Thunar keeps constantly freezing when I leave it inactive for a while.

  I haven't seen it freeze while using it, but when I use some other
  application for a while and switch back to Thunar window it is often
  completely frozen and I have to kill it. Zero CPU usage, window not
  responding. This started to happen a couple of weeks ago.

  I have the exact same problem in two different installations, one on
  virtual machine on Windows, other on a Asus Zenbook laptop.

  Ubuntu 16.04.1 LTS
  Thunar 1.6.10-2ubuntu1

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1512120] Re: thunar crashes on file renaming

2017-02-20 Thread Sean Davis
This bug was fixed with the thunar 1.6.11 upload to zesty.

thunar (1.6.11-0ubuntu1) devel; urgency=medium

  * New upstream bugfix release.
- Drop patches from upstream.

 -- Unit 193   Wed, 15 Feb 2017 16:47:31 -0500

** Also affects: thunar (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: thunar (Ubuntu Zesty)
   Importance: High
 Assignee: Marcos (wstlmn)
   Status: Confirmed

** Also affects: thunar (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: thunar (Ubuntu Zesty)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1512120

Title:
  thunar crashes on file renaming

Status in thunar:
  Fix Released
Status in thunar package in Ubuntu:
  Fix Released
Status in thunar source package in Xenial:
  New
Status in thunar source package in Yakkety:
  New
Status in thunar source package in Zesty:
  Fix Released

Bug description:
  [Impact] 
   * Thunar crashes frequently when renaming files.
   * All open Thunar windows are closed, disrupting a user's workflow.
   * There have been several patches addressing this issue since the bug 
 was originally reported, and numerous users are now reporting that 
 the issue is resolved.

  [Test Case]
   * Backup the file you will be testing to a different location.
   * Rename or move a file several times. When present, the bug may cause
 Thunar to crash on the first rename or after several.

  [Regression Potential] 
   * The patches have not been tested in all possible configurations,
 and could result in unexpected behavior (possibly additional crashing).
   * However, with the frequency that this bug crashes Thunar with the
 existing package, any reduction in the number of crashes are welcome.
   * Since Thunar is a file manager, there is a risk of data loss when
 testing this bug and potentially instigating a crash.

  [Original Report]
  When renaming files in a folder while re-sorting similarly named files, 
thunar crashes fairly often. Apport does not detect the crashes.

  Running thunar in valgrind produces these log entries in the moment of
  the crash:

  ==28859== Thread 1:
  ==28859== Invalid read of size 1
  ==28859==at 0x04c2ffd3: strcmp (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  ==28859==by 0x0014590c: thunar_file_compare_by_name (within 
/usr/bin/thunar)
  ==28859==by 0x00153e3d: thunar_list_model_cmp_func (within 
/usr/bin/thunar)
  ==28859==by 0x07e4da23: ??? (in 
/lib/x86_64-linux-gnu/libglib-2.0.so.0.4600.1)
  ==28859==Address 0x0 is not stack'd, malloc'd or (recently) free'd
  ==28859==
  ==28859== Process terminating with default action of signal 11 (SIGSEGV)
  ==28859== Access not within mapped region at address 0x0
  ==28859==at 0x04c2ffd3: strcmp (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  ==28859==by 0x0014590c: thunar_file_compare_by_name (within 
/usr/bin/thunar)
  ==28859==by 0x00153e3d: thunar_list_model_cmp_func (within 
/usr/bin/thunar)
  ==28859==by 0x07e4da23: ??? (in 
/lib/x86_64-linux-gnu/libglib-2.0.so.0.4600.1)
  ==28859==If you believe this happened as a result of a stack
  ==28859==overflow in your program's main thread (unlikely but
  ==28859==possible), you can try to increase the size of the
  ==28859==main thread stack using the --main-stacksize= flag.
  ==28859==The main thread stack size used in this run was 8388608.
  ==28859==
  ==28859== HEAP SUMMARY:
  ==28859== in use at exit: 11,169,056 bytes in 101,668 blocks
  ==28859== total heap usage: 8,917,549 allocs, 8,815,881 frees, 736,520,410 
bytes allocated
  ==28859==
  ==28859== For counts of detected and suppressed errors, rerun with: -v
  ==28859== Use --track-origins=yes to see where uninitialised values come from
  ==28859== ERROR SUMMARY: 1046 errors from 45 contexts (suppressed: 0 from 0)
  ==28859==

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: thunar 1.6.10-1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Nov  1 18:57:09 2015
  InstallationDate: Installed on 2015-02-05 (268 days ago)
  InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150205)
  SourcePackage: thunar
  UpgradeStatus: Upgraded to wily on 2015-05-28 (156 days ago)

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp