[Bug 1323594] [NEW] vpn auto-connect works, but doesn't connect automatically when network is available.

2014-05-27 Thread Minos
Public bug reported:

I'm having a bug in Ubuntu Trusty Tahr 14.04 LTS. The issue I'm having
is that with a connection set to auto-connect to a PPTP-vpn, it does not
auto-connect when (wireless)-network becomes available.

Syslog returns this error:

error [1401130450.367538] [nm-vpn-connection.c:1374] get_secrets_cb():
Failed to request VPN secrets #2: (6) No agents were available for this
request.

However it does connect when when connecting to the particular
connection manually. e.g. I select the wireless network in the network-
manager.

This bug seems related to bugs:
#280571
#1297849
#1247682 
#1298047

The difference between my situation and the others is that vpn-
autoconnect does work, it just doesn't work automatically.

** Affects: network-manager (Ubuntu)
 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/1323594

Title:
  vpn auto-connect works, but doesn't connect automatically when network
  is available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1323594/+subscriptions

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


[Bug 280571] Re: NetworkManager does not auto-connect to VPNs marked Connect Automatically

2014-05-27 Thread Minos
I have filed bug #1323594.

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

Title:
  NetworkManager does not auto-connect to VPNs marked Connect
  Automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/280571/+subscriptions

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


[Bug 763510] Re: Evolution freezes while browsing Google address book

2011-09-06 Thread Panagiotis Minos
** Changed in: evolution (Ubuntu)
   Status: Expired = New

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

Title:
  Evolution freezes while browsing Google address book

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

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


[Bug 763510] Re: Evolution freezes while browsing Google address book

2011-09-05 Thread Panagiotis Minos
Hi,

I had the same problem with my Personal contacts, it happens when I
click on a contact with two or more IM accounts and evolution must
render the icons for the account in the Contact Preview window.

The problem seems to be in the package libgdk-pixbuf2.0-0. More specific
the function gdk_pixbuf_loader_load_module (file gdk-pixbuf-loader.c)
seems to call _gdk_pixbuf_lock but does not call _gdk_pixbuf_unlock.

After applying the following patch, the problem seems to disappear.

** Patch added: gdk-pixbuf-2.23.3 patch
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/763510/+attachment/2356496/+files/gdk-pixbuf-2.23.3-evolution.patch

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

Title:
  Evolution freezes while browsing Google address book

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

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


[Bug 446398] Re: Broken context-sensitive spell check (Greek, maybe more)

2011-05-23 Thread Panagiotis Minos
Currently i use 11.04 (natty) and i can confirm that this bug is not an
issue any more for this version and the previous one (maverick).

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

Title:
  Broken context-sensitive spell check (Greek, maybe more)

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


[Bug 10713] Re: Broken context-sensitive spell check in Evolution (Greek, Hebrew)

2009-10-13 Thread Panagiotis Minos
I added the patch to GNOME Bugzilla.
(https://bugzilla.gnome.org/show_bug.cgi?id=344008)

It seems  it will be added for GtkHtml 2.28.1.

-- 
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 10713] Re: Broken context-sensitive spell check in Evolution (Greek, Hebrew)

2009-10-08 Thread Panagiotis Minos
Spelling suggestion for Greek words have been stopped working for
several months because in the file gtkhtml/htmlengine.c, function
html_engine_spell_word_is_valid, the following code returns a gunichar
but the result is truncated to gchar.

prev = html_cursor_get_prev_char (e-cursor);
curr = html_cursor_get_current_char (e-cursor);

This means that the spelling suggestions should stop working for all
words that contain Non-ASCII Characters.

the local variables  gchar prev, curr;
must be replaced by gunichar prev, curr;

I have tested this on Ubuntu 9.04 (jaunty) and it seems to work.

I will attach a patch.

** Attachment added: Reenable spelling suggestions for words containing 
Non-ASCII Characters
   http://launchpadlibrarian.net/33298979/gtkhtml3.14-3.26.0.patch

-- 
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 10713] Re: Broken context-sensitive spell check in Evolution (Greek, Hebrew)

2009-10-08 Thread Panagiotis Minos
 The bug you are commenting on is not new from several months, could
you open a new one?

You are right. Spelling suggestion for Greek words is not working for years.
I will prepare a report and open a new bug.

Thank you for your reply.

-- 
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 446398] Re: Broken context-sensitive spell check (Greek, maybe more)

2009-10-08 Thread Panagiotis Minos

** Attachment added: Reenable spelling suggestions for words containing 
Non-ASCII Characters
   http://launchpadlibrarian.net/33301865/gtkhtml3.14-3.26.0.patch

-- 
Broken context-sensitive spell check (Greek, maybe more)
https://bugs.launchpad.net/bugs/446398
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 446398] [NEW] Broken context-sensitive spell check (Greek, maybe more)

2009-10-08 Thread Panagiotis Minos
Public bug reported:

Binary package hint: gtkhtml3.14

gtkhtml version 3.14, possibly others (this bug exist for years)
Operating system: Ubuntu 9.04

Spelling suggestion for Greek words is not working in evolution and
possibly other applications because in the file gtkhtml/htmlengine.c,
function html_engine_spell_word_is_valid, the following code returns a
gunichar but the result is truncated to gchar.

gchar prev, curr;
prev = html_cursor_get_prev_char (e-cursor);
curr = html_cursor_get_current_char (e-cursor);

This means that the spelling suggestions may stop working for all words
that contain Non-ASCII Characters.

the local variables  gchar prev, curr;
must be replaced by gunichar prev, curr;

I have tested this on Ubuntu 9.04 (jaunty) and it seems to work.

I attached a patch for gtkhtml3.14-3.26.0

** Affects: gtkhtml3.14 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Broken context-sensitive spell check (Greek, maybe more)
https://bugs.launchpad.net/bugs/446398
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