[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2013-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package bluefish - 2.2.4-1

---
bluefish (2.2.4-1) experimental; urgency=low


  * New upstream release.
- Fixes mouse controlled zoom-out issue (LP: #1020925).
- Fixes tabs width issue (LP: #1065625).
  * debian/copyright: Updated.
  * debian/patches/bz679203_fix_segfault.patch: Dropped (applied upstream).
  * debian/patches/fix_segfault_blocksync.patch: Ditto.
  * debian/patches/fix_segfault_scanner.patch: Ditto.
  * debian/patches/translation_updates.patch: Ditto.
  * debian/patches/series: Adjusted.

 -- Daniel Leidert dleid...@debian.org  Sat, 09 Feb 2013 23:43:04
+0100

** Changed in: bluefish (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2013-02-14 Thread Ryan Coe
Bluefish 2.2.4 has been released

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2013-02-09 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/bluefish

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2013-02-08 Thread Deepak
i am having the same problem

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2012-11-19 Thread Bug Watch Updater
** Changed in: bluefish
   Status: Confirmed = Fix Released

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2012-11-18 Thread Bug Watch Updater
** Changed in: bluefish
   Status: Unknown = Confirmed

** Changed in: bluefish
   Importance: Unknown = Medium

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2012-11-17 Thread Daniel Leidert
** Bug watch added: GNOME Bug Tracker #688544
   https://bugzilla.gnome.org/show_bug.cgi?id=688544

** Changed in: bluefish
   Importance: Undecided = Unknown

** Changed in: bluefish
   Status: New = Unknown

** Changed in: bluefish
 Remote watch: None = GNOME Bug Tracker #688544

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2012-11-09 Thread Alexander Ivanov
@Ryan Coe: I confirm your solution to fix the problem, probably an issue
with GTK3

I've made a little (...) modification to the configure options, just so
they are consistent with the existing install environment on Ubuntu:

./configure  '--build=i686-linux-gnu' '--prefix=/usr' '--
includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--
infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var'
'--libexecdir=${prefix}/lib/bluefish' '--disable-maintainer-mode'
'--disable-dependency-tracking' '--with-icon-
path=${prefix}/share/pixmaps' '--with-theme-
path=${prefix}/share/icons/hicolor' '--with-freedesktop_org-
menu=${prefix}/share/applications' '--with-freedesktop_org-
mime=${prefix}/share/mime' '--with-xml-
catalog=${sysconfdir}/xml/catalog' '--disable-static' '--disable-xml-
catalog-update' '--disable-update-databases'
'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CFLAGS=-g -O2 -fstack-protector --param
=ssp-buffer-size=4 -Wformat -Werror=format-security' 'LDFLAGS=-Wl
,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed' 'build_alias=i686
-linux-gnu' '--with-gtk2'

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2012-11-08 Thread Ryan Coe
I have found that if I compile from source, I can work around the
problem.  Here are the commands I used:

$ ./configure --with-gtk2
$ make
$ su
# make install

The --with-gtk2 switch makes the difference.

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2012-10-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bluefish (Ubuntu)
   Status: New = Confirmed

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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


[Bug 1065625] Re: Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

2012-10-18 Thread speicherriese
** Also affects: bluefish
   Importance: Undecided
   Status: New

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

Title:
  Tabs are shown incorrectly in Bluefish on Ubuntu 12.10

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

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