You are not logged in.
Hi! I'm experiencing problems with Bluefish. The problem is that it doesn't show line numbers. That problem persisted on XFCE + Arc theme, and also on KDE with Breeze GTK theme. And on the other hand, Geany, that i've been using as substitute works with out a problem, as you can see on pictures.
Could it be missing package. or something else?
Thnx in advance
Genay and Bluefish side by side
https://drive.google.com/open?id=0B7nbE … C1EU1RBd28
Bluefish settings
https://drive.google.com/open?id=0B7nbE … jF4RGRycFk
Last edited by nenadsky (2016-05-19 22:48:22)
Offline
Offline
I tried on default gtk adwaita theme, and no, theme is not a problem...
I do not speak English, but I understand...
Online
The problem is currently under investigation by bluefish developer.
https://bugzilla.gnome.org/show_bug.cgi?id=765699
Offline
So, we have to wait for solution...
Offline
Did anyone tried the patch mentioned in#15 from the link provide by jib2?
I tried to add it to the PKGBUILD, but received this error.
My gtk-3 version: 3.20.4-2, adwaita theme
$ makepkg
==> Making package: bluefish 2.2.8-2 (Thu Jun 9 07:25:42 CEST 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found bluefish-2.2.8.tar.bz2
-> Found bluefish-2.2.8.tar.bz2.sig
-> Found bluefish_linenumbers.patch
==> Validating source files with sha1sums...
bluefish-2.2.8.tar.bz2 ... Passed
bluefish-2.2.8.tar.bz2.sig ... Skipped
bluefish_linenumbers.patch ... Passed
==> Verifying source file signatures with gpg...
bluefish-2.2.8.tar.bz2 ... Passed
==> Extracting sources...
-> Extracting bluefish-2.2.8.tar.bz2 with bsdtar
==> Starting prepare()...
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- src/bftextview2.c (revision 8644)
|+++ src/bftextview2.c (working copy)
--------------------------
File to patch:
Skip this patch? [y] n
File to patch: src/bftextview2.c
patching file src/bftextview2.c
Hunk #7 FAILED at 1686.
Hunk #8 succeeded at 3049 (offset -8 lines).
Hunk #9 succeeded at 3059 (offset -8 lines).
Hunk #10 succeeded at 3068 (offset -8 lines).
1 out of 10 hunks FAILED -- saving rejects to file src/bftextview2.c.rej
==> ERROR: A failure occurred in prepare().
Aborting...
Offline
The patch probably doesn't apply cleanly because it was created against current SVN trunk not the 2.2.8 source.
I attached a patch to a bug I reported for Fedora 24 that should work for you against the 2.2.8 source.
https://bugzilla.redhat.com/show_bug.cgi?id=1343308
I was going to report a bug in the arch Linux bugtracker, but for some reason I'm having issues loading the page.
Last edited by jimh6583 (2016-06-11 15:10:36)
Offline
@jimh6583, I compiled with your provided patch and the linenumbers are back, thanks.
Offline