Author Topic: Program Recommendations for Debian  (Read 8969 times)

Eric BF

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Program Recommendations for Debian
« Reply #30 on: July 02, 2018, 02:11:56 pm »
Quote from: ArchiMark
Doing dist-upgrade is certainly optional.

Others and myself have done it without any problems.

Thanks for this. Good to know.
Gemini 4G Debian
OpenPandora with Debian

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Program Recommendations for Debian
« Reply #31 on: July 03, 2018, 12:58:19 pm »
Had to re-flash to get Sailfish to work. So, also reflashed Debian at same time.

Reinstalled ExaGear and Wine now.

Just did 'winecfg'....and now have very, very small windows on screen with very, very small text. Have to use a magnifying glass to read text!

Also, does not appear to be a way to make the windows larger.

Any way to make windows and text larger?

Any other tips for Wine configuration?

Thanks!

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Program Recommendations for Debian
« Reply #32 on: July 03, 2018, 01:20:57 pm »
I am not with my gemini now.
But I saw this.

https://www.winehq.org/pipermail/wine-users...ber/027896.html
« Last Edit: July 03, 2018, 02:58:34 pm by galodoido »

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Program Recommendations for Debian
« Reply #33 on: July 03, 2018, 09:10:12 pm »
Quote from: galodoido
I am not with my gemini now.
But I saw this.

https://www.winehq.org/pipermail/wine-users...ber/027896.html

THANK YOU!

Will try this....

Meanwhile, I installed Liberty BASIC Pro (LBP) for fun....

Program appears to install OK and will work. However, a separate registration window opens and asks me to enter my name and registration code. I can enter info and click 'OK'. Then I get another window open and it says that registration worked. However, the LBP editor window says 'unregistered' at the top of window and registration window opens every time I open up LBP.

Very odd.....have asked the LBP  developer about it. He didn't really have any suggestion. Think he thinks it is a Wine or ExaGear issue. Can understand that...

So, decided to email ExaGear about it. He responded and asked if I can find out if LBP has any error log that I can send him. Will ask LBP developer about that.....

Will keep trying to move forward....

 
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

SNi

  • Full Member
  • ***
  • Posts: 105
    • View Profile
    • http://www.sibelle.info
Program Recommendations for Debian
« Reply #34 on: July 03, 2018, 09:58:47 pm »
Quote from: ArchiMark
Just to make sure....

Did you first do:

Code: [Select]
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

And then:

Code: [Select]
sudo apt-get install emacs25
If not, try it...

Thanx, that did it and I got emacs25 and various other packages installed!  Anyone have any thoughts on the second aprt of my post (i.e.compiling IQNotes)

Eric BF

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Program Recommendations for Debian
« Reply #35 on: July 05, 2018, 04:29:29 am »
Quote from: SNi
Thanx, that did it and I got emacs25 and various other packages installed!  Anyone have any thoughts on the second aprt of my post (i.e.compiling IQNotes)
The instructions on the github site imply that it should be quite straightforward.  Have you tried?  You probably will need to
Code: [Select]
sudo apt install qt4-qmake gitthen clone the repository
Code: [Select]
git clone https://github.com/kybu/iqnotes.gitand then follow the instructions in the iqnotes/iqnotes sub-directory.
Gemini 4G Debian
OpenPandora with Debian

SNi

  • Full Member
  • ***
  • Posts: 105
    • View Profile
    • http://www.sibelle.info
Program Recommendations for Debian
« Reply #36 on: July 05, 2018, 09:25:36 am »
Quote from: Eric BF
Quote from: SNi
Thanx, that did it and I got emacs25 and various other packages installed!  Anyone have any thoughts on the second aprt of my post (i.e.compiling IQNotes)
The instructions on the github site imply that it should be quite straightforward.  Have you tried?  You probably will need to
Code: [Select]
sudo apt install qt4-qmake gitthen clone the repository
Code: [Select]
git clone https://github.com/kybu/iqnotes.gitand then follow the instructions in the iqnotes/iqnotes sub-directory.
Thank you very much for all the help, further along than before... However, errors out, perhaps some issue with the code (?)

[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']WARNING: /home/gemini/iqnotes/iqnotes/iqnotes.pro:21 Variable INTERFACES is deprecated; use FORMS instead.
/usr/lib/aarch64-linux-gnu/qt4/bin/uic desktop/ui/aboutBase.ui -o ui_aboutBase.h
make: /usr/lib/aarch-linux-gnu/bin/uic: Command not found
Makefile: 342: recipe for target 'u_aboutBase.h' failed
make: *** [ui_aboutBase.h] Error 127[/div]

Eric BF

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Program Recommendations for Debian
« Reply #37 on: July 05, 2018, 10:05:15 am »
Quote from: SNi
Thank you very much for all the help, further along than before... However, errors out, perhaps some issue with the code (?)
Well, that error message you included indicates that you also need to install     libqt4-dev-bin. Installing this gets rid of the error message but make then complains about the actual contents of one of the user interface files, saying that the version used to create that interface is too old.  It looks like it was written for version 3 of qt.  I suggest you contact the author of the package and ask what is needed to build iqnotes with qt4.
« Last Edit: July 05, 2018, 10:05:41 am by Eric BF »
Gemini 4G Debian
OpenPandora with Debian