[Bug 568174] [NEW] system testing doesn't restore resolution

2010-04-21 Thread i30817
Public bug reported:

Binary package hint: checkbox-gtk

One of the tests of the system testing application will cycle all resolutions, 
but it doesn't restore the previous resolution, and that is unpolite, to say 
the least.
1)
pa...@aivas:~$ lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

2)
pa...@aivas:~$ apt-cache policy checkbox-gtk
checkbox-gtk:
  Installed: 0.9.1
  Candidate: 0.9.1
  Version table:
 *** 0.9.1 0
500 http://archive.ubuntumirror.dei.uc.pt/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

3) Testing should have me manually restore the old, correct
configuration.

4) It did.

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

-- 
system testing doesn't restore resolution
https://bugs.launchpad.net/bugs/568174
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 568174] Re: system testing doesn't restore resolution

2010-05-03 Thread i30817

"not have me restore" is what i meant

-- 
system testing doesn't restore resolution
https://bugs.launchpad.net/bugs/568174
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 63905] Re: mouse cursor disappears

2010-02-01 Thread i30817
Same problem with as #22 but i have a radeon x700 m so it can't be just
the  driver.

-- 
mouse cursor disappears
https://bugs.launchpad.net/bugs/63905
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 358825] Re: rhythmbox stops playing after some time

2010-04-14 Thread i30817
I've been having this too. The effect seems to be that the music stops
playing.

