[e-users] conky now centered in desktop

2015-07-14 Thread mh
Updated to today's git, and now my conky display has moved from top left 
( 0,0 ) to being centered in the desktop. Didn't change the .conkyrc 
file, that still shows the position:

-- Conky positioning.
 alignment = 'top_left',
 gap_x = 0,
 gap_y = 0,

I can move it around by changing the values of gap_x and gap_y, but 
can't get back to top left. What changed?

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] conky now centered in desktop

2015-07-16 Thread mh
On 07/14/2015 04:02 PM, mh wrote:
> Updated to today's git, and now my conky display has moved from top left
> ( 0,0 ) to being centered in the desktop. Didn't change the .conkyrc
> file, that still shows the position:
>
> -- Conky positioning.
>   alignment = 'top_left',
>   gap_x = 0,
>   gap_y = 0,
>
> I can move it around by changing the values of gap_x and gap_y, but
> can't get back to top left. What changed?
>

Recompiled from git just now, still the same problem. Something has 
changed since June 12's commits which did not have this problem. Not 
sure where to look.

mike

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] conky now centered in desktop

2015-07-16 Thread mh
On 07/16/2015 07:56 AM, mh wrote:
> On 07/14/2015 04:02 PM, mh wrote:
>> Updated to today's git, and now my conky display has moved from top left
>> ( 0,0 ) to being centered in the desktop. Didn't change the .conkyrc
>> file, that still shows the position:
>>
>> -- Conky positioning.
>>alignment = 'top_left',
>>gap_x = 0,
>>gap_y = 0,
>>
>> I can move it around by changing the values of gap_x and gap_y, but
>> can't get back to top left. What changed?
>>
> Recompiled from git just now, still the same problem. Something has
> changed since June 12's commits which did not have this problem. Not
> sure where to look.
>
> mike
.
sorry to reply to my own email. if I use gap_x=30 and gap_y=30, it gets 
very close to top left corner. But if both are set to "0" it is centered 
in desktop.

mike



--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] conky now centered in desktop

2015-07-16 Thread Simon Lees

On 07/16/2015 09:36 PM, mh wrote:
> On 07/16/2015 07:56 AM, mh wrote:
>> On 07/14/2015 04:02 PM, mh wrote:
>>> Updated to today's git, and now my conky display has moved from top left
>>> ( 0,0 ) to being centered in the desktop. Didn't change the .conkyrc
>>> file, that still shows the position:
>>>
>>> -- Conky positioning.
>>> alignment = 'top_left',
>>> gap_x = 0,
>>> gap_y = 0,
>>>
>>> I can move it around by changing the values of gap_x and gap_y, but
>>> can't get back to top left. What changed?
>>>
>> Recompiled from git just now, still the same problem. Something has
>> changed since June 12's commits which did not have this problem. Not
>> sure where to look.
>>
>> mike
> .
> sorry to reply to my own email. if I use gap_x=30 and gap_y=30, it gets
> very close to top left corner. But if both are set to "0" it is centered
> in desktop.
>
> mike

I've never got conky to position itself in the right spot on my second 
monitors so i set up enlightenment’s window remembers instead. Might do 
as a work around.

Cheers
Simon

>
>
> --
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] conky now centered in desktop

2015-07-16 Thread Toan Pham
mh,

I committed a patch on Jun 16 that would center a newly created window **if
it is displaying off the screen**.  Here is the revision log:

commit 1469e9b9738df3b5f090db6c7cdec40e1bc1c09b
Author: Toan Pham 
Date:   Tue Jun 16 14:28:32 2015 -0400

Center a dialog window when it is displaying off-screen

Summary: Center a newly created dialog window when it is displaying
off-screen.  Fixes T2419

Reviewers: zmike

Subscribers: cedric

Maniphest Tasks: T2419

Differential Revision: https://phab.enlightenment.org/D2646




If you have time, would you please try to revert that patch and see if it
fixes it?  thank you.
​
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] conky now centered in desktop

2015-07-16 Thread Toan Pham
Hmm, I am using the July E version, and conky displayed at position (0,0)
just fine.

Ran conky with this argument:

conky -x 0 -y 0 # it then displays at 0,0
​
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] conky now centered in desktop

2015-07-16 Thread Toan Pham
​On another note, if I run conky with

conky -x -1 -y -1 # the WM would reposition it to the center

Just curious, how many monitors do you have? and how many desktop?  does it
only happen on the first or second display?
​
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users