Re: [Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2019-05-01 Thread Phillip Susi
costales writes: > Would this hack fix the issue? (Add/Remove xhost +si:localuser:root to the > launcher) > I don't know if this could means something dangerous in Wayland. I'm not sure if it will fix things run as root via pkexec but it will if you manually run gui programs as root. There's

[Desktop-packages] [Bug 1789922] Re: Unmount is broken

2018-09-11 Thread Phillip Susi
Upstream concluded that the bug lies in udisks. It needs a similar fix to one it got before to wait for the changes to propagate before returning from resize. Unmount needs a similar waiter. ** Also affects: udisks2 (Ubuntu) Importance: Undecided Status: New ** Changed in:

[Desktop-packages] [Bug 1789922] Re: Unmount is broken

2018-09-10 Thread Phillip Susi
It turns out that just trying to unmount an fs is broken. Apparently resize mounts the fs first for some reason, then when it tries to unmount, it can't. ** Summary changed: - Resize is broken + Unmount is broken ** Description changed: - Try to resize an ext4 partition with the gnome disks

[Desktop-packages] [Bug 1789922] Re: Resize is broken

2018-09-10 Thread Phillip Susi
Nevermind, it still doesn't work on the right disk. While the disk is not mounted initially, by the time unuse_data_iterate() is called, it has been mounted for some reason. I'm thinking there is a race condition where something mounts the fs temporarily and unmounts it, and during the time it

[Desktop-packages] [Bug 1789922] Re: Resize is broken

2018-09-10 Thread Phillip Susi
Man this cold must really be messing with my head. I had the wrong drive selected and actually was trying to resize the root partition. ** Changed in: gnome-disk-utility (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1789922] Re: Resize is broken

2018-09-10 Thread Phillip Susi
So I ran it under gdb and set a breakpoint to find how unmount_cb() is being called and traced the problem back up to unuse_data_iterate(). It calls gdu_utils_is_in_use_full(), which incorrectly identifies the mount point of the filesystem as "/". So it looks like either it is finding the wrong

[Desktop-packages] [Bug 1609900] Re: Unplugging and re-plugging keyboard forgets xmodmap

2018-09-10 Thread Phillip Susi
** Summary changed: - After QEMU execution with keyboard passthrough, key mappings are lost + Unplugging and re-plugging keyboard forgets xmodmap ** Package changed: qemu (Ubuntu) => xorg (Ubuntu) ** Changed in: xorg (Ubuntu) Status: Invalid => New -- You received this bug notification

[Desktop-packages] [Bug 1789922] Re: Resize is broken

2018-08-30 Thread Phillip Susi
Actually it looks like it's gnome-disk-utility that does the unmount and throws the error. I can't for the life of me figure out this rat nest of code though. In gduresizedialog.c, resize() calls gdu_utils_ensure_unused() and passes it unmount_cb(), which appears to be what is throwing that

[Desktop-packages] [Bug 1789922] [NEW] Resize is broken

2018-08-30 Thread Phillip Susi
Public bug reported: Try to resize an ext4 partition with the gnome disks utility. It throws an error saying it can't unmount the filesystem because it isn't mounted. This is on 18.04. ** Affects: udisks2 (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Desktop-packages] [Bug 1789693] Re: Format volume requires a volume label

2018-08-30 Thread Phillip Susi
** Changed in: gnome-disk-utility (Ubuntu) Status: New => In Progress ** Changed in: gnome-disk-utility (Ubuntu) Assignee: (unassigned) => Phillip Susi (psusi) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnom

[Desktop-packages] [Bug 1789693] Re: Format volume requires a volume label

2018-08-29 Thread Phillip Susi
Fixed it. ** Tags added: patch ** Patch added: "debdiff.patch" https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1789693/+attachment/5182282/+files/debdiff.patch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 573417] Re: disk utility should have udf as an option to format as

2018-08-29 Thread Phillip Susi
This appears to have been fixed at some point over the last 8 years. There is now an "other" option that opens another dialog that includes udf as an option. ** Changed in: gnome-disk-utility (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are

[Desktop-packages] [Bug 1023710] Re: Disk Utility's partition creation window is too small

2018-08-29 Thread Phillip Susi
In the years since this was reported, it appears to have been fixed. There have been substantial changes to the dialog and everything now seems to fit. ** Changed in: gnome-disk-utility (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1789693] [NEW] Format volume requires a volume label

2018-08-29 Thread Phillip Susi
Public bug reported: A volume label is an optional feature, but the dialog box greys out the next button unless you type something in the label field. ** Affects: gnome-disk-utility (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

Re: [Desktop-packages] [Bug 1652282] Re: Xwayland not using XAUTHORITY, prevents root applications from connecting

2018-08-28 Thread Phillip Susi
On 8/21/2018 9:34 PM, Daniel van Vugt wrote: > Phillip, > > Mutter is not just a binary, but is also the library which provides ALL > the graphics for the login screen and gnome-shell. So yes Ubuntu does > use mutter for everything :) Ohh... I thought it was an alternative light weight

[Desktop-packages] [Bug 1788030] Re: Only 800x600 resolution available after install in QEMU

2018-08-28 Thread Phillip Susi
I tried wayland and the session just failed and went right back to the low resolution login screen, which is Xorg. I tried wayland a second time and just get a permanent busy cursor. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1652282] Re: Xwayland not using XAUTHORITY, prevents root applications from connecting

2018-08-21 Thread Phillip Susi
Ubuntu doesn't use mutter by default though ( is that what lubuntu uses? ). I looked at this again today and for some reason gdm isn't giving the option to log in with a wayland session. I switched to lightdm and it appears to not bother with Xwayland and just runs gnome-shell, and gnome-shell

[Desktop-packages] [Bug 1788030] [NEW] Only 800x600 resolution available after install

2018-08-20 Thread Phillip Susi
Public bug reported: Boot 18.04 iso inside a qemu vm using stdvga display. A usable resolution works fine in live cd, but after installing to the hard disk and rebooting, only 800x600 is available. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xorg 1:7.7+19ubuntu7.1

Re: [Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2018-08-20 Thread Phillip Susi
On 8/15/2018 11:46 AM, bodhi.zazen wrote: > Phillip: I don't know why they even allow you to speak on this thread. > Please stop spreading misinformation . Go stand in front of a mirror. That is the person spreading misinformation. > Your gdm3 / XAUTHORITY "bug" has been closed as obsolete, it

Re: [Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2018-08-15 Thread Phillip Susi
On 8/6/2018 12:57 PM, PeterPall wrote: > This isn't a bug but a major feature of wayland: If you have root rights > you no more get access to the graphical user interface which makes it > harder for a gui application to spy on another application's keyboard > input. The backdraw of this is that

[Desktop-packages] [Bug 1784609] Re: Webcam not staying on

2018-08-14 Thread Phillip Susi
** Package changed: ubiquity (Ubuntu) => cheese (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu. https://bugs.launchpad.net/bugs/1784609 Title: Webcam not staying on Status in cheese package in Ubuntu: New

[Desktop-packages] [Bug 1456338] Re: USB floppy drive is running without floppy

2018-07-14 Thread Phillip Susi
Maybe someone more familiar with udev can help. ** Package changed: udisks2 (Ubuntu) => udev (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1456338 Title: USB floppy drive

[Desktop-packages] [Bug 1456338] Re: USB floppy drive is running without floppy

2018-07-07 Thread Phillip Susi
Ok, so it is something that udev is doing. Run sudo udevadm monitor, then plug in the drive, and see what it outputs. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1456338 Title:

[Desktop-packages] [Bug 1779895] Re: UDisks loop device auth bugfix for 18.04 LTS?

2018-07-07 Thread Phillip Susi
*** This bug is a duplicate of bug 1779238 *** https://bugs.launchpad.net/bugs/1779238 ** This bug has been marked a duplicate of bug 1779238 Mouting a disk or iso image asks for sudo password -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1779569] [NEW] thunderbird showing weird images in some mail

2018-07-01 Thread Phillip Susi
Public bug reported: New install of 18.04 and thunderbird is showing weird images in odd places for some email. See screen shot for example. In this case it is a weird rainbow, but I have also seen other things like a big stop sign and other strange stuff. ** Affects: thunderbird (Ubuntu)

[Desktop-packages] [Bug 1456338] Re: USB floppy drive is running without floppy

2018-06-25 Thread Phillip Susi
That does indicate that the problem is not in udisks. Try stopping udev as well before plugging in the drive. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1456338 Title: USB

[Desktop-packages] [Bug 1456338] Re: USB floppy drive is running without floppy

2018-06-22 Thread Phillip Susi
Ahh, ok.. try disabling udisks to see if that is the cause: systemctl stop udisks2.service Then connect the drive. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1456338 Title: USB

[Desktop-packages] [Bug 1456338] Re: USB floppy drive is running without floppy

2018-06-21 Thread Phillip Susi
Let me see if I have this right. If you boot the system normally and plug in the drive, it starts running forever. Does it also do the same if you plug it in and then boot the system normally? But if you boot in rescue mode, then plug in the drive, it works normally even after you resume the

[Desktop-packages] [Bug 1773334] Re: Ubuntu 18.04 mounted network shares not appearing under devices in file manager

2018-06-20 Thread Phillip Susi
I have patched glib to fix this. Could you try the version in my PPA and verify that it works? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1773334 Title: Ubuntu 18.04 mounted

[Desktop-packages] [Bug 1773334] Re: Ubuntu 18.04 mounted network shares not appearing under devices in file manager

2018-06-19 Thread Phillip Susi
Reported upstream: https://gitlab.gnome.org/GNOME/glib/issues/1424 ** Package changed: udisks2 (Ubuntu) => glib2.0 (Ubuntu) ** Changed in: glib2.0 (Ubuntu) Importance: Undecided => High ** Changed in: glib2.0 (Ubuntu) Status: Confirmed => Triaged -- You received this bug

[Desktop-packages] [Bug 1762307] Re: Cannot access encrypted volume

2018-06-14 Thread Phillip Susi
If you wish to reproduce it then yes, but it probably isn't necessary if it is no longer an issue for you. ** Changed in: udisks2 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in

[Desktop-packages] [Bug 1771216] Re: Disabling one of multiple wlan chipsets

2018-06-12 Thread Phillip Susi
** Package changed: util-linux (Ubuntu) => network-manager (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1771216 Title: Disabling one of multiple wlan chipsets

[Desktop-packages] [Bug 1769553] Re: xfs blocks on unresponsive raid - blockdev module is missing

2018-06-11 Thread Phillip Susi
This appears to be an issue with either hardware or md driver rather than udisks. Those libraries are needed for the GUI disk management tool to manage raid, but that's it. Without being able to reproduce it there isn't likely anything that can be done. ** Changed in: udisks2 (Ubuntu)

[Desktop-packages] [Bug 1767331] Re: package uuid-runtime 2.31.1-0.4ubuntu3 failed to install/upgrade: O pacote está num mau estado de inconsistência; deve reinstala-lo antes de tentar configura-lo.

2018-06-05 Thread Phillip Susi
** Package changed: util-linux (Ubuntu) => glib2.0 (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1767331 Title: package uuid-runtime 2.31.1-0.4ubuntu3 failed to

[Desktop-packages] [Bug 1762307] Re: Cannot access encrypted volume

2018-05-25 Thread Phillip Susi
Glyn, your issue is Bug #1757321. Howard, I'm not quite understanding you. Are you booting from the encrypted hard drive, or trying to access it from another system? If you are just booting from the encrypted drive then it is unlocked at boot time. ** Changed in: udisks2 (Ubuntu)

[Desktop-packages] [Bug 1763577] Re: failed to load modules crypto and mdraid

2018-05-23 Thread Phillip Susi
The libraries are not required, hence they are not a dependency. It is just warning you that the related functionality will not be available, which you may not care about. ** Changed in: udisks2 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a

[Desktop-packages] [Bug 1762862] Re: Install with encrypted lvm on reboot gives error

2018-05-23 Thread Phillip Susi
** Package changed: udisks2 (Ubuntu) => grub2 (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1762862 Title: Install with encrypted lvm on reboot gives error Status in grub2

[Desktop-packages] [Bug 1456338] Re: USB floppy drive is running without floppy

2018-05-09 Thread Phillip Susi
What if you boot into rescue mode? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1456338 Title: USB floppy drive is running without floppy Status in udisks2 package in Ubuntu:

[Desktop-packages] [Bug 1728467] Re: All files on ntfs partitions are marked executable

2018-05-08 Thread Phillip Susi
Udisks specifying a default mask was removed intentionally, leaving the default to the NTFS driver. ntfs-3g defaults to all executable. People often do have executable files on their NTFS drives and want to be able to execute them. This has gone back and forth a few times over the years and

[Desktop-packages] [Bug 1744372] Re: gparted does not start - Unit -.mount does not exist, proceeding anyway.

2018-04-19 Thread Phillip Susi
*** This bug is a duplicate of bug 1652282 *** https://bugs.launchpad.net/bugs/1652282 ** This bug has been marked a duplicate of bug 1652282 Xwayland not using XAUTHORITY, prevents root applications from connecting -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1456338] Re: USB floppy drive is running without floppy

2018-03-01 Thread Phillip Susi
What if you only shut down udidks? Can you post the output of udisksctl dump? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1456338 Title: USB floppy drive is running without

[Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-12-11 Thread Phillip Susi
** Bug watch added: GNOME Bug Tracker #789867 https://bugzilla.gnome.org/show_bug.cgi?id=789867 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1713313 Title: Unable to launch

Re: [Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-12-11 Thread Phillip Susi
On 12/7/2017 8:15 PM, bodhi.zazen wrote: > Wayland , upstream, does not and will not support running graphical > applications, as root, from the terminal using sudo , period, end of story. > There are other mechanisms to grant graphical applications root access, but > again the application itself

[Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-12-06 Thread Phillip Susi
Excuse my language Bodhi, but bull shit. You actually can run wayland apps as root just fine. It is only X11 apps running under wayland that no longer run as root, and the reason is simply that gdm3 fails to configure Xwayland with a proper Xauthority policy, the way its man page says it should.

[Desktop-packages] [Bug 1728467] Re: All files on ntfs partitions are marked executable

2017-11-30 Thread Phillip Susi
The change was intentional. See bug #453605. ** Changed in: udisks2 (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1728467 Title: All

[Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-10-12 Thread Phillip Susi
The wayland package just needs to change its absurd default security policy back to the one that X has used. ** Also affects: wayland (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1697450] Re: Installer freezes at session startup

2017-09-22 Thread Phillip Susi
** No longer affects: ubiquity (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/1697450 Title: Installer freezes at session startup Status in gdm package in Ubuntu: New Bug

[Desktop-packages] [Bug 1708664] Re: usb 1-1.4: device descriptor read/64, error -110

2017-09-13 Thread Phillip Susi
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively"

[Desktop-packages] [Bug 1706351] Re: Internal hard disk partition cannot be mounted manually

2017-08-31 Thread Phillip Susi
What part of the very detailed error message did you not understand? You need to fully shut down windows ( disable its fast restart option ). ** Changed in: udisks2 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 1697347] Re: USB HDD Device is not being detected or AutoMounted on Reboot

2017-06-12 Thread Phillip Susi
I'm not sure what you mean by "isn't accepting a hardware ID", and according to your logs, the drive is mounted. Or had you already power cycled the HDD at this point? If so, please reboot with the drive on, and run apport-collect -u 1697347. ** Changed in: udisks2 (Ubuntu) Status: New

[Desktop-packages] [Bug 1687501] Re: Wifi can't connect on Ubuntu Gnome live usb 17.04

2017-05-04 Thread Phillip Susi
** Package changed: ubiquity (Ubuntu) => network-manager (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1687501 Title: Wifi can't connect on Ubuntu Gnome live usb

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2017-04-24 Thread Phillip Susi
hdparm -Y puts the drive to SLEEP, not STANDBY. In SLEEP mode, no commands at all, including hdparm -C can be issued, so even trying that causes it to be woken up. Use hdparm -y instead. I had tried patching the kernel to emulate the check power status command in software when the kernel knows

[Desktop-packages] [Bug 1652282] Re: Wayland default policy prohibits root applications

2017-04-24 Thread Phillip Susi
GParted, and plenty of other applications must be run as root, period. Wayland needs to accommodate this just as X always has. ** Summary changed: - GParted does not work in GNOME on Wayland + Wayland default policy prohibits root applications ** Package changed: gparted (Ubuntu) => wayland

[Desktop-packages] [Bug 1683170] Re: No permission to write files on storage device

2017-04-21 Thread Phillip Susi
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively"

[Desktop-packages] [Bug 1682666] Re: No permission to write files on external storage device

2017-04-17 Thread Phillip Susi
What is in this nautilus config file, and does the problem return if you move it back? ** Changed in: udisks2 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu.

[Desktop-packages] [Bug 1674164] Re: DVDs with restricted permissions are unreadable for normal user (regression?)

2017-04-12 Thread Phillip Susi
"differently correct" is no less a lie than "alternative facts". Your recorder is broken, period. Complain to the manufacturer to fix their firmware or see if they already have an update. Printed DVDs use the correct permissions. UDF also goes on rewritable media, optical or flash or

[Desktop-packages] [Bug 1675705] Re: unknown file system type zfs_member

2017-04-03 Thread Phillip Susi
** Package changed: util-linux (Ubuntu) => udisks2 (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1675705 Title: unknown file system type zfs_member Status in udisks2

[Desktop-packages] [Bug 1669293] Re: udev/udisks automount waits for 5 seconds

2017-03-06 Thread Phillip Susi
** Package changed: udisks (Ubuntu) => udisks2 (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1669293 Title: udev/udisks automount waits for 5 seconds Status in udisks2

[Desktop-packages] [Bug 1668167] Re: delay in typing and other programs

2017-03-03 Thread Phillip Susi
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively"

[Desktop-packages] [Bug 1652282] Re: Wayland default policy prohibits root applications

2017-02-07 Thread Phillip Susi
** Summary changed: - GParted fails to run as root under Wayland + Wayland default policy prohibits root applications ** Package changed: gparted (Ubuntu) => wayland (Ubuntu) ** Changed in: wayland (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are

[Desktop-packages] [Bug 1649360] Re: identifying a partitition in fstab by PARTLABEL creates a second shortcut for the partition, for it's file system label

2016-12-19 Thread Phillip Susi
Oh, so you mean on the unity panel, there is one icon for the filesystem label, and another for the GPT label? I'll try to reproduce it. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu.

[Desktop-packages] [Bug 1649360] Re: identifying a partitition in fstab by PARTLABEL creates a second entry for the partition, for it's file system label

2016-12-13 Thread Phillip Susi
Maybe I misunderstood, but did you say that you edited /etc/fstab and put in two entries for the same partition? One using PARTLABEL and one using LABEL? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu.

[Desktop-packages] [Bug 1647078] Re: package udisks2 2.1.7-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-12-05 Thread Phillip Susi
>From the error log: udevadm trigger is not permitted while udev is unconfigured. And yet, udev appears to be installed and configured. ** Package changed: udisks2 (Ubuntu) => udev (Ubuntu) ** Summary changed: - package udisks2 2.1.7-1ubuntu1 failed to install/upgrade: Unterprozess

[Desktop-packages] [Bug 1635579] Re: package udisks2 2.1.7-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-10-31 Thread Phillip Susi
Setting up udisks2 (2.1.7-1ubuntu1) ... udevadm trigger is not permitted while udev is unconfigured. dpkg: error processing package udisks2 (--configure): Looks like a bug in udev because it appears to be complaining that it is not configured, but it has been configured. ** Package changed:

[Desktop-packages] [Bug 1613925] Re: PPC system locks up after sas3ircu command is issued during RAID rebuild

2016-09-19 Thread Phillip Susi
** Package changed: udisks2 (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1613925 Title: PPC system locks up after sas3ircu command is issued during RAID

[Desktop-packages] [Bug 1605931] Re: No permission to access files on removable storage device

2016-08-26 Thread Phillip Susi
If you want to change the permissions on an ext filesystem you have to use chmod/chown. ** Changed in: udisks2 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu.

[Desktop-packages] [Bug 1581594] Re: constantly shows wrong temperature (99°C )

2016-05-17 Thread Phillip Susi
install the new version of libatasmart. ** No longer affects: gnome-disk-utility (Ubuntu) ** Package changed: udisks2 (Ubuntu) => libatasmart (Ubuntu) ** Changed in: libatasmart (Ubuntu) Status: New => In Progress ** Changed in: libatasmart (Ubuntu) Assignee: (unassigned) =>

[Desktop-packages] [Bug 1580591] Re: "activate network" broken from recovery mode

2016-05-12 Thread Phillip Susi
** Package changed: grub2 (Ubuntu) => network-manager (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1580591 Title: "activate network" broken from recovery mode

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2016-05-10 Thread Phillip Susi
** Changed in: udisks2 (Ubuntu Trusty) Assignee: Phillip Susi (psusi) => (unassigned) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1281588 Title: Disk standby timer is bro

[Desktop-packages] [Bug 1574029] Re: Failed to boot after upgrade to 16.04 LTS

2016-04-29 Thread Phillip Susi
** Package changed: grub (Ubuntu) => shared-mime-info (Ubuntu) ** Summary changed: - Failed to boot after upgrade to 16.04 LTS + Upgrade failed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to shared-mime-info in Ubuntu.

[Desktop-packages] [Bug 1575289] Re: Wired Connection Icon shown in Menu bar , although connected to a Wireless Network in Ubuntu 16.04

2016-04-26 Thread Phillip Susi
** Package changed: ubiquity (Ubuntu) => network-manager (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1575289 Title: Wired Connection Icon shown in Menu bar

[Desktop-packages] [Bug 940334] Re: Ubiquity says I'm not connected to the internet, but I am

2016-04-26 Thread Phillip Susi
** Package changed: ubiquity (Ubuntu) => network-manager (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/940334 Title: Ubiquity says I'm not connected to the

[Desktop-packages] [Bug 1059872] Re: Error formatting disk using disk utility

2016-04-22 Thread Phillip Susi
I can not reproduce this using the steps listed in the bug description on 15.10, can you? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1059872 Title: Error formatting disk using

[Desktop-packages] [Bug 1566359] Re: Date and Time conflict with Windows 8.1 dual boot with Ubuntu 16.04 Daily Build

2016-04-18 Thread Phillip Susi
Sadly, the time and date settings used to at least have a check box you could tick to tell the system that the RTC should use local time, but along with many other useful options, this appears to have been removed from gnome-settings-daemon. Ubiquity should also set this option by default when

[Desktop-packages] [Bug 1059872] Re: Error formatting disk using disk utility

2016-03-31 Thread Phillip Susi
If it bothers you that much, run 15.10 or 16.04. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1059872 Title: Error formatting disk using disk utility Status in DarGUI: New

[Desktop-packages] [Bug 1530554] Re: pavucontrol (pavucontrol_3.0-3build1_amd64.deb) not run:

2016-01-06 Thread Phillip Susi
** Changed in: pavucontrol (Ubuntu) Status: New => Invalid ** Project changed: pulseaudio => ubuntu ** No longer affects: ubuntu ** Project changed: gnome-system-monitor => gnome-system-monitor (Ubuntu) ** Changed in: gnome-system-monitor (Ubuntu) Status: New => Invalid -- You

[Desktop-packages] [Bug 1507183] Re: "safely remove" remounts after a couple of seconds

2015-12-02 Thread Phillip Susi
If one device works properly and one doesn't that points to the device being buggy. It may be interesting to see though, whether the same behavior is seen in other distros. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in

[Desktop-packages] [Bug 1516288] Re: keeps showing disks that aren 't connected any more

2015-11-17 Thread Phillip Susi
Then the bug remains incomplete since we don't have enough information to go on. You say you fixed it. How? That might help understand what was wrong in the first place. ** Changed in: udisks2 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a

[Desktop-packages] [Bug 1507183] Re: "safely remove" remounts after a couple of seconds

2015-11-15 Thread Phillip Susi
It certainly looks like it was immediately replugged ( which should not happen ). Can you try with a different usb stick? And/or after upgrading to 15.10 since 15.04 is now deprecated and will reach end of life soon. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1516288] Re: keeps showing disks that aren 't connected any more

2015-11-15 Thread Phillip Susi
Please attach your /var/log/syslog after this happens. ** Changed in: udisks2 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1516288 Title:

[Desktop-packages] [Bug 1513281] Re: gpg passphrase no longer prompted for

2015-11-07 Thread Phillip Susi
It appears that pinentry-gnome3 is listed as task: ubuntu-desktop, and so it should have been installed to handle this, yet it has not. The ubuntu-desktop package does not depend on it so it looks like a problem with meta. ** Also affects: ubuntu-meta (Ubuntu) Importance: Undecided

[Desktop-packages] [Bug 1507003] Re: Too fast "housekeeping" prevents harddrive from sleeping

2015-11-06 Thread Phillip Susi
*** This bug is a duplicate of bug 1281588 *** https://bugs.launchpad.net/bugs/1281588 ** This bug has been marked a duplicate of bug 1281588 Disk standby timer is broken -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2015-11-06 Thread Phillip Susi
** Changed in: udisks2 (Ubuntu Trusty) Assignee: (unassigned) => Phillip Susi (psusi) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1281588 Title: Disk standby timer is bro

[Desktop-packages] [Bug 1507183] Re: "safely remove" remounts after a couple of seconds

2015-11-06 Thread Phillip Susi
Don't delete it. You might take a look at where it is before, and then after, and we should only need the new lines. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1507183 Title:

[Desktop-packages] [Bug 1513281] [NEW] gpg passphrase no longer prompted for

2015-11-04 Thread Phillip Susi
Public bug reported: In 15.04 and prior, when using enigmail to send signed email, it would prompt for my passphrase. Now it fails saying the passphrase is invalid ( without prompting ) This seems to be because we used to use gnome- keyring with gpg support enabled, but gnome-keyring is run

[Desktop-packages] [Bug 635499] Re: Ignore broken directory permissions on UDF media

2015-10-29 Thread Phillip Susi
What are the full mount options that your disc is mounted with? It should include uid=yourid, which causes the UDF filesystem driver to map the id ( -1 ) to be mapped to your UID, not the previously mentioned dmode=. ** Changed in: udisks2 (Ubuntu) Status: New => Incomplete -- You

[Desktop-packages] [Bug 1507183] Re: "safely remove" remounts after a couple of seconds

2015-10-29 Thread Phillip Susi
Please attach your /var/log/syslog after attempting this again. ** Package changed: udisks (Ubuntu) => udisks2 (Ubuntu) ** Changed in: udisks2 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1093050] Re: compiz dies during oem-config and steals the focus so that input fields are unusable

2015-10-05 Thread Phillip Susi
Please don't mark bugs as incomplete for no reason. ** Changed in: ubuntu-nexus7 Status: Incomplete => Confirmed ** Changed in: compiz (Ubuntu) Status: Incomplete => Confirmed ** Changed in: ubiquity (Ubuntu) Status: Incomplete => Confirmed -- You received this bug

[Desktop-packages] [Bug 1443767] Re: The installation window was not shown completely with vivid-desktop-amd64-20150408 on hidpi laptop

2015-09-11 Thread Phillip Susi
@Lars: Seeing as how *normal* is only 96 dpi, 192 seems a pretty darn good spot to call high. If anything it should be lower than that. @Bin: He was saying the opposite of that: that the limit is too low and should be higher. -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1453602] Re: mediatomb starts before network comes online

2015-07-12 Thread Phillip Susi
I've done some more investigating and identified the problem; I'm just not sure what the solution is. The problem is that nm decides the network is up as soon as there are no interfaces that still have work to be done ( such as obtaining a dhcp lease ). My e1000e interface comes up in the

[Desktop-packages] [Bug 1471114] Re: Can't get network connection

2015-07-03 Thread Phillip Susi
** Package changed: ubiquity (Ubuntu) = network-manager (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1471114 Title: Can't get network connection Status in

[Desktop-packages] [Bug 1463238] Re: luks / encrypted volume can not be closed

2015-06-09 Thread Phillip Susi
** Summary changed: - lukes / encrypted volume can not be closed + luks / encrypted volume can not be closed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1463238 Title: luks /

[Desktop-packages] [Bug 1463238] [NEW] lukes / encrypted volume can not be closed

2015-06-08 Thread Phillip Susi
Public bug reported: If you install ubuntu with the default full disk encryption option, it creates a partition as a luks container holding an lvm physical volume, which holds two logical volumes: one for root and one for swap. If you boot the livecd, it shows an encrypted disk icon on the unity

[Desktop-packages] [Bug 1459922] Re: error with usb

2015-05-29 Thread Phillip Susi
We need at the very least, /var/log/syslog to see what is going on. Also you really should describe what you were doing instead of just pasting an error message. ** Changed in: udisks2 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-20 Thread Phillip Susi
Nope... launchpad can't be used to track bugs in PPAs... you might email them though at gnome3-t...@lists.launchpad.net . -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to glibmm2.4 in Ubuntu. https://bugs.launchpad.net/bugs/1450180

[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Phillip Susi
Ubuntu does not ship gtk 3.16, hence my question as to where you got it. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to glibmm2.4 in Ubuntu. https://bugs.launchpad.net/bugs/1450180 Title: gparted crashes immediately after started

[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Phillip Susi
Hrm... I had assumed that the gtk3 ppa included a newer version of libgtkmm-2.4-1c2a since this bug is not present in version 2.24.4 ( it was introduced upstream in a later version and subsequently fixed ). Can you run ldd `which gpartedbin`? -- You received this bug notification because you are

[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Phillip Susi
gparted uses glibmm which had this bug occur and was fixed upstream. If the gnome3 ppa is shipping a version that still has the bug, you should let them know as they will need to fix it. Since it isn't part of Ubuntu there's nothing we can do. ** Changed in: glibmm2.4 (Ubuntu) Status:

[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Phillip Susi
Can you check the md5sum of /usr/lib/i386-linux-gnu/libgtkmm-2.4.so.1? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to glibmm2.4 in Ubuntu. https://bugs.launchpad.net/bugs/1450180 Title: gparted crashes immediately after started

[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Phillip Susi
Weird... can you go through the list of libs from ldd and see if any of them are from the ppa instead of the official archive? There must be one somewhere, and it apparently isn't libgtkmm itself. -- You received this bug notification because you are a member of Desktop Packages, which is

  1   2   3   4   5   >