[Bug 1968518] Re: FFe: Backport new RDP settings

2022-04-12 Thread Jonas Ådahl
Some more upstream reasoning for switching from VNC to RDP:

Some releases ago an RDP backend was added to gnome-remote-desktop,
using the FreeRDP's RDP implementation, while the VNC backend uses the
LibVNCServer project's implementation. Over time, the RDP backend
significantly surpassed the abilities of the VNC backend, both in terms
of features and performance, and we had contemplated switching the
default backend in the past already. It's also worth noting that the RDP
protocol doesn't have awkward limitations on password length in the
commonly used authentication mechanism. Also, from an "outsiders" point
of view, FreeRDP feels like a much more active project than
LibVNCServer, and RDP is simply a more capable protocol.

A side note about security of the VNC backend: the original intention
with the VNC backend was to more or less mimic the functionality of
vino, which had an out-dated fork of LibVNCServer bundled with it.
Having a fork of a library that tends to get its fair share of CVE's
didn't feel like a good idea, so the upstream library was used directly.
However, to get the same level of encryption (anon-tls), LibVNCServer
still needed to be patched. Patches were originally contributed in 2018,
but has not landed yet, thus to get anon-tls encryption, distributions
needs downstream patching. With the RDP backend, we both moved away from
non-verifiable anon-tls as well as downstream patching.

One thing that has stopped us from switching the backend in the past has
been the need to re-design the settings dialog. It had been planned to
change the design of said dialog for some time already, but it was a
non-trivial task, since it involved more complicated steps, such as TLS
key/cert generation, management and verification. For GNOME 42, however,
we managed to both get designs as well as implement them in Settings,
thus it made us feel like it was a good opportunity to make the switch.

Originally we intended to have a "blue bar" with a note about the VNC
backend being enabled, with the option of disabling it. This blue bar
was disabled, after dropping the plan to try to automatically enable the
VNC backend on upgrade. The primary reason for dropping this was that
any risk of enabling the VNC backend by accident was too big of a risk,
given the security implications of unknowingly running a VNC remote
desktop server. It was also discussed whether it should be possible to
configure the VNC backend as well as the RDP backend, but the design
team decided against it; instead we added the command line utility
'grdctl' that allows configuration the VNC backend.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1968518/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1718719] Re: qemu can't capture keys properly under wayland

2017-09-29 Thread Jonas Ådahl
Upstream bug is probably
https://bugs.freedesktop.org/show_bug.cgi?id=102475 ?

** Bug watch added: freedesktop.org Bugzilla #102475
   https://bugs.freedesktop.org/show_bug.cgi?id=102475

** Also affects: xserver via
   https://bugs.freedesktop.org/show_bug.cgi?id=102475
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718719

Title:
  qemu can't capture keys properly under wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1718719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1010337] Re: Boot instead of resume after suspending

2015-01-12 Thread Jonas Ådahl
I no longer run Ubuntu so I can not run the apport-collect command,
sorry. Please read the upstream bug report for further data.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1098064]

2013-03-12 Thread Jonas Ådahl
Can you try again with this patch applied?
http://lists.freedesktop.org/archives/wayland-
devel/2013-March/007830.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098064

Title:
  weston-desktop-shell crashed with SIGSEGV in ffi_call_unix64()

To manage notifications about this bug go to:
https://bugs.launchpad.net/weston/+bug/1098064/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-11-04 Thread Jonas Ådahl
The issue still exists using Linux 3.6.3 from the kernel ppa

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-11-04 Thread Jonas Ådahl
Created https://bugzilla.kernel.org/show_bug.cgi?id=50051

** Bug watch added: Linux Kernel Bug Tracker #50051
   http://bugzilla.kernel.org/show_bug.cgi?id=50051

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] [NEW] Boot instead of resume after suspending

2012-06-08 Thread Jonas Ådahl
Public bug reported:

This bug might not be pm-utils bug but in Linux bug.

After issuing a suspend of my laptop, if I resume within a certain
amount of time (usually 10-20min) it will resume correctly and the
system will be usable. If I resume soon after suspending, the computer
will boot up normally instead. There are work arounds for similar bugs
around the Internet, such as the acpi_sleep=nonvs kernel parameter.
None of these have any affect. I have tried Linux 3.4 with no
improvement. I also have applied most of the fixes in
http://help.ubuntu.com/community/Asus_U36SD .

A while back running Ubuntu 11.10 I tried debugging resuming/suspending
and as far as I can remember there were nothing relevant that I could
find out. It just didn't manage to boot up.

Hardware details are: ASUS U36SD laptop with a Intel i7-2620M (Sandy
Bridge). Rest should be in attached files.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: pm-utils 1.4.1-9
Uname: Linux 3.4.0-030400-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
CheckboxSubmission: 633c30c88957e357f73c867180ace90f
CheckboxSystem: b8f3ec504801f13fc208edb5c785b099
Date: Fri Jun  8 08:21:22 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pm-utils
UpgradeStatus: Upgraded to precise on 2012-04-27 (41 days ago)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-06-08 Thread Jonas Ådahl
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-06-08 Thread Jonas Ådahl
apport information

** Tags added: apport-collected

** Description changed:

  This bug might not be pm-utils bug but in Linux bug.
  
  After issuing a suspend of my laptop, if I resume within a certain
  amount of time (usually 10-20min) it will resume correctly and the
  system will be usable. If I resume soon after suspending, the computer
  will boot up normally instead. There are work arounds for similar bugs
  around the Internet, such as the acpi_sleep=nonvs kernel parameter.
  None of these have any affect. I have tried Linux 3.4 with no
  improvement. I also have applied most of the fixes in
  http://help.ubuntu.com/community/Asus_U36SD .
  
  A while back running Ubuntu 11.10 I tried debugging resuming/suspending
  and as far as I can remember there were nothing relevant that I could
  find out. It just didn't manage to boot up.
  
  Hardware details are: ASUS U36SD laptop with a Intel i7-2620M (Sandy
  Bridge). Rest should be in attached files.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pm-utils 1.4.1-9
  Uname: Linux 3.4.0-030400-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CheckboxSubmission: 633c30c88957e357f73c867180ace90f
  CheckboxSystem: b8f3ec504801f13fc208edb5c785b099
  Date: Fri Jun  8 08:21:22 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pm-utils
  UpgradeStatus: Upgraded to precise on 2012-04-27 (41 days ago)
+ --- 
+ ApportVersion: 2.0.1-0ubuntu7
+ Architecture: amd64
+ CheckboxSubmission: 633c30c88957e357f73c867180ace90f
+ CheckboxSystem: b8f3ec504801f13fc208edb5c785b099
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
+ Package: pm-utils 1.4.1-9
+ PackageArchitecture: all
+ ProcEnviron:
+  TERM=rxvt-unicode
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ Tags:  precise
+ Uname: Linux 3.4.0-030400-generic x86_64
+ UpgradeStatus: Upgraded to precise on 2012-04-27 (41 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1010337/+attachment/3180441/+files/Dependencies.txt

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+attachment/3180441/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-06-08 Thread Jonas Ådahl
** Attachment added: lspci-vvnn.log
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+attachment/3180470/+files/lspci-vvnn.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-06-08 Thread Jonas Ådahl
** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+attachment/3180471/+files/dmesg.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-06-08 Thread Jonas Ådahl
** Attachment added: dmidecode.txt
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+attachment/3180472/+files/dmidecode.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-06-08 Thread Jonas Ådahl
** Attachment added: pm-suspend.log
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+attachment/3180473/+files/pm-suspend.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010337] Re: Boot instead of resume after suspending

2012-06-08 Thread Jonas Ådahl
** Description changed:

- This bug might not be pm-utils bug but in Linux bug.
+ This bug might not be in pm-utils but in Linux.
  
  After issuing a suspend of my laptop, if I resume within a certain
  amount of time (usually 10-20min) it will resume correctly and the
  system will be usable. If I resume soon after suspending, the computer
  will boot up normally instead. There are work arounds for similar bugs
  around the Internet, such as the acpi_sleep=nonvs kernel parameter.
  None of these have any affect. I have tried Linux 3.4 with no
  improvement. I also have applied most of the fixes in
  http://help.ubuntu.com/community/Asus_U36SD .
  
  A while back running Ubuntu 11.10 I tried debugging resuming/suspending
  and as far as I can remember there were nothing relevant that I could
  find out. It just didn't manage to boot up.
  
  Hardware details are: ASUS U36SD laptop with a Intel i7-2620M (Sandy
  Bridge). Rest should be in attached files.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pm-utils 1.4.1-9
  Uname: Linux 3.4.0-030400-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CheckboxSubmission: 633c30c88957e357f73c867180ace90f
  CheckboxSystem: b8f3ec504801f13fc208edb5c785b099
  Date: Fri Jun  8 08:21:22 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: pm-utils
  UpgradeStatus: Upgraded to precise on 2012-04-27 (41 days ago)
- --- 
+ ---
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CheckboxSubmission: 633c30c88957e357f73c867180ace90f
  CheckboxSystem: b8f3ec504801f13fc208edb5c785b099
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  Package: pm-utils 1.4.1-9
  PackageArchitecture: all
  ProcEnviron:
-  TERM=rxvt-unicode
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=rxvt-unicode
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  Tags:  precise
  Uname: Linux 3.4.0-030400-generic x86_64
  UpgradeStatus: Upgraded to precise on 2012-04-27 (41 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010337

Title:
  Boot instead of resume after suspending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1010337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 800114] Re: djvulibre plugin crashes

2011-12-11 Thread Jonas Ådahl
I also see this bug. I can reprocude it every time I try to open any of
the maps here:
http://www.riksarkivet.se/default.aspx?id=21573refid=22519

** Changed in: firefox (Ubuntu)
   Status: Expired = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800114

Title:
  djvulibre plugin crashes

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 886967] Re: projectm crash

2011-12-10 Thread Jonas Ådahl
I had this issue as well, but it seems to not occur after downloading
the svn version and building myself. It (projectM-pulseaudio) has played
for quite some time now without crashing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886967

Title:
  projectm crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 884127] Re: gVim freezes when entering input mode and Chinese IME (IBUS) is installed

2011-11-04 Thread Jonas Ådahl
*** This bug is a duplicate of bug 856779 ***
https://bugs.launchpad.net/bugs/856779

** This bug has been marked a duplicate of bug 856779
   gvim slow to respond

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884127

Title:
  gVim freezes when entering input mode and Chinese IME (IBUS) is
  installed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848043] Re: HDMI resolution not detected correctly

2011-10-27 Thread Jonas Ådahl
Could this be a bug in xserver-xorg-video-intel (and not xorg-xserver as
currently stated) as both the reporter and me have Intel Integrated
Graphics Controllers (except mine is in a Laptop)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848043

Title:
  HDMI resolution not detected correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/848043/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872095] Re: gvim from vim-gnome hang up on start

2011-10-21 Thread Jonas Ådahl
Could this be the same as
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/877193 ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872095

Title:
  gvim from vim-gnome hang up on start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 877193] Re: gvim freezes when started from a terminal

2011-10-18 Thread Jonas Ådahl
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/877193

Title:
  gvim freezes when started from a terminal

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 877193] [NEW] gvim freezes when started from a terminal

2011-10-18 Thread Jonas Ådahl
Public bug reported:

After upgrading from 11.04 to 11.10 I can no longer start gvim (from
vim-gnome) from a terminal. It freezes and I have to xkill / force close
it. I get the following message printed to the terminal window:

   The application 'gvim' lost its connection to the display :0.0;
   most likely the X server was shut down or you killed/destroyed
   the application.

This makes sense, because I did kill/destroy the application.

If I start gvim from the unity lense it works as expected.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: vim-gnome 2:7.3.154+hg~74503f6ee649-2ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Tue Oct 18 09:49:01 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_IE.utf8
 SHELL=/bin/bash
SourcePackage: vim
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (0 days ago)

** Affects: vim (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/877193

Title:
  gvim freezes when started from a terminal

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 877193] Re: gvim freezes when started from a terminal

2011-10-18 Thread Jonas Ådahl
A temporary work around is to execute gvim --nofork  instead of just
gvim to avoid a freeze.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/877193

Title:
  gvim freezes when started from a terminal

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 810726] Re: Installing libjack-dev forces downgrading of jackd from jackd1 to jackd2

2011-07-15 Thread Jonas Ådahl
The bug, as I see it, is that installing a package depending on libjack-
dev downgrades jack when it's not supposed to.

