Jeff Morriss
changed
bug 10737
Comment # 4
on bug 10737
from Jeff Morriss
The question is probably: how do we know if we're installing into a
freekdesktop-compliant environment? Maybe freekdesktop.org will tell us.
I added that target when getting the icons installed for RPM-based systems.
Another tricky point, of course, is when to do as the reminder (pasted here
from Makefile.am) says:
@echo "Don't forget to run \"update-desktop-database\" and
\"update-mime-database /usr/share/mime\""
That has to be done after the *package* is installed (if you're installing one)
not (necessarily) at "make install" time. I guess maybe it could be done at
"make install" time and just ignore the resulting errors when you're building a
package (since I build my packages as myself rather than as root)?
You are receiving this mail because:
- You are watching all bug changes.