[Bug 1240336] Re: Not authorized to perform operation / Unable to determine the session we are in: No session for pid

2014-10-29 Thread M4he
Have had a similar issue.
When I tried to run loginctl I got Failed to issue method call: Cannot 
launch daemon, file not found or permissions invalid and trying to execute 
polkit-gnome-authentication-agent-1 resulted in Unable to determine the 
session we are in: No session for pid 

None of the solutions above helped for me.

What helped for me was to remove all i386 parts of PAM (which got installed 
with Skype) similar to 
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1295521/comments/15
I then rebooted and got all functionality back. After reinstalling Skype and 
the libs and rebooting everything is still working fine.

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

Title:
  Not authorized to perform operation / Unable to determine the session
  we are in: No session for pid

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

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


[Bug 1302270] Re: [regression] Poor performance with recent update with i965: libGL error: failed to open drm device: Permission denied

2014-10-12 Thread M4he
*** This bug is a duplicate of bug 1302264 ***
https://bugs.launchpad.net/bugs/1302264

This suddenly appeared for me as well.
I've been using compton's opengl backend for compositing and after booting up 
today I got the same libGL permission errors and tearing on the desktop (due to 
the software rendering mode fallback I assume). Then I noticed my user was not 
in the 'video' group.
I did a sudo usermod -a -G video username and rebooted. That fixed the 
issue for me.

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

Title:
  [regression] Poor performance with recent update with i965: libGL
  error: failed to open drm device: Permission denied

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

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


[Bug 1164016] Re: restore type-ahead find

2014-06-17 Thread M4he
@Ajay: That's a rather subjective opinion! Search will always get slow on huge 
folders. Because of the technical nature of type-ahead it is still fast even on 
huge folder contents. When I use type-ahead it takes me less than 1 second to 
choose and enter a folder.
I know my folders and their subfolders, I'm dependent on the speed of 
type-ahead because I use a chain of multiple letter and enter key strokes to 
navigate through many folders in a second. If type-ahead would be replaced by 
search, the speed of search results would depend on the folder's content size 
and I would not be able to use my quick chain of key strokes anymore due to the 
irregular response time of the search.
I admit, this is a rather subjective opinion as well! But type-ahead has been 
there for years, it is also integrated into the file managers of OS X or 
Windows and into the majority of the Linux ones. Your solution mentioned might 
be an improvement for _some_ people. But that doesn't mean it should replace 
type-ahead. It could be added as an optional feature that can be activated 
within the settings. Linux software in general is about configuration  
customization - not about claiming you know what is best by forcing your 
opinion on others and killing features. The latter is exactly what happened to 
nautilus and why we have this long discussion here.

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

Title:
  restore type-ahead find

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

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


[Bug 1329697] Re: Rename box often invisible

2014-06-14 Thread M4he
I've created a patch for nemo-1.8.4 that contains 2 things:
1. The 2 fixes from nemo's github posted before
2. Some additional code fixes pulled from nautilus' source code that fix 
remaining issues of the rename boxes with GTK 3.10 as per [1]

The attached patch can be seen as one whole source code merge from nautilus' 
eel-editable-label widget code to fix it for GTK 3.10.
Because in fact, the github patches are partly merges from nautilus as well. 
The second part of my patch just completes it.


[1] https://github.com/linuxmint/nemo/issues/634

** Patch added: Patch that fixes the rename box incompatibilities with GTK 
3.10
   
https://bugs.launchpad.net/ubuntu/+source/nemo/+bug/1329697/+attachment/4131347/+files/rename_box_complete_fix.patch

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

Title:
  Rename box often invisible

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

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


[Bug 1322416] Re: Some file cannot rename in menu in Nemo Files Manager

2014-06-14 Thread M4he
*** This bug is a duplicate of bug 1329697 ***
https://bugs.launchpad.net/bugs/1329697

** This bug has been marked a duplicate of bug 1329697
   Rename box often invisible

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

Title:
  Some file cannot rename in menu in Nemo Files Manager

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

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


[Bug 1329697] [NEW] Rename box often invisible

2014-06-13 Thread M4he
Public bug reported:

The current version in the 14.04 repo (1.8.4) contains the following bug:
When trying to rename a file via right-click - Rename... the entire rename 
box turns completely invisible (no border, no text) preventing any actual 
renaming operation without guessing the letter positions. This often happens 
when the view is scrolled down and a file is to be renamed which was not 
visible before scrolling down i.e. a file at the bottom of the list.

This has been fixed upstream. I've singled out the GitHub commits that fix this 
issue:
https://github.com/linuxmint/nemo/commit/f54c1ed253e266ae947c5e51698583654fb61084.patch
https://github.com/linuxmint/nemo/commit/d5377cfd53034b6ab5588376322126f48782ec59.patch

I've reproduced the bug and confirmed the fix using the patches on 2
machines running Xubuntu 14.04.