The correct thing, wouldn't it be to simply install libjack-jackd2-dev
and be done with it, instead of downgrading all of the jack packages in
error?

Or is this a bug in the package depending on libjack-dev? Should it
depend on some virtual package that won't force-downgrade except if a
certain package is already installed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/810726

Title:
  Installing libjack-dev forces downgrading of jackd from jackd1 to
  jackd2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jack-audio-connection-kit/+bug/810726/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 132002] Re: libportaudio packaging very confusing

2011-07-14 Thread Jonas Ådahl
portaudio19-dev depends on libjack-dev which indirectly suggest
installation of jackd1. By installing libkjack-jackd2-dev before
installing portaudio19-dev this dependency will already be met, and you
can install it without having to downgrade jackd.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/132002

Title:
  libportaudio packaging very confusing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 810726] [NEW] Installing libjack-dev forces downgrading of jackd from jackd1 to jackd2

2011-07-14 Thread Jonas Ådahl
Public bug reported:

Since libjack-dev depends on libjack0, packages depending on libjack-dev
will force downgrading of jackd2 to jackd1.

libjack-dev is also provided by libjack-jackd2-dev, so by first
installing that package, you wont be forced to downgrade.

** Affects: jack-audio-connection-kit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/810726

Title:
  Installing libjack-dev forces downgrading of jackd from jackd1 to
  jackd2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jack-audio-connection-kit/+bug/810726/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 728428] Re: unity messes up with workspaces

2011-05-13 Thread Jonas Ådahl
The bug that can be reproduced as described in comment #8 does still
reproduces on unity 3.8.12-0ubuntu1. Is a that bug reported separately,
or is it still this one?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/728428

Title:
  unity messes up with workspaces

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 773347] Re: Unity key bindings doesn't work well together with gnome keybindings

2011-05-05 Thread Jonas Ådahl
I have a temporary work around to bind the Dash (or whatever it's called
the thing that was originally bound to Super) to Super-Space. This way I
can still use my Gnome key-bindings (Super-Enter, Super-[arrow keys],
etc), without Unity interfering.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773347

Title:
  Unity key bindings doesn't work well together with gnome keybindings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 773347] [NEW] Unity key bindings doesn't work well together with gnome keybindings

2011-04-29 Thread Jonas Ådahl
Public bug reported:

Binary package hint: unity

In gnome I have bound Super-Enter to start a Terminal. After upgrading
to 11.04 and running Unity, pressing Super-Enter will successfully start
my terminal, but it will also show the launcher and put the keyboard
focus there.

I also use Super-[arrow keys] to change virtual desktop, and doing this
also trigger this behavior. It is avoidable by holding down the Super-
key longer before pressing any other key, though then instead the Unity
side bar is displayed for a blink of a second.


Steps to reproduce:
1. Open gnome-keybinding-properties
2. Bind something using the Super key as modifier, for example Super-Enter 
(Mod4+Return) to Run a terminal.
3. Try to use your keybinding (without being slow), for example press 
Super-Enter.

Result:
Your keybinding will have been triggered, but the Unity Launcher has been 
displayed and taken the focus

Expected result:
Only the configured key-binding should have been triggered, and No Unity 
Launcher should have been displayed.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773347

Title:
  Unity key bindings doesn't work well together with gnome keybindings

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 540332] Re: eclipse: tooltips unreadable

2010-09-21 Thread Jonas Ådahl
This is still an issue for CDT editors. The workaround in comment #7
works (for me), but default behavior is unreadable tooltip text. Running
version 3.5.2-2ubuntu4.2.

-- 
eclipse: tooltips unreadable
https://bugs.launchpad.net/bugs/540332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 636756] Re: Import Directory Dialog does not go away on Unity (Reappears infinitely)

2010-09-14 Thread Jonas Ådahl
** Also affects: shotwell via
   http://trac.yorba.org/ticket/2549
   Importance: Unknown
   Status: Unknown

-- 
Import Directory Dialog does not go away on Unity (Reappears infinitely)
https://bugs.launchpad.net/bugs/636756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 75332] Re: Held back packages not ignored

2010-07-13 Thread Jonas Ådahl
Considering comment #13 it's a feature of at least both apt and
aptitude, however in apt it's called kept back, not held back.

