Activity log for bug #94549

Date Who What changed Old value New value Message
2007-03-21 20:35:03 Cedric L'homme bug added bug
2007-03-21 20:57:46 Brian Murray None: statusexplanation
2007-03-22 12:11:06 jcfp title Restricted Driver manager change the keyboard layout Restricted Driver manager changes keyboard layout and screen resolution
2007-03-24 14:46:22 Patrice Vetsel restricted-manager: status Unconfirmed Confirmed
2007-03-24 14:46:22 Patrice Vetsel restricted-manager: importance Undecided High
2007-03-24 14:47:15 Patrice Vetsel bug added attachment 'xorg.conf.ORIGINAL' (xorg.conf ORIGINAL)
2007-03-24 14:47:32 Patrice Vetsel bug added attachment 'xorg.conf.NVIDIA' (After restricted manager)
2007-03-26 07:27:27 Martin Pitt restricted-manager: assignee pitti
2007-03-26 09:30:38 Martin Pitt restricted-manager: status Confirmed Needs Info
2007-03-26 09:30:38 Martin Pitt restricted-manager: statusexplanation I cannot reproduce this. r-m preserves the setting for me. Can you please do the following to help me debug this: 1. disable the restricted driver with r-m 2. sudo rm /var/log/restricted-manager.log 3. sudo dpkg-reconfigure xserver-xorg Here you need to restore your proper settings wrt. keyboard layout, resolution, etc. 4. Enable restricted driver with r-m 5. Now keyboard layout/resolutions should be wrong again in xorg.conf. Please attach /var/log/restricted-manager.log and your xorg.conf. 6. Use 'sudo dpkg-reconfigure xserver-xorg' to repair keyboard/resolutions once more after breaking it with r-m. Thank you!
2007-03-27 12:29:38 Patrice Vetsel bug added attachment 'restricted-manager.log' (/var/log/restricted-manager.log)
2007-03-27 22:30:08 Blujuice bug added attachment 'xorg.conf' (xorg.conf after step 4)
2007-03-27 22:30:57 Blujuice bug added attachment 'restricted-manager.log' (restricted-manager.log after step 4)
2007-03-27 22:35:47 Blujuice bug added attachment 'xorg.conf.20070327232719' (corg.conf after installing feisty)
2007-03-27 22:36:25 Blujuice bug added attachment 'xorg.conf.20070327235230' (xorg.conf after using r-m the first time)
2007-03-27 22:37:12 Blujuice bug added attachment 'xorg.conf.20070328000008' (xorg.conf after step 1)
2007-03-27 22:37:34 Blujuice bug added attachment 'xorg.conf.20070328000541' (xorg.conf after step 3)
2007-03-28 12:23:12 Martin Pitt restricted-manager: status Needs Info Fix Committed
2007-03-28 12:23:12 Martin Pitt restricted-manager: statusexplanation I cannot reproduce this. r-m preserves the setting for me. Can you please do the following to help me debug this: 1. disable the restricted driver with r-m 2. sudo rm /var/log/restricted-manager.log 3. sudo dpkg-reconfigure xserver-xorg Here you need to restore your proper settings wrt. keyboard layout, resolution, etc. 4. Enable restricted driver with r-m 5. Now keyboard layout/resolutions should be wrong again in xorg.conf. Please attach /var/log/restricted-manager.log and your xorg.conf. 6. Use 'sudo dpkg-reconfigure xserver-xorg' to repair keyboard/resolutions once more after breaking it with r-m. Thank you! Fixed in -xorgconf branch.
2007-03-28 15:01:07 Martin Pitt restricted-manager: status Fix Committed Fix Released
2007-03-28 15:01:07 Martin Pitt restricted-manager: statusexplanation Fixed in -xorgconf branch. restricted-manager (0.15) feisty; urgency=low . * debian/control: Use XS-Python-Version 'all' instead of 'current', since the latter seems to break quite often on upgrades. (see #93795) * applications/restricted-manager.desktop.in: Do not show for non-admins. (LP: #97163) * Add RestrictedManager/xorgconfig.py (stolen from kdeguidance): Parser/writer for X.org configuration files. Add author and copyright to debian/copyright. * RestrictedManager/xorgconfig.py: Change formatting a bit to make it more similar to what dexconf produces. * RestrictedManager/xorg_driver.py: - Use xorgconfig.py to mangle /etc/X11/xorg.conf directly instead of relying on consistent debconf values and using dexconf. This makes r-m work with custom configurations (including install scripts from nvidia/fglrx upstream packages) and avoids changing unrelated settings like keyboard/screen resolution/BusID etc. (LP: #92836, LP: #94549, LP: #93075) - Back up the entire original config before enabling a driver. If it exists when disabling again, restore it entirely. (LP: #96474) - is_enabled(): Do not check for installed GLX library package any more (such as nvidia-glx), since they could be installed directly from upstream. Now only check the xorg.conf configuration. (LP: #94626) - Add {enable,disable}_config_hook() for nonstandard modifications to the X.org configuration. * RestrictedManager/fglrx.py: Use above *_config_hook() to add/remove the 'Extensions' section and disable Composite. In previous versions, dexconf did that for us. * restricted-manager: Drop check for readability of debconf database, since we do not need it any more. * Some small UI improvements, thanks to izi! - Remove the redundant 'Enable' button, we already have the check boxes. - Display stock yes/no/reload icons in addition to the textual status. - Add window icon. - Do not update the tree model when cancelling enabling/disabling. - Make modal dialogs transient. * RestrictedManager/core.py: Add a global variable package_install_idle_function which, if set to a function, is executed repeatedly while waiting for synaptic to finish. This avoids GTK specific code in the backend. * restricted-manager: Set core.package_install_idle_function to a default GTK event processing loop. (LP: #97399) * restricted-manager: Determine main window xid and pass it to synaptic as parent window, so that it becomes transient.
2009-08-08 06:23:07 Launchpad Janitor branch linked lp:ubuntu/hardy/restricted-manager