[Bug 1489977] Re: Nautilus no thumbnails and high cpu usage

2019-02-12 Thread Sebastien Bacher
Great, thanks for following up, closing the bug

** Changed in: nautilus (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Nautilus  no thumbnails and high cpu usage

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

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

Re: [Bug 1489977] Re: Nautilus no thumbnails and high cpu usage

2019-02-11 Thread Onlycparra
In my two machines with up to date Ubuntu 18.04 and up to date Ubuntu
18.10. I can NOT see the undesirable behavior described above.

It seems that it was solved. Thanks.
On Feb 8 2019, at 5:47 am, Sebastien Bacher  wrote:
Do you still see the issue in the newer version?

** Changed in: nautilus (Ubuntu)
Importance: Undecided => Low

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

--
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1489977

Title:
Nautilus no thumbnails and high cpu usage

Status in nautilus package in Ubuntu:
Incomplete

Bug description:
When ever I open nautilus in a folder with files that could have
thumbnail it does not show thumbnails and it consume so much CPU power
that the fan of my computer become noisy.

I'm on Ubuntu gnome 15.04

Thumbnail only shows the clock symbol on the file without showing
thumbnail and it keep using about 10% without me even using it. When I
close Nautilus I see no problem. I'm using PCManFM and I don't see
thumbnail there but I do not notice any change in CPU usage.

When I go to a folder without file to preview CPU usage drop. I
noticed that mostly in folders with many files to preview and after
about 2 minutes of leaving it open.

What I saw:
1. No thumbnails
2. High CPU usage

How to reproduce:
1. open nautilus on a folder with some files that show preview (Images, 
PDF..etc)
2. Wait for two minutes

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: nautilus 1:3.14.2-0ubuntu9
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Aug 28 20:28:16 2015
EcryptfsInUse: Yes
GsettingsChanges:

InstallationDate: Installed on 2015-06-06 (83 days ago)
InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 (20150422)
JournalErrors: Error: command ['journalctl', '-b', '--priority', 'warning'] 
failed with exit code 1: No journal files were found.
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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

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

Title:
  Nautilus  no thumbnails and high cpu usage

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

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

[Bug 1489977] Re: Nautilus no thumbnails and high cpu usage

2019-02-08 Thread Sebastien Bacher
Do you still see the issue in the newer version?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  Nautilus  no thumbnails and high cpu usage

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

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

[Bug 1489977] Re: Nautilus no thumbnails and high cpu usage

2017-05-17 Thread Denis Lochman
Any solution to this? I experience the same issue on Ubuntu GNOME 16.04.

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

Title:
  Nautilus  no thumbnails and high cpu usage

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

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


[Bug 1489977] Re: Nautilus no thumbnails and high cpu usage

2016-05-01 Thread PeterPall
In my case this seems to be caused by an extension: If I kill nautilus
and then start it from the command line I get an endless stream of:

AttributeError: Dummy instance has no attribute 'find_repository_path'
None
ERROR   rabbitvcs.services.checkerservice   
org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/services/checkerservice.py", 
line 185, in GenerateMenuConditions
path_dict = self.status_checker.generate_menu_conditions(upaths)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/services/statuschecker.py", 
line 55, in generate_menu_conditions
conditions = MainContextMenuConditions(self.vcs_client, paths)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/util/contextmenu.py", line 
1207, in __init__
self.generate_statuses(paths)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/util/contextmenu.py", line 
1217, in generate_statuses
statuses_tmp = self.vcs_client.statuses(path)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/vcs/__init__.py", line 210, 
in statuses
client = self.client(path)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/vcs/__init__.py", line 189, 
in client
return self.git(guess["repo_path"], is_repo_path=False)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/vcs/__init__.py", line 117, 
in git
repo_path = git.find_repository_path(path)
AttributeError: Dummy instance has no attribute 'find_repository_path'
None

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

Title:
  Nautilus  no thumbnails and high cpu usage

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

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


[Bug 1489977] Re: Nautilus no thumbnails and high cpu usage

2015-11-05 Thread Onlycparra
Exactly the same problem, same distribution, same description.
I can't get any thumbnail and CPU usage gets very high.

I have also noticed that ~/.thumbnails don't exists, I'm not if it is or
not normal on this distribution.

After I have been created the folder, the problem continues with no
changes.

What I see:
1. No thumbnails in any folder
2. High CPU usage and noisy vent because of that.

How to reproduce it:
1. Open nautilus on a folder *with some files that show preview* (Images, 
PDF..etc)
2. Wait for two minutes or less

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

Title:
  Nautilus  no thumbnails and high cpu usage

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

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


[Bug 1489977] Re: Nautilus no thumbnails and high cpu usage

2015-11-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Nautilus  no thumbnails and high cpu usage

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

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