Skip to content
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

No Fixing Occuring #177

Closed
Foggalong opened this issue Oct 1, 2016 · 29 comments
Closed

No Fixing Occuring #177

Foggalong opened this issue Oct 1, 2016 · 29 comments
Assignees

Comments

@Foggalong
Copy link
Contributor

Foggalong commented Oct 1, 2016

Just done a clean install and now the script isn't working for me.
screenshot_2016-10-01_10-03-24
I don't know if it's relevant but the icon theme isn't being correctly detected either. I have ownCloud installed which is covered and should have been fixed, but there's also Rambox (an electron app) which isn't being fixed. I can open a new issue for that if you'd prefer?
screenshot_2016-10-01_10-04-07

@bilelmoussaoui
Copy link
Owner

You can always force the script to use an other icon theme than the one detected automatically! Just add --theme Numix (take a look at the readme for more info).
Can you open a new issue for Rambox? I will push a fix for it by this evening

@bilelmoussaoui bilelmoussaoui added this to the v4.0 milestone Oct 1, 2016
@bilelmoussaoui bilelmoussaoui self-assigned this Oct 1, 2016
@bilelmoussaoui
Copy link
Owner

I just add Rambox support! You can either use the git version or wait few days until i release the 4.0 version :)

@Foggalong
Copy link
Contributor Author

Awesome, I'll get some icons for Numix asap :)

@Foggalong
Copy link
Contributor Author

@bil-elmoussaoui ownCloud isn't still being detected / fixed 😕

@bilelmoussaoui
Copy link
Owner

Can you check if this folder exists in your case ? https://github.com/bil-elmoussaoui/Hardcode-Tray/blob/master/db.csv#L36 if not can you check if there's a folder/file that i can use to check if owncloud installed

@Foggalong
Copy link
Contributor Author

I have /usr/share/owncloud-client/ 👍

bilelmoussaoui added a commit that referenced this issue Oct 3, 2016
@bilelmoussaoui
Copy link
Owner

Pushed a new commit to fix that! can you try the latest git version?

@Foggalong
Copy link
Contributor Author

Nope, still not fixing for me 😕

@bilelmoussaoui
Copy link
Owner

@Foggalong add this to db.csv OwnCloud, owncloud, /usr/share/owncloud-client/, don't understand why it wasnt commited before..

@Foggalong
Copy link
Contributor Author

@bil-elmoussaoui I'm having this issue again. I have both Rambox and ownCloud installed but neither are being fixed/reverted.

@bilelmoussaoui
Copy link
Owner

Are you sure that u re using the latest git version of Hardcode-Tray? If you do how do you run the script ?

Le 10 oct. 2016 à 17:52, Joshua H. Fogg notifications@github.com a écrit :

@bil-elmoussaoui I'm having this issue again. I have both Rambox and ownCloud installed but neither are being fixed/reverted.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@Foggalong
Copy link
Contributor Author

Yup, I recloned just to be sure it wasn't a problem with my local repo. I run it using this command: sudo -E ./script.py --theme Numix

@bilelmoussaoui
Copy link
Owner

I will release a new version tonight!

@bilelmoussaoui
Copy link
Owner

I updated Hardcode-Tray to 3.2, can you try if everything works great again?

@Foggalong
Copy link
Contributor Author

@bil-elmoussaoui Nope still not working. Can you reopen this issue?

@bilelmoussaoui
Copy link
Owner

I've added an other OwnCloud path to the database file, can you clone the repo and try again?

@Foggalong
Copy link
Contributor Author

It now says it's being fixed, but doesn't actually fix. Also Rambox it doesn't say it's fixing either, but not sure if that's expected?

@bilelmoussaoui
Copy link
Owner

@Foggalong Do you have the patched version of sni-qt installed? and for Rambox, do you have the latest version of Numix base with Rambox icons? Also it's might due to the installation path of Rambox. On Arch, it's installed on /opt/rambox/. Can you confirm it's installed there in your case too?

  • I've updated the db.csv file, can you clone and try again?

@Foggalong
Copy link
Contributor Author

For ownCloud, the problem was that I don't have the patched sni-qt installed. The PPA doesn't have Yakkety builds though so I also can't :/

For Rambox, the installation location for Ubuntu is /opt/Rambox

@bilelmoussaoui
Copy link
Owner

Should be fixed for Rambox, just update db.csv file with the latest git version.
You can build it from source, it shouldn't be that complicated, just follow the documentation https://github.com/bil-elmoussaoui/Hardcode-Tray/wiki/How-to-build-sni-qt

@Foggalong
Copy link
Contributor Author

@bil-elmoussaoui I'm more than happy to build from source, but it's not an especially user friendly method. Even as building from source goes it's more complicated than normal.

@bilelmoussaoui
Copy link
Owner

Alright! Hope the PPA will be updated soon, otherwise i will have to create a new PPA myself.. Does Rambox issue still occuring?

@Foggalong
Copy link
Contributor Author

Foggalong commented Oct 31, 2016

Yeah, Rambox is now working for me which is brilliant 👍 Will update you on ownCloud once I've finished building

@Foggalong
Copy link
Contributor Author

Interesting thing for Rambox: it also changes the Rambox icon within the app to the tray icon. Guessing that there's nothing that can be done about this so no worries 👍
screenshot_2016-10-31_15-36-36

ownCloud though unfortunately still not fixed, even with the patched version of SNI Qt installed (inc. 32 bit version).

@bilelmoussaoui
Copy link
Owner

You can report that to Rambox dev so they can change the icon they're using there :) I only change the Tray icon..
I can't do anything about it, the issue is related to sni-qt or the way you build it! Hope that elementaryPlus guys will update their PPA soon!
This can be closed now? :)

@Foggalong
Copy link
Contributor Author

Foggalong commented Oct 31, 2016

I mean, this issue isn't really fixed. I built sni-qt using the instructions here so at the very least a disclaimer needs to be added saying that it won't work in the latest version of Ubuntu 😿

Even disregarding that, there's the problem that the script is telling the user than stuff is being fixed when it isn't. I'm not sure whether that's something that can be detected though?

@bilelmoussaoui
Copy link
Owner

I don't think there's a way to detect if the patched version of sni-qt is installed using Python, the script is telling to the user the sni-qt application were fixed which means that the icons were copied correctly to the right directory. And as mentioned on the README the user must have the patched version of sni-qt installed. And i wasn't able to build sni-qt correctly neither so :(

@Foggalong
Copy link
Contributor Author

That's fair enough. Probably go with the disclaimer then that it doesn't work with Yakkety yet. I've filed an issue upsteam so hopefully it will be updated soon.

@bilelmoussaoui
Copy link
Owner

I'm going to close this, as i don't think that i will be able to maintain a PPA at this moment! if i find any better way to compile the patched version, i will do it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants