Hi again.
Did Nik mean chmod o+w or chmod a+w? I looked to the manpage, a+w is writeable for everyone. It can solve the message "failed to open '/etc/tqt3/tqt_plugins_3.5rc.tmp'". But I learned that user shouldnt write in /etc/... folder.
When I made chmod a+w /etc/tqt3 does it affect on /etc or only in /etc/tqt3? I dont want to destroy my system. :/
For the new readers, this is my problem:
I have ubuntu 18.4 with trinity R14.0.5. If I want to start the arduino ide from arduino.cc (download and extract arduino-1.8.7-linux64.tar.xz) there comes the splash-screen for one second and it crashes with this message:
~/arduino-1.8.7$ ./arduino Picked up JAVA_TOOL_OPTIONS: TQSettings::sync: failed to open '/etc/tqt3/tqt_plugins_3.5rc.tmp' for writing
What I have to install or change?
I logged in today with the ubuntu standard desktop and the arduino ide works great.
deloptes points in devel to $CLASSPATH, the var in empty in my shell. ./arduino is a bash script.
Thanks for the help.
On 30.11.18 21:21, deloptes wrote:
Dr. Nikolaus Klepp wrote:
Hi!
I have 14.0.6~pre + openjdk-8-jre-headless + arduino 1.8.3. I remember that I once saw the error you described, but that's been quite a while. You might try "chown a+w " as a last resort :-/
but this has nothing to do with OPs problem and it is a bad idea to give permission to everybody to write in /etc (you mean chmod o+w).
To unsubscribe, e-mail:
trinity-devel-unsubscribe@lists.pearsoncomputing.net
For additional commands, e-mail:
trinity-devel-help@lists.pearsoncomputing.net
Read list messages on the web archive:
http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post:
http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
MLR wrote:
deloptes points in devel to $CLASSPATH, the var in empty in my shell. ./arduino is a bash script.
Because it pissed me I downloaded the tool and ran the install script. After this I typed ./arduino and the gui started.
Looking into the install script it might be that it creates links in your current environment, so I sugggest 1. login in default ubuntu 2. run uninstall.sh 3. login in TDE 4. run install.sh 5. ./arduino 6. it should work
regards
Hi,
Thanks for the help. The error is the same:
TQSettings::sync: failed to open '/etc/tqt3/tqt_plugins_3.5rc.tmp' for writing
Strange thing, I use arduino since many years. It works always without the install.sh script.
I solved the problem with 'sudo chmod a+w /etc/tqt3', it starts. But I am not happy with it.
Best regards
On 01.12.18 09:08, deloptes wrote:
MLR wrote:
deloptes points in devel to $CLASSPATH, the var in empty in my shell. ./arduino is a bash script.
Because it pissed me I downloaded the tool and ran the install script. After this I typed ./arduino and the gui started.
Looking into the install script it might be that it creates links in your current environment, so I sugggest 1. login in default ubuntu 2. run uninstall.sh 3. login in TDE 4. run install.sh 5. ./arduino 6. it should work
regards
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hi!
Am Samstag, 1. Dezember 2018 schrieb MLR:
Hi,
Thanks for the help. The error is the same:
TQSettings::sync: failed to open '/etc/tqt3/tqt_plugins_3.5rc.tmp' for writing
Strange thing, I use arduino since many years. It works always without the install.sh script.
I solved the problem with 'sudo chmod a+w /etc/tqt3', it starts. But I am not happy with it.
Sure that is not the best solution, but it get's things done. I remember that I had this problem quite some time ago. It was solved in later versions of TDE, so you might want to use the Slavecs "bleeding edge" repository.
Maybe this could also work - leaves just one file for your user r/w in /etc/tqt3:
$ touch /etc/tqt3/tqt_plugins_3.5rc.tmp $ sudo chmod 0755 /etc/tqt3 $ arduino
Nik
Best regards
On 01.12.18 09:08, deloptes wrote:
MLR wrote:
deloptes points in devel to $CLASSPATH, the var in empty in my shell. ./arduino is a bash script.
Because it pissed me I downloaded the tool and ran the install script. After this I typed ./arduino and the gui started.
Looking into the install script it might be that it creates links in your current environment, so I sugggest 1. login in default ubuntu 2. run uninstall.sh 3. login in TDE 4. run install.sh 5. ./arduino 6. it should work
regards
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hello Nik,
another error: "TQSettings::sync: error writing file '/etc/tqt3/tqt_plugins_3.5rc'".
I set it again to "chmod a+w /etc/tqt3" and see what happend in the furure. :/
Best regards
On 01.12.18 10:46, Dr. Nikolaus Klepp wrote:
Hi!
Am Samstag, 1. Dezember 2018 schrieb MLR:
Hi,
Thanks for the help. The error is the same:
TQSettings::sync: failed to open '/etc/tqt3/tqt_plugins_3.5rc.tmp' for writing
Strange thing, I use arduino since many years. It works always without the install.sh script.
I solved the problem with 'sudo chmod a+w /etc/tqt3', it starts. But I am not happy with it.
Sure that is not the best solution, but it get's things done. I remember that I had this problem quite some time ago. It was solved in later versions of TDE, so you might want to use the Slavecs "bleeding edge" repository.
Maybe this could also work - leaves just one file for your user r/w in /etc/tqt3:
$ touch /etc/tqt3/tqt_plugins_3.5rc.tmp $ sudo chmod 0755 /etc/tqt3 $ arduino
Nik
Best regards
On 01.12.18 09:08, deloptes wrote:
MLR wrote:
deloptes points in devel to $CLASSPATH, the var in empty in my shell. ./arduino is a bash script.
Because it pissed me I downloaded the tool and ran the install script. After this I typed ./arduino and the gui started.
Looking into the install script it might be that it creates links in your current environment, so I sugggest 1. login in default ubuntu 2. run uninstall.sh 3. login in TDE 4. run install.sh 5. ./arduino 6. it should work
regards
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Am Sonntag, 2. Dezember 2018 schrieb MLR:
Hello Nik,
another error: "TQSettings::sync: error writing file '/etc/tqt3/tqt_plugins_3.5rc'".
I set it again to "chmod a+w /etc/tqt3" and see what happend in the furure. :/
Best regards
Interesting. Which version of TDE is installed?
Hi again Nik,
I have R14.0.5 the latest stable. Is it possible to install the latest unstable to test and switch back after that? I am afraid that config files will become unusable for the stable as result.
Best regards
On 02.12.18 10:12, Dr. Nikolaus Klepp wrote:
Am Sonntag, 2. Dezember 2018 schrieb MLR:
Hello Nik,
another error: "TQSettings::sync: error writing file '/etc/tqt3/tqt_plugins_3.5rc'".
I set it again to "chmod a+w /etc/tqt3" and see what happend in the furure. :/
Best regards
Interesting. Which version of TDE is installed?
Am Sonntag, 2. Dezember 2018 schrieb MLR:
Hi again Nik,
I have R14.0.5 the latest stable. Is it possible to install the latest unstable to test and switch back after that? I am afraid that config files will become unusable for the stable as result.
I would be quite surprised if any config file changes in a incompatible way - but I have never moved back to stable. To be sure copy your ~/.trinity to ~/_trinity-save.
Best regards
On 02.12.18 10:12, Dr. Nikolaus Klepp wrote:
Am Sonntag, 2. Dezember 2018 schrieb MLR:
Hello Nik,
another error: "TQSettings::sync: error writing file '/etc/tqt3/tqt_plugins_3.5rc'".
I set it again to "chmod a+w /etc/tqt3" and see what happend in the furure. :/
Best regards
Interesting. Which version of TDE is installed?
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hi Nik,
I didn't test it, it's too dangerous. I am using Arduino in a VM since then :/.
Best regards
On 02.12.18 12:18, Dr. Nikolaus Klepp wrote:
Am Sonntag, 2. Dezember 2018 schrieb MLR:
Hi again Nik,
I have R14.0.5 the latest stable. Is it possible to install the latest unstable to test and switch back after that? I am afraid that config files will become unusable for the stable as result.
I would be quite surprised if any config file changes in a incompatible way - but I have never moved back to stable. To be sure copy your ~/.trinity to ~/_trinity-save.
Best regards
On 02.12.18 10:12, Dr. Nikolaus Klepp wrote:
Am Sonntag, 2. Dezember 2018 schrieb MLR:
Hello Nik,
another error: "TQSettings::sync: error writing file '/etc/tqt3/tqt_plugins_3.5rc'".
I set it again to "chmod a+w /etc/tqt3" and see what happend in the furure. :/
Best regards
Interesting. Which version of TDE is installed?
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
MLR wrote:
TQSettings::sync: failed to open '/etc/tqt3/tqt_plugins_3.5rc.tmp' for writing
Strange thing, I use arduino since many years. It works always without the install.sh script.
I solved the problem with 'sudo chmod a+w /etc/tqt3', it starts. But I am not happy with it.
I can not reproduce this. Here it runs smooth
regards
On Saturday 01 of December 2018 10:27:43 MLR wrote:
Hi,
Thanks for the help. The error is the same:
TQSettings::sync: failed to open '/etc/tqt3/tqt_plugins_3.5rc.tmp' for writing
Strange thing, I use arduino since many years. It works always without the install.sh script.
I solved the problem with 'sudo chmod a+w /etc/tqt3', it starts. But I am not happy with it.
Best regards
Hi MLR,
the problem with start arduino ide is definitely not caused by writing to /etc/tqt3/tqt_plugins_3.5rc.tmp. This message only diverts attention from the real problem. Please do:
1. apt-get purge kgtk-qt3-trinity 2. log out from TDE 3. log in again to TDE 4. try to run arduino ide
Cheers
Hello Slávek,
the package kgtk-qt3-trinity is not installed.
Have a nice day
On 01.12.18 12:01, Slávek Banko wrote:
Hi MLR,
the problem with start arduino ide is definitely not caused by writing to /etc/tqt3/tqt_plugins_3.5rc.tmp. This message only diverts attention from the real problem. Please do:
- apt-get purge kgtk-qt3-trinity
- log out from TDE
- log in again to TDE
- try to run arduino ide
Cheers
Hi MLR,
well, if kgtk-qt3-trinity is not installed, here is another potential source of problems: gtk-qt-engine-trinity and gtk3-tqt-engine-trinity. In Trinity Control Center, check the GTK engine setting and set it to another engine, than QT-Engine and TQT-Engine.
Cheers
said Slávek Banko:
| well, if kgtk-qt3-trinity is not installed, here is another potential | source of problems: gtk-qt-engine-trinity and gtk3-tqt-engine-trinity. | In Trinity Control Center, check the GTK engine setting and set it to | another engine, than QT-Engine and TQT-Engine.
where in trinity control center is this located? i ask not because of the original poster's problem but for another issue: after having worked for years, my flatbed scanner, using epson's iscan software, doesn't work anymore. starting it from a terminal to catch the errors, i get this:
[kcrash] TDECrash: Application 'iscan-gtk-tqt-application' crashing...
the backtrace renders this:
iscan-gtk-tqt-application: No such file or directory.
as well as pages of other things about the machine and what's installed. i've never heard of iscan-gtk-tqt-application before.
On Sunday 02 December 2018, dep wrote:
said Slávek Banko: | well, if kgtk-qt3-trinity is not installed, here is another potential | source of problems: gtk-qt-engine-trinity and gtk3-tqt-engine-trinity. | In Trinity Control Center, check the GTK engine setting and set it to | another engine, than QT-Engine and TQT-Engine.
where in trinity control center is this located? i ask not because of the original poster's problem but for another issue: after having worked for years, my flatbed scanner, using epson's iscan software, doesn't work anymore. starting it from a terminal to catch the errors, i get this:
[kcrash] TDECrash: Application 'iscan-gtk-tqt-application' crashing...
the backtrace renders this:
iscan-gtk-tqt-application: No such file or directory.
as well as pages of other things about the machine and what's installed. i've never heard of iscan-gtk-tqt-application before.
Hi Dep
Try grabbing the firmware binary from the windows drivers and have it load when you call the scanner.
You will have to check out some howtos to get it right. This is assuming it's a firmware loading problem like mine was.
Find the conf file for your scanner and add something like
# Path to the firmware file # This file comes with the Windows driver # The scanner won't work without it option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
Userful Sites: https://everythinglinux.org/scanner/index.html http://manpages.ubuntu.com/manpages/trusty/man5/sane-epson2.5.html http://ljm.home.xs4all.nl/SANE-faq.html
said Kate Draven:
| Try grabbing the firmware binary from the windows drivers and have it | load when you call the scanner. | | You will have to check out some howtos to get it right. | This is assuming it's a firmware loading problem like mine was. | | Find the conf file for your scanner and add something like | | # Path to the firmware file | # This file comes with the Windows driver | # The scanner won't work without it | option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb | | Userful Sites: | https://everythinglinux.org/scanner/index.html | http://manpages.ubuntu.com/manpages/trusty/man5/sane-epson2.5.html | http://ljm.home.xs4all.nl/SANE-faq.html
Thanks very much -- I'll do this if I can't get the native software to work. What puzzles me about it is that the Epson-provided Linux IScan application has always worked reliably here, and only now when I invoke it does it explode.
dep wrote:
where in trinity control center is this located? i ask not because of the original poster's problem but for another issue: after having worked for years, my flatbed scanner, using epson's iscan software, doesn't work anymore. starting it from a terminal to catch the errors, i get this:
[kcrash] TDECrash: Application 'iscan-gtk-tqt-application' crashing...
the backtrace renders this:
iscan-gtk-tqt-application: No such file or directory.
as well as pages of other things about the machine and what's installed. i've never heard of iscan-gtk-tqt-application before.
Hi, can you please not hijack others threads?!
Which iscan version are you using? I had to patch iscan-2.30.3 in order to work on stretch. I can post you a link to the package(s)
regards
said deloptes:
| can you please not hijack others threads?!
inasmuch as there was a tqt issue in the original post, i had no reason to suppose that this was not pertinent to the original discussion. but thanks anyway for the scolding, which like java you seem to do on many platforms.<g>
| Which iscan version are you using? I had to patch iscan-2.30.3 in order | to work on stretch. I can post you a link to the package(s)
2.30.1-1 for amd64. the link would be appreciated
dep wrote:
the link would be appreciated
http://deloptes.no-ip.org/iscan_2.30.3-1debian9.0.5+eko3_amd64.deb http://deloptes.no-ip.org/iscan-data_1.39.0-1debian9.0.5+eko3_all.deb http://deloptes.no-ip.org/iscan-dbgsym_2.30.3-1debian9.0.5+eko3_amd64.deb
md5sum
63c7eb31bb08e2c58d039cdace51c403 iscan_2.30.3-1debian9.0.5+eko3_amd64.deb 0518445829560fc4d671e488ee1e3803 iscan-data_1.39.0-1debian9.0.5+eko3_all.deb c6e8a70e32367e7697893a287cef236c iscan-dbgsym_2.30.3-1debian9.0.5+eko3_amd64.deb
you have to download and install with dpkg -i (it is not a repository)
The patch (attached) I applied AFAIR on 2.30.1.
regards
said deloptes:
| http://deloptes.no-ip.org/iscan_2.30.3-1debian9.0.5+eko3_amd64.deb | http://deloptes.no-ip.org/iscan-data_1.39.0-1debian9.0.5+eko3_all.deb | http://deloptes.no-ip.org/iscan-dbgsym_2.30.3-1debian9.0.5+eko3_amd64.de |b
Thanks very much.
said deloptes: | dep wrote: | > Thanks very much | | Did it work? Just curious.
Haven't had a chance to try it -- up to my eyebrows this week with other work; the project that required the scanner is on hold for the weekend.
said deloptes: | dep wrote: | > Thanks very much | | Did it work? Just curious.
decided to take a break and install it and see if it helped. it didn't:
[kcrash] TDECrash: Application 'iscan-gtk-tqt-application' crashing...
no further details.
dep wrote:
decided to take a break and install it and see if it helped. it didn't:
[kcrash] TDECrash: Application 'iscan-gtk-tqt-application' crashing...
no further details.
very strange it works here.
when you have time look at what Slavek wrote
well, if kgtk-qt3-trinity is not installed, here is another potential source of problems: gtk-qt-engine-trinity and gtk3-tqt-engine-trinity. In Trinity Control Center, check the GTK engine setting and set it to another engine, than QT-Engine and TQT-Engine.
regards
On Sunday 02 of December 2018 19:50:07 dep wrote:
said Slávek Banko: | well, if kgtk-qt3-trinity is not installed, here is another potential | source of problems: gtk-qt-engine-trinity and | gtk3-tqt-engine-trinity. In Trinity Control Center, check the GTK | engine setting and set it to another engine, than QT-Engine and | TQT-Engine.
where in trinity control center is this located? i ask not because of the original poster's problem but for another issue: after having worked for years, my flatbed scanner, using epson's iscan software, doesn't work anymore. starting it from a terminal to catch the errors, i get this:
[kcrash] TDECrash: Application 'iscan-gtk-tqt-application' crashing...
the backtrace renders this:
iscan-gtk-tqt-application: No such file or directory.
as well as pages of other things about the machine and what's installed. i've never heard of iscan-gtk-tqt-application before.
Trinity Control Center => Appearance & Themes => GTK Styles and Fonts.
Cheers