bugdevilspie2 - Bugs: bug #63979, maximize* commands don't work for...

 
 

bug #63979: maximize* commands don't work for Emacs

Submitter:  David Hedlund <beloved>
Submitted:  Thu 30 Mar 2023 03:41:01 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 03 Sep 2023 12:58:05 PM UTC, comment #2: 

The bug persists with devilspie2_0.43-4_amd64.deb

David Hedlund <beloved>
Sun 03 Sep 2023 12:55:22 PM UTC, comment #1: 

This workaround do not work for GNU/Linux:


"
Alternatively, you can avoid the visual effect of Emacs changing its frame size entirely in your init file (i.e., without using the Registry), like this:

(setq frame-resize-pixelwise t)
(set-frame-position nil 0 0)
(set-frame-size nil (display-pixel-width) (display-pixel-height) t)
" - https://www.gnu.org/software/emacs/manual/html_node/efaq/Fullscreen-mode-on-MS_002dWindows.html (https://www.gnu.org/software/emacs/manual/html_mono/efaq.html#Fullscreen-mode-on-MS_002dWindows)


In GNU/Linux it has no effect, so you will encounter the slightly distracting visual effect of Emacs with this set instead:
(add-hook 'emacs-startup-hook 'toggle-frame-maximized)

David Hedlund <beloved>
Thu 30 Mar 2023 03:41:01 PM UTC, original submission:  

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033471

Interestingly, "Aborted at function fopen() - https://savannah.nongnu.org/bugs/?62848" is also a bug report for Emacs

David Hedlund <beloved>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by beloved (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code