-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get pinboard/panel icon name from .desktop files. #1
base: master
Are you sure you want to change the base?
Conversation
|
||
icon->item = diritem_new(name); | ||
diritem_restat(icon->path, icon->item, NULL); | ||
|
||
if (icon->item->mime_type == application_x_desktop) | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need to free the old leafname
here?
And 5 years later this PR (and others) haven't been merged. Is the project orphaned? |
I think so. |
There are updated repositories of others who have updated and maintained Rox. |
look at the time stamps. 2 - 18 years old sources. They might be orphaned too. |
Don't worry about the timestamps....the software has been and is updated. |
When dropping a .desktop file to the panel/pinboard, set the icon's name to the .desktop file's "Name" entry.