Bleachbit 1.8 linux show option "Windows Explorer"

Bug #1471884 reported by Tomás F. L.
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
BleachBit
Fix Released
Medium
Unassigned

Bug Description

Hello.

I'm using Bleachbit 1.8 on linux Manjaro 0.8.13 OpenRC and in options to delete is displayed as the option of the "Windows Explorer". Attached is a screen capture.

Revision history for this message
Tomás F. L. (v17564) wrote :
Revision history for this message
Andrew Ziem (ahziem1) wrote :

Which method did you use to install? Using a package manager? Download from source and "make install"?

Changed in bleachbit:
milestone: none → 1.10
Revision history for this message
Tomás F. L. (v17564) wrote :

I use the package manager of the distribution, Paman which is the graphical interface of Pacman.

Revision history for this message
Andrew Ziem (ahziem1) wrote :

I agree Windows Explorer should never show on Linux.

If you right click on each sub-option of Windows Explorer (Ejecutar, Historial de busquedas, and the others) and choose Preview, does the preview log show any files that could be deleted?

Changed in bleachbit:
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
Andrew Ziem (ahziem1) wrote :

Please disregard my last question.

Fixed in Fbff4d31

Changed in bleachbit:
status: Triaged → Fix Committed
Revision history for this message
Andrew Ziem (ahziem1) wrote :

Please test the fix in BleachBit 1.9.2 beta
http://bleachbit.sourceforge.net/news/bleachbit-192-beta

And please feel free to add a comment to this bug ticket whether the new release fixes the reported issue.

Changed in bleachbit:
status: Fix Committed → Fix Released
Revision history for this message
Tomás F. L. (v17564) wrote :

Hi.
My system is Manjaro OpenRC (derive of Arch). I download the "bleachbit-1.9.2.tar.bz2" and run the commands in readme.md:

make -C po local # build translations
python bleachbit.py

Also exec the command after the make:
  * Copy locally for running without system installation
  for mofile in fo.mo ...
  done

python bleachbit.py don't work:
  #python bleachbit.py
    File "bleachbit.py", line 44
       print "Could not open X display"
                                                               ^
  SyntaxError: Missing parentheses in call to 'print'

^ are below last "

i run "Now you can run cd ..; python bleachbit/GUI.py" from message after the make and don't work:
  # python bleachbit/GUI.py
    File "bleachbit/GUI.py", line 376
      except Exception, e:
                                     ^
  SyntaxError: invalid syntax

^ are below ,

Revision history for this message
Tomás F. L. (v17564) wrote :

My Python version:

# python
Python 3.5.0 (default, Sep 20 2015, 11:28:25)
[GCC 5.2.0] on linux

Revision history for this message
Andrew Ziem (ahziem1) wrote :

BleachBit requires Python 2.5, 2.6, or 2.7 (not 3)

https://bleachbit.github.io/docs/doc/install-on-linux.html

Revision history for this message
Tomás F. L. (v17564) wrote :

Manjaro is a rolling release distribution and install the latest versions of programs.

We will have to wait to Bleachbit being upgraded with the distribution.

Thanks.

Revision history for this message
Andrew Ziem (ahziem1) wrote :

Tomás,

If Manjaro has BleachBit version 1.8 working now, then you have Python version 2 somewhere. Sometimes it is the "python2" or "python27" commands, so maybe one of these would work

python2 bleachbit/GUI.py
python27 bleachbit/GUI.py

Revision history for this message
Tomás F. L. (v17564) wrote :

Hi.

I search and found python2 installed. I run "python2 bleachbit"and "python2 bleachbit/GUI.py" and the two works fine, not show "Windows Explorer".

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.