[Evolution] Inbox always opens at top of message list instead of last read message

2014-12-13 Thread Chris
Gnome 3.12.2, Evolution 3.12.9 - I sort my message list in all folders
by date from oldest at the top to newest on the bottom. When starting,
Evolution is always opened at the very first message in the list
no matter which folder is opened on startup. If there is a setting to
change this I can't find it anywhere or is this a feature or a bug?

Chris

-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11°N 97.89°W (Elev. 1092 ft)
07:51:37 up 1 day, 12:11, 1 user, load average: 0.47, 0.31, 0.32
Ubuntu 14.04.1 LTS, kernel 3.13.0-43-generic

-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11°N 97.89°W (Elev. 1092 ft)
07:55:55 up 1 day, 12:15, 1 user, load average: 0.34, 0.32, 0.32
Ubuntu 14.04.1 LTS, kernel 3.13.0-43-generic

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Inbox always opens at top of message list instead of last read message

2014-12-13 Thread Ralf Mardorf
On Sat, 2014-12-13 at 07:58 -0600, Chris wrote:
 Gnome 3.12.2, Evolution 3.12.9 - I sort my message list in all folders
 by date from oldest at the top to newest on the bottom. When starting,
 Evolution is always opened at the very first message in the list
 no matter which folder is opened on startup. If there is a setting to
 change this I can't find it anywhere or is this a feature or a bug?

This bug appeared a long time ago and still happens for my 3.12.8. For
my POP account folders Evolution remembers the last selected message for
all folders, excepted of the Inbox folder. For the Inbox folder it
always falls back to a mail somewhere in the middle of all mails.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Inbox always opens at top of message list instead of last read message

2014-12-13 Thread Ralf Mardorf
On Sat, 2014-12-13 at 19:29 +0100, Ralf Mardorf wrote:
 On Sat, 2014-12-13 at 07:58 -0600, Chris wrote:
  Gnome 3.12.2, Evolution 3.12.9 - I sort my message list in all folders
  by date from oldest at the top to newest on the bottom. When starting,
  Evolution is always opened at the very first message in the list
  no matter which folder is opened on startup. If there is a setting to
  change this I can't find it anywhere or is this a feature or a bug?
 
 This bug appeared a long time ago and still happens for my 3.12.8. For
 my POP account folders Evolution remembers the last selected message for
 all folders, excepted of the Inbox folder. For the Inbox folder it
 always falls back to a mail somewhere in the middle of all mails.

Perhaps it's not the same bug, but at least it's a similar issue.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Debugging theme comflict

2014-12-13 Thread Roy Reese
Running Evo 3.12.8 under Manjaro Enlightment (E19) edition (fully updated).

I recently switched to the E17gtk theme which provides an Enlightenment-like theme to gtk programs. Evo looks great in the theme, but the calendar (ONLY) crashes with a floating point exception. The calendar interface loads up fine, but at the point of laying out the day and listing appointments, Evo crashes. Terminal output provides little help:

(evolution:1581): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
Excepcin de coma flotante (core generado)

I would like to get debugging information to pass along to the package maintainer and have looked at the wiki, but am still unsure how to do it. I apologize for the simple question, but appreciate the help.

Roy W. Reese
Madrid, Spain
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Debugging theme comflict

2014-12-13 Thread Ralf Mardorf
On Sat, 2014-12-13 at 19:42 +0100, Roy Reese wrote:
 Running Evo 3.12.8 under Manjaro
 have looked at the wiki, but am still unsure how to do it.

What exactly don't you understand? If you would ask more precise it
would be possible to help you more precise.

Doesn't the below information help? If not, what don't you understand?

http://bit.ly/1DsUzzJ

Debugging Evolution's Crashes (Getting a backtrace)

If Evolution crashes, and you can reproduce it, than start Evolution in
a debugger like gdb:

gdb evolution

Once gdb is running, you can do the following steps:

Type run after gdb starts and attempt to reproduce the crash.
Take note of the output in gdb.
Type thread apply all bt to see more information about what went
wrong.

Including the debugging info acquired through the above method in a bug
report in Bugzilla will enable the developers pinpoint where something
is going wrong, hopefully making it easier to fix the bug in Evolution.
- https://projects-old.gnome.org/evolution/bugs.shtml

IIUC Manjaro is based on Arch Linux, so

http://bit.ly/1DsVGzz

PKGBUILD

In order to build a package from source, the PKGBUILD file is required.
See ABS for packages in the official repositories, and
AUR#Acquire_build_files for packages in the AUR.
Compilation settings

At this stage, you can modify the global configuration file of makepkg
if you will be using it only for debug purposes. In other cases, you
should modify package's PKGBUILD file only for each package you would
like to rebuild.
General

As of pacman 4.1, /etc/makepkg.conf has debug compilation flags in
DEBUG_CFLAGS and DEBUG_CXXFLAGS. To use them, enable the debug makepkg
option, and disable strip.

OPTIONS+=(debug !strip)

These settings will force compilation with debugging information and
will disable the stripping of executables. (If you do not disable strip,
debugging information will be generated anyway, but moved to a separate
foo-debug package).

To apply this setting to a single package, modify the PKGBUILD:

options=(debug !strip) -
https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces#PKGBUILD

[rocketmouse@archlinux ~]$ ls -hAl /var/abs/extra/evolution*
/var/abs/extra/evolution:
total 8.0K
-rw-r--r-- 1 root root  346 Dec 13 00:05 evolution.install
-rw-r--r-- 1 root root 2.8K Dec 13 00:05 PKGBUILD

/var/abs/extra/evolution-data-server:
total 8.0K
-rw-r--r-- 1 root root  148 Dec 13 00:05 evolution-data-server.install
-rw-r--r-- 1 root root 1.3K Dec 13 00:05 PKGBUILD

/var/abs/extra/evolution-ews:
total 4.0K
-rw-r--r-- 1 root root 841 Dec 13 00:05 PKGBUILD

[rocketmouse@archlinux ~]$ grep
options /var/abs/extra/evolution/PKGBUILD 
options=('!emptydirs')

Replace it with options options=(debug !strip) and build the package.

Hth,
Ralf


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Inbox always opens at top of message list instead of last read message

2014-12-13 Thread Chris
On Sat, 2014-12-13 at 19:35 +0100, Ralf Mardorf wrote:
 On Sat, 2014-12-13 at 19:29 +0100, Ralf Mardorf wrote:
  On Sat, 2014-12-13 at 07:58 -0600, Chris wrote:
   Gnome 3.12.2, Evolution 3.12.9 - I sort my message list in all folders
   by date from oldest at the top to newest on the bottom. When starting,
   Evolution is always opened at the very first message in the list
   no matter which folder is opened on startup. If there is a setting to
   change this I can't find it anywhere or is this a feature or a bug?
  
  This bug appeared a long time ago and still happens for my 3.12.8. For
  my POP account folders Evolution remembers the last selected message for
  all folders, excepted of the Inbox folder. For the Inbox folder it
  always falls back to a mail somewhere in the middle of all mails.
 
 Perhaps it's not the same bug, but at least it's a similar issue.
 
Thanks Ralf, yes, I remember the same thing when I first installed
Ubuntu earlier this year with Gnome and I believe it was Evolution
3.12.6. I may just go ahead and file a bug report at Gnome Bugzilla as I
searched earlier today for this and found nothing that matches a
previously reported bug.

Chris

-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11°N 97.89°W (Elev. 1092 ft)
16:35:20 up 23 min, 1 user, load average: 0.20, 0.22, 0.40
Ubuntu 14.04.1 LTS, kernel 3.13.0-43-generic

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list