After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 434581 - Interactive window has no window name in the window list
Interactive window has no window name in the window list
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: screenshot
trunk
Other Linux
: Normal minor
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-30 12:58 UTC by Kamil Páral
Modified: 2008-11-10 01:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
example.ogv (838.53 KB, video/ogg)
2008-02-22 17:40 UTC, Kamil Páral
Details

Description Kamil Páral 2007-04-30 12:58:01 UTC
gnome-screenshot does not show on taskbar nor you can switch to it with Alt+Tab. This is very annoying. When you start up gnome-screenshot and after that click to some other window (to set it up for taking shot), you can't easily switch back to gnome-screenshot (it is somewhere below your other windows). You have to minimize all the windows to find it. At least Alt+Tab should work, but every decent window should also have button on taskbar. Taskbar-less windows are one of most annoying microsoft "features" in their control panels.
Comment 1 Kamil Páral 2007-10-09 15:04:14 UTC
still an issue in gnome 2.20
Comment 2 Pavol Klačanský 2008-01-14 06:16:46 UTC
i have ubuntu 8.04 alfa 3 and gnome 2.21.4 and i have same problem
Comment 3 Pavel Šefránek 2008-02-21 21:39:04 UTC
This applies only when you run gnome-screenshot with --interactive parameter. Other ways leads to expected result (it sits on the taskbar).
Comment 4 Kamil Páral 2008-02-21 21:43:29 UTC
Well if you run it without --interactive parameter, there is nothing to display on taskbar, because it is shell command. The resulting save dialog is displayed on taskbar, that's true, but that's not dependent on the way of taking screenshot (interactive/non-interactive), it's always displayed.
Comment 5 Pavel Šefránek 2008-02-22 16:06:03 UTC
(In reply to comment #4)
> Well if you run it without --interactive parameter, there is nothing to display
> on taskbar, because it is shell command.
Kamil but when you run it without --interactive option, you'll get it sitting on the taskbar.

> The resulting save dialog is displayed
> on taskbar, that's true, but that's not dependent on the way of taking
> screenshot (interactive/non-interactive), it's always displayed.
You're wrong, it displays only if you're in non-interactive mode. Just try it.
Comment 6 Kamil Páral 2008-02-22 17:40:08 UTC
Created attachment 105775 [details]
example.ogv

I don't know about you, but in my GNOME 2.20, save dialog displays on taskbar everytime. I have created an example video, have a look.
Comment 7 Kamil Páral 2008-04-08 21:26:22 UTC
still an issue in gnome 2.22
Comment 8 Vincent Untz 2008-07-27 15:03:16 UTC
Fixed in trunk.
But there's no window name :/
Comment 9 Kamil Páral 2008-07-27 20:29:00 UTC
I don't understand it, Vincent. If you are a developer, why don't you add a name? :)
Comment 10 Vincent Untz 2008-07-27 20:34:29 UTC
(In reply to comment #9)
> I don't understand it, Vincent. If you are a developer, why don't you add a
> name? :)

I was just triaging bugs :-)
Comment 11 Ara Pulido 2008-10-21 19:30:28 UTC
This is also making desktop testing difficult for this application.

Most of the desktop testing frameworks available for GNOME rely on the AT-SPI layer information.

The window name at information is empty for gnome-screenshot. See https://bugs.launchpad.net/gnome-utils/+bug/244478
Comment 12 Cosimo Cecchi 2008-11-10 01:36:13 UTC
Thanks for the report, fixed in trunk.

2008-11-10  Cosimo Cecchi  <cosimoc@gnome.org>

	* gnome-screenshot.c: (create_interactive_dialog): set a meaningful
	title for the interactive dialog (#434581).