WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Bluefish editor menu icons are missing  (Read 5013 times)

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Bluefish editor menu icons are missing
« Reply #15 on: February 15, 2019, 04:50:56 PM »
@ rich

I'm getting other output when running the command from CLI than what went to the .txt file.  Particularly, output that comes AFTER the program crashes.  Is there some way to capture this easily?  (otherwise it means a LOT of re-typing).

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Bluefish editor menu icons are missing
« Reply #16 on: February 15, 2019, 05:09:16 PM »
Hi TomyTurbos
See if this catches the rest:
Code: [Select]
bluefish 2>&1 > bluefish.txt

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Bluefish editor menu icons are missing
« Reply #17 on: February 15, 2019, 05:17:32 PM »
Hi TomyTurbos
See if this catches the rest:
Code: [Select]
bluefish 2>&1 > bluefish.txt

That gave more data, but not what is on the console.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Bluefish editor menu icons are missing
« Reply #18 on: February 15, 2019, 05:22:58 PM »
Hi TomyTurbos
Place the mouse cursor over the text in the terminal. While holding down the left mouse button drag the cursor downward. This
will highlight the text. When you release the left button, the text will be copied. Open the editor and center click in the text area.
That should paste the text into the editor.

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Bluefish editor menu icons are missing
« Reply #19 on: February 15, 2019, 06:22:54 PM »
Hi TomyTurbos
Place the mouse cursor over the text in the terminal. While holding down the left mouse button drag the cursor downward. This
will highlight the text. When you release the left button, the text will be copied. Open the editor and center click in the text area.
That should paste the text into the editor.

No middle button on this hardware.
Tried a corded mouse; still not working.

This is too complicated, so I'll just type it out long-hand.

Please stand by...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Bluefish editor menu icons are missing
« Reply #20 on: February 15, 2019, 06:24:19 PM »
Hi TomyTurbos
Here's an easier way of capturing terminal activity:
Code: [Select]
script -ae bluefish.txt
bluefish 2>&1
After it crashes, enter:
Code: [Select]
exitin the terminal. The  bluefish.txt  file will have a log of the terminal activity.
« Last Edit: February 15, 2019, 06:32:23 PM by Rich »

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Bluefish editor menu icons are missing
« Reply #21 on: February 15, 2019, 09:19:43 PM »
Hi TomyTurbos
Here's an easier way of capturing terminal activity:
Code: [Select]
script -ae bluefish.txt
bluefish 2>&1
After it crashes, enter:
Code: [Select]
exitin the terminal. The  bluefish.txt  file will have a log of the terminal activity.

See the attached file.

Some annotation added.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Bluefish editor menu icons are missing
« Reply #22 on: February 15, 2019, 09:30:07 PM »
Hi TomyTurbos
Try installing  libffi5.tcz.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Bluefish editor menu icons are missing
« Reply #23 on: February 15, 2019, 09:44:47 PM »
I just tried bluefish in tc-10.x with Xvesa - it gives the following errors, but it runs and works without crashing:
Code: [Select]
$ bluefish
error reading list 1 Error opening file /home/tc/.bluefish/rcfile-2.0: No such file or directory

** (bluefish:6203): WARNING **: no configfile rcfile-2.0, try to convert config files from older versions

config file migration error 1:Error opening file /home/tc/.bluefish/rcfile_v2: No such file or directoryerror reading list 1 Error opening file /home/tc/.bluefish/rcfile-2.0: No such file or directory

** (bluefish:6203): WARNING **: failed to load plugin /usr/local/lib/bluefish/charmap.so with error libffi.so.5: cannot open shared object file: No such file or directory

Xlib:  extension "XInputExtension" missing on display ":0.0".

Maybe you could use the apps gui "check for updates" and see if you have any old extensions from previous tc versions?

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Bluefish editor menu icons are missing
« Reply #24 on: February 16, 2019, 11:41:49 AM »
@ rich: libffi5 caused it to crash immediately.  BTW, Thank you very, very, very much for the 'script' hint!

@juanito:  All up-to-date.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Bluefish editor menu icons are missing
« Reply #25 on: February 16, 2019, 01:51:17 PM »
I downloaded and ran bluefish on various TC versions, additionally uunsquashed the extension from tc-4, no rc file exists.   On investigation I found that you have to change some preferences "Edit > preferences" and "Apply" those settings, at which time bluefish creates a config file
this should remove those related error messages

Tested on TC-10 x86 with Xvesa, adwaita-icon-theme.tcz and aspell.tcz

Also be careful not to run this as root, otherwise config files may get created in /root which might be undesirable

Update:  editing preferences does indeed crest a config file and resolves the errors.  Also no issue with missing icons

I'd rather use gedit, or editor but bluefish works great
« Last Edit: February 16, 2019, 02:07:09 PM by coreplayer2 »

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Bluefish editor menu icons are missing
« Reply #26 on: February 16, 2019, 02:22:16 PM »
I downloaded and ran bluefish on various TC versions, additionally uunsquashed the extension from tc-4, no rc file exists.   On investigation I found that you have to change some preferences "Edit > preferences" and "Apply" those settings, at which time bluefish creates a config file
this should remove those related error messages

Tested on TC-10 x86 with Xvesa, adwaita-icon-theme.tcz and aspell.tcz

Also be careful not to run this as root, otherwise config files may get created in /root which might be undesirable

Update:  editing preferences does indeed crest a config file and resolves the errors.  Also no issue with missing icons

I'd rather use gedit, or editor but bluefish works great

For me anyway, I can't edit preferences.

And as I said above, I only d/l'd bluefish because it looked interesting based on it's description.

'Editor' is mostly fine for my general purposes.  I like that it highlights certain things based on their context.  But on this machine the font is too small and I don't know how to change it. 

I didn't have that problem with leafpad because I was able to figure out how to change it to a readable size, but leafpad didn't do the highlighting.

I use Notepad++ on my Windows machines and love it.  There is supposedly a notepadqq which is modeled after npp, but nobody has rolled that up for TC.   It's beyond my current skill set to even try, otherwise I already would have.

On your recommendation I'll have a look at gedit. Thanks.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Bluefish editor menu icons are missing
« Reply #27 on: February 16, 2019, 02:30:39 PM »
For me anyway, I can't edit preferences.
Why not??  preferences is the last menu item under "edit"   which opens  an applet to make the changes, then simply apply to save and create a new rc file if none existed

:)

Offline TomyTurbos

  • Jr. Member
  • **
  • Posts: 95
Re: Bluefish editor menu icons are missing
« Reply #28 on: February 16, 2019, 02:55:22 PM »
For me anyway, I can't edit preferences.
Why not??  preferences is the last menu item under "edit"   which opens  an applet to make the changes, then simply apply to save and create a new rc file if none existed

:)

Because the program crashes whenever I try to edit that, or anything else.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Bluefish editor menu icons are missing
« Reply #29 on: February 16, 2019, 03:34:13 PM »
Hmmmm

Sounds like Something’s a miss with your installation

Did you try updating database, updating reps, fetch missing deps  and update extensions?

You ran it as tc not as root right?

And which X are you using?




Sent from my iPhone using Tapatalk