Bug 251156 - Don't show the first-time wizard
Summary: Don't show the first-time wizard
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gimp
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-07 15:11 UTC by Matthias Clasen
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-16 21:13:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Matthias Clasen 2007-08-07 15:11:04 UTC
It is really out-of-place, compared to other desktop applications, and annoying.
The consensus of the desktop team is that we would be better off without it.
Luckily, Ubuntu already has a patch for this:


--- gimp-2.3.18.orig/debian/patches/10_dont_show_wizard.patch
+++ gimp-2.3.18/debian/patches/10_dont_show_wizard.patch
@@ -0,0 +1,32 @@
+diff -Nur gimp-2.3.16/app/dialogs/user-install-dialog.c
gimp-2.3.16.new/app/dialogs/user-install-dialog.c
+--- gimp-2.3.16/app/dialogs/user-install-dialog.c	2007-01-23 11:13:50.000000000
+0100
++++ gimp-2.3.16.new/app/dialogs/user-install-dialog.c	2007-05-02
17:54:23.000000000 +0200
+@@ -46,15 +46,18 @@
+ gboolean
+ user_install_dialog_run (GimpUserInstall *install)
+ {
++#if USER_INSTALLATION_DIALOG
+   GtkWidget *dialog;
++#endif
+   gboolean   success;
+ 
+   g_return_val_if_fail (install != NULL, FALSE);
+-
++#if USER_INSTALLATION_DIALOG
+   dialog = user_install_dialog_new (install);
+-
++#endif
+   success = gimp_user_install_run (install);
+ 
++#if USER_INSTALLATION_DIALOG
+   if (! success)
+     {
+       g_signal_connect (dialog, "response",
+@@ -67,6 +70,7 @@
+     }
+ 
+   gtk_widget_destroy (dialog);
++#endif
+ 
+   return success;
+ }

If we apply this, we should also lobby upstream to nuke the wizard, or at
least make it a compile-time option.

Comment 1 Nils Philippsen 2007-08-08 08:55:59 UTC
The wizard is already nuked upstream in gimp-2.3.x which I'm considering for
inclusion in devel anyway as 2.4 is likely to be ready within the F8 timeframe.

Comment 2 Nils Philippsen 2007-08-16 21:13:09 UTC
I've just built 2.4.0-rc1 for Rawhide which doesn't have the first-time wizard.

Comment 3 Matthias Clasen 2007-08-17 03:09:35 UTC
Thanks, very cool


Note You need to log in before you can comment on or make changes to this bug.