Package Details: xfce4-panel-profiles 1.0.14-2

Git Clone URL: https://aur.archlinux.org/xfce4-panel-profiles.git (read-only, click to copy)
Package Base: xfce4-panel-profiles
Description: Simple application to manage Xfce panel layouts
Upstream URL: https://docs.xfce.org/apps/xfce4-panel-profiles/start
Licenses: GPL3
Groups: xfce4-goodies
Conflicts: xfpanel-switch
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 29
Popularity: 0.57
First Submitted: 2018-07-15 21:26 (UTC)
Last Updated: 2023-08-17 02:00 (UTC)

Latest Comments

1 2 Next › Last »

xiota commented on 2023-10-14 02:03 (UTC)

Please remove the following lines from PKGBUILD:

groups=('xfce4-goodies')
replces=('xfpanel-switch')

adrian5 commented on 2023-08-11 13:47 (UTC) (edited on 2023-08-11 13:48 (UTC) by adrian5)

This package requires python-psutil which my Arch/Xfce install didn't have.

Traceback (most recent call last):
  File "/usr/share/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-profiles.py", line 44, in <module>
    from panelconfig import PanelConfig
  File "/usr/share/xfce4-panel-profiles/xfce4-panel-profiles/panelconfig.py", line 19, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'

twa022 commented on 2021-07-22 23:43 (UTC)

@samueldy: the script is calling the wrong python interpreter: calling a python 3.7 you used miniconda to install rather than the python in /usr/bin. I assume that directory is (or was when you built the package) before /usr/bin in your PATH. I would either fix PATH and rebuild this package or you could edit the shebang in /usr/bin/xfce4-panel-profiles to #!/usr/bin/python

samueldy commented on 2021-07-22 19:20 (UTC)

Hi, am getting this traceback when trying to run xfce4-panel-profiles:

Traceback (most recent call last):                                                                                         
  File "/usr/share/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-profiles.py", line 38, in <module>                                                                                                                                   
    gi.require_version('Libxfce4ui', '2.0')                                                                                
  File "/home/samueldy/miniconda3/envs/samueldy_base/lib/python3.7/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)                                                                                                                                                                                
ValueError: Namespace Libxfce4ui not available                                                                         

During handling of the above exception, another exception occurred:                                                                                                                                                                           

Traceback (most recent call last):                                                                                     
  File "/usr/share/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-profiles.py", line 41, in <module>                                                                                                                                   
    gi.require_version('libxfce4ui', '2.0')                                                                            
  File "/home/samueldy/miniconda3/envs/samueldy_base/lib/python3.7/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)                                                                                                                                                                                
ValueError: Namespace libxfce4ui not available  

I believe I have the relevant libraries installed:

❯ pacman -Qs libxfce
local/libxfce4ui 4.16.0-1
    Commonly used Xfce widgets among Xfce applications
local/libxfce4ui-gtk3 2019.08.15-1 (xfce4-gtk3)
    Commonly used Xfce widgets among Xfce applications (meta-transfer-pkg)
local/libxfce4util 4.16.0-1
    Basic utility non-GUI functions for Xfce

Any ideas what could be missing?

Thanks!

ubmarco commented on 2021-01-06 19:41 (UTC)

@twa022: This works, thanks! Both for loading and saving.

twa022 commented on 2021-01-05 02:07 (UTC)

@ubmarco: I added a patch that worked for me. Give it a try and let me know if it works for you too and I'll submit it upstream if it does.

ubmarco commented on 2021-01-03 18:41 (UTC) (edited on 2021-01-03 18:45 (UTC) by ubmarco)

I just upgraded to 1.0.12. When restoring panel configs from version 1.0.10 I no longer see my previous launchers. The other items work normally (CPU Graph, System Load Monitor, Network Monitor, ...).

When going back to 1.0.10 it works again. Is the new version supposed to be incompatible with previous configs?

Edit: I see there is already an issue open for this https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/issues/26

Shall we roll back to 1.0.10 (or 1.0.11, didn't check when this regression was introduced)? With this bug, the software is not really useful.

oberon2007 commented on 2016-06-01 15:47 (UTC)

Oops, thank you! ;) fixed.

dreieck commented on 2016-06-01 14:18 (UTC)

source URL is wrong: You need to replace "{$pkgname}" by "${pkgname}".