[Mono-bugs] [Bug 549202] New: Winforms icon URL in generated .desktop file is incorrect

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 22 11:31:13 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=549202


           Summary: Winforms icon URL in generated .desktop file is
                    incorrect
    Classification: Mono
           Product: Mono: Tools
           Version: MonoVS 0.7
          Platform: i586
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Visual Studio Integration
        AssignedTo: jpobst at novell.com
        ReportedBy: twiest at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Community User


Description of Problem:
If you create an RPM based on a winforms project, you have to specify an icon.
However, the generated .desktop file contains an invalid URL for the icon.

For instance, mine had:
Icon=/tmp/monovs-408605b4-27ad-42f1-8570-89be18af25e0/BUILD/FrameIcon.png

When it should say:
Icon=/usr/share/pixmaps/FrameIcon.png

This was originally reported by a Sergio Domingo on the mono-vsbeta mailing
list.


Steps to reproduce the problem:
1. Create a new project based on the default C# winforms template
2. Create an RPM based on this project. Make sure to set the icon to an actual
image file.
3. Install the created RPM on the linux box
4. Open the desktop file. Mine is here:
    /usr/share/applications/windowsformsapplication4.desktop
5. Notice that the icon points to the wrong location.


Actual Results:
The icon points to the wrong location


Expected Results:
The icon should point to the correct location.


How often does this happen? 
every time.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list