worron / ACYLS

Any Color You Like Simple icon pack
128 stars 10 forks source link

Add some missed icons #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

1)Sublime Text (added) 2)Docky 3)Musique (added) 4)Tomahawk (added) 5)Telegram 6)Persepolis Download Manager( https://github.com/alireza-amirsamimi/persepolis ) (added)

Icons Problem Log out Shut Down reboot 6

worron commented 8 years ago

Ok, I will take a look.

worron commented 8 years ago

Add some missed icons. All the rest (docky, browser, power control) are already in pack, seems you have some local trouble. To solve it I should know exact names of problem icons in your system. Find desktop file of certain application in /usr/share/applications, open it with any text editor and check line with Icon=. This way you can find the real name of missed icon, then report it here.

ghost commented 8 years ago

Docky 1) 8 2) 9

ghost commented 8 years ago

Shutdown >> gnome-session-quit --power-off Reboot >> gnome-session-quit --reboot LogOut>> gnome-session-quit --logout 11

worron commented 8 years ago

Unfortunately I can't help if icon displayed correctly in main menu and has wrong visual in dock. It's dock problem.

About power icons I need information about Icon= line, not Exec=.

ghost commented 8 years ago

Shutdown>>Icon=/usr/share/unity/icons/shutdown_highlight.png LogOut>>Icon=/usr/share/unity/icons/logout_highlight.png reboot>>Icon=/usr/share/unity/icons/restart_highlight.png

Public Folder & Templates In /home/username/

Some missed Format .css .cpp .srt .txt selection_007

worron commented 8 years ago

If absolute path like Icon=/usr/share/unity/icons/logout_highlight.png settled in desktop file that meant current icon cannot be changed with theme. If you really want do this you can edit desktop file to change icon. Something like Icon=gnome-logout should be ok.

Missed folders confirmed. It will take some time to fix since new icon should be added to every alternative group. Can you open separete issue for this topic? It is more practical have standalone thread for diffrent missed icon/icon group and allow to solve problem step by step.

About missed formats. Actually, it is not necessary to have unique icon for every file type. For example txt files is ok with general text document icon. May be I can add something forcpp and css but this is low priority task. And this is also question for separete issue.

worron commented 8 years ago

Close this one since missed folders was added with 04c52a1.