The console says:
(rhythmbox:6315): GLib-CRITICAL **: g_str_has_prefix: assertion `str != NULL' 
failed

when this happens.

-- 
rhythmbox stops playing after some time
https://bugs.launchpad.net/bugs/358825
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


Re: [Bug 549332] Re: nm-applet does not start on login after gnome-keyring was configurated with a empty password

2010-04-02 Thread i30817
I reinstalled and it works now. Hope it continues.
Then again i don't recall the new install asking for a master password yet.

-- 
nm-applet does not start on login after gnome-keyring was configurated with a 
empty password
https://bugs.launchpad.net/bugs/549332
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


Re: [Bug 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-04-02 Thread i30817
I reinstalled and it didn't crash now. However i have no xorg.conf. It seems
to be auto generated. I've now disabled the firegl drivers, updated and it
seems that the opensource drivers enabled the R700 path? Regardless i have
3d acceleration without the ati driver.

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 519641] Re: gdm/x fails to start with error "Broken Pipe" at boot in Xubuntu

2010-04-05 Thread i30817
I would counsel you to echo $LIBGL_DRIVERS_PATH

And see if it set to the 
LIBGL_DRIVERS_PATH=/usr/lib/fglrx/dri
while those drivers are uninstalled. This has been happening to me for no 
reason i can discern (after deactivating the drivers in jockey, and even 
uninstalling fglrx and fglrx-modaliases).

-- 
gdm/x fails to start with error "Broken Pipe" at boot in Xubuntu
https://bugs.launchpad.net/bugs/519641
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 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-04-05 Thread i30817
Started happening again after a update when i tried (stupidly) to enable
and disable the fglrx drivers (but it didn't crash jockey now).

Regardless, the value of
pa...@aivas:~$ echo $LIBGL_DRIVERS_PATH
/usr/lib/fglrx/dri

Is persistent even if the fglrx and fglrx-modaliases are uninstalled, or
even if i export the correct value. On the next reboot something sets it
again. What is this something, have you any idea?

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-04-05 Thread i30817
Ok found the problem.
Removing fglrx or deactivating it doesn't remove the file
/etc/X11/Xsession.d/10fglrx
That is run sometime after the /etc/environment (since i tried to put the 
correct values there, but was replaced by this)

That contains this code:
LIBGL_DRIVERS_PATH=/usr/lib/fglrx/dri
if [ `uname -m` = 'x86_64' ]; then
  if [ -d /usr/lib32/fglrx/dri ]; then
LIBGL_DRIVERS_PATH=${LIBGL_DRIVERS_PATH}:/usr/lib32/fglrx/dri
if [ ! -z $LD_LIBRARY_PATH ]; then
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:
fi
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}/usr/lib32
export LD_LIBRARY_PATH
  fi
fi
export LIBGL_DRIVERS_PATH

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-04-05 Thread i30817
Confirmed. Removing the fglrx dir from those paths sets the correct variable , 
and glxinfo reports that 
"direct rendering: Yes".

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-04-05 Thread i30817
Removing the file disables the acceleration again, since
LIBGL_DRIVERS_PATH is now empty. I'm going to set in my environment
instead.

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 519641] Re: gdm/x fails to start with error "Broken Pipe" at boot in Xubuntu

2010-04-05 Thread i30817
The comment above is wrong. The problem exists and is a real bug (search
for jockey and LIBGL_DRIVERS_PATH) but is unrelated.

-- 
gdm/x fails to start with error "Broken Pipe" at boot in Xubuntu
https://bugs.launchpad.net/bugs/519641
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 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-04-06 Thread i30817
Depends if you're using 32 bits programs (requiring a package of 32libs)
or not.

For me it is (for you it might not have the lib32  directory):
pa...@aivas:~$ echo $LIBGL_DRIVERS_PATH
/usr/lib/dri:/usr/lib32/dri

I have no idea about the other problems or how you can have rendering
without this variable (i hadn't).

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-04-06 Thread i30817
Opss that was a response to a private email.

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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


Re: [Bug 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-04-06 Thread i30817
Depends if you're using 32 bits programs (requiring a package of 32libs) or
not.

For me it is (for you it might not be if you don't have that directory):
pa...@aivas:~$ echo $LIBGL_DRIVERS_PATH
/usr/lib/dri:/usr/lib32/dri

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 552903] [NEW] LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-03-31 Thread i30817
Public bug reported:

In amd64. When trying to install the proprietary ati drivers for the first 
time, jockey crashed (it is reported here somewhere). I rebooted and i could 
activate the driver in jockey then, However:
glxinfo failed with a problem with LIBGL_DRIVERS_PATH, probably related to the 
fact that:
1)
i30...@aivas:~$ echo $LIBGL_DRIVERS_PATH
/usr/lib/fglrx/dri:/usr/lib32/fglrx/dri
i30...@aivas:~$ ls /usr/lib/fglrx/dri/
fglrx_dri.so
i30...@aivas:~$ ls /usr/lib32/fglrx/dri/
fglrx_dri.so

there seem to be missing files.
I thought "whatever" and disabled the drivers, restarted and ... glxinfo had 
the same problem. The cause is obvious.
i30...@aivas:~$ echo $LIBGL_DRIVERS_PATH
/usr/lib/fglrx/dri:/usr/lib32/fglrx/dri

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

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-03-31 Thread i30817
glxinfo reported problems

libGL: OpenDriver: trying /usr/lib/fglrx/dri/tls/r600_dri.so
libGL: OpenDriver: trying /usr/lib/fglrx/dri/r600_dri.so
libGL error: dlopen /usr/lib/fglrx/dri/r600_dri.so failed 
(/usr/lib/fglrx/dri/r600_dri.so: cannot open shared object file: No such file 
or directory)
libGL: OpenDriver: trying /usr/lib32/fglrx/dri/tls/r600_dri.so
libGL: OpenDriver: trying /usr/lib32/fglrx/dri/r600_dri.so
libGL error: dlopen /usr/lib32/fglrx/dri/r600_dri.so failed 
(/usr/lib32/fglrx/dri/r600_dri.so: cannot open shared object file: No such file 
or directory)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL: OpenDriver: trying /usr/lib/fglrx/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/fglrx/dri/swrast_dri.so
libGL error: dlopen /usr/lib/fglrx/dri/swrast_dri.so failed 
(/usr/lib/fglrx/dri/swrast_dri.so: cannot open shared object file: No such file 
or directory)
libGL: OpenDriver: trying /usr/lib32/fglrx/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib32/fglrx/dri/swrast_dri.so
libGL error: dlopen /usr/lib32/fglrx/dri/swrast_dri.so failed 
(/usr/lib32/fglrx/dri/swrast_dri.so: cannot open shared object file: No such 
file or directory)
libGL error: unable to load driver: swrast_dri.so
libGL error: reverting to indirect rendering

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 552903] Re: LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer

2010-03-31 Thread i30817
"Solved" by sudo find . -name *fglrx* 
and removing every single file given.

Gah. Binary drivers suck.

-- 
LIBGL_DRIVERS_PATH wrong after deactivating and restarting computer
https://bugs.launchpad.net/bugs/552903
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 590520] [NEW] Logitech wireless usb mouse mousewheel too unresponsive

2010-06-06 Thread i30817
Public bug reported:

A logitech optical usb wireless mouse has a unresponsive mouse wheel in
linux (all programs).

The mouse is part of a combo mouse + keyboard.

In the back it says : Logitech Click! (tm) Plus  Optical mouse.

I have no idea about the model.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-22-generic 2.6.32-22.36
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  paulo  1423 F pulseaudio
 /dev/snd/pcmC0D0p:   paulo  1423 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf450 irq 21'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,10250205,00100202 
HDA:11c11040,11c10001,00100200'
   Controls  : 28
   Simple ctrls  : 16
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf401 irq 17'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100100'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
CheckboxSubmission: 5338f309e5bc05d25ccb3da66559e5b1
CheckboxSystem: 2954e74ba17fb0e37fc942cd1d9fab4e
Date: Sun Jun  6 22:19:37 2010
Frequency: I don't know.
HibernationDevice: RESUME=UUID=8faf696e-8c91-4e48-83ec-670c4b8dd082
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100317.1)
MachineType: Acer Aspire 5738
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=fa953705-1365-420e-af20-4942c9098416 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34
SourcePackage: linux
dmi.bios.date: 09/17/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.18
dmi.board.name: JV50
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.18:bd09/17/2009:svnAcer:pnAspire5738:pvr0100:rvnAcer:rnJV50:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5738
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug lucid needs-upstream-testing

-- 
Logitech wireless usb mouse mousewheel too unresponsive
https://bugs.launchpad.net/bugs/590520
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 590520] Re: Logitech wireless usb mouse mousewheel too unresponsive

2010-06-06 Thread i30817

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/49784848/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/49784849/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/49784850/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/49784851/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/49784852/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/49784853/Card0.Codecs.codec.0.txt

** Attachment added: "Card0.Codecs.codec.1.txt"
   http://launchpadlibrarian.net/49784854/Card0.Codecs.codec.1.txt

** Attachment added: "Card1.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/49784855/Card1.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/49784856/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/49784857/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/49784858/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/49784859/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/49784860/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/49784861/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/49784862/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/49784863/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/49784864/ProcModules.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/49784865/RfKill.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/49784866/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/49784867/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/49784868/WifiSyslog.txt

-- 
Logitech wireless usb mouse mousewheel too unresponsive
https://bugs.launchpad.net/bugs/590520
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 375905] Re: Mouse focus gets stuck over control objects

2010-05-12 Thread i30817
happens to me too.  I installed the ppa from the xorg edgers driver only
repo if it matters.

-- 
Mouse focus gets stuck over control objects
https://bugs.launchpad.net/bugs/375905
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 63905] Re: mouse cursor disappears

2010-03-24 Thread i30817
Disapeared with last update for me.

-- 
mouse cursor disappears
https://bugs.launchpad.net/bugs/63905
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 549332] [NEW] nm-applet does not start on login after gnome-keyring was configurated with a empty password

2010-03-26 Thread i30817
Public bug reported:

i30...@ubuntu:~$ lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04
i30...@ubuntu:~$ apt-cache policy network-manager
network-manager:
  Installed: 0.8-0ubuntu2
  Candidate: 0.8-0ubuntu2
  Version table:
 *** 0.8-0ubuntu2 0
500 http://archive.ubuntumirror.dei.uc.pt/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
i30...@ubuntu:~$ apt-cache policy gnome-keyring
gnome-keyring:
  Installed: 2.92.92git20100322-0ubuntu2
  Candidate: 2.92.92git20100322-0ubuntu2
  Version table:
 *** 2.92.92git20100322-0ubuntu2 0
500 http://archive.ubuntumirror.dei.uc.pt/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status


After update gnome keyring must have reset the config files because it 
requested a new master password.
I decided to put a empty string so it wouldn't bore me on every login. However 
after reboot the nm-applet no longer started automatically (it is in the start 
programs with "nm-applet --sm-disable"). So i waited a day and updated again 
(there was a network manager update). No change. So i deleted all home hidden 
files, rebooted and still no change (the keyring still didn't ask me for a new 
master key, so that configuration should be elsewhere i guess).
Only been able to start the nm-applet from the command line, where it spams:
i30...@ubuntu:~$ nm-applet 
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message:   No keyring secrets found for Auto 
ThomsonDB5FDA/802-11-wireless-security; asking user.

** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** (nm-applet:1630): DEBUG: old state indicates that this was not a disconnect 0
** (nm-applet:1630): DEBUG: foo_client_state_changed_cb
^...@** Message: secret service operation failed: The name 
org.freedesktop.secrets was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
** (nm-applet:1630): DEBUG: foo_client_state_changed_cb

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

-- 
nm-applet does not start on login after gnome-keyring was configurated with a 
empty password
https://bugs.launchpad.net/bugs/549332
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 549332] Re: nm-applet does not start on login after gnome-keyring was configurated with a empty password

2010-03-26 Thread i30817
Forgot to mention, currently i'm configurated to autologin.

-- 
nm-applet does not start on login after gnome-keyring was configurated with a 
empty password
https://bugs.launchpad.net/bugs/549332
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 549332] Re: nm-applet does not start on login after gnome-keyring was configurated with a empty password

2010-03-26 Thread i30817
Here is the syslog

** Attachment added: "syslog"
   http://launchpadlibrarian.net/42133549/syslog

-- 
nm-applet does not start on login after gnome-keyring was configurated with a 
empty password
https://bugs.launchpad.net/bugs/549332
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 518394] [NEW] Uninstalled evolution, but my extended mail keyboard key still tries to call it

2010-02-07 Thread i30817
Public bug reported:

Binary package hint: gnome-settings-daemon

A window appears when i click the extended keyboard (a logitech) e-mail key 
reporting:
"Couldn't execute command: evolution 
Verify that this is a valid command."

Should be disabled.

ProblemType: Bug
Architecture: i386
Date: Sun Feb  7 13:30:18 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: gnome-settings-daemon 2.29.6-0ubuntu3
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
SourcePackage: gnome-settings-daemon
Uname: Linux 2.6.32-10-generic i686

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
Uninstalled evolution, but my extended mail keyboard key still tries to call it
https://bugs.launchpad.net/bugs/518394
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 518394] Re: Uninstalled evolution, but my extended mail keyboard key still tries to call it

2010-02-07 Thread i30817

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/38857016/Dependencies.txt

-- 
Uninstalled evolution, but my extended mail keyboard key still tries to call it
https://bugs.launchpad.net/bugs/518394
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 518862] [NEW] With wine installed, win32 programs fill the "Open with another application" dialog

2010-02-08 Thread i30817
Public bug reported:

Binary package hint: nautilus

For example, install wine1.2 and install winrar with it. Then open some
files with with.  You will see that the open with... panel has many
copies of the winrar program (as many as you run ? ). I wasn't sure this
was a wine bug or nautilus, but it seems to me that that model should be
a orderedset so i filled it here.

ProblemType: Bug
Architecture: i386
Date: Mon Feb  8 15:16:10 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: nautilus 1:2.29.2-0ubuntu4
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
SourcePackage: nautilus
Uname: Linux 2.6.32-10-generic i686

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


** Tags: apport-bug i386 lucid

-- 
With wine installed, win32 programs fill the "Open with another application" 
dialog
https://bugs.launchpad.net/bugs/518862
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 518862] Re: With wine installed, win32 programs fill the "Open with another application" dialog

2010-02-08 Thread i30817

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/38893884/Dependencies.txt

** Attachment added: "usr_lib_nautilus.txt"
   http://launchpadlibrarian.net/38893885/usr_lib_nautilus.txt

-- 
With wine installed, win32 programs fill the "Open with another application" 
dialog
https://bugs.launchpad.net/bugs/518862
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 1769845] [NEW] The Settings->Devices menu in gnome-shell Wayland doesn't provide enough configurations options, and there is no cfg file to work around it

2018-05-08 Thread i30817
Public bug reported:

First, the obvious: the mouse experience out of the box (at least on
ubuntu 17.04) is bad. I thought this was because Wayland is slightly
slower on animations + mouse movement but although this is happening for
some reason (memory leak, whatever) it's mostly because the setting to
set the mouse 'Acceleration Profile' to 'adaptive' is hidden in the
gnome-tweak tool and set to default 'linear'. I highly suspect that this
setting was on by default on X11 synaptics, because my mouse experience
became equal after i turned it to adaptive when it was inferior before.

This is probably the cause of many of the mouse complaints on the ubuntu
upgrade.

Another problem. Previously, on Xorg and synaptics i could use the right
border area of my touchpad to simulate a middle mouse button click (that
button doesn't exist on my keypad that has a structure like this:

(imagine # is non-breaking spaces here because i sure can't make them work here)
---
|###|#|
|###|#|
|###|#|
|###|#|
|###|#|
|###|#|
|###|#|
---
|##|##|
---

(i have a acer aspire 5738 if you want to see images on google)

The bottom are the left and right mouse buttons, the right column was
for scrolling (another bug: doesn't actually work on nautilus at the
moment but works on Firefox).

Previously taps on that scroll area could open firefox links, open tabs
in nautilus etc, as per 3rd mouse button. Now that whole area only does
scrolling  and i have to try the lottery of trying the 'three finger
tap' on the central are to simulate mouse click (this doesn't work 80%
of the time, and the other 15% is right clicking, that's two fingers.
Even if it works, 3 fingers probably meanwhile moved the cursor when i
lifted or tapped). I'd *really really* like it if i could configure
those areas somehow, either graphically or on a config file.

Meanwhile i'm using ctrl+tap or ctrl+click but that requires two hands.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-shell 3.26.2-0ubuntu0.1
ProcVersionSignature: Ubuntu 4.13.0-39.44-generic 4.13.16
Uname: Linux 4.13.0-39-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.8
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue May  8 09:26:49 2018
DisplayManager: gdm3
InstallationDate: Installed on 2016-09-25 (590 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to artful on 2018-05-06 (1 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful third-party-packages wayland-session

** Description changed:

  First, the obvious: the mouse experience out of the box (at least on
  ubuntu 17.04) is bad. I thought this was because Wayland i slightly
  slower on animations + mouse movement but although this is happening for
  some reason (memory leak, whatever) it's mostly because the setting to
  set the mouse 'Acceleration Profile' to 'adaptive' is hidden in the
  gnome-tweak tool. I highly suspect that this setting was on by default
  on X11 synaptics, because my mouse experience because equal after i
  turned it to adaptive when it was inferior before.
  
  This is probably the cause of many of the mouse complaints on the ubuntu
  upgrade.
  
  Another problem. Previously, on Xorg and synaptics i could use the right
  border area of my touchpad to simulate a middle mouse button click (that
  button doesn't exist on my keypad that has a structure like this:
  
  ---
- |   | |
+ |   | |
  |   | |
  |   | |
  |   | |
  |   | |
  |   | |
  |   | |
  ---
  |  |  |
  ---
  The bottom are has the left and right mouse buttons, the right column was for 
scrolling (another bug: doesn't actually work on nautilus at the moment but 
works on Firefox).
  
  Previously taps on that scroll area could open firefox links, open tabs
  in nautilus etc, as per 3rd mouse button. Now that whole area only does
  scrolling  and i have to try the lottery of trying the 'three finger
  tap' on the central are to simulate mouse click (this doesn't work 80%
  of the time, and the other 15% is right clicking, that's two fingers.
  Even if it works, 3 fingers probably meanwhile moved the cursor when i
  lifted or tapped). I'd *really really* like it if i could configure
  those areas somehow, either graphically or on a config file.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.13.0-39.44-generic 4.13.16
  Uname: Linux 4.13.0-39-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.8
  Architecture: amd64
  Cur

[Bug 1769845] Re: The Settings->Devices menu in gnome-shell Wayland doesn't provide enough configurations options, and there is no cfg file to work around it

2018-05-08 Thread i30817
Mmm. I used 'xev' as per this link:
https://wiki.archlinux.org/index.php/Libinput#Manual_button_re-mapping

to find which buttons are triggering o keypad interactions.

Sadly, apparently taps to the touchpad 'column' are are not even
recognized (or double taps). I recognizes scroll down (5) and scroll up
(4) as buttons but it appears be impossible at this level. Maybe i was
hallucinating using that area as 3rd mouse button previously?

It also recognizes single tap on the central area to button 1 (same as
left mouse button), and double tap to button 3 (same as right mouse
button). Very very very occasionally (like once every 30 times) it
recognizes a triple tap as 2 (middle mouse) instead of (3) right click.
When it doesn't disastrously move the pointer.

I'm wondering if i can use 'xinput set-button-map' to reassign the
central area double tap for button 2 and leave the actual physical
button right as button 3. Probably will change both with my luck and
i'll not be able to right click.

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

Title:
  The Settings->Devices menu in gnome-shell Wayland doesn't provide
  enough configurations options, and there is no cfg file to work around
  it

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

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

[Bug 1769845] Re: The Settings->Devices menu in gnome-shell Wayland doesn't provide enough configurations options, and there is no cfg file to work around it

2018-05-08 Thread i30817
No, that 'area' setting doesn't work on my touchpad for some reason. A
alternative i found at https://askubuntu.com/questions/881939/libinput-
how-to-map-different-tappings-to-buttons-tappingbuttonmap-has-no-effe/

does something useful that i'd like to be a setting in the future,
exchange the 'double finger tap' by the 'triple finger tap' that is
double finger tap is mouse 3.

Unfortunately i also can't make it work. I suspect my driver is always
being set to synaptics.

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

Title:
  The Settings->Devices menu in gnome-shell Wayland doesn't provide
  enough configurations options, and there is no cfg file to work around
  it

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

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

[Bug 1769845] Re: The Settings->Devices menu in gnome-shell Wayland doesn't provide enough configurations options, and there is no cfg file to work around it

2018-05-08 Thread i30817
** Description changed:

  First, the obvious: the mouse experience out of the box (at least on
  ubuntu 17.04) is bad. I thought this was because Wayland is slightly
  slower on animations + mouse movement but although this is happening for
  some reason (memory leak, whatever) it's mostly because the setting to
  set the mouse 'Acceleration Profile' to 'adaptive' is hidden in the
  gnome-tweak tool and set to default 'linear'. I highly suspect that this
  setting was on by default on X11 synaptics, because my mouse experience
  became equal after i turned it to adaptive when it was inferior before.
  
  This is probably the cause of many of the mouse complaints on the ubuntu
  upgrade.
- 
- Another problem. Previously, on Xorg and synaptics i could use the right
- border area of my touchpad to simulate a middle mouse button click (that
- button doesn't exist on my keypad that has a structure like this:
- 
- (imagine # is non-breaking spaces here because i sure can't make them work 
here)
- ---
- |###|#|
- |###|#|
- |###|#|
- |###|#|
- |###|#|
- |###|#|
- |###|#|
- ---
- |##|##|
- ---
- 
- (i have a acer aspire 5738 if you want to see images on google)
- 
- The bottom are the left and right mouse buttons, the right column was
- for scrolling (another bug: doesn't actually work on nautilus at the
- moment but works on Firefox).
- 
- Previously taps on that scroll area could open firefox links, open tabs
- in nautilus etc, as per 3rd mouse button. Now that whole area only does
- scrolling  and i have to try the lottery of trying the 'three finger
- tap' on the central are to simulate mouse click (this doesn't work 80%
- of the time, and the other 15% is right clicking, that's two fingers.
- Even if it works, 3 fingers probably meanwhile moved the cursor when i
- lifted or tapped). I'd *really really* like it if i could configure
- those areas somehow, either graphically or on a config file.
- 
- Meanwhile i'm using ctrl+tap or ctrl+click but that requires two hands.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.13.0-39.44-generic 4.13.16
  Uname: Linux 4.13.0-39-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue May  8 09:26:49 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2016-09-25 (590 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to artful on 2018-05-06 (1 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/1769845

Title:
  The Settings->Devices menu in gnome-shell Wayland doesn't provide
  enough configurations options, and there is no cfg file to work around
  it

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

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

[Bug 1190696] Re: updatedb.mlocate uses 100% of the hdd IO. The OS is completely unusable.

2019-04-27 Thread i30817
Crashes my (terrible, overheating computer) for something do not even
want. Should really be a option to get rid of alll the 'indexer needed'
features.

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

Title:
  updatedb.mlocate uses 100% of the hdd IO.  The OS is completely
  unusable.

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

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

[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2019-07-01 Thread i30817
why indeed

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

Title:
  Mawk does not support Posix character classes in expressions

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

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

[Bug 1629190] [NEW] fstab causes duplicate entries for mounts which then are desynchonized as to mount state

2016-09-29 Thread i30817
Public bug reported:

using the /media/$USER/mountpoint support i wanted to show a squashfs
file that i mounted during boot in Places.

Simple (thought i) place this in fstab:

/media/i30817/Huggin/Documents/Games/playstation_1.sqsh /mnt/Playstation
squashfs ro,nofail,noexec,nodev,nosuid,users,x-gvfs-show 0 0

any user can mount it, it is no using /media/ mounts to minimize the
possibility of 'automounters' conflict, what could go wrong?

Then i realized that the kernel (maybe?) creates another mountpoint from
the squash file to /dev/loop0 when i or the root (on boot) mounts the
file. I suppose they're supposed to be transparently coupled, umounting
the 'real' dir removes the loopback and that is fine.

What's not fine is:
1. both show in Places in nautilus
2. on boot, if i don't specify 'noauto' (which i don't want), there is the very 
real possibility that nautilus gets confused and when i click on playstation it 
tells me that 'playstation_1.sqsh is already mounted by /dev/loop0', and only 
shows the option to 'mount' and not 'unmount' (even if it's already mounted as 
a simple cmd line tests) if i right click on the Playstation place item.

This is very similar to this bug:
https://bugs.launchpad.net/gvfs/+bug/442130

but of course the current workaround of using UUIDs does not work since
a squashfs mount is in fact, not a partition and therefore has no UUID
and i need users anyway.

The bug upstream refereed in that report was closed 'fixed' but i think
it was only partially fixed. Could you open a new bug report? I never
could deal with opening bug reports on gnome, very user unfriendly place
that bug report site is.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Sep 30 06:23:00 2016
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'executable-text-activation' b"'launch'"
 b'org.gnome.nautilus.window-state' b'sidebar-width' b'319'
 b'org.gnome.nautilus.window-state' b'geometry' b"'620x441+-26+4'"
 b'org.gnome.nautilus.desktop' b'volumes-visible' b'true'
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
InstallationDate: Installed on 2016-09-25 (4 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Description changed:

  using the /media/$USER/mountpoint support i wanted to show a squashfs
  file that i mounted during boot in Places.
  
  Simple (thought i) place this in fstab:
  
  /media/i30817/Huggin/Documents/Games/playstation_1.sqsh /mnt/Playstation
  squashfs ro,nofail,noexec,nodev,nosuid,users,x-gvfs-show 0 0
  
  any user can mount it, it is no using /media/ mounts to minimize the
  possibility of 'automounters' conflict, what could go wrong?
  
  Then i realized that the kernel (maybe?) creates another mountpoint from
  the squash file to /dev/loop0 when i or the root (on boot) mounts the
  file. I suppose they're supposed to be transparently coupled, umounting
  the 'real' dir removes the loopback and that is fine.
  
  What's not fine is:
  1. both show in Places in nautilus
- 2. on book, if i don't specify 'noauto' (which i don't want), there is the 
very real possibility that nautilus gets confused and when i click on 
playstation it tells me that 'playstation_1.sqsh is already mounted by 
/dev/loop0', and only shows the option to 'mount' and not 'unmount' (even if 
it's already mounted as a simple cmd line tests) if i right click on the 
Playstation place item.
+ 2. on boot, if i don't specify 'noauto' (which i don't want), there is the 
very real possibility that nautilus gets confused and when i click on 
playstation it tells me that 'playstation_1.sqsh is already mounted by 
/dev/loop0', and only shows the option to 'mount' and not 'unmount' (even if 
it's already mounted as a simple cmd line tests) if i right click on the 
Playstation place item.
  
  This is very similar to this bug:
  https://bugs.launchpad.net/gvfs/+bug/442130
  
  but of course the current workaround of using UUID

[Bug 651091] Re: sluggish next play next item button

2010-11-26 Thread i30817
I tested it for 4 days, and it appears fixed now.

-- 
sluggish next play next item button
https://bugs.launchpad.net/bugs/651091
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 1283689] [NEW] not working in gnome 3.10

2014-02-23 Thread i30817
Public bug reported:

No preview when a simple mp3 file is selected and pressing space.
Output of console

$ sushi
Gjs-Message: JS WARNING: [/usr/share/sushi/js/ui/mimeHandler.js 61]: assignment 
to undeclared variable idx
Gjs-Message: JS LOG: Register mimetype application/postscript
Gjs-Message: JS LOG: Register mimetype application/x-bzpostscript
Gjs-Message: JS LOG: Register mimetype application/x-gzpostscript
Gjs-Message: JS LOG: Register mimetype image/x-eps
Gjs-Message: JS LOG: Register mimetype image/x-bzeps
Gjs-Message: JS LOG: Register mimetype image/x-gzeps
Gjs-Message: JS LOG: Register mimetype application/x-ext-ps
Gjs-Message: JS LOG: Register mimetype application/x-ext-eps
Gjs-Message: JS LOG: Register mimetype image/tiff
Gjs-Message: JS LOG: Register mimetype image/vnd.djvu
Gjs-Message: JS LOG: Register mimetype application/x-ext-djv
Gjs-Message: JS LOG: Register mimetype application/x-ext-djvu
Gjs-Message: JS LOG: Register mimetype application/x-cbr
Gjs-Message: JS LOG: Register mimetype application/x-cbz
Gjs-Message: JS LOG: Register mimetype application/x-cb7
Gjs-Message: JS LOG: Register mimetype application/x-cbt
Gjs-Message: JS LOG: Register mimetype application/x-ext-cbr
Gjs-Message: JS LOG: Register mimetype application/x-ext-cbz
Gjs-Message: JS LOG: Register mimetype application/x-ext-cb7
Gjs-Message: JS LOG: Register mimetype application/x-ext-cbt
Gjs-Message: JS LOG: Register mimetype application/oxps
Gjs-Message: JS LOG: Register mimetype application/vnd.ms-xpsdocument
Gjs-Message: JS LOG: Register mimetype application/pdf
Gjs-Message: JS LOG: Register mimetype application/x-bzpdf
Gjs-Message: JS LOG: Register mimetype application/x-gzpdf
Gjs-Message: JS LOG: Register mimetype application/x-xzpdf
Gjs-Message: JS LOG: Register mimetype application/x-ext-pdf
Gjs-Message: JS LOG: Register mimetype application/x-dvi
Gjs-Message: JS LOG: Register mimetype application/x-bzdvi
Gjs-Message: JS LOG: Register mimetype application/x-gzdvi
Gjs-Message: JS LOG: Register mimetype application/x-ext-dvi
Gjs-Message: JS LOG: Register mimetype application/vnd.oasis.opendocument.text
Gjs-Message: JS LOG: Register mimetype 
application/vnd.oasis.opendocument.presentation
Gjs-Message: JS LOG: Register mimetype 
application/vnd.oasis.opendocument.spreadsheet
Gjs-Message: JS LOG: Register mimetype application/msword
Gjs-Message: JS LOG: Register mimetype application/vnd.ms-excel
Gjs-Message: JS LOG: Register mimetype application/vnd.ms-powerpoint
Gjs-Message: JS LOG: Register mimetype application/rtf
Gjs-Message: JS LOG: Register mimetype text/plain
Gjs-Message: JS LOG: Register mimetype text/html
Gjs-Message: JS LOG: Register mimetype application/mxf
Gjs-Message: JS LOG: Register mimetype application/ogg
Gjs-Message: JS LOG: Register mimetype application/ram
Gjs-Message: JS LOG: Register mimetype application/sdp
Gjs-Message: JS LOG: Register mimetype application/vnd.apple.mpegurl
Gjs-Message: JS LOG: Register mimetype application/vnd.ms-wpl
Gjs-Message: JS LOG: Register mimetype application/vnd.rn-realmedia
Gjs-Message: JS LOG: Register mimetype application/x-extension-m4a
Gjs-Message: JS LOG: Register mimetype application/x-extension-mp4
Gjs-Message: JS LOG: Register mimetype application/x-flash-video
Gjs-Message: JS LOG: Register mimetype application/x-matroska
Gjs-Message: JS LOG: Register mimetype application/x-netshow-channel
Gjs-Message: JS LOG: Register mimetype application/x-ogg
Gjs-Message: JS LOG: Register mimetype application/x-quicktimeplayer
Gjs-Message: JS LOG: Register mimetype application/x-shorten
Gjs-Message: JS LOG: Register mimetype image/vnd.rn-realpix
Gjs-Message: JS LOG: Register mimetype image/x-pict
Gjs-Message: JS LOG: Register mimetype misc/ultravox
Gjs-Message: JS LOG: Register mimetype text/x-google-video-pointer
Gjs-Message: JS LOG: Register mimetype video/3gp
Gjs-Message: JS LOG: Register mimetype video/3gpp
Gjs-Message: JS LOG: Register mimetype video/dv
Gjs-Message: JS LOG: Register mimetype video/divx
Gjs-Message: JS LOG: Register mimetype video/fli
Gjs-Message: JS LOG: Register mimetype video/flv
Gjs-Message: JS LOG: Register mimetype video/mp2t
Gjs-Message: JS LOG: Register mimetype video/mp4
Gjs-Message: JS LOG: Register mimetype video/mp4v-es
Gjs-Message: JS LOG: Register mimetype video/mpeg
Gjs-Message: JS LOG: Register mimetype video/msvideo
Gjs-Message: JS LOG: Register mimetype video/ogg
Gjs-Message: JS LOG: Register mimetype video/quicktime
Gjs-Message: JS LOG: Register mimetype video/vivo
Gjs-Message: JS LOG: Register mimetype video/vnd.divx
Gjs-Message: JS LOG: Register mimetype video/vnd.mpegurl
Gjs-Message: JS LOG: Register mimetype video/vnd.rn-realvideo
Gjs-Message: JS LOG: Register mimetype video/vnd.vivo
Gjs-Message: JS LOG: Register mimetype video/webm
Gjs-Message: JS LOG: Register mimetype video/x-anim
Gjs-Message: JS LOG: Register mimetype video/x-avi
Gjs-Message: JS LOG: Register mimetype video/x-flc
Gjs-Message: JS LOG: Register mimetype video/x-f

[Bug 1263400] [NEW] apt-add-repository should have the purge functionality

2013-12-21 Thread i30817
Public bug reported:

It's very strange we have to install something extra just to prevent
breaking our systems

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: apt 0.9.7.7ubuntu6
ProcVersionSignature: Ubuntu 3.8.0-34.49-generic 3.8.13.12
Uname: Linux 3.8.0-34-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: amd64
Date: Sat Dec 21 21:24:07 2013
InstallationDate: Installed on 2013-04-22 (243 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release amd64 
(20130421)
MarkForUpload: True
SourcePackage: apt
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

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

Title:
  apt-add-repository should have the purge functionality

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

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


[Bug 1354709] [NEW] microsoft font package fails to install

2014-08-09 Thread i30817
Public bug reported:

The first gksu install is because i was told that it might fix this on
ask ubuntu ( http://askubuntu.com/questions/153928/failure-to-download-
extra-data-files-after-installing-ttf-mscorefonts-installe/168377#168377
), but it didn't (the error is the same and the window 'ttf-mscorefonts-
installer failed to install' comes up again):

i30817@AIVAS:~$ sudo apt-get install gsudo
[sudo] password for i30817:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gsudo
i30817@AIVAS:~$ sudo apt-get install gksu
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgcrypt11-dev libgnutlsxx27 libgpg-error-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libgksu2-0
The following NEW packages will be installed:
  gksu libgksu2-0
0 upgraded, 2 newly installed, 0 to remove and 15 not upgraded.
Need to get 99,6 kB of archives.
After this operation, 740 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://pt.archive.ubuntu.com/ubuntu/ utopic/universe libgksu2-0 amd64 
2.0.13~pre1-6ubuntu4 [71,8 kB]
Get:2 http://pt.archive.ubuntu.com/ubuntu/ utopic/universe gksu amd64 
2.0.2-6ubuntu2 [27,8 kB]
Fetched 99,6 kB in 0s (271 kB/s)
Selecting previously unselected package libgksu2-0.
(Reading database ... 232286 files and directories currently installed.)
Preparing to unpack .../libgksu2-0_2.0.13~pre1-6ubuntu4_amd64.deb ...
Unpacking libgksu2-0 (2.0.13~pre1-6ubuntu4) ...
Selecting previously unselected package gksu.
Preparing to unpack .../gksu_2.0.2-6ubuntu2_amd64.deb ...
Unpacking gksu (2.0.2-6ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for gconf2 (3.2.6-2ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu2) ...
Processing triggers for mime-support (3.55ubuntu1) ...
Setting up libgksu2-0 (2.0.13~pre1-6ubuntu4) ...
update-alternatives: using 
/usr/share/libgksu/debian/gconf-defaults.libgksu-sudo to provide 
/usr/share/gconf/defaults/10_libgksu (libgksu-gconf-defaults) in auto mode
Processing triggers for gconf2 (3.2.6-2ubuntu1) ...
Setting up gksu (2.0.2-6ubuntu2) ...
Processing triggers for libc-bin (2.19-4ubuntu1) ...
i30817@AIVAS:~$ sudo apt-get install --reinstall ttf-mscorefonts-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgcrypt11-dev libgnutlsxx27 libgpg-error-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 15 not upgraded.
Need to get 27,8 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://pt.archive.ubuntu.com/ubuntu/ utopic/multiverse 
ttf-mscorefonts-installer all 3.4+nmu1ubuntu1 [27,8 kB]
Fetched 27,8 kB in 0s (221 kB/s)
Preconfiguring packages ...
(Reading database ... 232342 files and directories currently installed.)
Preparing to unpack .../ttf-mscorefonts-installer_3.4+nmu1ubuntu1_all.deb ...
mscorefonts-eula license has already been accepted
Unpacking ttf-mscorefonts-installer (3.4+nmu1ubuntu1) over (3.4+nmu1ubuntu1) ...
Processing triggers for update-notifier-common (3.156) ...
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/andale32.exe
Get:1 http://downloads.sourceforge.net/corefonts/andale32.exe [198 kB]
Fetched 198 kB in 1s (107 kB/s)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/arial32.exe
Get:1 http://downloads.sourceforge.net/corefonts/arial32.exe [554 kB]
Fetched 554 kB in 2s (194 kB/s)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/arialb32.exe
Get:1 http://downloads.sourceforge.net/corefonts/arialb32.exe [168 kB]
Fetched 168 kB in 1s (117 kB/s)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/comic32.exe
Get:1 http://downloads.sourceforge.net/corefonts/comic32.exe [246 kB]
Fetched 246 kB in 1s (148 kB/s)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/courie32.exe
Get:1 http://downloads.sourceforge.net/corefonts/courie32.exe [646 kB]
Fetched 646 kB in 2s (235 kB/s)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/georgi32.exe
Get:1 http://downloads.sourceforge.net/corefonts/georgi32.exe [392 kB]
Fetched 392 kB in 2s (177 kB/s)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/impact32.exe
Get:1 http://downloads.sourceforge.net/corefonts/impact32.exe [173 kB]
Fetched 173 kB in 1s (112 kB/s)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/times32.exe
Get:1 http://

[Bug 1354709] Re: microsoft font package fails to install

2014-08-09 Thread i30817
** Description changed:

  The first gksu install is because i was told that it might fix this on
  ask ubuntu ( http://askubuntu.com/questions/153928/failure-to-download-
  extra-data-files-after-installing-ttf-mscorefonts-installe/168377#168377
- ), but it didn't (the error is the same and the window 'ttf-mscorefonts-
- installer failed to install' comes up again):
+ ), but it didn't (the error is the same and the window 'Failure to
+ download extra data files' comes up again):
  
  i30817@AIVAS:~$ sudo apt-get install gsudo
  [sudo] password for i30817:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  E: Unable to locate package gsudo
  i30817@AIVAS:~$ sudo apt-get install gksu
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
    libgcrypt11-dev libgnutlsxx27 libgpg-error-dev
  Use 'apt-get autoremove' to remove them.
  The following extra packages will be installed:
    libgksu2-0
  The following NEW packages will be installed:
    gksu libgksu2-0
  0 upgraded, 2 newly installed, 0 to remove and 15 not upgraded.
  Need to get 99,6 kB of archives.
  After this operation, 740 kB of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Get:1 http://pt.archive.ubuntu.com/ubuntu/ utopic/universe libgksu2-0 amd64 
2.0.13~pre1-6ubuntu4 [71,8 kB]
  Get:2 http://pt.archive.ubuntu.com/ubuntu/ utopic/universe gksu amd64 
2.0.2-6ubuntu2 [27,8 kB]
  Fetched 99,6 kB in 0s (271 kB/s)
  Selecting previously unselected package libgksu2-0.
  (Reading database ... 232286 files and directories currently installed.)
  Preparing to unpack .../libgksu2-0_2.0.13~pre1-6ubuntu4_amd64.deb ...
  Unpacking libgksu2-0 (2.0.13~pre1-6ubuntu4) ...
  Selecting previously unselected package gksu.
  Preparing to unpack .../gksu_2.0.2-6ubuntu2_amd64.deb ...
  Unpacking gksu (2.0.2-6ubuntu2) ...
  Processing triggers for man-db (2.6.7.1-1) ...
  Processing triggers for gconf2 (3.2.6-2ubuntu1) ...
  Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
  Processing triggers for desktop-file-utils (0.22-1ubuntu2) ...
  Processing triggers for mime-support (3.55ubuntu1) ...
  Setting up libgksu2-0 (2.0.13~pre1-6ubuntu4) ...
  update-alternatives: using 
/usr/share/libgksu/debian/gconf-defaults.libgksu-sudo to provide 
/usr/share/gconf/defaults/10_libgksu (libgksu-gconf-defaults) in auto mode
  Processing triggers for gconf2 (3.2.6-2ubuntu1) ...
  Setting up gksu (2.0.2-6ubuntu2) ...
  Processing triggers for libc-bin (2.19-4ubuntu1) ...
  i30817@AIVAS:~$ sudo apt-get install --reinstall ttf-mscorefonts-installer
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
    libgcrypt11-dev libgnutlsxx27 libgpg-error-dev
  Use 'apt-get autoremove' to remove them.
  0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 15 not upgraded.
  Need to get 27,8 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  Get:1 http://pt.archive.ubuntu.com/ubuntu/ utopic/multiverse 
ttf-mscorefonts-installer all 3.4+nmu1ubuntu1 [27,8 kB]
  Fetched 27,8 kB in 0s (221 kB/s)
  Preconfiguring packages ...
  (Reading database ... 232342 files and directories currently installed.)
  Preparing to unpack .../ttf-mscorefonts-installer_3.4+nmu1ubuntu1_all.deb ...
  mscorefonts-eula license has already been accepted
  Unpacking ttf-mscorefonts-installer (3.4+nmu1ubuntu1) over (3.4+nmu1ubuntu1) 
...
  Processing triggers for update-notifier-common (3.156) ...
  ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/andale32.exe
  Get:1 http://downloads.sourceforge.net/corefonts/andale32.exe [198 kB]
  Fetched 198 kB in 1s (107 kB/s)
  ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/arial32.exe
  Get:1 http://downloads.sourceforge.net/corefonts/arial32.exe [554 kB]
  Fetched 554 kB in 2s (194 kB/s)
  ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/arialb32.exe
  Get:1 http://downloads.sourceforge.net/corefonts/arialb32.exe [168 kB]
  Fetched 168 kB in 1s (117 kB/s)
  ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/comic32.exe
  Get:1 http://downloads.sourceforge.net/corefonts/comic32.exe [246 kB]
  Fetched 246 kB in 1s (148 kB/s)
  ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/courie32.exe
  Get:1 http://downloads.sourceforge.net/corefonts/courie32.exe [646 kB]
  Fetched 646 kB in 2s (235 kB/s)
  ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/georgi32.exe
  Get:1 http://downloads.sourceforge.net/corefonts/georgi32.exe [392 kB]
  Fetched 392 kB in 2s (177 kB

[Bug 1289886] Re: gnome-shell crashed with SIGSEGV in dconf_gdbus_method_call_done()

2014-03-08 Thread i30817
** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with SIGSEGV in dconf_gdbus_method_call_done()

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

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


[Bug 1286865] Re: systemtap build of signals script fails

2014-03-08 Thread i30817
Thank you Frank.

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

Title:
  systemtap build of signals script fails

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

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


[Bug 1290027] [NEW] ibus-dconf crashed with SIGABRT in g_assertion_message()

2014-03-09 Thread i30817
Public bug reported:

shudown delay

ProblemType: Crash
DistroRelease: Ubuntu 14.04
Package: ibus 1.5.5-1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
Uname: Linux 3.13.0-16-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Mar  9 14:10:57 2014
ExecutablePath: /usr/lib/ibus/ibus-dconf
InstallationDate: Installed on 2014-01-17 (50 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140117)
ProcCmdline: /usr/lib/ibus/ibus-dconf
Signal: 6
SourcePackage: ibus
StacktraceTop:
 g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_bus_get_sync () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
Title: ibus-dconf crashed with SIGABRT in g_assertion_message()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: amd64 apport-crash need-amd64-retrace trusty

** Information type changed from Private to Public

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

Title:
  ibus-dconf crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1290044] [NEW] Wishlist: ppa-purge should autocomplete installed ppa names from the command line

2014-03-09 Thread i30817
Public bug reported:

Would be very nice for usability.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ppa-purge 0.2.8+bzr57
ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
Uname: Linux 3.13.0-16-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Mar  9 15:58:25 2014
InstallationDate: Installed on 2014-01-17 (50 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140117)
PackageArchitecture: all
SourcePackage: ppa-purge
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ppa-purge (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Wishlist: ppa-purge should autocomplete installed ppa names from the
  command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ppa-purge/+bug/1290044/+subscriptions

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


[Bug 1284936] Re: BUG: unable to handle kernel paging request at ffffc900051f5000

2014-03-12 Thread i30817
this didn't happen on login 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/1284936

Title:
  BUG: unable to handle kernel paging request at c900051f5000

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

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


[Bug 1294970] [NEW] nautilus is consuming 70% of cpu time with only home dir opened

2014-03-19 Thread i30817
Public bug reported:

output of 
sudo perf record -a -g sleep 10

as:
sudo perf  report --sort comm,dso

Samples: 34K of event 'cycles', Event count (approx.): 9317070081   
  
-  37,70% nautilus  libpng12.so.0.50.0  
 ◆
   + png_read_filter_row
 ▒
-  34,46% nautilus  libz.so.1.2.8   
 ▒
   + inflate_fast   
 ▒
   + inflate
 ▒
   + adler32
 ▒
   + crc32  
 ▒
 inflate_table  
 ▒
+   6,24% nautilus  libgdk_pixbuf-2.0.so.0.3000.5   
 ▒
+   4,00% nautilus  [kernel.kallsyms]   
 ▒
+   3,15%  swapper  [kernel.kallsyms]   
 ▒
+   2,40% nautilus  libc-2.19.so
 ▒
+   1,24% nautilus  libglib-2.0.so.0.3991.0 
 ▒
+   1,18% Xorg  [kernel.kallsyms]   
 ▒
+   0,81% nautilus  libgobject-2.0.so.0.3991.0  
 ▒
+   0,73%  firefox  [kernel.kallsyms]   
 ▒
+   0,73%  firefox  libxul.so   
 ▒
+   0,41%  gnome-shell  libmutter.so.0.0.0  
 ▒
+   0,34% nautilus  libgtk-3.so.0.1000.7
 ▒
+   0,31% Xorg  Xorg

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Mar 20 05:30:12 2014
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'owner', 'group', 'permissions', 
'mime_type', 'where', 'date_accessed']"
InstallationDate: Installed on 2014-01-17 (61 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140117)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  nautilus is consuming 70% of cpu time with only home dir opened

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

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

[Bug 1294970] Re: nautilus is consuming 70% of cpu time with only home dir opened

2014-03-19 Thread i30817
But it's probably nothing to do with the desktop, since when i close the
'home' nautilus process, things get back to normal.

** Description changed:

- output of 
+ The problem is likely with this file:
+ https://drive.google.com/file/d/0BzxkBmaf1EiWaFVQZFoxaDdVMVU/edit?usp=sharing
+ 
+ on my home folder (i'm also using it as the desktop background). When i
+ moved it to another directory (which also changed the desktop
+ background), nautilus dissapeared from top.
+ 
+ 
+ output of
  sudo perf record -a -g sleep 10
  
  as:
  sudo perf  report --sort comm,dso
  
- Samples: 34K of event 'cycles', Event count (approx.): 9317070081 

+ Samples: 34K of event 'cycles', Event count (approx.): 9317070081
  -  37,70% nautilus  libpng12.so.0.50.0
   ◆
-+ png_read_filter_row  
   ▒
+    + png_read_filter_row  
   ▒
  -  34,46% nautilus  libz.so.1.2.8 
   ▒
-+ inflate_fast 
   ▒
-+ inflate  
   ▒
-+ adler32  
   ▒
-+ crc32
   ▒
-  inflate_table
   ▒
+    + inflate_fast 
   ▒
+    + inflate  
   ▒
+    + adler32  
   ▒
+    + crc32
   ▒
+  inflate_table
   ▒
  +   6,24% nautilus  libgdk_pixbuf-2.0.so.0.3000.5 
   ▒
  +   4,00% nautilus  [kernel.kallsyms] 
   ▒
  +   3,15%  swapper  [kernel.kallsyms] 
   ▒
  +   2,40% nautilus  libc-2.19.so  
   ▒
  +   1,24% nautilus  libglib-2.0.so.0.3991.0   
   ▒
  +   1,18% Xorg  [kernel.kallsyms] 
   ▒
  +   0,81% nautilus  libgobject-2.0.so.0.3991.0
   ▒
  +   0,73%  firefox  [kernel.kallsyms] 
   ▒
  +   0,73%  firefox  libxul.so 
   ▒
  +   0,41%  gnome-shell  libmutter.so.0.0.0
   ▒
  +   0,34% nautilus  libgtk-3.so.0.1000.7  
   ▒
  +   0,31% Xorg  Xorg
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Mar 20 05:30:12 2014
  GsettingsChange

[Bug 1294970] Re: nautilus is consuming 70% of cpu time with only home dir opened

2014-03-19 Thread i30817
the home dir has a single png file, the firefox wallpaper
this file:
https://drive.google.com/file/d/0BzxkBmaf1EiWaFVQZFoxaDdVMVU/edit?usp=sharing

Also, gnome is set to let nautilus 'manage' the desktop so it's not
exactly true that is the only nautilus opened dir. On the desktop there
are some shortcuts from wine games and a directory with a game too.

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

Title:
  nautilus is consuming 70% of cpu time with only home dir opened

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

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


[Bug 1294970] Re: nautilus is consuming 70% of cpu time with only home dir opened

2014-03-19 Thread i30817
*** This bug is a duplicate of bug 1246780 ***
https://bugs.launchpad.net/bugs/1246780

This was a duplicate, and the workaround indicated on the upstream report 
solved it for me:
sudo chmod -R 777 /home/$USERNAME/.cache/thumbnails/

Of course, this is only a workaround. There are two bugs, that nautlius
is not being able to write or read from that dir for some reason, and
that it never gives up doing that and so consumes many resources.

** This bug has been marked a duplicate of bug 1246780
   Nautilus high CPU utilization when attempts to load pic thumbnails (and 
fails to load those previews)

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

Title:
  nautilus is consuming 70% of cpu time with only home dir opened

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

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


[Bug 1294979] [NEW] pleased add the capability to fit background images like 'Set As Desktop Background' from firefox

2014-03-19 Thread i30817
Public bug reported:

It's frankly amazing that a foreign program gives more options to set
the native desktop background than the O.S. program, and ends up working
better.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-control-center 1:3.6.3-0ubuntu53
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Mar 20 06:33:59 2014
InstallationDate: Installed on 2014-01-17 (61 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140117)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center: deja-dup 29.5-0ubuntu2

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  pleased add the capability to fit background images like 'Set As
  Desktop Background' from firefox

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

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


[Bug 1286865] [NEW] systemtap build of signals script fails

2014-03-02 Thread i30817
Public bug reported:

i30817@AIVAS:~$ sudo stap sigkill.stp > process.txt 
/tmp/stapXgPFfW/stap_d2a2e82b4e48884fc1a41654236e4050_17396_src.c: In function 
‘function_uid’:
/tmp/stapXgPFfW/stap_d2a2e82b4e48884fc1a41654236e4050_17396_src.c:1375:16: 
error: incompatible types when assigning to type ‘int64_t’ from type ‘kuid_t’
  STAP_RETVALUE = current_uid();
^
make[1]: *** 
[/tmp/stapXgPFfW/stap_d2a2e82b4e48884fc1a41654236e4050_17396_src.o] Error 1
make: *** [_module_/tmp/stapXgPFfW] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compilation failed.  [man error::pass4]
Tip: /usr/share/doc/systemtap/README.Debian should help you get started.

from this script:
probe signal.send {
  if (sig_name == "SIGKILL" && pid_name == "java")
printf("%s was sent to %s (pid:%d) by %s uid:%d\n",
   sig_name, pid_name, sig_pid, execname(), uid())
}

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: systemtap 2.3-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Mar  2 17:46:55 2014
InstallationDate: Installed on 2014-01-17 (43 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140117)
SourcePackage: systemtap
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  systemtap build of signals script fails

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

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

[Bug 1286865] Re: systemtap build of signals script fails

2014-03-02 Thread i30817
it can be avoided in this example by not using uid() in the function

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

Title:
  systemtap build of signals script fails

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

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


[Bug 1286895] [NEW] please support systemtap traces in openjdk

2014-03-02 Thread i30817
Public bug reported:

I'd like, not only to trace the java process, but use the new support
for openjdk tracing in systemtap, both the hotspot tracing and the
method tracing.

Accordingly i installed the ddebs.ubuntu.com[1] repository to install
the kernel debuging symbols - i can then call a stap script that uses
kernel tapsets but not yet java ones. I did notice a package called
openjdk-7-jdk-dbgsym and tried to install it to see if this had the
systemtap tapsets for the openjdk, but this conflicts with the
openjdk-7-dbg package (which then ubuntu doesn't let me bug report since
the openjdk-7-jdk-dbgsym package is not from the 'official' servers).
And if i uninstall that one and install the other it doesn't help
anyway.

If the steps i followed to try to get systemtap java method tracing in
ubuntu were incorrect and this can be done with packages from your
reporsitories, feel free to close.

[1] https://sourceware.org/systemtap/wiki/SystemtapOnUbuntu

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openjdk-7-dbg (not installed)
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Mar  2 20:37:05 2014
InstallationDate: Installed on 2014-01-17 (44 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140117)
SourcePackage: openjdk-7
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openjdk-7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  please support systemtap traces in openjdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1286895/+subscriptions

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


[Bug 1288483] [NEW] accounts-daemon does not terminate at computer shutdown

2014-03-05 Thread i30817
Public bug reported:

shutdown while testing a dbus-monitor script to work around a problem in in my 
java app :)
Seems like your logoff is pretty broken, a simple test java app with a jframe 
and a shutdown hook (only) always returns non-zero on logoff (and doesn't run 
the hook) and other gnome programs crash regularly there. Something is rotten 
in denmark
package i3.main;

import java.awt.EventQueue;
import java.io.IOException;
import java.lang.management.ManagementFactory;
import java.lang.reflect.InvocationTargetException;
import javax.swing.JFrame;
import javax.swing.WindowConstants;
import org.openide.util.Exceptions;

/**
 * Test for shutdown bug workaround
 *
 * @author i30817
 */
public class TEST implements Runnable {

public void main(String[] blah) {
try {
new TEST();
} catch (InvocationTargetException ex) {
Exceptions.printStackTrace(ex);
} catch (IOException ex) {
Exceptions.printStackTrace(ex);
}
}

public TEST() throws InvocationTargetException, IOException {
//First shutdown hook of the app to be added first after the 
system/native ones
Runtime.getRuntime().addShutdownHook(new Thread(new SaveRunnable()));
EventQueue.invokeLater(this);

//Note: does not work with the shutdown command line utility
if ("GNOME".equals(System.getenv("XDG_CURRENT_DESKTOP"))) {
String pid = getProcessId();
if (pid == null) {
return;
}
//alive until we kill it, or logoff ope dialog;
//Doesn't try to run on the real real logoff confirmed event to
//avoid the issue it is trying to solve.
String pleaseKillmeSoftly
= "( dbus-monitor --profile --session "
+ 
"\"type='method_call',interface='org.gnome.SessionManager.EndSessionDialog',member='Open'\"
 "
+ "& echo $! >&3 ) 3>pid "//store pid
//dbus monitor waits until it is flushed to notice the 
broken pipe
//we definitly dont want this on shutdown! Kill it too.
+ "| grep -m 1 --line-buffered 'Open\\|Disconnected' "
+ "; kill -s SIGTERM " + pid + " $(/dev/null";
System.out.println(pleaseKillmeSoftly);
try {
final Process unixKiller = 
Runtime.getRuntime().exec(pleaseKillmeSoftly);
Runtime.getRuntime().addShutdownHook(new Thread() {

@Override
public void run() {
unixKiller.destroy();
}

});
} catch (IOException ex) {
//oh well
}
}
}

private static String getProcessId() {
final String jvmName = ManagementFactory.getRuntimeMXBean().getName();
final int index = jvmName.indexOf('@');

if (index < 1) {
return System.getProperty("sun.java.launcher.pid");
}
return jvmName.substring(0, index);
}

public void run() {
final JFrame frame = new JFrame();
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
frame.validate();
frame.setVisible(true);
}

private static class SaveRunnable implements Runnable {

@Override
public void run() {
System.out.println("OI");
}
}
}

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: accountsservice 0.6.35-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
Date: Thu Mar  6 00:06:28 2014
ExecutablePath: /usr/lib/accountsservice/accounts-daemon
InstallationDate: Installed on 2014-01-17 (47 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140117)
OmitPids: 1320 5010 5016 5003 4987 5033 5002 4975 5016 5003 4987 5033 5002
ProcCmdline: /usr/lib/accountsservice/accounts-daemon
ProcEnviron:

SourcePackage: accountsservice
Title: accounts-daemon does not terminate at computer shutdown
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug shutdown-hang trusty

** Description changed:

  shutdown while testing a dbus-monitor script to work around a problem in in 
my java app :)
  Seems like your logoff is pretty broken, a simple test java app with a jframe 
and a shutdown hook (only) always returns non-zero on logoff (and doesn't run 
the hook) and other gnome programs crash regularly there. Something is rotten 
in denmark
+ package i3.main;
  
+ import java.awt.EventQueue;
+ impo

[Bug 1370212] [NEW] comix library management should be more usable

2014-09-16 Thread i30817
Public bug reported:

Comix library management could be made more usable by adding support for
'subcollections', collections that are added automatically recursivelly
if a directory is selected instead in addition to books

So a cbz directory has a few subdirectories,  such as

Jennifer Blood
- Jennifer Blood 01.cbz
- First Blood (directory)

selecting both would mean that two new collections would be created
Jennifer Blood
and 
Jennifer Blood: First Blood

(although i would prefer if it was a single collection, but with some
kind of border with the name so we can tell when one starts and the next
begins and comix can warn it's changing collection, and if the user
wants that, when one reaches the end of the first).

** Affects: comix (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/1370212

Title:
  comix library management should be more usable

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

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


[Bug 1370214] [NEW] Library management 'loses' added books

2014-09-16 Thread i30817
Public bug reported:

Adding a new collection with the same name prefix as a old one, such as

'Jennifer Blood'
and add some books, and
creating
'Jennifer Blood Anual'
and trying to add some books to this second other doesn't work

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: comix 4.0.4-1
ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2
Uname: Linux 3.16.0-14-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Sep 16 20:12:13 2014
InstallationDate: Installed on 2014-07-05 (73 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 (20140624)
PackageArchitecture: all
SourcePackage: comix
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Library management 'loses' added books

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

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


[Bug 1370213] [NEW] comix cover image management is terribly slow

2014-09-16 Thread i30817
Public bug reported:

Are you using a cache at all? Going into the 'All books' collection is
very very slow. There is a standard location for user persistent caches
in XGD http://standards.freedesktop.org/basedir-spec/basedir-spec-
latest.html

Even my ebook java programs with thousands of book covers cached is
faster than this and that is manipulating rars.

** Affects: comix (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/1370213

Title:
  comix cover image management is terribly slow

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

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


[Bug 1370212] Re: comix library management should be more usable

2014-09-16 Thread i30817
Edit, never mind, just found the drag and drop of the Collection list.
It could be made automatic with what i said, in the adding books dialog
though.

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

Title:
  comix library management should be more usable

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

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


[Bug 1348914] Re: performance problem with gnome-shell and xorg with firefox extension

2014-09-17 Thread i30817
** Description changed:

+ edit: i found the actual cause, disregard everything bellow the arrows
+ 
+ Seems like this bug: https://lkml.org/lkml/2014/8/8/445
+ 
+ The ubuntu kernels started to be compiled with CMA on. Which broke
+ radeon. Which means that you should be getting loads of duplicates.
+ 
+ Anyway, i 'fixed' it with adding a command line switch to
+ 
+ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash cma=0"
+ 
+ in /etc/default/grub
+ 
+ and running 
+ sudo update-grub
+ 
+ <<<<<<<<< old wrong info starts here >>>>>>>>>>
+ 
+ 
  Currently gnome shell occasionally has extreme performance problems so
  that they actually make the machine unresponsive. I'm attaching two
  oprof runs at the same time, one with xorg, the other with gnome shell,
  which are the processes top said were using the cpus. I actually started
  this instance of gnome-shell from a user console (because i had to kill
  the previous one and it didn't respawn.
  
  The operf runs of gnome-shell and Xorg killed themselves spontaneously for 
some reason:
  operf-record process killed by signal 13
  operf-read process killed by signal 11
  error running profiler
  
- 
- For what it is worth here they are. I have dbg libs installed for xorg, the 
kernel, gnome-shell and the ati driver in preparation of this but i think it 
might have been unnecessary to pinpoint the cause because the console output of 
the gnome-shell session showed me this before i had to kill it (again):
+ For what it is worth here they are. I have dbg libs installed for xorg,
+ the kernel, gnome-shell and the ati driver in preparation of this but i
+ think it might have been unnecessary to pinpoint the cause because the
+ console output of the gnome-shell session showed me this before i had to
+ kill it (again):
  
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
- console.error: ghostery: 
-   Message: TypeError: r.json is null
-   Stack:
- 
checkLibraryVersion/<.onComplete@resource://gre/modules/addons/XPIProvider.jsm 
-> 
jar:file:///home/i30817/.mozilla/firefox/0lhxm7y0.cleaned/extensions/jid1-mzq4u3zfjsl...@jetpack.xpi!/bootstrap.js
 -> resource://gre/modules/commonjs/toolkit/loader.js -> 
resource://firefox-at-ghostery-dot-com/ghostery/lib/background.js:2253:4
+ console.error: ghostery:
+   Message: TypeError: r.json is null
+   Stack:
+ 
checkLibraryVersion/<.onComplete@resource://gre/modules/addons/XPIProvider.jsm 
-> 
jar:file:///home/i30817/.mozilla/firefox/0lhxm7y0.cleaned/extensions/jid1-mzq4u3zfjsl...@jetpack.xpi!/bootstrap.js
 -> resource://gre/modules/commonjs/toolkit/loader.js -> 
resource://firefox-at-ghostery-dot-com/ghostery/lib/background.js:2253:4
  emit@resource://gre/modules/commonjs/toolkit/loader.js -> 
resource://gre/modules/commonjs/sdk/event/core.js:96:9
  onreadystatechange@resource://gre/modules/addons/XPIProvider.jsm -> 
jar:file:///home/i30817/.mozilla/firefox/0lhxm7y0.cleaned/extensions/jid1-mzq4u3zfjsl...@jetpack.xpi!/bootstrap.js
 -> resource://gre/modules/commonjs/toolkit/loader.js -> 
resource://gre/modules/commonjs/sdk/request.js:98:7
  
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '0x1ded8e0'
  Window manager warning: Log level 16: 
/build/buildd/glib2.0-2.41.1/./gobject/gsignal.c:3102: signal id '568' is 
invalid for instance '

[Bug 1348914] Re: performance problem with gnome-shell and xorg with firefox extension

2014-09-17 Thread i30817
*** This bug is a duplicate of bug 1362261 ***
https://bugs.launchpad.net/bugs/1362261

** This bug has been marked a duplicate of bug 1362261
   CONFIG_DMA_CMA causes ttm performance problems/hangs

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

Title:
  performance problem with gnome-shell and xorg with firefox extension

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

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


[Bug 908686] Re: wine windows can't change resolution

2013-01-25 Thread i30817
^ actually it doesn't work for the resolution changes in wine lone wolf;
excuse me. But it  works to remove the annoying top bar that refuses to
go away.

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

Title:
  wine windows can't change resolution

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

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


[Bug 908686] Re: wine windows can't change resolution

2013-01-25 Thread i30817
There is a workaround...

Install this extension (from git, not the extensions gnome page as it is 
currently broken there, scroll down to see the readme):
https://github.com/mlutfy/hidetopbar

this will hide the top bar unless in overview mode, preventing most bugs
relating to this. It also works well with the maximus extension (removes
window decorations on maximized windows).

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

Title:
  wine windows can't change resolution

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

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


[Bug 978293] Re: Wine1.4 (amd64) missing dependency on libasound2-plugins:i386

2013-01-27 Thread i30817
I had to remove lib32asound2 (whatever it was).

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

Title:
  Wine1.4 (amd64) missing dependency on libasound2-plugins:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/978293/+subscriptions

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


[Bug 978293] Re: Wine1.4 (amd64) missing dependency on libasound2-plugins:i386

2013-01-27 Thread i30817
Btw; the above and installing the right dep also fixed this problem:
"p11-kit: couldn't load module: 
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: 
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared 
object file: No such file or directory"

As well as these:
"ALSA lib conf.c:3314:(snd_config_hooks_call) Cannot open shared library 
libasound_module_conf_pulse.so
ALSA lib seq.c:935:(snd_seq_open_noupdate) Unknown SEQ default"

So it seems there might be some broken installs; either/or from the old
ppa or building from source.

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

Title:
  Wine1.4 (amd64) missing dependency on libasound2-plugins:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/978293/+subscriptions

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


[Bug 1095115] Re: RFE: add a new File debconf template type

2013-01-23 Thread i30817
I'd would have liked to use it on a package i've 'enhanced' for a exult daily 
build here:
https://code.launchpad.net/~exult-team/+archive/exult-daily

The issue is that the package asks the user the first time for the
location of the games, so it can copy them into their lsb appropriate
dirs (for various, obvious reasons).

This stuff is then validated, and that is painful, but the RFE is mostly
about the graphical filechooser (though in this case it's 'directory'
chooser). This because *that* is painful for the *users*

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

Title:
  RFE: add a new File debconf template type

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

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


[Bug 1095115] Re: RFE: add a new File debconf template type

2013-01-23 Thread i30817
As for the 'validation' part of the RFE, it's not about any semantic
validation; but that the file chosen is indeed, a valid file in the
filesystem, or (if it is to be a existing file template), that it indeed
exists).

I suppose the filechooser in the graphical UI should only be used in
this 'existing file template' too.

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

Title:
  RFE: add a new File debconf template type

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

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


[Bug 1048142] Re: fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed to build [Error! Application of patch fix-build-issue-on-i386-where-TS_USEDFPU-is-no-longe.patch failed.]

2012-10-18 Thread i30817
Would be nice to get the precise update soon.

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

Title:
  fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed
  to build [Error! Application of patch fix-build-issue-on-i386-where-
  TS_USEDFPU-is-no-longe.patch failed.]

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

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


[Bug 1048142] Re: fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed to build [Error! Application of patch fix-build-issue-on-i386-where-TS_USEDFPU-is-no-longe.patch failed.]

2012-10-19 Thread i30817
Am i better off updating to Quantal than waiting?

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

Title:
  fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed
  to build [Error! Application of patch fix-build-issue-on-i386-where-
  TS_USEDFPU-is-no-longe.patch failed.]

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

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


[Bug 1048142] Re: fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed to build [Error! Application of patch fix-build-issue-on-i386-where-TS_USEDFPU-is-no-longe.patch failed.]

2012-10-20 Thread i30817
Shit!
Upgraded and:
aticonfig: No supported adapters detected

Seems like the previous major version was the last for my driver. Anyway
to fix the last package and pin it?

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

Title:
  fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed
  to build [Error! Application of patch fix-build-issue-on-i386-where-
  TS_USEDFPU-is-no-longe.patch failed.]

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

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


[Bug 1048142] Re: fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed to build [Error! Application of patch fix-build-issue-on-i386-where-TS_USEDFPU-is-no-longe.patch failed.]

2012-10-20 Thread i30817
This appears to work:
https://launchpad.net/~makson96/+archive/fglrx

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

Title:
  fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed
  to build [Error! Application of patch fix-build-issue-on-i386-where-
  TS_USEDFPU-is-no-longe.patch failed.]

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

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


[Bug 1048142] Re: fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed to build

2012-09-10 Thread i30817
How can we solve this? As users i mean.

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

Title:
  fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed
  to build

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

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


[Bug 929914] Re: gnome-fallback-session fullscreen resolution changes keep the top and bottom panels, inducing distortion in wine programs

2012-06-05 Thread i30817
this can be worked around by installing the "Auto Hide Top Panel
Extension" extension and making sure that the top panel is hidden. This
makes the app capture the mouse focus as soon as you click on the
screen.

Not perfect, since it has to be installed, and needs to be in the right
mode too. And besides, the extensions are always breaking as soon as the
shell is updated.

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

Title:
  gnome-fallback-session fullscreen resolution changes keep the top and
  bottom panels, inducing distortion in wine programs

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

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


[Bug 916027] Re: keyboard focus is broken in wine

2012-01-13 Thread i30817
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/916027

Title:
  keyboard focus is broken in wine

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

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


[Bug 916027] [NEW] keyboard focus is broken in wine

2012-01-13 Thread i30817
Public bug reported:

Now, i know you're thinking... "why not report this in wine?".

Because wine is not the culprit, and mutter is.

Reproduction: any half life game engine variant, try to use the console
or anything with a text input field. Oh you can't.

Great release guys 
AAA+

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-shell 3.2.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Jan 13 13:35:31 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (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/916027

Title:
  keyboard focus is broken in wine

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

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


[Bug 916027] Re: keyboard focus is broken in wine

2012-01-18 Thread i30817
Uhuh. Except if i use a virtual desktop in wine, or use the fallback
gnome 3 version without gnome-shell, the game works perfectly.

(also, there is indeed texture corruption trying to use the game on
gnome-shell guess that is a "driver issue" too, but it works perfectly
on envirments without gnome-shell)

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

Title:
  keyboard focus is broken in wine

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

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


[Bug 916027] Re: keyboard focus is broken in wine

2012-01-18 Thread i30817
(not only virtual desktop, but also disabling the window manager
controlling windows, and you get broken visuals after the game because
the GL state is fucked).

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

Title:
  keyboard focus is broken in wine

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

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


[Bug 908635] [NEW] tomboy corrupts gnome-shell display

2011-12-25 Thread i30817
Public bug reported:

Whenever tomboy is running (even if in the notification area after it is
"closed"); opening the notification area or the activities area corrupts
the screen for a second or two.

catalyst fglrx driver, 11.11

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: tomboy 1.8.0-1ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Dec 25 23:29:40 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: tomboy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  tomboy corrupts gnome-shell display

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

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


[Bug 908635] Re: tomboy corrupts gnome-shell display

2011-12-25 Thread i30817
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908635

Title:
  tomboy corrupts gnome-shell display

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

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


[Bug 908673] [NEW] update-alternatives is displaying errors

2011-12-25 Thread i30817
Public bug reported:

It still appears to change the "java" command. But it doesn't appear to
let me run a jar from the command line (note: the jar exists, is
executable, and nautilus had the file association of jar changed to
"OpenJDK Java 7 Runtime" on the "Open With" tab of it's properties).

paulo@AIVAS-I:~$ sudo update-java-alternatives --set java-1.6.0-openjdk
update-alternatives: error: no alternatives for appletviewer.
update-alternatives: error: no alternatives for apt.
update-alternatives: error: no alternatives for extcheck.
update-alternatives: error: no alternatives for idlj.
update-alternatives: error: no alternatives for jar.
update-alternatives: error: no alternatives for jarsigner.
update-alternatives: error: no alternatives for javac.
update-alternatives: error: no alternatives for javadoc.
update-alternatives: error: no alternatives for javah.
update-alternatives: error: no alternatives for javap.
update-alternatives: error: no alternatives for -javaplugin.so.
update-alternatives: error: no alternatives for jconsole.
update-alternatives: error: no alternatives for jdb.
update-alternatives: error: no alternatives for jhat.
update-alternatives: error: no alternatives for jinfo.
update-alternatives: error: no alternatives for jmap.
update-alternatives: error: no alternatives for jps.
update-alternatives: error: no alternatives for jrunscript.
update-alternatives: error: no alternatives for jsadebugd.
update-alternatives: error: no alternatives for jstack.
update-alternatives: error: no alternatives for jstat.
update-alternatives: error: no alternatives for jstatd.
update-alternatives: error: no alternatives for native2ascii.
update-alternatives: error: no alternatives for policytool.
update-alternatives: error: no alternatives for rmic.
update-alternatives: error: no alternatives for schemagen.
update-alternatives: error: no alternatives for serialver.
update-alternatives: error: no alternatives for wsgen.
update-alternatives: error: no alternatives for wsimport.
update-alternatives: error: no alternatives for xjc.
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/appletviewer
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/apt
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/extcheck
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/idlj
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jarsigner
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jar
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/javac
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/javadoc
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/javah
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/javap
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jconsole
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jdb
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jhat
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jinfo
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jmap
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jps
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jrunscript
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jsadebugd
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jstack
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jstatd
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/jstat
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/native2ascii
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/rmic
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/schemagen
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/serialver
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/wsgen
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/wsimport
update-java-alternatives: jdk alternative does not exist: 
/usr/lib/jvm/java-6-openjdk/bin/xjc
update-alternatives: error: no alternatives for policytool.
update-alternatives: error: no alternatives for -javaplugin.so.
paulo@AIVAS-I:~$ java -version
java version "1.6.0_23"
Ope

[Bug 908673] Re: update-alternatives is displaying errors

2011-12-25 Thread i30817
also, the jar runs (just with the filename) if the jdk 6 alternative is
left on.

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

Title:
  update-alternatives is displaying errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/908673/+subscriptions

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


[Bug 908683] [NEW] turn on smart completion by default

2011-12-25 Thread i30817
Public bug reported:

It's really user unfriendly that i have to figure out to edit
/etc/bash.bashrc to turn it on every two years, thinking that it's a new
bug.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Dec 26 06:16:29 2011
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  turn on smart completion  by default

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

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


[Bug 908683] Re: turn on smart completion by default

2011-12-25 Thread i30817
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908683

Title:
  turn on smart completion  by default

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

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


[Bug 908686] [NEW] wine windows can't change resolution

2011-12-25 Thread i30817
Public bug reported:

I've only noticed it in this for now:
http://www.projectaon.org/staff/david/

It's a game book player. It has a start menu that doesn't use full
screen, and as soon as you start a book it switches to full screen (same
resolution as desktop i think).

This worked on 11.04 and works if a virtual desktop with the same
resolution as the desktop for wine is enabled on gnome 3 shell.

It doesn't work (change resolution to full) in gnome shell or the
fallback mode without a virtual desktop. It works in ubuntu unity in the
same machine (without the virtual desktop), showing that wine is not the
issue.

Using fglrx on all environments, same kernel running.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-shell 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Dec 26 06:42:27 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  wine windows can't change resolution

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

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


[Bug 908686] Re: wine windows can't change resolution

2011-12-25 Thread i30817
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908686

Title:
  wine windows can't change resolution

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

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


[Bug 877073] Re: [needs-packaging] snes9x-gtk

2011-12-26 Thread i30817
Wtf debian!?

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

Title:
  [needs-packaging] snes9x-gtk

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

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


[Bug 908635] Re: tomboy corrupts gnome-shell display

2011-12-26 Thread i30817
Also happens with xchat (non gnome version)

** Also affects: xchat
   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/908635

Title:
  tomboy corrupts gnome-shell display

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

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


[Bug 910020] [NEW] fullscreen windows are not shaped to access activities tab

2011-12-30 Thread i30817
Public bug reported:

I actually found this very nice when i was using a program i did in java
that uses a fake full screen technique that removes decorations.

It preserved the rounded corners of the frame even without the
decorations and that allowed me to access the activities tab in
fullscreen (unlike say, gnome-terminal or firefox).

Pity it doesn't work if the window is not at least decorated and visible
once (on deserialization, if i go into fake fullscreen mode, the window
is square as normally, because; i guess; it never had a decoration that
needed a window shaping).

Anyway, RFE: a great bug i'd like to see in the original toolkit.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-shell 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Dec 30 08:20:05 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  fullscreen windows are not shaped to access activities tab

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

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


[Bug 910020] Re: fullscreen windows are not shaped to access activities tab

2011-12-30 Thread i30817
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/910020

Title:
  fullscreen windows are not shaped to access activities tab

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

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


[Bug 910048] [NEW] Broken modal exclusive mode for java apps

2011-12-30 Thread i30817
Public bug reported:

Seems like your new X windowing manager breaks java exclusive mode by
making the windows "exclusive" to another context, so they are always
under the current window and the current window is unselectable.

Install netbeans press ALT+SHIFT+ENTER to go to fullscreen and open a
dialog (open project "works") to see a example.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-shell 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Dec 30 10:21:33 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  Broken modal exclusive mode for java apps

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

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


[Bug 910048] Re: Broken modal exclusive mode for java apps

2011-12-30 Thread i30817
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/910048

Title:
  Broken modal exclusive mode for java apps

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

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


[Bug 910048] Re: Broken modal exclusive mode for java apps

2011-12-30 Thread i30817
This only happens in fullscreen

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

Title:
  Broken modal exclusive mode for java apps

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

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


[Bug 910048] Re: Broken modal exclusive mode for java apps

2011-12-30 Thread i30817
** Description changed:

- Seems like your new X windowing manager breaks java exclusive mode by
- making the windows "exclusive" to another context, so they are always
+ Seems like your new X windowing manager breaks java modal exclusive mode
+ by making the windows "exclusive" to another context, so they are always
  under the current window and the current window is unselectable.
  
  Install netbeans press ALT+SHIFT+ENTER to go to fullscreen and open a
  dialog (open project "works") to see a example.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-shell 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Dec 30 10:21:33 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Seems like your new X windowing manager breaks java modal exclusive mode
- by making the windows "exclusive" to another context, so they are always
- under the current window and the current window is unselectable.
+ by making the windows "exclusive" to another context, if in fullscreen
+ (it seems to check for size because i know netbeans and my app "fake it,
+ bu using the "real" fullscreen api makes no difference) so they are
+ always under the current window and the current window is unselectable.
  
  Install netbeans press ALT+SHIFT+ENTER to go to fullscreen and open a
  dialog (open project "works") to see a example.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-shell 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Dec 30 10:21:33 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Broken modal exclusive mode for java apps

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

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

[Bug 910020] Re: fullscreen windows are not shaped to access activities tab

2011-12-30 Thread i30817
** Description changed:

  I actually found this very nice when i was using a program i did in java
  that uses a fake full screen technique that removes decorations.
  
  It preserved the rounded corners of the frame even without the
  decorations and that allowed me to access the activities tab in
  fullscreen (unlike say, gnome-terminal or firefox).
  
  Pity it doesn't work if the window is not at least decorated and visible
  once (on deserialization, if i go into fake fullscreen mode, the window
  is square as normally, because; i guess; it never had a decoration that
  needed a window shaping).
  
- Anyway, RFE: a great bug i'd like to see in the original toolkit.
+ Anyway, RFE: a great bug i'd like to see "perfected" and in the original
+ toolkit.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-shell 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Dec 30 08:20:05 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  I actually found this very nice when i was using a program i did in java
  that uses a fake full screen technique that removes decorations.
  
  It preserved the rounded corners of the frame even without the
  decorations and that allowed me to access the activities tab in
- fullscreen (unlike say, gnome-terminal or firefox).
+ fullscreen (unlike say, gnome-terminal or firefox in fullscreen mode).
  
  Pity it doesn't work if the window is not at least decorated and visible
  once (on deserialization, if i go into fake fullscreen mode, the window
  is square as normally, because; i guess; it never had a decoration that
  needed a window shaping).
  
  Anyway, RFE: a great bug i'd like to see "perfected" and in the original
  toolkit.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-shell 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Dec 30 08:20:05 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  fullscreen windows are not shaped to access activities tab

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

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

[Bug 1158639] [NEW] Language to english and other locale from pt causes gnome shell not to load

2013-03-21 Thread i30817
Public bug reported:

Changing the /etc/default/locale allowed it to boot. However this looks
very bad since i installed from the Daily live Ubuntu GNOME cd from root
and hadn't even logged in yet, much less changed the locale settings.

The file was like this:
LANG="en_US.UTF-8"
LANGUAGE="en_US:en"
LC_NUMERIC="pt_PT"
LC_TIME="pt_PT"
LC_MONETARY="pt_PT"
LC_PAPER="pt_PT"
LC_NAME="pt_PT"
LC_ADDRESS="pt_PT"
LC_TELEPHONE="pt_PT"
LC_MEASUREMENT="pt_PT"
LC_IDENTIFICATION="pt_PT"

I changed it to this:
LANG="en_US.UTF-8"
LANGUAGE="en_US:en"
LC_NUMERIC="pt_PT.UTF-8"
LC_TIME="pt_PT.UTF-8"
LC_MONETARY="pt_PT.UTF-8"
LC_PAPER="pt_PT.UTF-8"
LC_NAME="pt_PT.UTF-8"
LC_ADDRESS="pt_PT.UTF-8"
LC_TELEPHONE="pt_PT.UTF-8"
LC_MEASUREMENT="pt_PT.UTF-8"
LC_IDENTIFICATION="pt_PT.UTF-8"

And it no longer crashed, but i'm not sure it's correct like that.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-shell 3.6.3.1-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
Uname: Linux 3.8.0-13-generic x86_64
ApportVersion: 2.9.2-0ubuntu2
Architecture: amd64
Date: Fri Mar 22 04:49:50 2013
DisplayManager: gdm
GsettingsChanges:
 
InstallationDate: Installed on 2013-03-22 (0 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Alpha amd64 (20130321)
MarkForUpload: True
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

** Attachment added: "errors"
   
https://bugs.launchpad.net/bugs/1158639/+attachment/3589770/+files/.xsession-errors

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

Title:
  Language to english and other locale from pt causes gnome shell not to
  load

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

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


[Bug 1158639] Re: Language to english and other locale from pt causes gnome shell not to load

2013-03-21 Thread i30817
Oh yeah, changing the file that way changed my data on the clock to
english style, so it's probably not correct (LC_TIME="pt_PT.UTF-8") and
defaults to english, unless the LANG overrides it. Thing is, that's what
i want, a english install with a portuguese keyboard.

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

Title:
  Language to english and other locale from pt causes gnome shell not to
  load

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

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


[Bug 1158639] Re: Language to english and other locale from pt causes gnome shell not to load

2013-03-21 Thread i30817
Yeah, checking it out now, setting it like i did causes problems on
other programs but at least it allows  me to login.

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

Title:
  Language to english and other locale from pt causes gnome shell not to
  load

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

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


[Bug 1158639] Re: Language to english and other locale from pt causes gnome shell not to load

2013-03-21 Thread i30817
Changed all the pt_PT to en_US.UTF-8 also works (keyboard is still pt)
and doesn't seem to have additional problems.

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

Title:
  Language to english and other locale from pt causes gnome shell not to
  load

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

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


[Bug 1158639] Re: Locale bug: Language to english and other locale from pt causes gnome shell not to load

2013-03-22 Thread i30817
** Summary changed:

- Language to english and other locale from pt causes gnome shell not to load
+ Locale bug: Language to english and other locale from pt causes gnome shell 
not to load

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

Title:
  Locale bug: Language to english and other locale from pt causes gnome
  shell not to load

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

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


[Bug 1158639] Re: Locale bug: Language to english and other locale from pt causes gnome shell not to load

2013-03-22 Thread i30817
** Description changed:

  Changing the /etc/default/locale allowed it to boot. However this looks
  very bad since i installed from the Daily live Ubuntu GNOME cd from root
  and hadn't even logged in yet, much less changed the locale settings.
  
  The file was like this:
  LANG="en_US.UTF-8"
  LANGUAGE="en_US:en"
  LC_NUMERIC="pt_PT"
  LC_TIME="pt_PT"
  LC_MONETARY="pt_PT"
  LC_PAPER="pt_PT"
  LC_NAME="pt_PT"
  LC_ADDRESS="pt_PT"
  LC_TELEPHONE="pt_PT"
  LC_MEASUREMENT="pt_PT"
  LC_IDENTIFICATION="pt_PT"
  
  I changed it to this:
  LANG="en_US.UTF-8"
  LANGUAGE="en_US:en"
  LC_NUMERIC="pt_PT.UTF-8"
  LC_TIME="pt_PT.UTF-8"
  LC_MONETARY="pt_PT.UTF-8"
  LC_PAPER="pt_PT.UTF-8"
  LC_NAME="pt_PT.UTF-8"
  LC_ADDRESS="pt_PT.UTF-8"
  LC_TELEPHONE="pt_PT.UTF-8"
  LC_MEASUREMENT="pt_PT.UTF-8"
  LC_IDENTIFICATION="pt_PT.UTF-8"
  
  And it no longer crashed, but i'm not sure it's correct like that.
+ (edit: it isn't, causes errors in other apps; changing all of them
+ -except LANGUAGE- to en_US.UTF-8 is better)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-shell 3.6.3.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
  Uname: Linux 3.8.0-13-generic x86_64
  ApportVersion: 2.9.2-0ubuntu2
  Architecture: amd64
  Date: Fri Mar 22 04:49:50 2013
  DisplayManager: gdm
  GsettingsChanges:
-  
+ 
  InstallationDate: Installed on 2013-03-22 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Alpha amd64 
(20130321)
  MarkForUpload: True
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Locale bug: Language to english and other locale from pt causes gnome
  shell not to load

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

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


  1   2   >