-- 
Held back packages not ignored
https://bugs.launchpad.net/bugs/75332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 582254] Re: Bluetooth adapter not detected

2010-06-20 Thread Jonas Ådahl
I have the same problem, with Acer Travelmate 6292. It seems the kernel
doesn't recognize the internal bluetooth chip. The Bluetooth button on
the laptop only triggers Increase Brightness, instead of actually
activating bluetooth. It worked well in Ubuntu 9.04.

-- 
Bluetooth adapter not detected
https://bugs.launchpad.net/bugs/582254
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 177154] Re: cdrtools is undistributable

2010-06-03 Thread Jonas Ådahl
He first changed to Fix Committed by mistake, then changed back to Fix
Released.

-- 
cdrtools is undistributable
https://bugs.launchpad.net/bugs/177154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532633] Re: [Master] Window Control buttons: position/order/alignment

2010-05-01 Thread Jonas Ådahl
 ...possible for applications to use the space on the right ...

Is this a part of a redesign upstream, or will it be Ubuntu specific?
Also, will it be compatible between window managers, or limited to Gnome
applications? Are there any other places concerning this such as mailing
lists, general plan or similar you could point me to?

-- 
[Master] Window Control buttons: position/order/alignment
https://bugs.launchpad.net/bugs/532633
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532633] Re: [Master] Window Control buttons: position/order/alignment

2010-04-30 Thread Jonas Ådahl
Mark, are you planning on making an effort in adding easy way of
changing it, for example an option in the appearance dialog? My memory
tells me I've seen this kind of setting before, but was probably a long
time ago.

-- 
[Master] Window Control buttons: position/order/alignment
https://bugs.launchpad.net/bugs/532633
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565306] [NEW] Hal fails when triggered while upgrading to Ubuntu 10.04 beta 2.

2010-04-17 Thread Jonas Ådahl
Public bug reported:

Binary package hint: hal

While upgrading to 10.04 beta2 (from 9.10), hal failed in some way and
made the system unresponsive requiring hard reboot. The action that
triggered it was clicking System - Shut down (but not actually shutting
anything down, just menu). I don't know if it is the cause, but a
message concerning hal failing in some way appeared. Ubuntu then seems
to have entered some kind of low graphics mode as well as it not
responding to any input any more. After hard reboot, it seems like I can
continue upgrade (with dpkg -configure -a).

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Hal fails when triggered while upgrading to Ubuntu 10.04 beta 2.
https://bugs.launchpad.net/bugs/565306
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468343] Re: Automounted NTFS disks with Unicode in label results in incorrect path after upgrading to 9.10

2009-11-10 Thread Jonas Ådahl
Relevant output of blkid is:
/dev/sdb1: UUID=4A12287F1228725D LABEL=?? TYPE=ntfs

-- 
Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10
https://bugs.launchpad.net/bugs/468343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468343] Re: Automounted NTFS disks with Unicode in label results in incorrect path after upgrading to 9.10

2009-11-10 Thread Jonas Ådahl
Output shows that /dev/sdb1 (the NTFS partition which has the label
'東西') has the label '??' (enc: \x3f\x3f), on line 1462 and 1463.

** Attachment added: Output of 'udevadm info --export-db  /tmp/udev.txt'
   http://launchpadlibrarian.net/35474312/udev.txt

-- 
Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10
https://bugs.launchpad.net/bugs/468343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 475800] Re: Tray icon does not appear on startup in Karmic

2009-11-06 Thread Jonas Ådahl
I can confirm this. After upgrading to 9.10 the scim GTK panel icon
doesn't show up anymore. I can still use the key bindings to change
input method though.

-- 
Tray icon does not appear on startup in Karmic
https://bugs.launchpad.net/bugs/475800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468343] [NEW] Automounted NTFS disks with Unicode in label results in incorrect path after upgrading to 9.10

2009-11-01 Thread Jonas Ådahl
Public bug reported:

Binary package hint: hal

When plugging in an external harddrive with an NTFS filesystem with a
label set to contain UTF-8 characters, the mounted path as well as the
label displayed in nautilus are incorrect. The label reported by ntfs-3g
are always correct. The labels are set with the command ntfslabel.

