GNU bug report logs -
#18675
Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
Previous Next
Reported by: Rob Browning <rlb <at> defaultvalue.org>
Date: Thu, 9 Oct 2014 22:58:02 UTC
Severity: normal
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18675 in the body.
You can then email your comments to 18675 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18675
; Package
emacs
.
(Thu, 09 Oct 2014 22:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Rob Browning <rlb <at> defaultvalue.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 09 Oct 2014 22:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18675
; Package
emacs
.
(Fri, 10 Oct 2014 09:05:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 18675 <at> debbugs.gnu.org (full text, mbox):
> I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs
> does shift to full screen.
>
> Pedro Ângelo <pangelo <at> 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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18675
; Package
emacs
.
(Fri, 10 Oct 2014 15:15:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 18675 <at> debbugs.gnu.org (full text, mbox):
martin rudalics <rudalics <at> 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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18675
; Package
emacs
.
(Fri, 10 Oct 2014 16:10:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 18675 <at> debbugs.gnu.org (full text, mbox):
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.
bug marked as fixed in version 24.4, send any further explanations to
18675 <at> debbugs.gnu.org and Rob Browning <rlb <at> defaultvalue.org>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Fri, 10 Oct 2014 16:11:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18675
; Package
emacs
.
(Fri, 10 Oct 2014 16:56:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 18675 <at> debbugs.gnu.org (full text, mbox):
Glenn Morris <rgm <at> 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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18675
; Package
emacs
.
(Sun, 12 Oct 2014 18:19:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 18675 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18675
; Package
emacs
.
(Sun, 19 Oct 2014 17:48:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 18675 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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.
>
>
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 17 Nov 2014 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 271 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.