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 712716 - Command line ignored for the second window
Command line ignored for the second window
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
3.2.x
Other Linux
: Normal minor
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2013-11-19 20:41 UTC by Jan "Yenya" Kasprzak
Modified: 2013-11-26 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan "Yenya" Kasprzak 2013-11-19 20:41:29 UTC
I often run GUI applications from the command line. It would be good if GUI applications can respect the working directory they are started from, and open this directory by default. Gthumb does not do this, but at least it accept the directory name from the command line. So I have learned to run it as "gthumb .", which does exactly what I want.

There is an exception to that, though: when I have somewhere in another virtual desktop already running instance of gthumb, running "gthumb ." opens a new window, but not with the directory from where it has been run, but instead it opens a clone of the previous window. This is very confusing.

In my humble opinion gthumb should

- open multiple independent instances of itself by default
- open the current working directory by default

As a minimalistic solution, it should at least honor the command-line argument even in the second window.

Thanks for considering this modification.
Comment 1 Paolo Bacchilega 2013-11-26 18:38:51 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 2 Jan "Yenya" Kasprzak 2013-11-26 18:40:48 UTC
Thanks for the quick fix!