ncopa / xfce-polkit

A simple PolicyKit authentication agent for XFCE
GNU General Public License v2.0
36 stars 3 forks source link

.desktop file generation #2

Closed freswa closed 6 years ago

freswa commented 9 years ago

make generates the following line in the desktop file

Exec=/usr/libexec/xfce-polkit

Which should be:

Exec=/usr/lib/xfce-polkit/xfce-polkit

Any ideas?

ncopa commented 8 years ago

What happens if you do: ./configure --libexecdir=/usr/lib/xfce-polkit

rapgro commented 8 years ago

An user of Fedora reports: The problem is (and that's the report) the (null) output inside the xfce4-session's information tab. I would have expected a bit more descriptive information there. So I assume, that if (null) is being shown under Fedora 22 then it most likely will show (null) under Fedora RH as well. May I ask if you could have a look in your xfce4-sessions and report if it shows (null) for you as well ?

Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1281464

freswa commented 8 years ago

@ncopa Your hint works. So what about those underscores in front of "Comment" and "Name"?

rapgro commented 8 years ago

Those underscores prevent a descriptive title in the autostart settings dialog of xfce4-session.

rdieter commented 8 years ago

and .desktop files should generally have valid Name (and ideally Comment) keys. To put another way, why use non-standard _Name and _Comment here rather than Name and Comment?

ncopa commented 6 years ago

i guess this was fixed with #3