** Affects: nemo (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/1329697

Title:
  Rename box often invisible

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

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


[Bug 1309369] Re: Filtered list rendered incorrectly after refresh

2014-04-29 Thread M4he
I can confirm this on an Intel HD 4000 using a MacBook Air running a
clean install of the latest Xubuntu 14.04.

I just tried switching to the older UXA acceleration backend instead of
SNA but the issue persists. It's at least unrelated to the Intel
driver's acceleration method. (SNA caused graphics/redraw errors on GTK
for me in the past, that's why I tried it)

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

Title:
  Filtered list rendered incorrectly after refresh

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

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


[Bug 1287573] Re: GRUB EFI fails to install on MacBook Air 5-2

2014-03-04 Thread M4he
I was able to fix it post-install with the live cd using the following 
procedure:
(where sda3 is my trusty install and sda1 is the EFI system partition)

sudo mount /dev/sda3 /mnt
sudo mount -o bind /dev /mnt/dev 
sudo mount -o bind /sys /mnt/sys 
sudo mount -t proc /proc /mnt/proc
sudo cp /proc/mounts /mnt/etc/mtab
sudo cp /etc/resolv.conf /mnt/etc/resolv.conf
sudo chroot /mnt /bin/bash

apt-get install grub-efi-amd64
mount /dev/sda1 /boot/efi
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub 
--recheck --debug
grub-mkconfig -o /boot/efi/EFI/GRUB/grub.cfg
update-grub

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

Title:
  GRUB EFI fails to install on MacBook Air 5-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1287573/+subscriptions

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


[Bug 1287573] [NEW] GRUB EFI fails to install on MacBook Air 5-2

2014-03-03 Thread M4he
Public bug reported:

I tried to install trusty on a MacBook Air 5-2 (mid 2012) using EFI. I've tried 
using both pure EFI boot (holding Alt while turning on the device) as well as 
rEFIt. No matter which device/partition I select for the bootloader to be 
installed to, I'm always getting the message 'grub-efi-amd64-signed' package 
failed to install into /target/. Without the GRUB bootloader the system will 
not load. at the end of the installation and the installer crashes.
I also tried mounting /dev/sda1 to /boot/efi beforehand and pointing GRUB 
installation to /dev/sda1 but no luck.
Thus I'm unable to install trusty on this device.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.17.8
ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
Uname: Linux 3.13.0-12-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CasperVersion: 1.337
Date: Tue Mar  4 08:33:25 2014
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed 
boot=casper quiet splash --
LiveMediaBuild: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140225)
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubiquity-2.17.8 xubuntu

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

Title:
  GRUB EFI fails to install on MacBook Air 5-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1287573/+subscriptions

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


[Bug 1164016] Re: restore type-ahead find

2013-12-17 Thread M4he
@Oberhauser: That isn't part of Nautilus or any other file manager, it's
the common GTK file chooser dialog.

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

Title:
  restore type-ahead find

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

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


[Bug 1260484] Re: Synaptic - German - Translation missing for pkexec dialog

2013-12-15 Thread M4he
Seems to be the same as with the string Architecture which is also
commented out and isn't translated on the GUI either.

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

Title:
  Synaptic - German - Translation missing for pkexec dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1260484/+subscriptions

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


[Bug 1222021] Re: Laptop sleeps when lid is closed, regardless of Power Manager Settings.

2013-10-20 Thread M4he
Temporary workaround is to set:

HandleLidSwitch=ignore

in /etc/systemd/logind.conf


However I now disabled xfce4-power-manager and let logind do the sleep, because 
it seems to go into suspend much faster ( 1 sec) than with xfce4-power-manager 
(~4 secs) on my MacBook Air.

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

Title:
  Laptop sleeps when lid is closed, regardless of Power Manager
  Settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

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


[Bug 1241896] Re: Laptop sleeps again after resume (only on lid open)

2013-10-19 Thread M4he
I've got the same bug since updating to 13.10.

When killing xfce4-power-manager, the laptop sleeps/resumes normally (only 
once).
However, it shouldn't sleep at all when xfce4-power-manager is not running.
So bug 1222021 actually is causing this issue because something else than 
xfce4-power-manager is trying to put the laptop to sleep but instead the sleep 
command gets put into queue and is executed after the first resume from sleep.

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

Title:
  Laptop sleeps again after resume (only on lid open)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1241896/+subscriptions

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


[Bug 1062586] Re: lxappearance not setting gtk theme for any user

2013-09-17 Thread M4he
I replaced the LXDE session with a standalone Openbox session on a
freshly installed Lubuntu 13.04 and lxappearance does not work for me
either. In addition to that, a second invoke of lxappearance (after
closing the first one) always freezes the whole screen for me.

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

Title:
  lxappearance not setting gtk theme for any user

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

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


[Bug 1169614] Re: /etc/init.d/umountroot: mount: / is busy due to dhclient is not stopped

2013-07-24 Thread M4he
I was able to apply the patch from post #2 now, thanks to Steve's hint.
Using the patched network-manager I don't experience any hangs at 
shutdown/reboot anymore!

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

Title:
  /etc/init.d/umountroot: mount: / is busy due to dhclient is not
  stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1169614/+subscriptions

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


