Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#42113 closed defect (fixed)

gimp-app @2.8.2_1 : display wrong application name in the menubar

Reported by: Dongwon.Shin@… Owned by: dbevans (David B. Evans)
Priority: Low Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: gimp-app

Description

gimp-app @2.8.2_1 was installed with gimp2 @2.8.10_4 (+python27 +quartz -help_browser) to run it natively on osx not from X. It gives a wrong application name in the menu bar. It shows 'script' instead of GIMP (or gimp, or Gimp). When I launch gimp2 from the Terminal, it display correct application name 'gimp' in the menu bar.

Change History (3)

comment:1 Changed 10 years ago by dbevans (David B. Evans)

Owner: changed from macports-tickets@… to devans@…
Status: newassigned

comment:2 Changed 10 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

The code for the OS X native menus in gimp2 +quartz takes the application name to be the name of file that was executed to start the app. So when you execute GIMP by hand you get 'gimp' (from $(prefix)/bin/gimp). However, when using gimp-app, the file that is executed is a symbolic link to $(prefix)/bin/gimp which resides in the app bundle's Resources directory. This was originally named 'script' but it now renamed to 'GIMP', the GIMP developers' preferred name. Note that none of this makes any difference for the X11 GIMP build where a GTK+ approach is taken.

Committed in r115930.

comment:3 Changed 10 years ago by mf2k (Frank Schima)

Type: requestdefect
Note: See TracTickets for help on using tickets.