unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
       [not found] <20131126223727.8297.88265.reportbug@fink>
@ 2014-10-09 22:57 ` Rob Browning
  2014-10-10  9:04   ` martin rudalics
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Browning @ 2014-10-09 22:57 UTC (permalink / raw)
  To: 18675; +Cc: Pedro Ângelo, 730593, 730593-forwarded, control

tags 730593 confirmed
thanks
[When possible, please preserve the -forward address in any replies.]

I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs
does shift to full screen.

Pedro Ângelo <pangelo@void.io> writes:

> Package: emacs24
> Version: 24.3+1-2
> Severity: normal
>
> Dear Maintainer,
>
> On my .emacs I use the following command to set the emacs window to fullscreen
> on startup:
>
>     (set-frame-parameter nil 'fullscreen 'fullboth)
>
> This has stopped working in the Emacs24 package in debian testing since the
> recent gnome updates. From the alternatives at
> http://www.emacswiki.org/emacs/FullScreen, the following don't work:
>
>  * Starting Emacs with the -fs parameter
>
>  * Sending the fullscreen message directly to the window manager with
>
>     (defun fullscreen ()
>            (interactive)
>            (x-send-client-message nil 0 nil "_NET_WM_STATE" 32
>                              '(2 "_NET_WM_STATE_FULLSCREEN" 0)))
>
> What *does* work:
>
>  * Setting the window to fullscreen via the *wmctrl* external program
>
>   * Setting the window to fullscreen using the gnome key binding to toggle
> fullscreen
>
> This looks like some change in gnome made emacs not able to request fullscreen
> as a frame property

Further info: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730593

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
  2014-10-09 22:57 ` bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 Rob Browning
@ 2014-10-10  9:04   ` martin rudalics
  2014-10-10 15:13     ` Rob Browning
                       ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: martin rudalics @ 2014-10-10  9:04 UTC (permalink / raw)
  To: Rob Browning, 18675; +Cc: Pedro Ângelo, 730593, 730593-forwarded, control

 > I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs
 > does shift to full screen.
 >
 > Pedro Ângelo <pangelo@void.io> writes:
 >
 >> Package: emacs24
 >> Version: 24.3+1-2
 >> Severity: normal
 >>
 >> Dear Maintainer,
 >>
 >> On my .emacs I use the following command to set the emacs window to fullscreen
 >> on startup:
 >>
 >>      (set-frame-parameter nil 'fullscreen 'fullboth)

Does this line have any impact at all or is it ignored completely?  What
happens when you write

(set-frame-parameter nil 'fullscreen 'maximized)

instead?  Does anything change when you add

(setq frame-resize-pixelwise t)

to your .emacs?

martin






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
  2014-10-10  9:04   ` martin rudalics
@ 2014-10-10 15:13     ` Rob Browning
  2014-10-10 16:09     ` Glenn Morris
                       ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Rob Browning @ 2014-10-10 15:13 UTC (permalink / raw)
  To: martin rudalics, 18675; +Cc: Pedro Ângelo, 730593, 730593-forwarded

martin rudalics <rudalics@gmx.at> writes:

> Does this line have any impact at all or is it ignored completely?

Appears to be ignored.

> What happens when you write
>
> (set-frame-parameter nil 'fullscreen 'maximized)

Doesn't appear to have an effect either.

> instead?  Does anything change when you add
>
> (setq frame-resize-pixelwise t)
>
> to your .emacs?

Not that I see (tested with fullboth and maximized).

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
  2014-10-10  9:04   ` martin rudalics
  2014-10-10 15:13     ` Rob Browning
@ 2014-10-10 16:09     ` Glenn Morris
       [not found]     ` <5ftx3bsy8g.fsf@fencepost.gnu.org>
                       ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2014-10-10 16:09 UTC (permalink / raw)
  To: martin rudalics
  Cc: Pedro Ângelo, 730593, 18675, Rob Browning, 730593-forwarded

martin rudalics wrote:

>>>      (set-frame-parameter nil 'fullscreen 'fullboth)
[...]
> (set-frame-parameter nil 'fullscreen 'maximized)

I see the issue with 24.3 under Gnome on current Debian testing, but the
current pretest, 24.3.94, works fine with either form, with no need for
any other settings. So it seems to be a solved problem.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
       [not found]     ` <5ftx3bsy8g.fsf@fencepost.gnu.org>
@ 2014-10-10 16:55       ` Rob Browning
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Browning @ 2014-10-10 16:55 UTC (permalink / raw)
  To: Glenn Morris, martin rudalics
  Cc: Pedro Ângelo, 730593, 18675, 730593-forwarded

Glenn Morris <rgm@gnu.org> writes:

> I see the issue with 24.3 under Gnome on current Debian testing, but the
> current pretest, 24.3.94, works fine with either form, with no need for
> any other settings. So it seems to be a solved problem.

OK, thanks -- I've marked it fixed-upstream in the Debian tracker.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
  2014-10-10  9:04   ` martin rudalics
                       ` (2 preceding siblings ...)
       [not found]     ` <5ftx3bsy8g.fsf@fencepost.gnu.org>
@ 2014-10-12 12:29     ` Pedro Ângelo
       [not found]     ` <543A7427.20409@void.io>
  4 siblings, 0 replies; 7+ messages in thread
From: Pedro Ângelo @ 2014-10-12 12:29 UTC (permalink / raw)
  To: martin rudalics, Rob Browning, 18675; +Cc: 730593, 730593-forwarded, control

On 10/10/14 10:04, martin rudalics wrote:
>  > I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs
>  > does shift to full screen.
>  >
>  > Pedro Ângelo <pangelo@void.io> writes:
>  >
>  >> Package: emacs24
>  >> Version: 24.3+1-2
>  >> Severity: normal
>  >>
>  >> Dear Maintainer,
>  >>
>  >> On my .emacs I use the following command to set the emacs window to
> fullscreen
>  >> on startup:
>  >>
>  >>      (set-frame-parameter nil 'fullscreen 'fullboth)
>
> Does this line have any impact at all or is it ignored completely?

I think it is ignored completely. Emacs starts in a window attached to 
the right side of the screen occupying the full screen height and a bit 
less than half of the screen width, which I believe is the default.

 > What happens when you write
>
> (set-frame-parameter nil 'fullscreen 'maximized)
>
> instead?  Does anything change when you add
>
> (setq frame-resize-pixelwise t)
>
> to your .emacs?
>
> martin
>

These lines have no effect.

Cheers,
P.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
       [not found]     ` <543A7427.20409@void.io>
@ 2014-10-19 17:47       ` Jan Djärv
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Djärv @ 2014-10-19 17:47 UTC (permalink / raw)
  To: Pedro Ângelo, martin rudalics, Rob Browning, 18675
  Cc: 730593, 730593-forwarded, control

Hello.

I don't have Debiaon testing, but with Debian unstable and XFCE4, the Debian 
emacs package, the emacs 24.4 RC and emacs trunk all work with -fs and
(set-frame-parameter nil 'fullscreen 'fullboth).

	Jan D.

Den 2014-10-12 14:29, Pedro Ângelo skrev:
> On 10/10/14 10:04, martin rudalics wrote:
>>  > I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs
>>  > does shift to full screen.
>>  >
>>  > Pedro Ângelo <pangelo@void.io> writes:
>>  >
>>  >> Package: emacs24
>>  >> Version: 24.3+1-2
>>  >> Severity: normal
>>  >>
>>  >> Dear Maintainer,
>>  >>
>>  >> On my .emacs I use the following command to set the emacs window to
>> fullscreen
>>  >> on startup:
>>  >>
>>  >>      (set-frame-parameter nil 'fullscreen 'fullboth)
>>
>> Does this line have any impact at all or is it ignored completely?
>
> I think it is ignored completely. Emacs starts in a window attached to the
> right side of the screen occupying the full screen height and a bit less than
> half of the screen width, which I believe is the default.
>
>  > What happens when you write
>>
>> (set-frame-parameter nil 'fullscreen 'maximized)
>>
>> instead?  Does anything change when you add
>>
>> (setq frame-resize-pixelwise t)
>>
>> to your .emacs?
>>
>> martin
>>
>
> These lines have no effect.
>
> Cheers,
> P.
>
>






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-19 17:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20131126223727.8297.88265.reportbug@fink>
2014-10-09 22:57 ` bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 Rob Browning
2014-10-10  9:04   ` martin rudalics
2014-10-10 15:13     ` Rob Browning
2014-10-10 16:09     ` Glenn Morris
     [not found]     ` <5ftx3bsy8g.fsf@fencepost.gnu.org>
2014-10-10 16:55       ` Rob Browning
2014-10-12 12:29     ` Pedro Ângelo
     [not found]     ` <543A7427.20409@void.io>
2014-10-19 17:47       ` Jan Djärv

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).