-
Notifications
You must be signed in to change notification settings - Fork 60
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
Support more apps #4
Comments
For Viber ,the icon used as an indicator is 16x16.png which is not very specific as an icon name. I really don't have any ideas about this? |
This could be circumvented by using an additional column in your csv. One column for the name of the icon in the icon theme, one for the icon name that is hardcoded and the symlink (or converted png) is pointing to. And this column could be just an empty string if theres no difference betwen the two names (like for the ones you support already) and not empty otherwise |
I thought about this too, but if i do so the designers must choose the same name of the viber indicator? |
No. I don't think so. You just name it |
I will try this. I think about writing a code that will look if there's any icon that uses viber in it's name and use it? That will make the designers free to use whatever they want as an icon name? And i will implement this asap |
Just to have your point of view. For spotify the app uses some icons in a zip file. The fastest way is to write a bash script code to do this and call it in the python script? |
Much late replay:/ yes Most definitely the fastest Way python is really bad in handling zip files |
It's not a problem! i will support the rest of applications after my finals |
Owncloud is Not hardcoded |
Owncloud is qt application to change the icons you've to install a patched version of sni-qt and copy the icons to |
I'm using owncloud right now, and the icons from numix are used |
Well, if you say so :D the last time i used owncloud, i had such ugly icons |
Do you have any idea how to open a |
There seems to be a python script that can work with |
@wa4557 can you take a look at this ? ElementaryPlus Owncloud Icon issue and confirm that's working for you? |
I'm using version owncloud 1.7 the icons change correct. For me these icons are NOT hardcoded |
ownCloud is hardcoded for me, Xubuntu 15.04 client 1.7 :/ |
oO |
Yup, mine from the same location :( |
To fix ownCloud (and the rest of icons in this list too) we will need to install a patched version of sni-qt |
@wa4557 @Foggalong Can you give me the path of ownCloud? i'm going to add sni-qt apps soon |
Here are all the ownCloud data locations I could find:
|
same here |
@Foggalong @wa4557 I added a support to sni-qt applications, i still need a bash script to convert svg icons to png icons like the one used for spotify. The icons must be copied into |
I can do this on the weekend if you wish? |
I don't have that folder on my machine :/ |
You have to installed the patched version of sni-qt and restart your machine first
|
And where do I get this patched version? |
I added a ppa in the readme, im not sure that's the latest version. If its not the case i will create a new ppa for that
|
and what if I'm not on a debian based distro (fedora?) |
You can download it from here i guess : Package Sni-qt |
I still don't have that folder after installing the package |
@Foggalong can you try installing this version elementaryPlus sni-qt. The one in the ppa is outdated |
@wa4557 yeah, you can do that if you want to 👍 |
@bil-elmoussaoui What has the script to do exactly? |
The script will convert the svg icons sent as a parameter to the script, and save them in |
Give me a sec. |
@bil-elmoussaoui If the source icon is a png (like in the |
@wa4557 a symlink will be fine |
I will close and open a seperate issue for each application |
Wel, still needs to support more apps :
Sni-qt apps? I'm not sure that i will implement anything like this in my code..But who knows
The text was updated successfully, but these errors were encountered: