There seems to be a bug in 3.4.2:
vinagre-utils.c
void vinagre_utils_show_error_dialog (const gchar* title, const gchar* message,
GtkWindow* parent) {
Block1Data* _data1_;
const gchar* _tmp0_;
GtkWindow* _tmp2_;
const gchar* _tmp3_;
GtkMessageDialog* _tmp4_;
GtkMessageDialog* _tmp5_;
const gchar* _tmp6_;
GtkMessageDialog* _tmp9_;
GtkMessageDialog* _tmp10_;
_data1_ = g_slice_new0 (Block1Data);
_data1_->_ref_count_ = 1;
_tmp0_ = title;
if (_tmp0_ != NULL) { <<<<<<==========
const gchar* _tmp1_ = NULL;
_tmp1_ = _ ("An error occurred");
title = _tmp1_;
}
_tmp2_ = parent;
_tmp3_ = title;
...
Should the if condition be "==" instead of "!="?
if (_tmp0_ == NULL) {
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vinagre in Ubuntu.
https://bugs.launchpad.net/bugs/992724
Title:
can't open .vnc file anymore after upgrading ubuntu from 11.10 to
12.04
Status in “vinagre” package in Ubuntu:
Confirmed
Bug description:
This command "vinagre -f -F Documents/cyclsvl10.vnc" stopped working
after upgrading ubuntu from 11.10 to 12.04.
Got error message box: "An error occurred".
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vinagre/+bug/992724/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp