[Bug 1325987] Re: shuffled keys in keyboard buffer

2019-02-18 Thread Marc Brevoort
This problem still manifests itself Ubuntu 18.10 LTS. Laptop is a few
years old but certainly not "underpowered".

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

Title:
  shuffled keys in keyboard buffer

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

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

[Bug 367372] Re: Gedit uses 100% of the CPU while editing files

2016-01-07 Thread Marc Brevoort
By the way that's gedit 3.10.4 on Ubuntu 14.04. I haven't removed ibus
as this threatens to delete a whole bunch of other stuff as well - I'm
not risking it.

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

Title:
  Gedit uses 100% of the CPU while editing files

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

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


[Bug 990947] Re: Shotwell crashes after start

2014-11-05 Thread Marc Brevoort
I'm having a crash issue as well. Running it through gdb I see shotwell crashes 
on an assertion.
Downloaded the 2014-10-31 source and built it, same issue persists.

In src/folders/Branch.vala there's an assert around line 114,

   assert(folder_entry.count  0);

Comment it out like so

// assert(folder_entry.count  0);

and add a statement before it

if (folder_entry.count==0) return;

this will prevent function remove_entry from trying to do anything if
it can't and solved the crash for me (so hey, at least I can import
photos again).

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

Title:
  Shotwell crashes after start

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

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


[Bug 1363251] Re: shotwell crash with ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion failed: (folder_entry.count 0)

2014-11-04 Thread Marc Brevoort
I've run into this error as well.
Here's what I get when running it from gdb:

mrjb@mrjb-desktop:~$ gdb shotwell 
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from shotwell...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/shotwell 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffe92d2700 (LWP 5214)]
[New Thread 0x7fffcbc63700 (LWP 5215)]
[New Thread 0x7fffbe746700 (LWP 5216)]
[New Thread 0x7fffbdf45700 (LWP 5217)]
[New Thread 0x7fffbd744700 (LWP 5218)]

(shotwell:5210): Pango-WARNING **: 
/usr/lib/x86_64-linux-gnu/pango/1.8.0/modules/pango-basic-fc.so: cannot open 
shared object file: No such file or directory
[New Thread 0x7fffb7fff700 (LWP 5219)]
[New Thread 0x7fffb77fe700 (LWP 5220)]
[Thread 0x7fffb7fff700 (LWP 5219) exited]
[New Thread 0x7fffb7fff700 (LWP 5221)]
[Thread 0x7fffb7fff700 (LWP 5221) exited]
[New Thread 0x7fffb7fff700 (LWP 5222)]
[Thread 0x7fffb7fff700 (LWP 5222) exited]
[New Thread 0x7fffb7fff700 (LWP 5223)]
[Thread 0x7fffb7fff700 (LWP 5223) exited]
[New Thread 0x7fffb7fff700 (LWP 5224)]
[New Thread 0x7fffb6885700 (LWP 5225)]
[New Thread 0x7fffb6084700 (LWP 5226)]
[New Thread 0x7fffb5883700 (LWP 5227)]
[New Thread 0x7fffb5082700 (LWP 5228)]
[New Thread 0x7fffb4881700 (LWP 5229)]
[Thread 0x7fffb7fff700 (LWP 5224) exited]
[Thread 0x7fffb5883700 (LWP 5227) exited]
[Thread 0x7fffb6084700 (LWP 5226) exited]
[Thread 0x7fffb5082700 (LWP 5228) exited]
[Thread 0x7fffb6885700 (LWP 5225) exited]
[New Thread 0x7fffb6885700 (LWP 5230)]
[New Thread 0x7fffb5082700 (LWP 5231)]
[New Thread 0x7fffb6084700 (LWP 5232)]
[New Thread 0x7fffb5883700 (LWP 5233)]
**
ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion failed: 
(folder_entry.count  0)

Program received signal SIGABRT, Aborted.
0x73c56bb9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x73c56bb9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x73c59fc8 in __GI_abort () at abort.c:89
#2  0x74271165 in g_assertion_message ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x742711fa in g_assertion_message_expr ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00581949 in ?? ()
#5  0x00581f2b in ?? ()
#6  0x7451c3b8 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x7452dd3d in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8  0x74535a29 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9  0x74536212 in g_signal_emit_by_name ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x005dcf8e in photo_set_master_file ()
#11 0x006a87f9 in monitorable_set_many_master_file ()
#12 0x006b12dd in ?? ()
#13 0x006b6a5b in ?? ()
#14 0x006b2c6b in ?? ()
#15 0x7424d703 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x7424cce5 in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x7424d048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x7424d0ec in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x747ffb9c in g_application_run ()
   from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#20 0x0068ef05 in application_start ()
#21 0x0058348a in library_exec ()
#22 0x00584369 in _vala_main ()
#23 0x00474c6a in main ()

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

Title:
  shotwell crash with
  ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion
  failed: (folder_entry.count  0)

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

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


[Bug 178962] Re: No audio output from Rosegarden in Ubuntu Studio

2010-10-02 Thread Marc Brevoort
Same problem here on vanilla Ubuntu 10.4. All Jack connections set up, there's 
no audio.
The audio mixer does not show any signal.

Interestingly, when playing audio from the Audio File Manager, there *is* 
audible JACK
playback and signal is showing in the audio mixer of Rosegarden both on Audio 
#1 
and master volume as well as the mini vu meter in the first audio track. 

However when the audio track is tragged to channel 17 (untitled audio) and 
assigned
Audio #1 and Play is clicked on main transport control, there is no sound at 
all. I have 
verified that the channel is not muted.

-- 
No audio output from Rosegarden in Ubuntu Studio
https://bugs.launchpad.net/bugs/178962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 178962] Re: No audio output from Rosegarden in Ubuntu Studio

