aferrero2707 / PhotoFlow

A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development.
http://aferrero2707.github.io/PhotoFlow
GNU General Public License v3.0
309 stars 36 forks source link

.desktop file points to Darktable instead of PhotoFlow #86

Closed Joermungand closed 8 years ago

Joermungand commented 8 years ago

I was trying to adjust the AUR PKGUILD to reflect the latest commit in stable, and I noticed that all references in the .desktop file point to Darktable instead of PhotoFlow. Could have been easily solved by adding a sed line to the script, but I thought it should be done upstream:

[Desktop Entry]
Name=PhotoFlow
_GenericName=Virtual Lighttable and Darkroom
_Comment=Organize and develop images from digital cameras

X-GNOME-FullName=PhotoFlow Photo Workflow Software

Version=1.0

Type=Application
Categories=Graphics;Photography;GTK;
# TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
_Keywords=graphics;photography;raw;

Exec=photoflow %U
TryExec=photoflow
Terminal=false
StartupNotify=true

MimeType=application/x-photoflow;image/x-dcraw;image/jpeg;image/jpg;image/jp2;image/png;image/tiff;image/x-portable-pixmap;image/x-portable-floatmap;image/x-exr;

Icon=photoflow

X-Unity-IconBackgroundColor=#252525
aferrero2707 commented 8 years ago

What a shame! I took the darktable desktop file as a starting point, but them forgot to commit the modified version... I'm doing that right now, thanks for noticing!

aferrero2707 commented 8 years ago

Change committed.

Joermungand commented 8 years ago

Thanks! By the way, congrats on the icon! It turned out very well.

On 08/04/16 15:24, aferrero2707 wrote:

Change committed.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/aferrero2707/PhotoFlow/issues/86#issuecomment-207410759

aferrero2707 commented 8 years ago

The icon is actually not my own creation, but the great result of a sort-of collaborative effort in which very skilled people contributed!

here is the full story: https://discuss.pixls.us/t/help-needed-photoflow-application-icon-design/1014/73

Joermungand commented 8 years ago

Yes, I am aware of the story behind it; no reason to be any less proud of it though :).

On 08/04/16 15:50, aferrero2707 wrote:

The icon is actually not my own creation, but the great result of a sort-of collaborative effort in which very skilled people contributed!

here is the full story: https://discuss.pixls.us/t/help-needed-photoflow-application-icon-design/1014/73

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/aferrero2707/PhotoFlow/issues/86#issuecomment-207420432