Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Latest EGit in Luna doesn't show filenames in commit dialog
Latest EGit in Luna doesn't show filenames in commit dialog [message #1404481] Fri, 01 August 2014 17:12 Go to next message
Chris Coslor is currently offline Chris CoslorFriend
Messages: 4
Registered: August 2014
Junior Member
I just upgraded to Luna and EGit 3.4.1.20140620, and I can't see the file names in the dialog when I try to commit. Here's an example:
index.php/fa/18733/0/

I've tried uninstalling & reinstalling the plugin, to no avail. Any ideas?
Re: Latest EGit in Luna doesn't show filenames in commit dialog [message #1404661 is a reply to message #1404481] Mon, 04 August 2014 19:12 Go to previous messageGo to next message
Robin Rosenberg is currently offline Robin RosenbergFriend
Messages: 332
Registered: July 2009
Senior Member
Chris Coslor skrev 2014-08-01 20.05:
> I just upgraded to Luna and EGit 3.4.1.20140620, and I can't see the file names in the dialog when I try to commit. Here's an example:
>
>
> I've tried uninstalling & reinstalling the plugin, to no avail. Any ideas?
>

Can you see any errors in the workspace log (Error view)?
Is there anything "unusual" about filenames or directory names.

-- robin
Re: Latest EGit in Luna doesn't show filenames in commit dialog [message #1404665 is a reply to message #1404661] Mon, 04 August 2014 19:37 Go to previous messageGo to next message
Chris Coslor is currently offline Chris CoslorFriend
Messages: 4
Registered: August 2014
Junior Member
I don't see anything germaine in the error log. There are various messages there, including Maven complaining about something or other, but when I cleared the log, restarted Eclipse, and did a team..commit, I didn't see any new messages.

I don't think there's anything especially unusual about the file names or path. One example is:
/home/coslor/git/maestro/src/test/java/com/rachio/maestro/service/WaterBudgetServiceTest.java

..so, no spaces or Unicode chars or anything like that.

I don't thik it's a permissions issue, either; the file above, for example, looks like this:
-rw-r--r-- 1 coslor coslor 9934 Aug 4 11:06 /home/coslor/git/maestro/src/test/java/com/rachio/maestro/service/WaterBudgetServiceTest.java

I was running Kepler before, and I didn't see this problem. It never remembered my Git logins, but at least it showed the files to be committed.

I'm running Linux Mint 16/Petra, BTW. Aby other ideas? I tried updating to the latest stable nightly, and it didn't seem to help.
Re: Latest EGit in Luna doesn't show filenames in commit dialog [message #1404697 is a reply to message #1404665] Tue, 05 August 2014 07:17 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
Is Eclipse installed under a path which needs elevated file system permissions ?
Re: Latest EGit in Luna doesn't show filenames in commit dialog [message #1404768 is a reply to message #1404697] Tue, 05 August 2014 15:22 Go to previous messageGo to next message
Chris Coslor is currently offline Chris CoslorFriend
Messages: 4
Registered: August 2014
Junior Member
Nope, it's just in my home directory. For good measure, I did try running Eclipse as root, but it didn't seem to make any difference for this issue.
Re: Latest EGit in Luna doesn't show filenames in commit dialog [message #1404806 is a reply to message #1404768] Tue, 05 August 2014 21:23 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
Are the paths of modified files shown in staging view ?
Then you could commit using staging view.
Any other views lacking text ?
Re: Latest EGit in Luna doesn't show filenames in commit dialog [message #1405592 is a reply to message #1404806] Thu, 07 August 2014 18:07 Go to previous messageGo to next message
Chris Coslor is currently offline Chris CoslorFriend
Messages: 4
Registered: August 2014
Junior Member
Problem solved! I was also having very frequent Eclipse crashes, so after some research I tried running with:
SWT_GTK3=0 eclipse
That not only solved my crashes, but this issue as well. Seems to have been a SWT problem.
Re: Latest EGit in Luna doesn't show filenames in commit dialog [message #1714088 is a reply to message #1405592] Mon, 09 November 2015 19:49 Go to previous message
Mark Lehky is currently offline Mark LehkyFriend
Messages: 9
Registered: August 2011
Junior Member
I hit the same problem. The slightly more interesting solution might be:

You can add the following lines to eclipse.ini to make it permanent
--launcher.GTK_version
2


Source: http://forums.debian.net/viewtopic.php?t=115477
Previous Topic:Git Staging view enhancements to contribute
Next Topic:MAMP directory deleted on commit
Goto Forum:
  


Current Time: Thu Apr 25 14:16:16 GMT 2024

Powered by FUDForum. Page generated in 0.03972 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top