2010-10-02 Thread Marc Brevoort
(Rosegarden 10.2, build key 651014598d)

-- 
No audio output from Rosegarden in Ubuntu Studio
https://bugs.launchpad.net/bugs/178962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


RE: [Bug 246667] Re: Failed connect to msn (nss handshake failed -8128)

2008-12-27 Thread Marc Brevoort

 Subject: [Bug 246667] Re: Failed connect to msn (nss handshake failed -8128)
 
 Hi, thanks for the report. It sounds like you fixed this issue already,
 right?

Yes, the recompile solved the problem. Probably had to do with
having both libraries available *and* having both enabled at
compile time.

In the meantime I've changed computer (clean OS install)
and the problem has not reoccurred- so my guess is that the
problem was simply caused by a very specific upgrade scenario.


_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

-- 
Failed connect to msn (nss handshake failed -8128)
https://bugs.launchpad.net/bugs/246667
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246667] Re: Failed connect to msn (nss handshake failed -8128)

2008-07-10 Thread Marc Brevoort
Removing and re-installing did not work.
What did work, however, was re-compiling with GNUTLS enabled and NSS disabled.

I pretty much followed this:
http://ubuntuforums.org/showthread.php?t=404508

Except I used
./configure --prefix=/usr --enable-gnutls=yes --enable-nss=no

So that it would not try to use both. It's working again now!

-- 
Failed connect to msn (nss handshake failed -8128)
https://bugs.launchpad.net/bugs/246667
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246667] [NEW] Failed connect to msn (nss handshake failed -8128)

2008-07-08 Thread Marc Brevoort
Public bug reported:

After ICQ connect no longer worked a few days ago, 
I tried building pidgin from source (after doing a 
sudo apt-get build-deps gaim). This worked, but without
MSN support. 

As a new package became available, I did a fresh install from the repository.
However, from home I keep not managing to connect to MSN,
even after a 'complete' remove and re-install from the apt repository.
I don't have any troubles connecting to MSN elsewhere.
No firewall (just a NAT router).

The debug window shows

(17:57:57) account: Connecting to account [EMAIL PROTECTED]
(17:57:57) connection: Connecting. gc = 0x8736ce8
(17:57:57) msn: new httpconn (0x8736678)
(17:57:57) dns: DNS query for 'gateway.messenger.hotmail.com' queued
(17:57:57) msn: C: NS 000: VER 1 MSNP9 MSNP8 CVR0
(17:57:57) dns: Created new DNS child 7121, there are now 1 children.
(17:57:57) dns: Successfully sent DNS request to child 7121
(17:57:57) dns: Got response for 'gateway.messenger.hotmail.com'
(17:57:57) dnsquery: IP resolved for gateway.messenger.hotmail.com
(17:57:57) proxy: Attempting connection to 207.46.96.154
(17:57:57) proxy: Connecting to gateway.messenger.hotmail.com:80 with no proxy
(17:57:57) proxy: Connection in progress
(17:57:57) proxy: Connected to gateway.messenger.hotmail.com:80.
(17:57:57) msn: S: NS 000: VER 1 MSNP9 MSNP8 CVR0
(17:57:57) msn: C: NS 000: CVR 2 0x0409 winnt 5.1 i386 MSNMSGR 6.0.0602 MSMSGS 
[EMAIL PROTECTED]
(17:57:57) util: Writing file prefs.xml to directory /home/mrjb/.purple
(17:57:57) util: Writing file /home/mrjb/.purple/prefs.xml
(17:57:57) msn: S: NS 000: CVR 2 8.1.0178 8.1.0178 8.1.0178 
http://msgruser.dlservice.microsoft.com/download/5/6/4/5646481F-33EF-4B08-AF00-4904F7677B89/EN/Install_WLMessenger.exe
 http://messenger.msn.com
(17:57:57) msn: C: NS 000: USR 3 TWN I [EMAIL PROTECTED]
(17:57:58) msn: S: NS 000: USR 3 TWN S 
ct=1215536240,rver=5.5.4177.0,wp=FS_40SEC_0_COMPACT,lc=1033,id=507,ru=http:%2F%2Fmessenger.msn.com,tw=0,kpp=1,kv=4,ver=2.1.6000.1,rn=1lgjBfIL,tpf=b0735e3a873dfb5e75054465196398e0
(17:57:58) dns: DNS query for 'nexus.passport.com' queued
(17:57:58) dns: Created new DNS child 7126, there are now 1 children.
(17:57:58) dns: Successfully sent DNS request to child 7126
(17:57:58) dns: Got response for 'nexus.passport.com'
(17:57:58) dnsquery: IP resolved for nexus.passport.com
(17:57:58) proxy: Attempting connection to 65.54.179.216
(17:57:58) proxy: Connecting to nexus.passport.com:443 with no proxy
(17:57:58) proxy: Connection in progress
(17:57:58) proxy: Connected to nexus.passport.com:443.

(17:57:58) nss: Handshake failed  (-8128)

(17:57:58) msn: C: NS 000: OUT
(17:57:58) account: Disconnecting account 0x86dde50
(17:57:58) connection: Disconnecting connection 0x8736ce8
(17:57:58) msn: destroy httpconn (0x8736678)
(17:57:58) connection: Destroying connection 0x8736ce8

I suspect the problem is with the handshake. Online, I've seen 
other people with failed handshakes but with a different error code.
This one seems SSL related.

I've got the gnutls library+dev package so I don't think that is
the problem.

Any ideas?

** Affects: pidgin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Failed connect to msn (nss handshake failed -8128)
https://bugs.launchpad.net/bugs/246667
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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