CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[ICEM] Ubuntu: cannot edit any field

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By steinLeat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 25, 2013, 18:03
Default Ubuntu: cannot edit any field
  #1
New Member
 
Martin Hautefeuille
Join Date: Nov 2013
Posts: 3
Rep Power: 12
mhaut is on a distinguished road
Dear all,

I have recently installed the geometry and meshing tool boxes of ICEM CFD (version 14.5.7) on a 64 bit linux box running Ubuntu 13.10.

Browsing through this forum, I found a the fix to the font issue that is getting ICEM CFD to crash and it fixed this issue for me. Thanks for that :-)

Now, I am having another weird issue; it seems that I cannot edit, erase of modify any field of the GUI. For instance, if I want to change the name of the project (.prj) upon saving it for the first time, I cannot modify the default file name: project1.prj.

Did anyone experience the same issue and found how to fix it?

Thanks a lot in advance for your help!
Cheers,
Martin
mhaut is offline   Reply With Quote

Old   March 19, 2014, 05:42
Default
  #2
New Member
 
Malo
Join Date: Nov 2013
Posts: 5
Rep Power: 13
mailord is on a distinguished road
Dear mhaut,

I have the same problem within APDL. (Ansys 14.5.7 and Ubuntu 13.10). When I have the launcher open, I cannot edit any text field, for instance working directory or jobname with the keyboard. Only copy past via mouse is possible.

Within APDL, the command line has the same issue when I try to put some commands in there. However, when I undock the launcher it is possible to input commands via keyboard.

Did you solve this problem for your system? I would really appreciate any hints or an answer!

Best regards,
Malo
mailord is offline   Reply With Quote

Old   March 19, 2014, 11:24
Default
  #3
New Member
 
Martin Hautefeuille
Join Date: Nov 2013
Posts: 3
Rep Power: 12
mhaut is on a distinguished road
Dear Malo,

Sorry to hear that you have the same issues as I have on my system. Unfortunately, I did not find any answer to the problem I am still experiencing running ICEM CFD on ubuntu 13.10. I am sure it has to do with some dynamically link to some library that is not happening well.

Maybe if there is some more activity on this post, it is going to be picked up by someone who solved the issue.

Let's hope for the best!
Cheers,
Martin
mhaut is offline   Reply With Quote

Old   March 19, 2014, 12:50
Default
  #4
New Member
 
Malo
Join Date: Nov 2013
Posts: 5
Rep Power: 13
mailord is on a distinguished road
Hi Martin,

I found something related on http://askubuntu.com/questions/37582...th-tor-browser.

There is a workaround described how to deal with it. I tried the (not so nice) solution by removing the ibus package. After restart the entry boxes worked again!

Maybe this workaround helps for you as well.

Best,
mailord
mailord is offline   Reply With Quote

Old   March 19, 2014, 14:32
Default
  #5
New Member
 
Martin Hautefeuille
Join Date: Nov 2013
Posts: 3
Rep Power: 12
mhaut is on a distinguished road
Dear mailord,

Thanks for the info. I will try to see if that works for me as well and report back here.

Many thanks,
Martin
mhaut is offline   Reply With Quote

Old   May 13, 2015, 03:59
Default ibus issue with Ubuntu
  #6
New Member
 
Gerhard Stein
Join Date: May 2015
Posts: 5
Rep Power: 11
steinLeat is on a distinguished road
I think the problem exists because tcl/tk and some libs combined are not compatible to the ibus interface.

I would not uninstall ibus, because Ubuntu does need it for some critical applications.

Instead you should disable it:

Code:
ibus exit
./icemcfd
With that little trick I got the keyboard input restored and correctly working in ICEM CFD.

A note for Ansys Developers: Qt for Fluent and ICEM would be nice.

I tested this on Ubuntu 14.04 LTS with the Unity Desktop Environment.
canopus and methmal like this.
steinLeat is offline   Reply With Quote

Old   April 19, 2016, 13:30
Default
  #7
New Member
 
Chengyu Wang
Join Date: Dec 2015
Posts: 7
Rep Power: 10
Gerwang is on a distinguished road
Just for your information, if I use ./icemcfd , I can't edit anything
But, if if use sudo ./icemcfd, I can edit everything.
I hope that can help some of you : )
Gerwang is offline   Reply With Quote

Old   April 20, 2016, 02:19
Default
  #8
New Member
 
Gerhard Stein
Join Date: May 2015
Posts: 5
Rep Power: 11
steinLeat is on a distinguished road
Quote:
Originally Posted by Gerwang View Post
Just for your information, if I use ./icemcfd , I can't edit anything
But, if if use sudo ./icemcfd, I can edit everything.
I hope that can help some of you : )
I don't like that idea, sorry. You should not be root if you want to use daily software on your system. Especially considering that ICEM CFD has enough problems already, it is too dangerous.

Does the "ibus exit" trick not work on your system?
steinLeat is offline   Reply With Quote

Old   April 20, 2016, 05:19
Default
  #9
New Member
 
Chengyu Wang
Join Date: Dec 2015
Posts: 7
Rep Power: 10
Gerwang is on a distinguished road
Quote:
Originally Posted by steinLeat View Post
I don't like that idea, sorry. You should not be root if you want to use daily software on your system. Especially considering that ICEM CFD has enough problems already, it is too dangerous.

Does the "ibus exit" trick not work on your system?

Thanks for the tip. The "ibus exit" doesn't work on my system. I even tried to remove ibus. I am not sure what's the problem. But only with "sudo" can it work.
Gerwang is offline   Reply With Quote

Old   March 3, 2017, 06:55
Default
  #10
New Member
 
Feng Gao
Join Date: Apr 2015
Posts: 1
Rep Power: 0
fgao is on a distinguished road
I think you can try "pkill ibus", this works well on my workstation.


Quote:
Originally Posted by Gerwang View Post
Thanks for the tip. The "ibus exit" doesn't work on my system. I even tried to remove ibus. I am not sure what's the problem. But only with "sudo" can it work.
fgao is offline   Reply With Quote

Old   March 18, 2017, 06:38
Default
  #11
New Member
 
Timo ZHANG
Join Date: Aug 2016
Posts: 27
Rep Power: 10
ztnuaa is on a distinguished road
Quote:
Originally Posted by steinLeat View Post
I think the problem exists because tcl/tk and some libs combined are not compatible to the ibus interface.

I would not uninstall ibus, because Ubuntu does need it for some critical applications.

Instead you should disable it:

Code:
ibus exit
./icemcfd
With that little trick I got the keyboard input restored and correctly working in ICEM CFD.

A note for Ansys Developers: Qt for Fluent and ICEM would be nice.

I tested this on Ubuntu 14.04 LTS with the Unity Desktop Environment.

Thank you very much!
Code:
ibus exit
icemcfd
this trick helps me a lot!!
Tested on ANSYS 15.0 ICEM at UBUNTU 14.04 LTS
Before i see you reply I use this
Code:
export LANG=en_US
cd /home/zt/software/ansys_inc/v150/icemcfd/linux64_amd/bin
sudo ./icemcfd
which use 'sudo' and should change the working directory every time by hand,really annoying
ztnuaa is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Demagnetization field jan0385 ANSYS 0 April 12, 2012 10:09
chtMultiRegionFoam - exchange data between flow field and temperature phsieh2005 OpenFOAM Running, Solving & CFD 0 February 7, 2012 10:16
Ansys 13 - License problem on Ubuntu MarTar ANSYS 4 February 3, 2012 03:13
Porosity field in Fluent wojciech FLUENT 1 September 20, 2010 12:19
problem with internal field and nonuniform list OFU OpenFOAM Running, Solving & CFD 1 October 5, 2009 04:35


All times are GMT -4. The time now is 16:32.