I have a sample app in GWT. When I run it and open in my Firefox - the browser still displays this:
Even if GWTP Developer plugin is sucessfully installed
My Firefox version is 25.0 (on Fedora 20), I know that the new versions of Firefox have problem with GWT plugin, but this version should be probably ok. What is the problem?
It's a known problem. Check this out: http://code.google.com/p/google-web-toolkit/issues/detail?id=8423
The solutions proposed there are to either:
download a special plugin that they've made for this bug
yum removing firefox and xulrunner and installing Firefox 25 from
ftp://ftp.mozilla.org/pub/firefox/releases/25.0/linux-x86_64/en-US/
You can also try upgrading to firefox 26, as the support was removed
in 27 and 26 should work fine with the normal plugin.
Related
I am currently using Ubuntu 22.04 LTS.
When I try to upload files using any browser the website does nothing.
In the above image if I click on Add file then "select files from your device".
My file manager does not open.
Drag and drop is working but not a lot of sites support that feature.
When I tried using chrome, the file manager window would launch but after selecting a file the browser would freeze.
I have tried a few fixes:
Refreshing the browser (firefox)
Downloading java plugin add-on
Installing xdg-desktop-portal , xdg-desktop-portal-gtk , ubuntu-restricted-extras through terminal.
These are the links which I used to try resolving this problem:
Ubuntu 10.10 , I tried this fix but couldn't find iced-tea plugin
This is the exact problem I face
I tried this fix
I ran into the same issue, and noticed that when I tried it with Chrome this would cause it to hang. Searching for that brought me to https://askubuntu.com/questions/1404550/google-chrome-freeze-uploading-a-file
which suggests:
sudo apt install xdg-desktop-portal-gnome
This did the trick for me, seems to be a known issue in 22.04 right now.
I had the same problem.
I fixed it disabling hardware acceleration in Google Chrome
I've been trying to run a Native Messaging on Debian Linux, but when I click the connect button, I only get the message "Connecting to native messaging host com.google.chrome.example.echo" and nothing else.
Everything is similar to the default example, I only changed the path at the manifest file. What is wrong?
It does work in Chrome 35, Chromium 34 (from default depository) and Opera Developer on Ubuntu 14.04.
Though I couldn't get it working in Opera Developer 24 (chromium 37).
Opera just fixed that. But broke it later again.
So take another look on your settings:
Location of home manifest file:
~/.config/chromium/NativeMessagingHosts/
~/.config/google-chrome/NativeMessagingHosts/
~/.config/opera-developer/NativeMessagingHosts
How to Debug
Start Chromium like:
chromium-browser --enable-logging --v=1
You will get an error message like this if the path is wrong:
ERROR:native_process_launcher.cc(131)] Can't find manifest for native messaging host com.google.chrome.example.echo
Support
For any version of Chromium-version under 34 the userspace isn't supported, you need a CLI switch:
--native-messaging-hosts="com.google.chrome.example.echo=~/.config/chromium/NativeMessagingHosts/com.google.chrome.example.echo.json"
Also it didn't work in Opera-Developer 24 for me at the moment.
I want to remove firefox completely in my fedora 17 as its having some issues after upgrading from firefox 12 to firefox 22.
I already have tried yum remove firefox and yum install firefox but it is not solving issues.
The issues are right click menu is not working in the browser. "Firebug" is not working.
How can i remove all physical backup files or firefox related files in fedora 17
Please help.
Removing the package via the software manager as you did is all there is. You can check the files inside the package if you feel like, but there is no additional magic outside that file list. BUT: in addition you must remove your personal settings, otherwise those 'survive' the replacement of the package. Look for a hidden folder in your home directory: .firefox or .mozilla (note the leading dot).
I'm running PyCharm 3.0 commercial and I'm trying to install the Node.js plugin (which is supposed to work with PyCharm). I've followed the several different directions to install the plugin but after I successfully install the plugin and restart PyCharm nothing appears next to the help button (as the install instructions say they should happen) and nothing referencing Node appears in Settings -> Javascript.
I am using the commercial version so that isn't the problem.
I'm using the newest version so that shouldn't be a problem.
I'm on MacOSX 10.8
NodeJS icon was removed from the toolbar in PyCharm 3.0 as NodeJS isn't a primary instrument for Python developers. It only about visual presentation. Node.js settings can be found in Settings | JavaScript | Node.js.
I have Fedora 11 (x86 64) installed with Eclipse. I need a Maven plugin, preferrably m2eclipse, but I cannot find out how to install it. I've tried going through yum, but to no avail (I can't even find any maven plugins).
On my other laptop, I've tried installing the plugin using yum on a 32 bit install of Fedora 11, and while the package shows as being installed, I still don't see it in Eclipse. I've even tried starting eclipse with the clean flag.
Could anyone provide me with help? I've got maven 2.0.4 installed. Thanks in advance!
I was able to install the core components of the m2eclipse plugin after I first installed the ganymede packages from their update site:
http://download.eclipse.org/releases/ganymede/
Apparently "Fedora Eclipse" is not a flavor of the ganymede build.
Use the following update site: http://m2eclipse.sonatype.org/update/
It's typically under Help -> Software Updates… and then you can add a new update site. Use the one above and you should have the option to install the plugin.
Goto Eclipse->Help->Install New Software...
Add the following update site in Eclipse
http://m2eclipse.sonatype.org/sites/m2e
and enable the repository for your release of eclipse under "Available Software Sites" as well (which is disabled in Fedora by default).
Afterwards the installation in Eclipse should work without any missing dependencies.
I was hitting the same problem; evlipse installs it but the plugin isn't visible in the list nor are any of the features it should offer (such as a maven import wizard).
java 6, ubuntu, eclipse downloaded from the official site.
I removed ~/.eclipse/org.eclipse.platform_3.5.0_1020258342
Started eclipse again
added the EMF update site
added the IAM site
installed eclipse IAM core, said no to resarting the workspace, quit eclipse
started eclipse
and its working.