unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: Po Lu <luangruo@yahoo.com>
Cc: Eli Zaretskii <eliz@gnu.org>, 55850@debbugs.gnu.org
Subject: bug#55850: Feature request: customizabe icon-title-format
Date: Thu, 9 Jun 2022 08:32:53 +0200	[thread overview]
Message-ID: <ab8257ba-ab6d-671e-54fb-0fb734ce83f8@easy-emacs.de> (raw)
In-Reply-To: <87pmjipq0t.fsf@yahoo.com>

[-- Attachment #1: Type: text/plain, Size: 2228 bytes --]


Am 09.06.22 um 03:46 schrieb Po Lu:
> Andreas Röhler<andreas.roehler@easy-emacs.de>  writes:
>
>> Don't see how. Tried
>>
>> (setq icon-title-format '(multiple-frames "%b" ("" invocation-name "@" emacs-version)))
>>
>> with no effect.
> What window manager are you using, and which toolkit (if any) did you
> build Emacs with?


GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.32, 
cairo version 1.16.0) of 2022-06-04

Window manager is xfce distributed by Xubuntu.

Assume LightDM GTK+


from env:

XDG_SESSION_DESKTOP=xubuntu
QT_QPA_PLATFORMTHEME=gtk2
XDG_SESSION_TYPE=x11
XDG_CURRENT_DESKTOP=XFCE


from config.log:

C_SWITCH_X_SITE=' -pthread -isystem /usr/include/gtk-2.0 -isystem 
/usr/lib/x86_64-linux-gnu/gtk-2.0/include -isystem 
/usr/include/pango-1.0 -isystem /usr/include/atk-1.0 -isystem 
/usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem 
/usr/include/blkid -isystem /usr/include/pango-1.0 -isystem 
/usr/include/fribidi -isystem /usr/include/cairo -isystem 
/usr/include/pixman-1 -isystem /usr/include/harfbuzz -isystem 
/usr/include/uuid -isystem /usr/include/freetype2 -isystem 
/usr/include/libpng16 -isystem /usr/include/glib-2.0 -isystem 
/usr/lib/x86_64-linux-gnu/glib-2.0/include'


GTK_CFLAGS='-pthread -isystem /usr/include/gtk-2.0 -isystem 
/usr/lib/x86_64-linux-gnu/gtk-2.0/include -isystem 
/usr/include/pango-1.0 -isystem /usr/include/atk-1.0 -isystem 
/usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem 
/usr/include/blkid -isystem /usr/include/pango-1.0 -isystem 
/usr/include/fribidi -isystem /usr/include/cairo -isystem 
/usr/include/pixman-1 -isystem /usr/include/harfbuzz -isystem 
/usr/include/uuid -isystem /usr/include/freetype2 -isystem 
/usr/include/libpng16 -isystem /usr/include/glib-2.0 -isystem 
/usr/lib/x86_64-linux-gnu/glib-2.0/include'


GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 
-lharfbuzz -lfontconfig -lfreetype -lglib-2.0'

TOOLKIT_LIBW='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 
-lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 
-lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lglib-2.0'



[-- Attachment #2: Type: text/html, Size: 3263 bytes --]

  reply	other threads:[~2022-06-09  6:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 16:53 bug#55850: Feature request: customizabe icon-title-format Andreas Röhler
2022-06-08 17:18 ` Eli Zaretskii
2022-06-08 19:01   ` Andreas Röhler
2022-06-09  1:46     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-09  6:32       ` Andreas Röhler [this message]
2022-06-09  6:59         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-09  7:55           ` Andreas Röhler
2022-06-09  8:07             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-09 11:07               ` Andreas Röhler
2022-06-09 11:34                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-09 11:41                   ` Andreas Röhler
2022-06-09 13:24                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-09 13:43                       ` Andreas Röhler
2022-06-09 13:49                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-09 14:14                           ` Andreas Röhler
2022-06-10  0:47                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-09 13:24     ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ab8257ba-ab6d-671e-54fb-0fb734ce83f8@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=55850@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).