[Bug 1819234] [NEW] Dependencies in the package seem to be wrong

2019-03-08 Thread mokrates
Public bug reported:

I install qreator, this happens

$ sudo apt install qreator
[sudo] password for mmolle: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  compiz-core compiz-plugins-default libcompizconfig0 libdecoration0 
python-compizconfig
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  gir1.2-champlain-0.12 gir1.2-gtkchamplain-0.12 gir1.2-nm-1.0 
libchamplain-0.12-0 libchamplain-gtk-0.12-0 libqrencode3 python-certifi 
python-qrencode python-requests python-tz
  python-urllib3 python-vobject
Suggested packages:
  python-socks python-ntlm
The following NEW packages will be installed:
  gir1.2-champlain-0.12 gir1.2-gtkchamplain-0.12 gir1.2-nm-1.0 
libchamplain-0.12-0 libchamplain-gtk-0.12-0 libqrencode3 python-certifi 
python-qrencode python-requests python-tz
  python-urllib3 python-vobject qreator
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 763 kB of archives.
After this operation, 3.103 kB of additional disk space will be used.
Do you want to continue? [Y/n] 


then I start qreator. This happens.

$ qreator 
/usr/share/qreator/qreator_lib/Builder.py:21: PyGIWarning: Gtk was imported 
without specifying a version first. Use gi.require_version('Gtk', '3.0') before 
import to ensure that the right version gets loaded.
  from gi.repository import GObject, Gtk # pylint: disable=E0611
Traceback (most recent call last):
  File "/usr/bin/qreator", line 45, in 
import qreator
  File "/usr/share/qreator/qreator/__init__.py", line 22, in 
from qreator import QreatorWindow
  File "/usr/share/qreator/qreator/QreatorWindow.py", line 30, in 
from QRCode import QRCode
  File "/usr/share/qreator/qreator/QRCode.py", line 23, in 
import Image
ImportError: No module named Image

I don't think, this is right.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: qreator (not installed)
ProcVersionSignature: Ubuntu 4.18.0-15.16-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Mar  8 23:40:00 2019
InstallationDate: Installed on 2019-01-14 (53 days ago)
InstallationMedia: Xubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
SourcePackage: qreator
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

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

Title:
  Dependencies in the package seem to be wrong

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

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

[Bug 1816242] Re: Crashes while resizing using annotate-mode from melpa

2019-02-16 Thread mokrates
I just now built a emacs-26.1 on the machine I created this bugreport
on, and it seems, that 26.1 doesn't crash.

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

Title:
  Crashes while resizing using annotate-mode from melpa

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

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

[Bug 1816242] [NEW] Crashes while resizing using annotate-mode from melpa

2019-02-16 Thread mokrates
Public bug reported:

Hi,

I installed annotate-mode from melpa (there is a one in the stable repo
and one in the other, with either version, the bug occurrs), and used
it:

M-x annotate-mode
C-c C-a foobar

This annotates the file.

When the emacs window is too small, I get following *Messages*:
---
Annotations loaded.
Fontifying block...(args-out-of-range foo 0 -6) [2 times]
Error during redisplay: (jit-lock-function 1) signaled (args-out-of-range "foo" 
0 -6)
QuitError during redisplay: (jit-lock-function 1) signaled (args-out-of-range 
"foo" 0 -6)
Mark set
Error during redisplay: (jit-lock-function 1) signaled (args-out-of-range "foo" 
0 -6)
QuitError during redisplay: (jit-lock-function 1) signaled (args-out-of-range 
"foo" 0 -6)
---

While this messages seem to originate outside of 'annotation-mode' on
which page this bug is already filed, this isn't the bug I want to
report, but this seems to be the prerequisite.

If I now wildly resize the emacs-window (trying to figure out what
exactly triggers this and how to fix it), emacs freezes so that only
kill -9 can shut it down. Usually this triggers not only a "killed" but
a "segfault (core dumped)" on the terminal.

Thank you for your software

mo

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: emacs 1:25.2+1-11
ProcVersionSignature: Ubuntu 4.18.0-15.16-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Feb 16 16:38:22 2019
InstallationDate: Installed on 2019-01-14 (32 days ago)
InstallationMedia: Xubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
PackageArchitecture: all
SourcePackage: emacs
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

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

Title:
  Crashes while resizing using annotate-mode from melpa

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

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

[Bug 1211102] Re: Get rid of 0.5s latency when playing audio over Bluetooth with A2DP

2017-06-06 Thread mokrates
Still not working in 17.04.

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

Title:
  Get rid of 0.5s latency when playing audio over Bluetooth with A2DP

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

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


[Bug 1083237] Re: Ignore Steam files by default

2017-03-18 Thread mokrates
How can I back up Steam with deja-dup? I want it off my ignore-list.

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

Title:
  Ignore Steam files by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1083237/+subscriptions

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


[Bug 1083237] Re: Ignore Steam files by default

2017-03-18 Thread mokrates
Oh my God you killed my savegame. Almost the only thing I did not have
in the cloud is gone, because deja-dup doesn't back up Steam and it
doesn't tell me about it! This fix is no fix. It's a bug. This kills
savegames of hardcoregamers, who can potentially select to not backup
Steam but only the savegames and kills the savegames of normal people
who just want to play really small point and clicks like me. This angers
me.

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

Title:
  Ignore Steam files by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1083237/+subscriptions

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


[Bug 1398987] [NEW] GTK3Cairo doesn't work

2014-12-03 Thread mokrates
Public bug reported:

With TkAgg, it works.
With GTK3Cairo there doesn't even open a plotting window. for more info, read 
this short log:

mmolle@mostlyharmless:~$ python3
Python 3.4.2 (default, Oct  8 2014, 13:18:07) 
[GCC 4.9.1] on linux
Type help, copyright, credits or license for more information.
 import matplotlib
 matplotlib.use('GTK3Cairo')
 from pylab import *
 ion()
 plot([1,2,3])  
[matplotlib.lines.Line2D object at 0xb2d81eac]

Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/matplotlib/_pylab_helpers.py, line 86, 
in destroy_all
manager.destroy()
  File /usr/lib/python3/dist-packages/matplotlib/backends/backend_gtk3.py, 
line 427, in destroy
self.canvas.destroy()
AttributeError: 'FigureManagerGTK3Cairo' object has no attribute 'canvas'
mmolle@mostlyharmless:~$

Thanx, and keep up the good work!

mo

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: python3-matplotlib 1.3.1-2ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic i686
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
CurrentDesktop: XFCE
Date: Wed Dec  3 22:20:50 2014
InstallationDate: Installed on 2012-03-12 (995 days ago)
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: matplotlib
UpgradeStatus: Upgraded to utopic on 2014-10-25 (39 days ago)

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


** Tags: apport-bug i386 utopic

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

Title:
  GTK3Cairo doesn't work

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

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


[Bug 1392422] [NEW] whisker menu disappears afer reboot

2014-11-13 Thread mokrates
Public bug reported:

whisker menu disappears afer reboot

restarting xfce4-panel helps.

in the attached picture you see a grey area, which normally should
contain the whisker-menu.

I'm using xubuntu 14.10 - i386

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xfce4-whiskermenu-plugin 1.4.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic i686
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
CurrentDesktop: XFCE
Date: Thu Nov 13 19:03:27 2014
InstallationDate: Installed on 2012-03-12 (975 days ago)
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: xfce4-whiskermenu-plugin
UpgradeStatus: Upgraded to utopic on 2014-10-25 (18 days ago)

** Affects: xfce4-whiskermenu-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 utopic

** Attachment added: Screenshot - 13.11.2014 - 19:03:08.png
   
https://bugs.launchpad.net/bugs/1392422/+attachment/4260078/+files/Screenshot%20-%2013.11.2014%20-%2019%3A03%3A08.png

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

Title:
  whisker menu disappears afer reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-whiskermenu-plugin/+bug/1392422/+subscriptions

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


Re: [Bug 1359393] Re: please document --user

2014-10-14 Thread mokrates
In the manpage there is also no link to the upstream-docs. That would be
nice to have, too.

keep up the good work!

mo

On 14.10.2014 16:35, d❤vid seaward wrote:
 Also relevant (in case there are Debian/Ubuntu-specific tweaks):
 https://docs.python.org/2/library/site.html#site.USER_BASE


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

Title:
  please document --user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1359393/+subscriptions

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

Re: [Bug 1373044] Re: enigmail refuses to encrypt if there is no key associated with own identity

2014-10-02 Thread mokrates
ok. thanx.

mo

Am 2. Oktober 2014 10:37:41 MESZ, schrieb Alexander Buchner 
alexander.buch...@iwr.uni-heidelberg.de:
I have the feeling that nobody here is caring about the enigmail bugs
in
Ubuntu.

Try to install the recent version 1.7.2 (which unfortunately is not
directly available in Ubuntu) from
https://www.enigmail.net/home/index.php and if your bug still persists
report the defect directly to the developers via
https://www.enigmail.net/support/bugs.php

-- 
You received this bug notification because you are subscribed to the
bug
report.
https://bugs.launchpad.net/bugs/1373044

Title:
  enigmail refuses to encrypt if there is no key associated with own
  identity

Status in “enigmail” package in Ubuntu:
  New

Bug description:
  enigmail refuses to encrypt if there is no key associated with own
  identity.

  I have enigmail installed and the 'convenient' settings set. I don't
  have a key associated with my own identity on my Laptop, but I have a
 public key from the addressee. The menu says (correctly) 'message will
  be encrypted' and 'message will not be signed'. (It can be encrypted,
 because I have the addressee's public key, and it cannot be signed, as
  enigmail has no key to sign it.)

What happens: If I hit 'send', Thunderbird refuses to send the mail
because there is no key associated with my identity.
  What I expect: Encrypting and not signing and sending of the message.

  keep up the great work!

  mo

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: enigmail 2:1.7-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic i686
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: i386
  CurrentDesktop: XFCE
  Date: Tue Sep 23 19:10:59 2014
  InstallationDate: Installed on 2012-03-12 (924 days ago)
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386
(20111012)
  SourcePackage: enigmail
  UpgradeStatus: Upgraded to trusty on 2014-04-26 (149 days ago)

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

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

Title:
  enigmail refuses to encrypt if there is no key associated with own
  identity

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

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

[Bug 1373044] [NEW] enigmail refuses to encrypt if there is no key associated with own identity

2014-09-23 Thread mokrates
Public bug reported:

enigmail refuses to encrypt if there is no key associated with own
identity.

I have enigmail installed and the 'convenient' settings set. I don't
have a key associated with my own identity on my Laptop, but I have a
public key from the addressee. The menu says (correctly) 'message will
be encrypted' and 'message will not be signed'. (It can be encrypted,
because I have the addressee's public key, and it cannot be signed, as
enigmail has no key to sign it.)

What happens: If I hit 'send', Thunderbird refuses to send the mail because 
there is no key associated with my identity.
What I expect: Encrypting and not signing and sending of the message.

keep up the great work!

mo

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: enigmail 2:1.7-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic i686
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: i386
CurrentDesktop: XFCE
Date: Tue Sep 23 19:10:59 2014
InstallationDate: Installed on 2012-03-12 (924 days ago)
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: enigmail
UpgradeStatus: Upgraded to trusty on 2014-04-26 (149 days ago)

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


** Tags: apport-bug i386 trusty

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

Title:
  enigmail refuses to encrypt if there is no key associated with own
  identity

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

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


[Bug 1359393] [NEW] please document --user

2014-08-20 Thread mokrates
Public bug reported:

There is no mention of the --user flag for pip in either --help or man
pip. But it works. I think it should be documented.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python-pip 1.5.4-1
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic i686
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: i386
CurrentDesktop: XFCE
Date: Wed Aug 20 22:30:15 2014
InstallationDate: Installed on 2012-03-12 (890 days ago)
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
PackageArchitecture: all
SourcePackage: python-pip
UpgradeStatus: Upgraded to trusty on 2014-04-26 (116 days ago)

** Affects: python-pip (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 trusty

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

Title:
  please document --user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1359393/+subscriptions

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


[Bug 1295412] [NEW] trash-empty works but crashes every time

2014-03-20 Thread mokrates
Public bug reported:

It does empty the trash, but it always also does this:

mmolle@mostlyharmless:~$ trash-empty 
Traceback (most recent call last):
  File /usr/bin/trash-empty, line 9, in module
load_entry_point('trash-cli==0.12.7', 'console_scripts', 'trash-empty')()
  File /usr/lib/python2.7/dist-packages/trashcli/cmds.py, line 29, in empty
).run(*sys.argv)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 967, in run
parse(argv)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 899, in 
__call__
self.default_action()
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 993, in 
_empty_all_trashdirs
self.trashdirs.list_trashdirs(self._empty_trashdir)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1092, in 
list_trashdirs
self._for_home_trashcan(out)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1097, in 
_for_home_trashcan
home_trashcan_if_possible(self.environ, return_result_with_volume)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1119, in 
home_trashcan_if_possible
out('%(HOME)s/.local/share/Trash' % environ)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1096, in 
return_result_with_volume
out(trashcan_path, '/')
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 997, in 
_empty_trashdir
trashdir.each_trashinfo(self._maybe_delete)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1147, in 
each_trashinfo
action(os.path.join(self._info_dir(), entry))
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1012, in 
_delete_both
self.file_remover.remove_file_if_exists(backup_copy)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 791, in 
remove_file_if_exists
if os.path.exists(path): self.remove_file(path)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 788, in 
remove_file
shutil.rmtree(path)
  File /usr/lib/python2.7/shutil.py, line 256, in rmtree
onerror(os.rmdir, path, sys.exc_info())
  File /usr/lib/python2.7/shutil.py, line 254, in rmtree
os.rmdir(path)
OSError: [Errno 22] Invalid argument: '/home/mmolle/.local/share/Trash/files/.'
mmolle@mostlyharmless:~$

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: trash-cli 0.12.7-1
ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
Uname: Linux 3.11.0-18-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
Date: Fri Mar 21 00:24:28 2014
InstallationDate: Installed on 2012-03-12 (738 days ago)
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: trash-cli
UpgradeStatus: Upgraded to saucy on 2013-10-20 (151 days ago)

** Affects: trash-cli (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

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

Title:
  trash-empty works but crashes every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trash-cli/+bug/1295412/+subscriptions

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


Re: [Bug 1170047] Re: kiosk mode doesn't work at all

2014-03-05 Thread mokrates
No, I meant not anything can be configured, but the Shutdown-Group for
the xfce-session.
As 4.8. is old now, and I don't have the system anymore (it was a system
we tried to configure for use in a school, and we solved it differently
then), i sadly cannot attach anything anymore.

thanks anyway...

mo

Am 05.03.2014 13:09, schrieb Thaddäus Tintenfisch:
 According to your bug description, xfce4-session can be configured with
 the kiosk mode configuration file, but both xfce4-panel and xfdesktop
 can not, correct? Can you please attach your kioskrc file, so we can see
 what you have tried and maybe confirm it?
 
 On top of that, please file an upstream bug report to inform the Xfce
 team about this problem.
 
 https://bugzilla.xfce.org/
 
 ** Changed in: xfdesktop4 (Ubuntu)
Status: New = Incomplete


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

Title:
  kiosk mode doesn't work at all

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

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

[Bug 1242334] [NEW] trash-cli stacktrace

2013-10-20 Thread mokrates
Public bug reported:

Don't know, how this came to pass.

first: my trash is already empty,

mmolle@mostlyharmless:~/.local/share/Trash$ find
.
./expunged
./files
./info
./info/..trashinfo

but then this:

mmolle@mostlyharmless:~$ trash-empty 
Traceback (most recent call last):
  File /usr/bin/trash-empty, line 9, in module
load_entry_point('trash-cli==0.12.7', 'console_scripts', 'trash-empty')()
  File /usr/lib/python2.7/dist-packages/trashcli/cmds.py, line 29, in empty
).run(*sys.argv)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 967, in run
parse(argv)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 899, in 
__call__
self.default_action()
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 993, in 
_empty_all_trashdirs
self.trashdirs.list_trashdirs(self._empty_trashdir)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1092, in 
list_trashdirs
self._for_home_trashcan(out)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1097, in 
_for_home_trashcan
home_trashcan_if_possible(self.environ, return_result_with_volume)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1119, in 
home_trashcan_if_possible
out('%(HOME)s/.local/share/Trash' % environ)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1096, in 
return_result_with_volume
out(trashcan_path, '/')
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 997, in 
_empty_trashdir
trashdir.each_trashinfo(self._maybe_delete)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1147, in 
each_trashinfo
action(os.path.join(self._info_dir(), entry))
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 1012, in 
_delete_both
self.file_remover.remove_file_if_exists(backup_copy)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 791, in 
remove_file_if_exists
if os.path.exists(path): self.remove_file(path)
  File /usr/lib/python2.7/dist-packages/trashcli/trash.py, line 788, in 
remove_file
shutil.rmtree(path)
  File /usr/lib/python2.7/shutil.py, line 256, in rmtree
onerror(os.rmdir, path, sys.exc_info())
  File /usr/lib/python2.7/shutil.py, line 254, in rmtree
os.rmdir(path)
OSError: [Errno 22] Invalid argument: '/home/mmolle/.local/share/Trash/files/.'

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: trash-cli 0.12.7-1
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic i686
ApportVersion: 2.12.5-0ubuntu2
Architecture: i386
Date: Sun Oct 20 15:06:38 2013
InstallationDate: Installed on 2012-03-12 (586 days ago)
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: trash-cli
UpgradeStatus: Upgraded to raring on 2013-10-20 (0 days ago)

** Affects: trash-cli (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring

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

Title:
  trash-cli stacktrace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trash-cli/+bug/1242334/+subscriptions

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


[Bug 1170047] [NEW] kiosk mode doesn't work at all

2013-04-17 Thread mokrates
Public bug reported:

I tried, as documented here:
http://wiki.xfce.org/howto/kiosk_mode
to use the kiosk mode in xubuntu 12.04 LTS with xfce4.8

the only setting that works seems to be

[xfce4-session]
Shutdown=

i both tried
/etc/xdg/xfce4/kiosk/kioskrc
as well as
/etc/xdg/xdg-xubuntu/xfce4/kiosk/kioskrc

this is really annoying, as it seems to be *the* way for kiosking xfce. If it 
doesn't work, there should be at least docs to point that out, i think.
i know, some of this is upstream, but i thought, i report it here. for reasons 
;)

keep up the good work!

mo

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xfdesktop4 4.8.3-2ubuntu7
ProcVersionSignature: Ubuntu 3.2.0-40.64-generic-pae 3.2.40
Uname: Linux 3.2.0-40-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Wed Apr 17 18:35:24 2013
InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=de_DE:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: xfdesktop4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: 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/1170047

Title:
  kiosk mode doesn't work at all

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

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


[Bug 1057859] Re: ropemacs doesn't work?

2012-09-28 Thread mokrates
Had an alternative rope installed unter /usr/local/. was my mistake.
please close.

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

Title:
  ropemacs doesn't work?

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

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


[Bug 1057859] Re: ropemacs doesn't work?

2012-09-27 Thread mokrates
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1057859

Title:
  ropemacs doesn't work?

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

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


[Bug 1057859] [NEW] ropemacs doesn't work?

2012-09-27 Thread mokrates
Public bug reported:

i have python-rope, python-ropemacs and pymacs installed.

i start emacs.
type 'M-x pymacs-load'
then 'ropemacs'
then 'rope-'
and get:

object = __import__(module_name)
  File /usr/lib/python2.7/dist-packages/ropemacs/__init__.py, line 2, in 
module
import ropemode.decorators
  File /usr/lib/python2.7/dist-packages/ropemode/decorators.py, line 48, in 
module
exceptions.BadIdentifierError)
AttributeError: 'module' object has no attribute 'BadIdentifierError'

I think there is something wrong with an import-path somewhere...

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-ropemacs 0.6c2-4
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic i686
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
Date: Fri Sep 28 03:47:00 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
PackageArchitecture: all
SourcePackage: ropemacs
UpgradeStatus: Upgraded to precise on 2012-04-27 (153 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  ropemacs doesn't work?

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

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


[Bug 1052467] [NEW] /usr/share/info/emacs23 should be linked to by /usr/share/info/emacs

2012-09-18 Thread mokrates
Public bug reported:

i start
info elisp
go to
* minibuffers::
go to
* note The Echo Area::
go to
*note The Minibuffer: (emacs)Minibuffer.

and get:
emacs: file not found.

if i link /usr/share/info/emacs23 to /usr/share/info/emacs
it works.

so either is the documentation broken or the naming.

greetings

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: emacs23 23.3+1-1ubuntu9
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
Uname: Linux 3.2.0-30-generic i686
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
Date: Tue Sep 18 14:30:23 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: emacs23
UpgradeStatus: Upgraded to precise on 2012-04-27 (143 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  /usr/share/info/emacs23 should be linked to by /usr/share/info/emacs

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

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


[Bug 1052467] Re: /usr/share/info/emacs23 should be linked to by /usr/share/info/emacs

2012-09-18 Thread mokrates
** Description changed:

  i start
- info elist
+ info elisp
  go to
  * minibuffers::
- go to 
+ go to
  * note The Echo Area::
  go to
  *note The Minibuffer: (emacs)Minibuffer.
  
  and get:
  emacs: file not found.
  
  if i link /usr/share/info/emacs23 to /usr/share/info/emacs
  it works.
  
  so either is the documentation broken or the naming.
  
  greetings
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: emacs23 23.3+1-1ubuntu9
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic i686
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  Date: Tue Sep 18 14:30:23 2012
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: emacs23
  UpgradeStatus: Upgraded to precise on 2012-04-27 (143 days ago)

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

Title:
  /usr/share/info/emacs23 should be linked to by /usr/share/info/emacs

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

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


[Bug 1005912] [NEW] (help 'sym) doesn't find 'gcl.info'

2012-05-29 Thread mokrates
Public bug reported:

$ sudo apt-get install gcl gcl-doc
...
$ gcl
...

(help '+)

-
+  [Function]
-
+  [Special variable]
(not found gcl.info)
-



ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gcl-doc 2.6.7-98
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Tue May 29 15:57:40 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
PackageArchitecture: all
SourcePackage: gcl
UpgradeStatus: Upgraded to precise on 2012-04-27 (31 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  (help 'sym) doesn't find 'gcl.info'

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

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


[Bug 1005912] Re: (help 'sym) doesn't find 'gcl.info'

2012-05-29 Thread mokrates
** Description changed:

- $ apt-get install gcl gcl-doc
+ $ sudo apt-get install gcl gcl-doc
  ...
  $ gcl
  ...
  
  (help '+)
  
  -
  +  [Function]
  -
  +  [Special variable]
  (not found gcl.info)
  -
  
  
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gcl-doc 2.6.7-98
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May 29 15:57:40 2012
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  PackageArchitecture: all
  SourcePackage: gcl
  UpgradeStatus: Upgraded to precise on 2012-04-27 (31 days ago)

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

Title:
  (help 'sym) doesn't find 'gcl.info'

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

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


[Bug 1001960] [NEW] ruby irb help command does not work

2012-05-20 Thread mokrates
Public bug reported:

me@mycomputer:~$ irb
irb(main):001:0 help
NameError: undefined method `execute' for module `IRB::ExtendCommand::Help'
from (eval):4:in `instance_method'
from (eval):4:in `help'
from (irb):1
from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:913
irb(main):002:0 ^D
me@mycomputer:~$ irb -v
irb 0.9.5(05/04/13)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ruby 4.8
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun May 20 16:19:15 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
PackageArchitecture: all
SourcePackage: ruby-defaults
UpgradeStatus: Upgraded to precise on 2012-04-27 (22 days ago)

** Affects: ruby1.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  ruby irb help command does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/1001960/+subscriptions

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


[Bug 1001960] Re: ruby irb help command does not work

2012-05-20 Thread mokrates
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001960

Title:
  ruby irb help command does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/1001960/+subscriptions

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


[Bug 934885] [NEW] Doesn't play ogg streams anymore?

2012-02-18 Thread mokrates
Public bug reported:

I have attached my 'deutschlandfunk stream playlist', which contains ogg
streams.

I can load this playlist into moc, but moc doesn't play the streams. But
it should, shouldn't it? Audacious plays those streams by the way.

thanks

mo

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: moc 1:2.5.0~alpha4+svn20110823-1
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic i686
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sat Feb 18 10:42:42 2012
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
ProcEnviron:
 LC_TIME=de_DE.UTF-8
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: moc
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (126 days ago)

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


** Tags: apport-bug i386 oneiric

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

Title:
  Doesn't play ogg streams anymore?

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

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


[Bug 934885] Re: Doesn't play ogg streams anymore?

2012-02-18 Thread mokrates
** Attachment added: playlist
   
https://bugs.launchpad.net/bugs/934885/+attachment/2752293/+files/dradio_ogg.pls

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

Title:
  Doesn't play ogg streams anymore?

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

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


[Bug 891241] Re: network-manager won't let me disable wlan

2011-11-16 Thread mokrates
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891241

Title:
  network-manager won't let me disable wlan

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

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


[Bug 891241] [NEW] network-manager won't let me disable wlan

2011-11-16 Thread mokrates
Public bug reported:

In my neighborhood, there are some wlans i don't know the PSK to and don't want 
to use, cause they're not mine. nm nevertheless tries to connect to them and 
creates an entry in nm's database. If i try to unset the 'connect 
automatically' checkbox, nm doesn't let me, because i didn't provide a PSK, 
which i don't want, don't have, and quite frankly shouldn't need to disable the 
wlan.
If I just delete it, nm will find the wlan again and try to auto-connect it 
again.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager-gnome 0.9.1.90-0ubuntu6
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CRDA: Error: [Errno 2] No such file or directory
Date: Wed Nov 16 17:10:49 2011
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
IpRoute:
 default via 192.168.178.1 dev wlan0  proto static 
 192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.62  
metric 2
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 LC_TIME=de_DE.UTF-8
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager-applet
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (33 days ago)

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

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

Title:
  network-manager won't let me disable wlan

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

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


[Bug 821170] Re: xfce4-power-manager fails to start (receives X window system error BadName)

2011-10-17 Thread mokrates
I think the heat on this bug should be higher. the power-manager is a
central component of a system used on a mobile device, und xfce4-power-
manager is the power-manager for lubuntu, which is an official ubuntu-
distro now.

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

Title:
  xfce4-power-manager fails to start (receives X window system error
  BadName)

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

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


[Bug 872617] [NEW] search with '/' is half useless

2011-10-11 Thread mokrates
Public bug reported:

The builtin help-page says: 'g' or '/' may be pressed for searching. While the 
search-while-typing is a nice feature, it doesn't help you much, because you 
can't trigger any action on the match. Except one: The one Triggered by 
'return'. With Files, this means, they get played immediately (no enqueing), 
with directories, that means entering them.
The problem is, the marker, which in search mode gets set to the matches, 
returns to where it was before entering of the search mode if you cancel the 
search by hitting ESC or C-c.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: moc 1:2.5.0~alpha4+svn20091009-1build4
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Wed Oct 12 02:06:01 2011
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
ProcEnviron:
 LC_TIME=de_DE.UTF-8
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: moc
UpgradeStatus: Upgraded to natty on 2011-04-28 (166 days ago)

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


** Tags: natty

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

Title:
  search with '/' is half useless

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

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


[Bug 872617] Re: search with '/' is half useless

2011-10-11 Thread mokrates
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872617

Title:
  search with '/' is half useless

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

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


[Bug 831687] [NEW] doesn't work with chrome

2011-08-22 Thread mokrates
Public bug reported:

I'm reporting this from a machine, on which I didn't use lwat, so nevermind my 
machine specs.
Today I tried to import a bunch of users from a .csv with chromium-browser 
(from natty), and i could only make it work with firefox, because chromium (or 
better lwat in combination with chromium) messed up the display of tables.
I report it here, because the skole-forum is dead and spam-overrun, and that 
was my shortrun. Won't do a longrun.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: lwat (not installed)
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Tue Aug 23 01:19:08 2011
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
ProcEnviron:
 LC_TIME=de_DE.UTF-8
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lwat
UpgradeStatus: Upgraded to natty on 2011-04-28 (116 days ago)

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


** Tags: apport-bug i386 natty

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

Title:
  doesn't work with chrome

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

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


[Bug 786098] Re: Unable to cleanly exit F11 fullscreen in Chromium under Maximus

2011-08-20 Thread mokrates
Still not working in 11.04

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

Title:
  Unable to cleanly exit F11 fullscreen in Chromium under Maximus

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

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


[Bug 819820] [NEW] doesn't yield thread-control to gtk.mainloop()

2011-08-02 Thread mokrates
Public bug reported:

I wrote a small indicator program for my own use, which in the main-thread 
starts the gtk.main() (yes, after calling gtk.gdk.threads_init())
In another thread, i watch a directory for changes using inotifyx.get_events(), 
which doesn't seem to yield the thread-control back to the mainloop, which i 
infer by the fact, that the mainloop doesn't come to paint the UI, or only 
partly. When I switched from inotifyx to polling and time.sleep() everything 
worked. But polling is not as nice.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: python-inotifyx 0.1.1-1build1
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Tue Aug  2 15:32:55 2011
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
ProcEnviron:
 LC_TIME=de_DE.UTF-8
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: inotifyx
UpgradeStatus: Upgraded to natty on 2011-04-28 (95 days ago)

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


** Tags: apport-bug i386 natty

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

Title:
  doesn't yield thread-control to gtk.mainloop()

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

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


[Bug 819820] Re: doesn't yield thread-control to gtk.mainloop()

2011-08-02 Thread mokrates
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/819820

Title:
  doesn't yield thread-control to gtk.mainloop()

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

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


[Bug 712292] Re: update-manager progress bar windows for download and applying changes sometimes do not appear.

2011-07-22 Thread mokrates
Also affects natty (may have brought the bug across from maverick, since
I updated)

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

Title:
  update-manager progress bar windows for download and applying changes
  sometimes do not appear.

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

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


[Bug 752091] [NEW] man page says audiodriver sdl works, but doesn't

2011-04-05 Thread mokrates
Public bug reported:

Binary package hint: mp3blaster

The man page of mp3blaster mentions the possibility to use 'sdl' as a
sound driver. If you try, you get:

user@host:~$ mp3blaster
In config file, line 0001: Bad Value

could be a wrongly set compiler switch

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mp3blaster 1:3.2.5-3
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Wed Apr  6 02:47:14 2011
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
ProcEnviron:
 LC_TIME=de_DE.UTF-8
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mp3blaster

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


** Tags: apport-bug i386 maverick ubuntu-une

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

Title:
  man page says audiodriver sdl works, but doesn't

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


[Bug 752091] Re: man page says audiodriver sdl works, but doesn't

2011-04-05 Thread mokrates
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752091

Title:
  man page says audiodriver sdl works, but doesn't

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


[Bug 626832] [NEW] documentation of mlabel in mtools

2010-08-30 Thread mokrates
Public bug reported:

Binary package hint: mtools

Hello,

I want to complain about the man-page of mlabel not documenting the
possibility to give a linux-device (e.g. /dev/sdb) as drive to label
with the -i switch, as documented here:
https://help.ubuntu.com/community/RenameUSBDrive#FAT16%20and%20FAT32,
but not in the manpage, where the shell user looks first. This has been
like this for years now, and I think it's time it gets fixed :)

Thanks in advance.

mo

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mtools 4.0.10-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Mon Aug 30 15:45:35 2010
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
ProcEnviron:
 LC_TIME=de_DE.UTF-8
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: mtools

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


** Tags: doc i386 lucid

-- 
documentation of mlabel in mtools
https://bugs.launchpad.net/bugs/626832
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 626832] Re: documentation of mlabel in mtools

2010-08-30 Thread mokrates

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/626832/+attachment/1529512/+files/Dependencies.txt

-- 
documentation of mlabel in mtools
https://bugs.launchpad.net/bugs/626832
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