[Desktop-packages] [Bug 1330232] Re: remmina opens then closes immesiately. Trying to connect win win 8 server. Has been working fine until 3 days ago. same problem on 2 seperate machines

2020-10-09 Thread rukib shevek
I had the same problem. Changing the color depth didn't help, but I kept
tinkering with the configurations. Eventually I removed the entry
"||explorer" from the "startup program" field in the "advanced" tab. It
worked like a charm immediately after that.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to remmina in Ubuntu.
https://bugs.launchpad.net/bugs/1330232

Title:
  remmina opens then closes immesiately. Trying to connect win win 8
  server. Has been working fine until 3 days ago. same problem on 2
  seperate machines

Status in remmina package in Ubuntu:
  Invalid

Bug description:
  source package the bug is in : /usr/bin/remmina
  1 : Ubuntu 12.04
  2 : remmina-common 1.0.0-1ubuntu6.3
  3 : I expected to log into a remote desktop environment hosted on a Win8 
Server using RDP
  4 : It opens briefely then closes or freezes. Only when the security setting 
is set to "Negotiate" or "NLA" will I get that far. Using "RDP" or "TLA" I just 
get a window saying "Unable to connect to RDP server"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1330232/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1330232] Re: remmina opens then closes immesiately. Trying to connect win win 8 server. Has been working fine until 3 days ago. same problem on 2 seperate machines

2020-06-21 Thread Vic
Thanks Zachary!  Your comment helped me out - setting client to "High
Color (16 bpp)" worked.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to remmina in Ubuntu.
https://bugs.launchpad.net/bugs/1330232

Title:
  remmina opens then closes immesiately. Trying to connect win win 8
  server. Has been working fine until 3 days ago. same problem on 2
  seperate machines

Status in remmina package in Ubuntu:
  Invalid

Bug description:
  source package the bug is in : /usr/bin/remmina
  1 : Ubuntu 12.04
  2 : remmina-common 1.0.0-1ubuntu6.3
  3 : I expected to log into a remote desktop environment hosted on a Win8 
Server using RDP
  4 : It opens briefely then closes or freezes. Only when the security setting 
is set to "Negotiate" or "NLA" will I get that far. Using "RDP" or "TLA" I just 
get a window saying "Unable to connect to RDP server"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1330232/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1330232] Re: remmina opens then closes immesiately. Trying to connect win win 8 server. Has been working fine until 3 days ago. same problem on 2 seperate machines

2019-07-31 Thread Zachary J. Fields
I experienced similar behavior. It turned out to be the color depth was
8bpp, instead of 16bpp. There was no error message indicating this, I
only discovered it after a web search and a couple hours of frustration.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to remmina in Ubuntu.
https://bugs.launchpad.net/bugs/1330232

Title:
  remmina opens then closes immesiately. Trying to connect win win 8
  server. Has been working fine until 3 days ago. same problem on 2
  seperate machines

Status in remmina package in Ubuntu:
  Invalid

Bug description:
  source package the bug is in : /usr/bin/remmina
  1 : Ubuntu 12.04
  2 : remmina-common 1.0.0-1ubuntu6.3
  3 : I expected to log into a remote desktop environment hosted on a Win8 
Server using RDP
  4 : It opens briefely then closes or freezes. Only when the security setting 
is set to "Negotiate" or "NLA" will I get that far. Using "RDP" or "TLA" I just 
get a window saying "Unable to connect to RDP server"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1330232/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1330232] Re: remmina opens then closes immesiately. Trying to connect win win 8 server. Has been working fine until 3 days ago. same problem on 2 seperate machines

2014-12-15 Thread Christopher M. Penalver
Brad, thank you for reporting this and helping make Ubuntu better. However, 
your crash report is missing. Please follow these instructions to have apport 
report a new bug about your crash that can be dealt with by the automatic 
retracer. First, execute at a terminal:
cd /var/crash && sudo rm * ; sudo apt-get update && sudo apt-get -y upgrade && 
sudo service apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'. If you run the command against the crash 
report and a window pops up asking you to report this, but then never opens a 
new report, you would be affected by 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921 . In order to 
WORKAROUND this, one would need to open the following file via a command line:
sudo nano /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently.

Please do not attach your crash report manually to this report and
reopen it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Changed in: remmina (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to remmina in Ubuntu.
https://bugs.launchpad.net/bugs/1330232

Title:
  remmina opens then closes immesiately. Trying to connect win win 8
  server. Has been working fine until 3 days ago. same problem on 2
  seperate machines

Status in remmina package in Ubuntu:
  Invalid

Bug description:
  source package the bug is in : /usr/bin/remmina
  1 : Ubuntu 12.04
  2 : remmina-common 1.0.0-1ubuntu6.3
  3 : I expected to log into a remote desktop environment hosted on a Win8 
Server using RDP
  4 : It opens briefely then closes or freezes. Only when the security setting 
is set to "Negotiate" or "NLA" will I get that far. Using "RDP" or "TLA" I just 
get a window saying "Unable to connect to RDP server"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1330232/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1330232] Re: remmina opens then closes immesiately. Trying to connect win win 8 server. Has been working fine until 3 days ago. same problem on 2 seperate machines

2014-08-12 Thread Brad
I worked out that it's something to do with a setting at the other end.
I'm not exactly sure where this setting is, whether it be the actuall
program I'm using at that end or a setting with windows at that end or
at the server, but remmina has this problem only when a setting at that
end is changed from "single user" to "multi user". If it's set to sigle
user, it works fine

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to remmina in Ubuntu.
https://bugs.launchpad.net/bugs/1330232

Title:
  remmina opens then closes immesiately. Trying to connect win win 8
  server. Has been working fine until 3 days ago. same problem on 2
  seperate machines

Status in “remmina” package in Ubuntu:
  Confirmed

Bug description:
  source package the bug is in : /usr/bin/remmina
  1 : Ubuntu 12.04
  2 : remmina-common 1.0.0-1ubuntu6.3
  3 : I expected to log into a remote desktop environment hosted on a Win8 
Server using RDP
  4 : It opens briefely then closes or freezes. Only when the security setting 
is set to "Negotiate" or "NLA" will I get that far. Using "RDP" or "TLA" I just 
get a window saying "Unable to connect to RDP server"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1330232/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1330232] Re: remmina opens then closes immesiately. Trying to connect win win 8 server. Has been working fine until 3 days ago. same problem on 2 seperate machines

2014-08-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: remmina (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to remmina in Ubuntu.
https://bugs.launchpad.net/bugs/1330232

Title:
  remmina opens then closes immesiately. Trying to connect win win 8
  server. Has been working fine until 3 days ago. same problem on 2
  seperate machines

Status in “remmina” package in Ubuntu:
  Confirmed

Bug description:
  source package the bug is in : /usr/bin/remmina
  1 : Ubuntu 12.04
  2 : remmina-common 1.0.0-1ubuntu6.3
  3 : I expected to log into a remote desktop environment hosted on a Win8 
Server using RDP
  4 : It opens briefely then closes or freezes. Only when the security setting 
is set to "Negotiate" or "NLA" will I get that far. Using "RDP" or "TLA" I just 
get a window saying "Unable to connect to RDP server"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1330232/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp