Activity log for bug #1762779

Date Who What changed Old value New value Message
2018-04-10 16:27:08 Alistair Buxton bug added bug
2018-04-10 16:56:32 Launchpad Janitor xfpanel-switch (Ubuntu): status New Confirmed
2018-04-13 21:36:58 Alistair Buxton branch linked lp:~a-j-buxton/xfpanel-switch/missing-source
2018-04-15 11:44:21 Sean Davis bug task added xfpanel-switch
2018-04-15 11:44:26 Sean Davis xfpanel-switch: status New Fix Committed
2018-04-15 11:45:30 Alistair Buxton description To reproduce: 1. Open panel switcher. 2. Click "Save Configuration" button. 3. Click "Save Configuration" button. Result: Nothing happens. The window does not close, and clicking cancel no longer works either. The following error is printed on the terminal: :~$ xfpanel-switch Traceback (most recent call last): File "/usr/share/xfpanel-switch/xfpanel-switch/xfpanel-switch.py", line 221, in on_save_clicked self.save_configuration(name) File "/usr/share/xfpanel-switch/xfpanel-switch/xfpanel-switch.py", line 209, in save_configuration PanelConfig.from_xfconf(self.xfconf).to_file(filename) File "/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py", line 63, in from_xfconf pc.find_desktops() File "/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py", line 113, in find_desktops if self.check_desktop(desktop_path): File "/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py", line 87, in check_desktop bytes = self.get_desktop_source_file(path).read() File "/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py", line 125, in get_desktop_source_file if self.source is None: AttributeError: 'PanelConfig' object has no attribute 'source' ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xfpanel-switch 1.0.6-0ubuntu1 ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10 Uname: Linux 4.15.0-13-generic x86_64 ApportVersion: 2.20.9-0ubuntu4 Architecture: amd64 CurrentDesktop: XFCE Date: Tue Apr 10 17:23:14 2018 InstallationDate: Installed on 2018-04-10 (0 days ago) InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180410) PackageArchitecture: all SourcePackage: xfpanel-switch UpgradeStatus: No upgrade log present (probably fresh install) To reproduce: 1. Open the main system menu. 2. Drag an icon from the menu onto the panel. 3. Click "create launcher". 4. Open panel switcher. 5. Click "Save Configuration" button. 6. Click "Save Configuration" button. Result: Nothing happens. The window does not close, and clicking cancel no longer works either. The following error is printed on the terminal: :~$ xfpanel-switch Traceback (most recent call last):   File "/usr/share/xfpanel-switch/xfpanel-switch/xfpanel-switch.py", line 221, in on_save_clicked     self.save_configuration(name)   File "/usr/share/xfpanel-switch/xfpanel-switch/xfpanel-switch.py", line 209, in save_configuration     PanelConfig.from_xfconf(self.xfconf).to_file(filename)   File "/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py", line 63, in from_xfconf     pc.find_desktops()   File "/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py", line 113, in find_desktops     if self.check_desktop(desktop_path):   File "/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py", line 87, in check_desktop     bytes = self.get_desktop_source_file(path).read()   File "/usr/share/xfpanel-switch/xfpanel-switch/panelconfig.py", line 125, in get_desktop_source_file     if self.source is None: AttributeError: 'PanelConfig' object has no attribute 'source' It is also possible to repduce from the command line. Follow steps 1-3 above and then open a terminal and run xfpanel-switch save foo ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xfpanel-switch 1.0.6-0ubuntu1 ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10 Uname: Linux 4.15.0-13-generic x86_64 ApportVersion: 2.20.9-0ubuntu4 Architecture: amd64 CurrentDesktop: XFCE Date: Tue Apr 10 17:23:14 2018 InstallationDate: Installed on 2018-04-10 (0 days ago) InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180410) PackageArchitecture: all SourcePackage: xfpanel-switch UpgradeStatus: No upgrade log present (probably fresh install)
2018-04-17 10:08:59 Sean Davis xfpanel-switch: milestone 1.0.7
2018-04-17 10:11:20 Sean Davis xfpanel-switch: status Fix Committed Fix Released
2018-04-17 16:50:46 Launchpad Janitor xfpanel-switch (Ubuntu): status Confirmed Fix Released