[Bug 294441] kmail stays in offline mode, unable to send emails

2012-03-12 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441

--- Comment #24 from wazyk eric.lemou...@gmail.com ---
Thanks Lamarque.
Nice you joined the offline crew for help.

It may be an Arch only issue, yes, introduced in 4.8.

Now, since setting my connection as System connection kind of fixed the issue
for me (at boot time and resume only, reconnection after disconnection makes me
offline), can it be a permission issue ?

How is networkstatus supposed to behave ?

On boot, since networkmanager is not connected, it is ok for me that
networkstatus sends value 1.
But when networkmanager is connected kded daemon should notify it to the system
and send value 4.

Is there a way to track that more precisely ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-03-12 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441

--- Comment #33 from wazyk eric.lemou...@gmail.com ---
Has anybody opened a request/bug under Archlinux with all the upper gatherd
infos ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-03-12 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441

--- Comment #34 from wazyk eric.lemou...@gmail.com ---
BTW, Ntrack seems to be a kdebase-runtime dependancy since a long time now.
Something must be broken with 4.8 around it.
A agree that Ntrack must not be involved in any way when NetworkManager is
used.

The command:
dbus-monitor --system
type='signal',sender='org.freedesktop.NetworkManager',interface='org.freedesktop.NetworkManager'
gives me this output:
signal sender=org.freedesktop.DBus - dest=:1.51 serial=2
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
   string :1.51
No error, so I guess it is ok for permission stuff.

Hope that Arch packagers/mainterner of KDE will fix that soon

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-03-12 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441

--- Comment #41 from wazyk eric.lemou...@gmail.com ---
https://bugs.archlinux.org/task/28850
Looks like Ntrack dependency is removed in next update

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-03-04 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441

--- Comment #16 from wazyk eric.lemou...@gmail.com ---
Got broblem fixed by doing this :

In Systemsettings  Network. In Network connections menu, select Wireless
tab. Select current wireless connection and click modifiy.
Under Connection name is a check box with System connection. Check this box
apply everything (nay need passord).
Reboot (maybe logout is sufficient, no tried).

Now qdbus org.kde.kded /modules/networkstatus
org.kde.Solid.Networking.Client.Status retruns 4 and no offline popup from
kmail when opening it.

Now I need to validate that solution has no side effect. I just feel my wifi
connection drops more since...

Hope that helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-03-04 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441

--- Comment #17 from wazyk eric.lemou...@gmail.com ---
(In reply to comment #16)
 Got broblem fixed by doing this :
 
 In Systemsettings  Network. In Network connections menu, select
 Wireless tab. Select current wireless connection and click modifiy.
 Under Connection name is a check box with System connection. Check this
 box apply everything (nay need passord).
 Reboot (maybe logout is sufficient, no tried).
 
 Now qdbus org.kde.kded /modules/networkstatus
 org.kde.Solid.Networking.Client.Status retruns 4 and no offline popup from
 kmail when opening it.
 
 Now I need to validate that solution has no side effect. I just feel my wifi
 connection drops more since...
 
 Hope that helps.

PS: Given menu names may not be accurate because my system is in French

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-03-02 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441





--- Comment #14 from wazyk eric lemoussu gmail com  2012-03-02 09:15:25 ---

(In reply to comment #9)
 I even think the problem might be in Hardware Integration Configuration with
 Solid (System settings - Information sources). The network management 
 backend
 does not correctly report the online status. Even when I start Kopete it 
 starts
 in offline mode, even though I've set initial status as 'online'. Obviously it
 detects that system is offline in the same way kmail detects that, and that is
 through information sources or Solid...
 
 So I think this bug is not necessarily a bug in kmail, but a bug in system
 settings/information sources-network management backend (i.e. Solid).

When running:
qdbus --system org.freedesktop.NetworkManager /org/freedesktop/NetworkManager
org.freedesktop.NetworkManager.state
I get result 70, which is correct value returned by NetworkManager given these
specs :
http://projects.gnome.org/NetworkManager/developers/api/09/spec.html#type-NM_STATE

When running:
qdbus org.kde.kded /modules/networkstatus
org.kde.Solid.Networking.Client.Status
I get value 1 which is not good. Value 4 is expected.

So I agree with Nena, Solid's network status is not correctly updated by
NetworkManager, once the latter gets connected after kde has started.
I'd suspect kded_networkstatus to be the problem ...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-03-01 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441





--- Comment #13 from wazyk eric lemoussu gmail com  2012-03-01 10:50:11 ---
For me the problem occurs on a fresh install of kde 4.8 Arch x86_64.

I have another machine under Arch i686, updated from kde 4.7 (and previous) for
which the issue is not present.

What is the common spec that make this happen (hardware, modules, daemons, acpi
conf, etc.) ?

Mine:
Lenovo Thinkpad E520
Arch x86_64
Latest KDE SC 4.8
Broadcom brcmsmac module for Wifi

I'll try to attach some more when back home.

Severity of the bug should be changed as, even if the workaround works, it is
blocking for me for a daily usage.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-02-29 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441





--- Comment #6 from wazyk eric lemoussu gmail com  2012-02-29 13:12:56 ---
Same on Arch Linux x86_64, KDE 4.8.0, Lenovo Thinkpad E520.

Workaround OK but not satisfying.

It would be interestiung to figure out if it is related to a real pb in a
daemon or if it is because kded4 is started too early.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-02-29 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441





--- Comment #10 from wazyk eric lemoussu gmail com  2012-02-29 20:42:22 ---
Here is a log I have in KSystemLog under Authentication menu:

[system] Rejected send message, 11 matched rules; type=error, sender=:1.7
(uid=1000 pid=708 comm=kdeinit4: kded4 [kdeinit]   )
interface=(unset) member=(unset) error
name=org.freedesktop.DBus.Error.UnknownMethod requested_reply=0
destination=:1.0 (uid=0 pid=552 comm=/usr/sbin/NetworkManager )

There is something wrong here between kded4 and NetworkManager ...

Any clue ?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 294441] kmail stays in offline mode, unable to send emails

2012-02-28 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=294441


wazyk eric.lemou...@gmail.com changed:

   What|Removed |Added

 CC||eric.lemou...@gmail.com




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 221085] date column is empty in all folders

2010-06-29 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=221085





--- Comment #6 from wazyk eric lemoussu gmail com  2010-06-29 16:11:00 ---
It is not a bug.
In Kmail configuration for date format, personalized format was selected with
no pattern.
Using regular date format solves the problem.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 204840] auto adjust column size

2010-03-01 Thread wazyk
https://bugs.kde.org/show_bug.cgi?id=204840


wazyk eric.lemou...@gmail.com changed:

   What|Removed |Added

 CC||eric.lemou...@gmail.com




--- Comment #1 from wazyk eric lemoussu gmail com  2010-03-01 17:53:38 ---
Same wish for me.
I think that an option in Kmail to automatically adjust comumns sizes according
to current window size would be cool.
It seems it is just a missing feature in Kmail ...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs