appimage

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: appimage

Post by looo »

I corrected this one. But this simple hides the report that matplotlib is missing...
User avatar
fosselius
Posts: 381
Joined: Sat Apr 23, 2016 10:03 am
Contact:

Re: appimage

Post by fosselius »

triplus wrote: Sun Feb 10, 2019 6:13 pm Please test again with latest Conda AppImage.
I did test, menu looks fine! icons is still wrong, have not tested the "fix" posted earlier in this thread.
But i think my issues are QT related rather then "appimage" specific?
Screenshot from 2019-02-11 21-29-00.png
Screenshot from 2019-02-11 21-29-00.png (40.78 KiB) Viewed 1610 times
however i did notice another issue, the text input box in sketcher is to slim.
Screenshot from 2019-02-11 21-29-39.png
Screenshot from 2019-02-11 21-29-39.png (9.7 KiB) Viewed 1610 times
minor note: splash screen is a "white box" (actually what ever covered area that is rendered), 80% of load time, then the correct graphics is showed for a brief moment before application launches.
Screenshot from 2019-02-11 21-36-51.png
Screenshot from 2019-02-11 21-36-51.png (17.95 KiB) Viewed 1608 times
FreeCAD_0.18.15823_Conda_Py3Qt5_glibc2.12-x86_64.AppImage

OS: Ubuntu 18.10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15823 (Git) AppImage
Build type: Release
Branch: master
Hash: 2ac0851d4cffa351ca8da06779e14b7f9be2173d
Python version: 3.6.7
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: appimage

Post by triplus »

fosselius wrote: Mon Feb 11, 2019 8:36 pm I did test, menu looks fine!
Good to hear that.
icons is still wrong, have not tested the "fix" posted earlier in this thread.
Why not?
however i did notice another issue, the text input box in sketcher is to slim.
Could be desktop theme related issue like seen here.
User avatar
fosselius
Posts: 381
Joined: Sat Apr 23, 2016 10:03 am
Contact:

Re: appimage

Post by fosselius »

triplus wrote: Tue Feb 12, 2019 11:34 pm
icons is still wrong, have not tested the "fix" posted earlier in this thread.
Why not?

Code: Select all

p = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Bitmaps/Theme")
p.SetString("Name", "None")
Did not have time before, just made a quick test.
Did try it today and pasting the above code in the python console and then restarting FreeCAD did give me the correct icons.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: appimage

Post by triplus »

fosselius wrote: Thu Feb 14, 2019 6:04 am Did not have time before, just made a quick test.
Did try it today and pasting the above code in the python console and then restarting FreeCAD did give me the correct icons.
Good to hear that.
User avatar
regis
Posts: 725
Joined: Sun Jul 12, 2015 8:17 am
Contact:

Re: appimage

Post by regis »

fosselius wrote: Mon Feb 11, 2019 8:36 pm however i did notice another issue, the text input box in sketcher is to slim.
I've got the same issue aswell.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Signing appimages

Post by Kunda1 »

Following up on a previous topic in this thread summarized in issue #3758, what's the hold up for us to sign AppImages? (sorry if this was answered somewhere, I missed it).
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: appimage

Post by Kunda1 »

In addition to the previous question :point_up_2:
Any ideas why the 0.19-16966 appimage hasn't updated yet. It's been a while now...at least a week.

Edit: I'm asking for selfish reasons: I'd like to help test the latest Addon Manager UI :D
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: appimage

Post by looo »

Sry, some work is needed to get updated to latest deps. Currently it's a bit messy (Mac uses qt5.9 and Linux qt5.6. I would like to get them aligned first.

Please help out here:
https://github.com/conda-forge/vtk-feedstock/issues/86
And here:
https://github.com/conda-forge/freecad- ... ck/pull/26

PS Linux appimage should be updated soon.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: appimage

Post by Kunda1 »

looo wrote: Tue Jun 18, 2019 10:19 am Sry, some work is needed to get updated to latest deps. Currently it's a bit messy (Mac uses qt5.9 and Linux qt5.6. I would like to get them aligned first.
What do you think about moving this thread in the packaging subforum ?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply