Re: [xiphos-devel] totally lost -- how did i get to where i am?

2018-04-16 Thread Karl Kleinpaste
On 04/16/2018 12:45 PM, Peter Von Kaehne wrote:
> I vaguely remember a few days ago having had problems with opening my 
> preferences and deleting in the end the .xiphos folder
As mysteriously as the problem came, it disappeared as I was attempting
to differentiate a raw, first-time user configuration from my own. By
the time I had copied all my own files back (settings.xml,
tabs/.last_session_tabs, modops.conf, etc), it acted as though nothing
was ever wrong.

I hate that kind of mystery the worst.
___
xiphos-devel mailing list
xiphos-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/xiphos-devel


Re: [xiphos-devel] totally lost -- how did i get to where i am?

2018-04-16 Thread Peter Von Kaehne
Having said this, I vaguely remember a few days ago having had problems with 
opening my preferences and deleting in the end the .xiphos folder. All worked 
fine after that. 

Peter

> Gesendet: Montag, 16. April 2018 um 17:25 Uhr
> Von: "Peter Von Kaehne" <ref...@gmx.net>
> An: xiphos-devel@crosswire.org
> Betreff: Re: [xiphos-devel] totally lost -- how did i get to where i am?
>
> 
>  
> 
> Von: "Karl Kleinpaste" <k...@kleinpaste.org>
> 
> > This is the Xiphos developers' list. Are there any actual developers here, 
> > or am I talking to a wall?
>  
> Karl, the only thing I can say is that I do not have anything similar on my 
> computer - I am running git-head on Debian testing and I have only the menu 
> bug I reported. 
> 
> So, I struggle to offer you any assistance. 
> 
> Peter
> 
> ___
> xiphos-devel mailing list
> xiphos-devel@crosswire.org
> http://www.crosswire.org/mailman/listinfo/xiphos-devel
>

___
xiphos-devel mailing list
xiphos-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/xiphos-devel


Re: [xiphos-devel] totally lost -- how did i get to where i am?

2018-04-16 Thread Peter Von Kaehne

 

Von: "Karl Kleinpaste" 

> This is the Xiphos developers' list. Are there any actual developers here, or 
> am I talking to a wall?
 
Karl, the only thing I can say is that I do not have anything similar on my 
computer - I am running git-head on Debian testing and I have only the menu bug 
I reported. 

So, I struggle to offer you any assistance. 

Peter

___
xiphos-devel mailing list
xiphos-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/xiphos-devel


Re: [xiphos-devel] totally lost -- how did i get to where i am?

2018-04-16 Thread Karl Kleinpaste
On 04/15/2018 09:41 PM, Karl Kleinpaste wrote:
> I am in serious need of a huge clue. Anyone?

I did git reset back to the 4.0.7 release. I still get no prefs dialog.
Whatever has gone wrong is somehow environmental in my system.

If I stuff up my own dummy routine in preferences_dialog.c...

GVolumeMonitor *g_volume_monitor_get(void) { return NULL; }

...I get lots of...

(xiphos:16044): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(xiphos:16044): GLib-GObject-CRITICAL **: g_signal_connect_object:
assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

...plus a bunch of...

(xiphos:16044): GLib-GIO-CRITICAL **: g_volume_monitor_get_mounts:
assertion 'G_IS_VOLUME_MONITOR (volume_monitor)' failed
(xiphos:16044): GLib-GIO-CRITICAL **:
g_volume_monitor_get_connected_drives: assertion 'G_IS_VOLUME_MONITOR
(volume_monitor)' failed

...but no functional change.

If I take that out and instead insert a similar dummy for
g_unix_volume_monitor_init(), I stop getting all the warnings but the
behavior (no dialog) is the same.

What has started asking for "volume monitoring," why has it begun in the
last 48 hours, how does it affect signal connections, and why can't I
get around it to see a prefs dialog? And why doesn't it affect any other
window's creation?

This is the Xiphos developers' list. /*Are there any actual developers
here, or am I talking to a wall?*/
___
xiphos-devel mailing list
xiphos-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/xiphos-devel