Hey there everyone -
after installing Ubuntu 11.10, my Wunderlist app (32 bit) wouldn't run at all. The problem was exactly what Daniel describes on the Linux problems list: no error message or apparent malfunction, just no response. I uninstalled Wunderlist and then downloaded the app again to try to reinstall. When I extracted the file and clicked the installer, I got the error message: "the installer was not given enough information to continue." I've installed curl (which I guess I should have done to start with) so that theoretically the thing will run when I do get it installed. But does anyone know what information the installer needs, and how I provide it? Thanks for any ideas you can offer.
We're sorry for that guys! We're currently working on that problem and will be running under 11.10 soon!
Hello erland,
Thanks for your interest. We can't give you an estimated release date for that yet. But we have this on our agenda and try to solve this problem as soon as possible.
Best regards from Berlin
Marcel
I'm running into the same problem after having upgraded to Ubuntu 11.10. Wunderlist was running fine under the previous version of Ubuntu.
i am using Ubuntu 11.10 64 bit version. I installed curl, but the install failed to start, with this message:
./Wunderlist: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory
Yu and Mark,
Hm. I was thinking that maybe this problem was unique to the 32 bit version. I'm continuing to try and solve the problem. I'll post if I come up with an answer, and if anyone in the community gets there first I'll appreciate the assistance.
Eric, thanks. This wouldn't be a problem if Wunderlist were not such a great app. I've become dependent on it in a very short time: it tracks GTD exactly like I want it to.
To get Wunderlist working on Ubuntu 11.10 32bit, I did the following.
I opened a terminal window then
tar xvzf wunderlist*.tgz
sudo mv Wunderlist-1.2.4/ /opt/
all the libiraries that have been updated in 11.10, need links to point to the old one which Wunderlist is looking for. If anything has changed in the newer version it could break, but it seems to work!
sudo ln -s /usr/lib/i386-linux-gnu/libffi.so.6 /usr/lib/i386-linux-gnu/libffi.so.5
sudo ln -s /usr/lib/i386-linux-gnu/libnotify.so.4 /usr/lib/i386-linux-gnu/libnotify.so.1
sudo ln -s /usr/lib/i386-linux-gnu/libssl.so.1.0.0 /usr/lib/i386-linux-gnu/libssl.so.0.9.8
sudo ln -s /usr/lib/i386-linux-gnu/libcrypto.so.1.0.0 /usr/lib/i386-linux-gnu/libcrypto.so.0.9.8
Then move libcurl that comes with Wunderlist and create a link to libcurl in ubuntu.
mv /opt/Wunderlist-1.2.4/runtime/1.2.0.RC3/libcurl.so.4 /opt/Wunderlist-1.2.4/runtime/1.2.0.RC3/libcurl.so.4.backup
sudo ln -s /usr/lib/i386-linux-gnu/libcurl.so.4 /opt/Wunderlist-1.2.4/runtime/1.2.0.RC3/libcurl.so.4
And finally if you have tried wunderlist before doing all these steps then you will have some files saved in ~/.titanium/Wunderlist just delete this directory and start wunderlist again.
Just tried it but it freezes:
[17:39:18:721] [Titanium.Host] [Information] Loaded module = tiapp
[17:39:18:722] [Titanium.Host] [Information] Loaded module = tifilesystem
[17:39:18:723] [Titanium.Host] [Information] Loaded module = tiplatform
[17:39:18:724] [Titanium.Host] [Error] Could not load module (/opt/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): "Error loading module (/opt/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): libXss.so.1: Não é possivel abrir arquivo de objetos compartilhado: Arquivo ou diretório não encontrado
"
[17:39:18:724] [Titanium.Host] [Information] Loaded module = ticodec
[17:39:18:725] [Titanium.Host] [Information] Loaded module = tidatabase
[17:39:18:744] [Titanium.Host] [Information] Loaded module = timedia
[17:39:18:745] [Titanium.Host] [Information] Loaded module = timonkey
[17:39:18:754] [Titanium.Host] [Information] Loaded module = tinetwork
[17:39:18:755] [Titanium.Host] [Information] Loaded module = tiprocess
[17:39:18:756] [Titanium.Host] [Information] Loaded module = tiworker
[17:39:18:756] [Titanium.JavaScript] [Information] Loading JS path=/opt/Wunderlist-1.2.4/modules/tifilesystem/1.2.0.RC3/tifilesystemmodule.js
[17:39:18:759] [Titanium.Host] [Information] Loaded module = tifilesystem
[17:39:18:759] [Titanium.JavaScript] [Information] Loading JS path=/opt/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/tinetworkmodule.js
[17:39:18:762] [Titanium.Host] [Information] Loaded module = tinetwork
[17:39:18:762] [Titanium.JavaScript] [Information] Loading JS path=/opt/Wunderlist-1.2.4/modules/tiprocess/1.2.0.RC3/tiprocessmodule.js
[17:39:18:763] [Titanium.Host] [Information] Loaded module = tiprocess
[17:39:51:314] [Titanium.API] [Error] Exception communicating to update service: TypeError: 'undefined' is not an object (evaluating 'Titanium.JSON.parse')
then i can not do anything...
@bruno: you're missing libXss.so.1 file. To find out, which package provides that (or any other) file, go to packages.ubuntu.com and put the file name in second text field (under "Search the contents of packages") and hit Search. You will be presented with list of packages providing that file (in Packages column).
In this case, all you have to do is:
sudo apt-get install libxss1
David, Thanks. Problem solved for me!
Thanks, David! Problem solved!
I tried bebes and Davids approach but the problem "not enough information given" persists.
I use Ubuntu11.10 and tried the 64bit-version.
Kudos for David and Bebe, this works like a charm.
Personally, I did the tricks on 11.10 64 bits, to do so, change in the pathes provided by David "i386-linux-gnu" by "x86_64-linux-gnu".
Install libxss1 and...run.
Thanks guys!
Yup,
On ubuntu 11.10, 64bit, I just had the libffi.so.5 missing error, just linked it
sudo ln -s /usr/lib/x86_64-linux-gnu/libffi.so.6 sudo /usr/lib/x86_64-linux-gnu/libffi.so.5
And it's now working like a charm !
Over Ubuntu 11.10 64 bits:
sudo ln -s /usr/lib/x86_64-linux-gnu/libffi.so.6 sudo /usr/lib/x86_64-linux-gnu/libffi.so.5
sudo ln -s /usr/lib/x86_64-lix-gnu/libnotify.so.4 /usr/lib/x86_64-linux-gnu/libnotify.so.1
The steps david posted work, thanks man. Now hoping nothing is broken, lol.
Wrote a simple script to help creating the symbolic links, feel free to use it:
http://bloggezmoy.com/2011/11/16/how-to-fix-the-execution-of-wunderlist-with-ubuntu-11-10-script/
After these fixes, it works surprisingly well on Ubuntu 11.10 (x64). I've had some really bad experiences with Titanium-built products in the past. This, however, works very fine. Thanks all for the tips. Saves me installing some packages.
applied the 32-bit fix with symlinks, but I am still unable to run the install executable. "not enough information" error message persists
This is the result when I try to run the installer:
(process:7072): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 4
(process:7072): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 1
(process:7072): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 0
(process:7072): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 5
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
ok, more data:
When I try to execute Wunderlist directly, I get a response much the same as Bruno's, above. However, in my case, the pertinent line appears to be:
[20:08:53:928] [Titanium.Host] [Error] Could not load module (/opt/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): "Error loading module (/opt/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): libnotify.so.1: cannot open shared object file: No such file or directory
I have searched on packages.ubuntu.com for libnotify.so.1, but it does not appear to exist.
So, how did Wunderlist themselves get this program to run? Shouldn't be this hard really.
I wrote a how-to.
http://ubuntuforums.org/showthread.php?t=1882027
Hi, @Eric Labod - when will Wunderlist be in the Ubuntu 11.10 Software Centre for simple installation? I've been waiting for it. It's been quite some time since you posted that reply in mid-October.
Thanks, Erland.
muy buen tutorial. funciona! :)
Am using Ubuntu 11.10, 64 bit. Installed the application as suggested at
http://www.webupd8.org/2012/01/how-to-install-wunderlist-in-ubuntu.html#more
I can't log in. States that an error occurred.
Here is what I see when I run it from the command line.
Can you suggest a fix?
$ /opt/Wunderlist-1.2.4/Wunderlist
(process:15352): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 4
(process:15352): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 1
(process:15352): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 0
(process:15352): GLib-WARNING **: /build/buildd/glib2.0-2.30.0/./glib/goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 5
(installer:15352): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
(installer:15352): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
[11:15:47:459] [Titanium.Host] [Information] Loaded module = tiapp
[11:15:47:460] [Titanium.Host] [Information] Loaded module = tifilesystem
[11:15:47:460] [Titanium.Host] [Information] Loaded module = tiplatform
[11:15:47:462] [Titanium.Host] [Information] Loaded module = tiui
[11:15:47:463] [Titanium.Host] [Information] Loaded module = ticodec
[11:15:47:463] [Titanium.Host] [Information] Loaded module = tidatabase
[11:15:47:478] [Titanium.Host] [Information] Loaded module = timedia
[11:15:47:479] [Titanium.Host] [Information] Loaded module = timonkey
[11:15:47:486] [Titanium.Host] [Information] Loaded module = tinetwork
[11:15:47:487] [Titanium.Host] [Information] Loaded module = tiprocess
[11:15:47:488] [Titanium.Host] [Information] Loaded module = tiworker
[11:15:47:488] [Titanium.JavaScript] [Information] Loading JS path=/opt/Wunderlist-1.2.4/modules/tifilesystem/1.2.0.RC3/tifilesystemmodule.js
[11:15:47:490] [Titanium.Host] [Information] Loaded module = tifilesystem
[11:15:47:490] [Titanium.JavaScript] [Information] Loading JS path=/opt/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/tinetworkmodule.js
[11:15:47:493] [Titanium.Host] [Information] Loaded module = tinetwork
[11:15:47:493] [Titanium.JavaScript] [Information] Loading JS path=/opt/Wunderlist-1.2.4/modules/tiprocess/1.2.0.RC3/tiprocessmodule.js
[11:15:47:493] [Titanium.Host] [Information] Loaded module = tiprocess
(Wunderlist:15350): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
[11:15:48:779] [Titanium.Network.Analytics] [Error] Failed for URL (https://api.appcelerator.net/p/v1/app-track): Couldn't connect to server
** Message: console message: @0: [11:15:48:779] [Titanium.Network.Analytics] [Error] Failed for URL (https://api.appcelerator.net/p/v1/app-track): Couldn't connect to server
[11:16:17:518] [Titanium.Network.HTTPClient] [Error] Failed for URL (https://api.appcelerator.net/p/v1/release-list): Couldn't connect to server
** Message: console message: @0: [11:16:17:518] [Titanium.Network.HTTPClient] [Error] Failed for URL (https://api.appcelerator.net/p/v1/release-list): Couldn't connect to server
[11:16:17:749] [Titanium.API] [Error] Exception communicating to update service: TypeError: 'null' is not an object (evaluating 'json.success')
** Message: console message: @0: [11:16:17:749] [Titanium.API] [Error] Exception communicating to update service: TypeError: 'null' is not an object (evaluating 'json.success')
[11:16:56:545] [Titanium.Host] [Notice] Received exit signal (0)
[11:16:56:563] [Titanium.Network.Analytics] [Error] Failed for URL (https://api.appcelerator.net/p/v1/app-track): Couldn't connect to server
Thanks David, worked perfectly! ^_^
The script from http://www.plantoschka.com/2011/11/wunderlist-installation-unter-ubuntu.html worked perfectly for me. For those of you who don't speak German:
The script can be found here: http://pastebin.com/bXr0qQQH
(0.: If you tried to install Wunderlist before and it didn't work, first delete the settings folder by opening a terminal and typing
sudo rm -r ~/.titanium
)
1. Download the script
2. Open a terminal and navigate to the folder into which you downloaded the script.
3. Make it executable by typing
sudo chmod+x installwunderlist.sh
4. Execute the script:
sudo ./installWunderlist.sh
Afterwards, you should be able to run Wunderlist from the Applications->Office menu.