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 128588 - extended input devices settings not saved
extended input devices settings not saved
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
1.x
Other All
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
: 130049 130882 132394 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-12-05 12:00 UTC by Vlado Potisk
Modified: 2004-10-06 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vlado Potisk 2003-12-05 12:00:52 UTC
I have an Wacom tablet which works with the stable GIMP 1.2.5.

The settings in File > Preferences: Input Devices: Configure Extended Input
Devices are lost after exit and extended devices are disabled everytime the
GIMP is started.
Comment 1 Sven Neumann 2003-12-05 12:07:10 UTC
Does the directory ~/.gimp-1.3 exist? Is it writeable? Is there a file
called devicerc? What are the permissions, what is the content?
Comment 2 Vlado Potisk 2003-12-05 13:30:12 UTC
The directory does exist, it was created during the installation.
No problem with permissions and ownership, it is readable/writeable.
File devicerc does not exist.

I've run gimp with strace. It tries to read the devicerc file
at startup but it never tries to create/write it.
Comment 3 Sven Neumann 2003-12-05 13:53:19 UTC
That's probably because you have "Save Input Device Settings on Exit"
turned off in your preferences. Well, we will have to rework this a
bit since of course the device settings need to be saved after
configuration.
Comment 4 Vlado Potisk 2003-12-06 07:15:16 UTC
You're absolutely right. Checking that "Save ...." box,
solved my problem.

Maybe it would be better to move the "Save Input Device Settings"
controls from the "Session" section to the "Input Devices" section
of File > Preferences.
Comment 5 Sven Neumann 2003-12-08 09:59:59 UTC
I agree, the settings should be moved. Brix, do you listen?
Comment 6 Sven Neumann 2003-12-26 21:53:34 UTC
*** Bug 130049 has been marked as a duplicate of this bug. ***
Comment 7 Sven Neumann 2003-12-26 21:54:39 UTC
Reopening this report since there's need to take action. At the very
least we need to move the widgets in the prefs dialog as suggested above.
Comment 8 Henrik Brix Andersen 2004-01-08 13:41:48 UTC
*** Bug 130882 has been marked as a duplicate of this bug. ***
Comment 9 Henrik Brix Andersen 2004-01-08 13:45:49 UTC
I suggest we keep the widgets where they are (the Session tab) but
change "Save Input Device Settings at Exit" to default to true.

I think it makes sense to have all the session related entries in the
preferences under the same tab...
Comment 10 Sven Neumann 2004-01-08 14:45:32 UTC
I'm not sure if TRUE is a good default; actually I am pretty sure a
lot of people will not like it.

A better solution is to make sure that the devicerc is written when
the device settings are changed. Preferably it would be written with
just the device settings and no context information.
Comment 11 Sven Neumann 2004-01-25 12:24:21 UTC
*** Bug 132394 has been marked as a duplicate of this bug. ***
Comment 12 Simon Budig 2004-03-09 10:52:24 UTC
Tackled this in CVS:

2004-03-09  Simon Budig  <simon@gimp.org>

        * app/gui/preferences-dialog.c: Resurrect the "Save"-Button
        in the input-devices dialog, to avoid to confuse the users
        as described in bug #128588. This is not a proper fix though,
        since the input device configuration should be independant
        from the tool configuration. However, we can bump this bug
        to 2.2 now.
Comment 13 Sven Neumann 2004-03-10 19:18:33 UTC
*** Bug 136790 has been marked as a duplicate of this bug. ***
Comment 14 Niklas Mattisson 2004-04-16 23:48:00 UTC
I have a small suggestion though maybe it would be hard to implement.

Lets take this as a example: 
Save Input Device Settings on Exit is turned off (default at the moment)
I start GIMP for the first time and start to change the options to be used for
the input devices. Ones I click on Quit I will get a dialog telling me that I
have changed the input devices options and get the question to if I want to save
the settings. Of course this only popsup when there has been changes in the
input devices. After this there could also be a message saying that "If you go
to Preferences -> Session and turn Save settings on you will wont be asked to
save settings again."

Starting GIMP again. No changes are done to the devices or the Save settings is
turned on. I wont get the question again because nothing has happened to the
settings or they are auto saved at exit. 

I am not sure if this would be possible or not. Hope I made it somewhat clear
what I mean with the suggestion.
Comment 15 Sven Neumann 2004-10-06 13:13:26 UTC
What needs to be done here so that we can close this report?
Comment 16 Michael Natterer 2004-10-06 13:24:59 UTC
This bug is FIXED since the save functionality is obvious now.