[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-05-07 Thread peder
Please revert this fix as soon as possible!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-05-07 Thread era
peder, irie, anyone who can repro: please create a new bug report and
link to this one.  If you have a patch which fixes this, please include
it.  See also https://lists.launchpad.net/ubuntu-elisp/msg00044.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-05-07 Thread era
Oh, sorry, I overlooked that this had already been done.  Thanks Irie!
LP #949126

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-03-27 Thread IRIE Shinsuke
emacsVER-lp725988.patch is utterly incorrect bugfix that makes serious
regression.

Please remove it, otherwise many Emacs users will be confused!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-03-13 Thread IRIE Shinsuke
I posted a patch that fixes the regression bug:

https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/949126

So far it works fine for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-03-11 Thread IRIE Shinsuke
Please drop the patch!  Don't change the window class!
I think it is bad solution because changing the window class causes unwanted 
side-effects.

For example, the settings in ~/.Xresources file are not working at all
(LP #949126), and probably the other programs which refer to the
wm_class to find Emacs window also will not work correctly.

This issue affects only GNOME Shell users, but the problems caused by
changing the wm_class happen to all Emacs users!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-03-11 Thread IRIE Shinsuke
Please reopen.

I cannot understand why EMACS_CLASS has been changed for such a minor issue.
Didn't you know the fact that the settings of Emacs can be put in ~/.Xresources?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-03-11 Thread Jasper St. Pierre
Users really shouldn't have to edit a configuration file to make
application tracking work correctly. If this breaks existing things, we
could just rename the emacsVER.desktop file to emacs.desktop, which
should fix it as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-03-11 Thread IRIE Shinsuke
Just renaming emacsVER.desktop to emacs.desktop actually works, but that
causes another issue that the emacs.desktop file will conflict with the
other flavor's one.

So I suggest the solution as follows:

1. Install upstream emacs.desktop file into /usr/share/emacs/23.3/etc/

2. Use the Debian alternatives system for
/usr/share/applications/emacs.desktop by adding the following to
emacsVER.postinst:

  --slave /usr/share/applications/emacs.desktop emacs.desktop \
  /usr/share/emacs/@FULL_VERSION@/etc/emacs.desktop \

3. Remove @MENU_VERSION@ from StartupWMClass in emacsVER.desktop

Note that emacsVER.desktop is still necessary when the multiple flavors
(emacs23, emacs24, emacs-snapshot, etc.) are installed.
emacsVER.desktop will be used to launch the desired flavor's Emacs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-02-23 Thread Bryce Harrington
** Changed in: emacs23 (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-02-23 Thread Launchpad Bug Tracker
This bug was fixed in the package emacs23 - 23.3+1-1ubuntu8

---
emacs23 (23.3+1-1ubuntu8) precise; urgency=low

  * debian/patches/emacsVER-lp725988.patch: Set the X EMACS_CLASS
to Emacs23 to please bamf and gnome shell (LP: #725988)
  * debian/emacsVER.desktop: also set StartupWMClass (same reason)
 -- Fabien Tassin f...@sofaraway.org   Wed, 15 Feb 2012 18:42:46 +0100

** Changed in: emacs23 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-02-15 Thread Fabien Tassin
fix attached as a debdiff. wtm.
I'm no longer an uploader, so someone please review  sponsor.

note that I didn't use @MENU_VERSION@ in the patch as i would have meant making 
d/rules even more complex than it is today.
so 23 is hardcoded in there. Shouldn't be a problem for precise as it will 
never receive emacs 24.

** Patch added: emacs23_23.3+1-1ubuntu8.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+attachment/2743163/+files/emacs23_23.3%2B1-1ubuntu8.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-02-15 Thread Fabien Tassin
to test, run xprop and click on the emacs window.

$ xprop| grep CLASS
WM_CLASS(STRING) = emacs23, Emacs23

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-02-15 Thread Ubuntu Foundation's Bug Bot
The attachment emacs23_23.3+1-1ubuntu8.debdiff of this bug report has
been identified as being a patch in the form of a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
sponsors team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-02-14 Thread Fabien Tassin
just for reference, here is the gnome-shell bug that led me here:
https://bugzilla.gnome.org/show_bug.cgi?id=670092

in the Debian BTS, there a different bug with the same root cause:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630741
(i too see one of two emacs icon blurred)

** Bug watch added: GNOME Bug Tracker #670092
   https://bugzilla.gnome.org/show_bug.cgi?id=670092

** Bug watch added: Debian Bug tracker #630741
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630741

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2012-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: emacs23 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725988] Re: WM_CLASS needs to match .desktop file name

2011-11-15 Thread Jeremy Nickurak
How would one set the 'x-resource-class variable for this purpose? I've
been trying emacs --eval '(setq x-resource-class emacs-23)', but xprop
still says Emacs,emacs. Likewise if I put (setq x-resource-class emacs-
notmuch) in .emacs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725988

Title:
  WM_CLASS needs to match .desktop file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/725988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs