Re: [i3] i3-discuss Digest, Vol 55, Issue 2

2014-11-15 Thread Michael Stapelberg
No. In general, we don’t track mailing lists, IRC, etc. If you have a
reproducible bug in the most current version of the “next” branch,
report it at http://bugs.i3wm.org/

On Sat, Nov 15, 2014 at 1:21 PM, Sargrad, Dave
 wrote:
> Hello,
> I just wanted to touch base to see if there was any attempt by any of the i3 
> developers to replicate this behavior. I think it should be easy to 
> replicate, just by appending the layout contained in the bottom of this email.
>
> Knowing whether or not you are able to replicate the problem is, by itself, a 
> huge benefit.
>
> If it makes more sense for me to register a bug on the i3 bug tracker, I can 
> do that.
> Thanks,
> Dave
>
> -Original Message-
> From: Sargrad, Dave
> Sent: Friday, November 07, 2014 8:54 AM
> To: i3-discuss@i3.zekjur.net
> Subject: RE: i3-discuss Digest, Vol 55, Issue 2
>
> I just applied patch 679a5de8cfb9211afb1a1dd882e53bd672084754. Unfortunately 
> I still see the very same behavior.
>
> I also changed the following line (as suggested by one of the other i3 users)
>> "fullscreen_mode": 1,
> To
>> "fullscreen_mode": 0,
>
> This too did not fix the problem.
>
> Please let me know if you would like me to try something else.
>
> Thanks.
>
>
> I3_VERSION := '$(shell [ -f $(TOPDIR)/I3_VERSION ] && cat 
> $(TOPDIR)/I3_VERSION)'
> VERSION := '$(shell [ -f $(TOPDIR)/VERSION ] && cat $(TOPDIR)/VERSION)'
> ifeq ('',$(I3_VERSION))
> VERSION := $(shell git describe --tags --abbrev=0) I3_VERSION := '$(shell git 
> describe --tags --always) ($(shell git log --pretty=f ormat:%cd --date=short 
> -n1), branch \"$(shell git describe --tags --always --all  | sed 
> s:heads/::)\")'
> Endif
>
> I think I can just change the VERSION set after ifeq to something
>
> -Original Message-
> From: i3-discuss [mailto:i3-discuss-boun...@i3.zekjur.net] On Behalf Of 
> i3-discuss-requ...@i3.zekjur.net
> Sent: Friday, November 07, 2014 6:02 AM
> To: i3-discuss@i3.zekjur.net
> Subject: i3-discuss Digest, Vol 55, Issue 2
>
> Send i3-discuss mailing list submissions to
> i3-discuss@i3.zekjur.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://infra.in.zekjur.net/cgi-bin/mailman/listinfo/i3-discuss
> or, via email, send a message with subject or body 'help' to
> i3-discuss-requ...@i3.zekjur.net
>
> You can reach the person managing the list at
> i3-discuss-ow...@i3.zekjur.net
>
> When replying, please edit your Subject line so it is more specific than "Re: 
> Contents of i3-discuss digest..."
>
>
> Today's Topics:
>
>1. Re: i3 4.8 layout file hides my status bar and floating
>   windows (Michael Stapelberg)
>
>
> --
>
> Message: 1
> Date: Fri, 7 Nov 2014 09:48:06 +0100
> From: Michael Stapelberg 
> To: "Discussions/Questions about the i3 window manager"
> 
> Subject: Re: [i3] i3 4.8 layout file hides my status bar and floating
> windows
> Message-ID:
> 
> Content-Type: text/plain; charset=UTF-8
>
> You’re saying you’re running v4.8. I think the problem you are seeing is 
> fixed with commit 679a5de8cfb9211afb1a1dd882e53bd672084754, so please upgrade 
> to the “next” git branch and retry. Check the output
> “i3 --moreversion”, it should display “Running i3 version:
> 4.8-115-g0125530 (2014-11-06, branch "next")”
>
> On Wed, Nov 5, 2014 at 2:18 PM, Sargrad, Dave  
> wrote:
>> I am using i3 4.8 with the layout file at the bottom of this e-mail.
>>
>> When I append this, everything works ok (my windows layout as I expect them 
>> too, and applications get swallowed correctly) except I hide my status bar 
>> (the roughly 20 pixel high status bar that includes a set of buttons that 
>> allows me to select workspaces to focus). The status bar still exists, but 
>> it seems to be hidden by the appended layout. The other problem is that when 
>> I toggle a tiled window to a floating window it also gets hidden rather than 
>> floating properly (within this appended workspace).
>>
>> Two other notes of interest, when I close all the windows in this appended 
>> layout i3 seems to hang for a bit (as evidenced by the hourglass cursor) 
>> before it finally returns to normal operation. Additionally despite the fact 
>> that other workspaces are not directly accessible (since I can't get to the 
>> workspace selector in the statusbar), I am able to send them a focus message 
>> and they do focus properly. I am also able to send the appended workspace 
>> (the one that has this "hiding problem") a focus message and have it come 
>> back into focus.
>>
>> How can I tweak this layout so that I don’t hide my statusbar and floating 
>> windows?
>>
>> {
>> "border": "normal",
>> "floating": "auto_off",
>> "fullscreen_mode": 1,
>> "layout": "splith",
>> "nodes": [
>> {
>> "border": "normal",
>> "floating": "user_off",
>> "geometry": {
>> "heigh

Re: [i3] i3-discuss Digest, Vol 55, Issue 2

2014-11-15 Thread Sargrad, Dave
Hello,
I just wanted to touch base to see if there was any attempt by any of the i3 
developers to replicate this behavior. I think it should be easy to replicate, 
just by appending the layout contained in the bottom of this email.

Knowing whether or not you are able to replicate the problem is, by itself, a 
huge benefit.

If it makes more sense for me to register a bug on the i3 bug tracker, I can do 
that.
Thanks,
Dave

-Original Message-
From: Sargrad, Dave 
Sent: Friday, November 07, 2014 8:54 AM
To: i3-discuss@i3.zekjur.net
Subject: RE: i3-discuss Digest, Vol 55, Issue 2

I just applied patch 679a5de8cfb9211afb1a1dd882e53bd672084754. Unfortunately I 
still see the very same behavior.

I also changed the following line (as suggested by one of the other i3 users)
> "fullscreen_mode": 1,
To 
> "fullscreen_mode": 0,

This too did not fix the problem.

Please let me know if you would like me to try something else. 

Thanks.


I3_VERSION := '$(shell [ -f $(TOPDIR)/I3_VERSION ] && cat $(TOPDIR)/I3_VERSION)'
VERSION := '$(shell [ -f $(TOPDIR)/VERSION ] && cat $(TOPDIR)/VERSION)'
ifeq ('',$(I3_VERSION))
VERSION := $(shell git describe --tags --abbrev=0) I3_VERSION := '$(shell git 
describe --tags --always) ($(shell git log --pretty=f ormat:%cd --date=short 
-n1), branch \"$(shell git describe --tags --always --all  | sed s:heads/::)\")'
Endif

I think I can just change the VERSION set after ifeq to something

-Original Message-
From: i3-discuss [mailto:i3-discuss-boun...@i3.zekjur.net] On Behalf Of 
i3-discuss-requ...@i3.zekjur.net
Sent: Friday, November 07, 2014 6:02 AM
To: i3-discuss@i3.zekjur.net
Subject: i3-discuss Digest, Vol 55, Issue 2

Send i3-discuss mailing list submissions to
i3-discuss@i3.zekjur.net

To subscribe or unsubscribe via the World Wide Web, visit
http://infra.in.zekjur.net/cgi-bin/mailman/listinfo/i3-discuss
or, via email, send a message with subject or body 'help' to
i3-discuss-requ...@i3.zekjur.net

You can reach the person managing the list at
i3-discuss-ow...@i3.zekjur.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of i3-discuss digest..."


Today's Topics:

   1. Re: i3 4.8 layout file hides my status bar and floating
  windows (Michael Stapelberg)


--

Message: 1
Date: Fri, 7 Nov 2014 09:48:06 +0100
From: Michael Stapelberg 
To: "Discussions/Questions about the i3 window manager"

Subject: Re: [i3] i3 4.8 layout file hides my status bar and floating
windows
Message-ID:

Content-Type: text/plain; charset=UTF-8

You’re saying you’re running v4.8. I think the problem you are seeing is fixed 
with commit 679a5de8cfb9211afb1a1dd882e53bd672084754, so please upgrade to the 
“next” git branch and retry. Check the output
“i3 --moreversion”, it should display “Running i3 version:
4.8-115-g0125530 (2014-11-06, branch "next")”

On Wed, Nov 5, 2014 at 2:18 PM, Sargrad, Dave  
wrote:
> I am using i3 4.8 with the layout file at the bottom of this e-mail.
>
> When I append this, everything works ok (my windows layout as I expect them 
> too, and applications get swallowed correctly) except I hide my status bar 
> (the roughly 20 pixel high status bar that includes a set of buttons that 
> allows me to select workspaces to focus). The status bar still exists, but it 
> seems to be hidden by the appended layout. The other problem is that when I 
> toggle a tiled window to a floating window it also gets hidden rather than 
> floating properly (within this appended workspace).
>
> Two other notes of interest, when I close all the windows in this appended 
> layout i3 seems to hang for a bit (as evidenced by the hourglass cursor) 
> before it finally returns to normal operation. Additionally despite the fact 
> that other workspaces are not directly accessible (since I can't get to the 
> workspace selector in the statusbar), I am able to send them a focus message 
> and they do focus properly. I am also able to send the appended workspace 
> (the one that has this "hiding problem") a focus message and have it come 
> back into focus.
>
> How can I tweak this layout so that I don’t hide my statusbar and floating 
> windows?
>
> {
> "border": "normal",
> "floating": "auto_off",
> "fullscreen_mode": 1,
> "layout": "splith",
> "nodes": [
> {
> "border": "normal",
> "floating": "user_off",
> "geometry": {
> "height": 316,
> "width": 499,
> "x": 0,
> "y": 0
> },
> "layout": "splith",
> "name": "user1@company-90076-2:~/work/cwpmash",
> "percent": 0.5,
> "swallows": [
> {
> "class": "^XTerm$"
> }
> ],
> "type": "con"
> },
> {
> 

Re: [i3] i3-discuss Digest, Vol 55, Issue 2

2014-11-07 Thread Sargrad, Dave
I just applied patch 679a5de8cfb9211afb1a1dd882e53bd672084754. Unfortunately I 
still see the very same behavior.

I also changed the following line (as suggested by one of the other i3 users)
> "fullscreen_mode": 1,
To 
> "fullscreen_mode": 0,

This too did not fix the problem.

Please let me know if you would like me to try something else. 

Thanks.


I3_VERSION := '$(shell [ -f $(TOPDIR)/I3_VERSION ] && cat $(TOPDIR)/I3_VERSION)'
VERSION := '$(shell [ -f $(TOPDIR)/VERSION ] && cat $(TOPDIR)/VERSION)'
ifeq ('',$(I3_VERSION))
VERSION := $(shell git describe --tags --abbrev=0)
I3_VERSION := '$(shell git describe --tags --always) ($(shell git log --pretty=f
ormat:%cd --date=short -n1), branch \"$(shell git describe --tags --always --all
 | sed s:heads/::)\")'
Endif

I think I can just change the VERSION set after ifeq to something

-Original Message-
From: i3-discuss [mailto:i3-discuss-boun...@i3.zekjur.net] On Behalf Of 
i3-discuss-requ...@i3.zekjur.net
Sent: Friday, November 07, 2014 6:02 AM
To: i3-discuss@i3.zekjur.net
Subject: i3-discuss Digest, Vol 55, Issue 2

Send i3-discuss mailing list submissions to
i3-discuss@i3.zekjur.net

To subscribe or unsubscribe via the World Wide Web, visit
http://infra.in.zekjur.net/cgi-bin/mailman/listinfo/i3-discuss
or, via email, send a message with subject or body 'help' to
i3-discuss-requ...@i3.zekjur.net

You can reach the person managing the list at
i3-discuss-ow...@i3.zekjur.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of i3-discuss digest..."


Today's Topics:

   1. Re: i3 4.8 layout file hides my status bar and floating
  windows (Michael Stapelberg)


--

Message: 1
Date: Fri, 7 Nov 2014 09:48:06 +0100
From: Michael Stapelberg 
To: "Discussions/Questions about the i3 window manager"

Subject: Re: [i3] i3 4.8 layout file hides my status bar and floating
windows
Message-ID:

Content-Type: text/plain; charset=UTF-8

You’re saying you’re running v4.8. I think the problem you are seeing is fixed 
with commit 679a5de8cfb9211afb1a1dd882e53bd672084754, so please upgrade to the 
“next” git branch and retry. Check the output
“i3 --moreversion”, it should display “Running i3 version:
4.8-115-g0125530 (2014-11-06, branch "next")”

On Wed, Nov 5, 2014 at 2:18 PM, Sargrad, Dave  
wrote:
> I am using i3 4.8 with the layout file at the bottom of this e-mail.
>
> When I append this, everything works ok (my windows layout as I expect them 
> too, and applications get swallowed correctly) except I hide my status bar 
> (the roughly 20 pixel high status bar that includes a set of buttons that 
> allows me to select workspaces to focus). The status bar still exists, but it 
> seems to be hidden by the appended layout. The other problem is that when I 
> toggle a tiled window to a floating window it also gets hidden rather than 
> floating properly (within this appended workspace).
>
> Two other notes of interest, when I close all the windows in this appended 
> layout i3 seems to hang for a bit (as evidenced by the hourglass cursor) 
> before it finally returns to normal operation. Additionally despite the fact 
> that other workspaces are not directly accessible (since I can't get to the 
> workspace selector in the statusbar), I am able to send them a focus message 
> and they do focus properly. I am also able to send the appended workspace 
> (the one that has this "hiding problem") a focus message and have it come 
> back into focus.
>
> How can I tweak this layout so that I don’t hide my statusbar and floating 
> windows?
>
> {
> "border": "normal",
> "floating": "auto_off",
> "fullscreen_mode": 1,
> "layout": "splith",
> "nodes": [
> {
> "border": "normal",
> "floating": "user_off",
> "geometry": {
> "height": 316,
> "width": 499,
> "x": 0,
> "y": 0
> },
> "layout": "splith",
> "name": "user1@company-90076-2:~/work/cwpmash",
> "percent": 0.5,
> "swallows": [
> {
> "class": "^XTerm$"
> }
> ],
> "type": "con"
> },
> {
> "border": "normal",
> "floating": "auto_off",
> "layout": "splitv",
> "nodes": [
> {
> "border": "normal",
> "floating": "auto_off",
> "layout": "splith",
> "nodes": [
> {
> "border": "normal",
> "floating": "auto_off",
> "geometry": {
> "height": 316,
> "width": 499,
>   

Re: [i3] i3-discuss Digest, Vol 55, Issue 2

2014-11-07 Thread Sargrad, Dave
Thank You Michael. I'll try that today or Monday, and will let you know how it 
works for me.

Appreciated.

-Original Message-
From: i3-discuss [mailto:i3-discuss-boun...@i3.zekjur.net] On Behalf Of 
i3-discuss-requ...@i3.zekjur.net
Sent: Friday, November 07, 2014 6:02 AM
To: i3-discuss@i3.zekjur.net
Subject: i3-discuss Digest, Vol 55, Issue 2

Send i3-discuss mailing list submissions to
i3-discuss@i3.zekjur.net

To subscribe or unsubscribe via the World Wide Web, visit
http://infra.in.zekjur.net/cgi-bin/mailman/listinfo/i3-discuss
or, via email, send a message with subject or body 'help' to
i3-discuss-requ...@i3.zekjur.net

You can reach the person managing the list at
i3-discuss-ow...@i3.zekjur.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of i3-discuss digest..."


Today's Topics:

   1. Re: i3 4.8 layout file hides my status bar and floating
  windows (Michael Stapelberg)


--

Message: 1
Date: Fri, 7 Nov 2014 09:48:06 +0100
From: Michael Stapelberg 
To: "Discussions/Questions about the i3 window manager"

Subject: Re: [i3] i3 4.8 layout file hides my status bar and floating
windows
Message-ID:

Content-Type: text/plain; charset=UTF-8

You’re saying you’re running v4.8. I think the problem you are seeing is fixed 
with commit 679a5de8cfb9211afb1a1dd882e53bd672084754, so please upgrade to the 
“next” git branch and retry. Check the output
“i3 --moreversion”, it should display “Running i3 version:
4.8-115-g0125530 (2014-11-06, branch "next")”

On Wed, Nov 5, 2014 at 2:18 PM, Sargrad, Dave  
wrote:
> I am using i3 4.8 with the layout file at the bottom of this e-mail.
>
> When I append this, everything works ok (my windows layout as I expect them 
> too, and applications get swallowed correctly) except I hide my status bar 
> (the roughly 20 pixel high status bar that includes a set of buttons that 
> allows me to select workspaces to focus). The status bar still exists, but it 
> seems to be hidden by the appended layout. The other problem is that when I 
> toggle a tiled window to a floating window it also gets hidden rather than 
> floating properly (within this appended workspace).
>
> Two other notes of interest, when I close all the windows in this appended 
> layout i3 seems to hang for a bit (as evidenced by the hourglass cursor) 
> before it finally returns to normal operation. Additionally despite the fact 
> that other workspaces are not directly accessible (since I can't get to the 
> workspace selector in the statusbar), I am able to send them a focus message 
> and they do focus properly. I am also able to send the appended workspace 
> (the one that has this "hiding problem") a focus message and have it come 
> back into focus.
>
> How can I tweak this layout so that I don’t hide my statusbar and floating 
> windows?
>
> {
> "border": "normal",
> "floating": "auto_off",
> "fullscreen_mode": 1,
> "layout": "splith",
> "nodes": [
> {
> "border": "normal",
> "floating": "user_off",
> "geometry": {
> "height": 316,
> "width": 499,
> "x": 0,
> "y": 0
> },
> "layout": "splith",
> "name": "user1@company-90076-2:~/work/cwpmash",
> "percent": 0.5,
> "swallows": [
> {
> "class": "^XTerm$"
> }
> ],
> "type": "con"
> },
> {
> "border": "normal",
> "floating": "auto_off",
> "layout": "splitv",
> "nodes": [
> {
> "border": "normal",
> "floating": "auto_off",
> "layout": "splith",
> "nodes": [
> {
> "border": "normal",
> "floating": "auto_off",
> "geometry": {
> "height": 316,
> "width": 499,
> "x": 0,
> "y": 0
> },
> "layout": "splith",
> "name": "user1@company-90076-2:~",
> "percent": 0.40875593123030751,
> "swallows": [
> {
> "class": "^XTerm$"
> }
> ],
> "type": "con"
> },
> {
> "border": "normal",
> "floating": "auto_off",
> "geometry": {
>