You are not logged in.
Done.
Hi Bruno, thanks for your kind words.
Can you post your location please?
Offline
Do I miss something?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
I am a bit confused... I updated my profile to show up my location (Rio de Janeiro).
Did I miss something? :8
Do I miss something?
Offline
Oh, it's in your profile, sorry, I thought you meant your post.
I'll investigate asap.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
I just tested it, all's well.
Maybe it was a temporary thing.
Can you please watch it for a while and report back?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Yes, now works well. And the git finally gives me some profit in saving the time when merging the changes into my conky config.
Offline
Good to know.
Any answer to my git question?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
What questions?
Oh, I see:
To git gurus:
I must have done something wrong today with my master and custom_script branches.
Before today, whenever I switch from custom_script to master I couldn't see the files created in the former.
Now, if I create a file in master it appears in custom_script and vice versa.
What have I done wrong?
So what did you do actually?
Last edited by morfik (2019-10-02 14:14:16)
Offline
I switched to the master branch, made my changes (wget instead of w3m).
I did a git add and then a git commit.
I then switched to the custom_script branch and did a git merge master.
Then, without switching to the master script (could it be this that caused it?), I did a git push -u origin master.
Last edited by TeoBigusGeekus (2019-10-02 14:16:23)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
.
I then switched to the custom_script branch and did a git merge master.
I told you -- don't do that.
Basically what you did is you merged all the master branch changes into the custom_script branch, which means you have now two branches which have the same changes. You have to revert this change, see here:
https://stackoverflow.com/questions/289 … -git-merge
https://mijingo.com/blog/reverting-a-git-merge
And then cherry pick the changes from the master branch.
https://git-scm.com/docs/git-cherry-pick
Last edited by morfik (2019-10-02 14:24:30)
Offline
I had a closer look:
The separator character between pressure value and pressure unit is "narrow no-break space (U+202F)" instead of "space 20"... in the french page (view-source:https://www.accuweather.com/fr/br/rio-de-janeiro/45449/current-weather/45449).
But it is "space 20" in the english web page (view-source:https://www.accuweather.com/en/br/rio-de-janeiro/45449/current-weather/45449)...
Do you know if there is a way to make Conky display the "narrow no-break space" correctly?
In the meantime, let's go back to the english web page
I just tested it, all's well.
Maybe it was a temporary thing.
Can you please watch it for a while and report back?
Last edited by Bruno (2019-10-02 14:38:24)
Offline
TeoBigusGeekus wrote:.
I then switched to the custom_script branch and did a git merge master.I told you -- don't do that.
Basically what you did is you merged all the master branch changes into the custom_script branch, which means you have now two branches which have the same changes.
But how am I supposed to apply changes to the master script and then apply them to the branch as well?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
@bruno
How did you find out? I get nothing between the pressure value and mb.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
@ Théo
Weather_com_conky_script/ don't work on mageia7 mate & linuxmint19.1
new accuweather no problem every where (just alert fonction don't work )
Linuxmint 22.1 Xia xfce & mageia 9 XFCE on ssd hp pavilion g7
Xubuntu 18.04 lts & 24.04 lts on ASUS Rog STRIX
Offline
I used printf %x "'"
Normal space:
bruno@Neptune:~$ printf %x "' "
20
Narrow space: (the character no-break narrow space seems to be erased automatically by the forum system...)
bruno@Neptune:~$ printf %x "'"
202f
@bruno
How did you find out? I get nothing between the pressure value and mb.
Last edited by Bruno (2019-10-02 14:54:12)
Offline
@ Théo
Weather_com_conky_script/ don't work on mageia7 mate & linuxmint19.1
new accuweather no problem every where (just alert fonction don't work )
Sad to know, where does it work?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
I used printf %x "'"
Normal space:bruno@Neptune:~$ printf %x "' " 20
Narrow space:
bruno@Neptune:~$ printf %x "'" 202f
I can't replicate this
Anyway, how did you find out you have this character in your curr_cond file?
I don't seem to have it; I open the file with vs code and vim as well, but still nothing.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Sad to know, where does it work?
nowhere in my 4 distros i have the same errors & no images & files
Linuxmint 22.1 Xia xfce & mageia 9 XFCE on ssd hp pavilion g7
Xubuntu 18.04 lts & 24.04 lts on ASUS Rog STRIX
Offline
Shit.
It was worth a try though; anyone else who'd like to report back about the weather.com script?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
But how am I supposed to apply changes to the master script and then apply them to the branch as well?
You apply changes to the master branch as usual, then switch to the custom_script branch, and cherry pick the commits you made to master branch. If there are any conflicts, it will prompt you to solve them, if not, it will merge the commits. Don't merge the whole branches because this always means the branches will have the same code and can share any new changes you made. Like in the kernel examples, if they merged kernel 5.3 and 5.2 branches, we would have only one kernel code, and not the two, which is not what we want.
Offline