[Bug 1169614] Re: /etc/init.d/umountroot: mount: / is busy due to dhclient is not stopped

2013-07-21 Thread M4he
Thanks for your reply, Steve!
Unfortunately I'm on x86_64, so I'd have to build it myself I guess. Could you 
give me a little hint on how to do that?
I issued a apt-get source network-manager and got 2 packages 
(*ubuntu6.debian.tar.gz and *0.9.8.0.orig.tar.xz), I also downloaded the patch 
attached to post #2. How do I proceed?

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

Title:
  /etc/init.d/umountroot: mount: / is busy due to dhclient is not
  stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1169614/+subscriptions

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


[Bug 1169614] Re: /etc/init.d/umountroot: mount: / is busy due to dhclient is not stopped

2013-07-20 Thread M4he
I'm using raring and also having the issue of shutdown/restart hanging
for a short time due to mount: / is busy.

I made a script that executes ps -Af on shutdown/reboot and writes it to a 
log file. (see attachment)
There's a long line containing /sbin/dhclient; I presume that indicates 
dhclient being the root cause?

** Attachment added: log file of ps -Af during shutdown/reboot
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1169614/+attachment/3743585/+files/process.log

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

Title:
  /etc/init.d/umountroot: mount: / is busy due to dhclient is not
  stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1169614/+subscriptions

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


[Bug 1164016] Re: restore type-ahead find

2013-07-10 Thread M4he
I strongly recommend Canonical to maintain their own version (fork) of
3.4 (maybe with the SolusOS patch). I think Nautilus 3.4 is a mature
software already.

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

Title:
  restore type-ahead find

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

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


[Bug 1154224] Re: lightdm-webkit-greeter crashed with SIGSEGV in __lll_lock_wait()

2013-07-09 Thread M4he
Black screen with lightm-webkit-greeter on Xubuntu 13.04 as well!

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

Title:
  lightdm-webkit-greeter crashed with SIGSEGV in __lll_lock_wait()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm-webkit-greeter/+bug/1154224/+subscriptions

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


[Bug 1164016] Re: restore type-ahead find

2013-07-09 Thread M4he
Best workaround currently available: http://www.webupd8.org/2013/04/get-
nautilus-34-features-back-in-ubuntu.html

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

Title:
  restore type-ahead find

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

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


[Bug 1164016] Re: restore type-ahead find

2013-07-03 Thread M4he
Can someone put together a patch, which incorporates the type-ahead
search from Nautilus 3.4 into 3.6 ?

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

Title:
  restore type-ahead find

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

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


[Bug 1173510] Re: gvfsd-http crash rhythmbox streamming

2013-06-09 Thread M4he
*** This bug is a duplicate of bug 1153934 ***
https://bugs.launchpad.net/bugs/1153934

When adding a new radio stream to Rhythmbox, the new stream will not play until 
gvfsd-http is killed.
If Rhythmbox is restarted no stream will play until gvfsd-http is killed again.

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

Title:
  gvfsd-http crash rhythmbox streamming

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

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


[Bug 1153934] Re: Some radio streams which used to play OK don't play after updating to rhythmbox 2.98 or higher due a gvfs bug

2013-06-09 Thread M4he
When adding a new radio stream to Rhythmbox, the new stream will not play until 
gvfsd-http is killed.
If Rhythmbox is restarted no stream will play until gvfsd-http is killed again.

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

Title:
  Some radio streams which used to play OK don't play after updating to
  rhythmbox  2.98 or higher due a gvfs bug

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

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


[Bug 774417] Re: gapless playback does not work in any gstreamer application

2013-06-07 Thread M4he
I'm still experiencing this issue with the latest Gnome 3.8 Rhythmbox
(ver. 2.99.1) on Ubuntu 13.04.

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

Title:
  gapless playback does not work in any gstreamer application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/774417/+subscriptions

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


[Bug 1047706] Re: PolKit Auth Dialog Fails to Authenticate when using pkexec

2013-01-27 Thread M4he
*** This bug is a duplicate of bug 1077546 ***
https://bugs.launchpad.net/bugs/1077546

** This bug has been marked a duplicate of bug 1077546
   Gnome Shell sudo dialog said Sorry, that didn't work. Please try again 
when opening Synaptic

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

Title:
  PolKit Auth Dialog Fails to Authenticate when using pkexec

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1047706/+subscriptions

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


[Bug 611824] [NEW] some dialog windows not translated on german Ubuntu

2010-07-30 Thread M4he
Public bug reported:

Binary package hint: openoffice.org

I'm using Ubuntu 10.04 Lucid Lynx
and OpenOffice.org 3.2.0 (the preinstalled one)
The whole system is set to german and the language packages are up-to-date.

The Find  Replace window (accessible via edit menu) as well as the
View  Zoom Layout window (accessible via view menu) are not
translated.

I'm aware of the fact that this is not really a bug but a translation
issue. I'm truly sorry if this is the wrong place to report this but I
don't know where else...

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
some dialog windows not translated on german Ubuntu
https://bugs.launchpad.net/bugs/611824
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