Some different examples follows:

NTFS label  #   HAL label discovered  # Label used in Nautilus / Filesystem 
path (/media/...)
=
dong  #   dong#   dong
東西   #   55#   ??
Å#  %  #  4A12287F1228725D
dong西   #   dong% #  dong?
dongÅ#   dong% #  dong
dong西xi#   dong%xi   #  dong?xi
dongÅxi #   dong%xi   #  dong


Examining the above table shows that depending on what Unicode character the 
file system path and label shown in nautilus differ. The behaviour of hal is 
also a bit odd.  When a chinese character is used together with a ASCII 
character, hal with read it as '%', while nautilus and the path as '?'.  When 
the swedish character 'Å' is used together with ASCII characters, hal with do 
the same as with chinese characters, but nautilus and the path will simply 
truncate everything including and after the swedish character. 

If only chinese characters are used, hal with read them as the number
'5'. '東西' is translated into '55'. ‘東西南北’ translates to ''. When
only swedish characters are used, hal will read them in as '%', while
the path as well as the label presented in nautilus will be something
looking like a large random identifier number.

In Ubuntu 9.04, these issues did not exist. A NTFS partition with label
東西 would automatically mount into /media/東西/, and would be presented
correctly in nautilus. The issue occurred immediately after upgrading to
Ubuntu 9.10.

Setting the label is done with the command ntfslabel. Reading hal values
is done with the command hal-devices.

** Affects: autofs (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: hal (Ubuntu) = autofs (Ubuntu)

** Summary changed:

- Automounted NTFS disks with Unicode in label results in invalid path after 
upgrading to 9.10
+ Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10

-- 
Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10
https://bugs.launchpad.net/bugs/468343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 468343] [NEW] Automounted NTFS disks with Unicode in label results in incorrect path after upgrading to 9.10

2009-11-01 Thread Jonas Ådahl
Public bug reported:

Binary package hint: hal

When plugging in an external harddrive with an NTFS filesystem with a
label set to contain UTF-8 characters, the mounted path as well as the
label displayed in nautilus are incorrect. The label reported by ntfs-3g
are always correct. The labels are set with the command ntfslabel.

Some different examples follows:

NTFS label  #   HAL label discovered  # Label used in Nautilus / Filesystem 
path (/media/...)
=
dong  #   dong#   dong
東西   #   55#   ??
Å#  %  #  4A12287F1228725D
dong西   #   dong% #  dong?
dongÅ#   dong% #  dong
dong西xi#   dong%xi   #  dong?xi
dongÅxi #   dong%xi   #  dong


Examining the above table shows that depending on what Unicode character the 
file system path and label shown in nautilus differ. The behaviour of hal is 
also a bit odd.  When a chinese character is used together with a ASCII 
character, hal with read it as '%', while nautilus and the path as '?'.  When 
the swedish character 'Å' is used together with ASCII characters, hal with do 
the same as with chinese characters, but nautilus and the path will simply 
truncate everything including and after the swedish character. 

If only chinese characters are used, hal with read them as the number
'5'. '東西' is translated into '55'. ‘東西南北’ translates to ''. When
only swedish characters are used, hal will read them in as '%', while
the path as well as the label presented in nautilus will be something
looking like a large random identifier number.

In Ubuntu 9.04, these issues did not exist. A NTFS partition with label
東西 would automatically mount into /media/東西/, and would be presented
correctly in nautilus. The issue occurred immediately after upgrading to
Ubuntu 9.10.

Setting the label is done with the command ntfslabel. Reading hal values
is done with the command hal-devices.

** Affects: autofs (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: hal (Ubuntu) = autofs (Ubuntu)

** Summary changed:

- Automounted NTFS disks with Unicode in label results in invalid path after 
upgrading to 9.10
+ Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10

-- 
Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10
https://bugs.launchpad.net/bugs/468343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 272370] Re: cannot find projectm in rhythmbox visualisations

2009-05-08 Thread Jonas Ådahl
This issue still exists in 9.04. It's installed, but doesn't show up in
Rhythmbox among the other libvisual plugins.

** Also affects: rhythmbox
   Importance: Undecided
   Status: New

-- 
cannot find projectm in rhythmbox visualisations
https://bugs.launchpad.net/bugs/272370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs