Menu

#313 PAC isn't running on Linux Mint 19.1/XFCE

v1.0 (example)
open
nobody
None
5
2020-01-09
2019-04-03
dgessel
No

Linux Mint 19.1, 4.15.0-46.
perl5 (revision 5 version 26 subversion 1)

Just updated from 18.3, PAC was running pervfectly. On 19.1, it is not, alas. :(

$ perl -d /usr/bin/pac

Loading DB routines from perl5db.pl version 1.51
Editor support available.

Enter h or 'h h' for help, or 'man perldebug' for more help.

main::(/usr/bin/pac:22): $|++;
DB<1> c
PAC started (pac) with PID 17508
LOG **: Name com.canonical.AppMenu.Registrar does not exist on the session bus
at /opt/pac/lib/PACUtils.pm line 276.
PACUtils::_splash(1, "Starting PAC (v4.5.5.7)", 1, 6) called at /opt/pac/lib/PACMain.pm line 167
PACMain::new("PACMain") called at /usr/bin/pac line 112
INFO: Used config file '/home/gessel/.config/pac/pac.nfreeze'
Signal SEGV at /opt/pac/lib/PACMain.pm line 282.
PACMain::start(PACMain=HASH(0x55feda72f178)) called at /usr/bin/pac line 116
Aborted (core dumped)

Discussion

  • dgessel

    dgessel - 2019-04-04

    I apologize, I craeated #312 on 3-27 and totally forgot. This is the same issue. I've added the detail above to #312 and this ticket can be closed/marked as duplicate.

     
  • Robert P

    Robert P - 2020-01-09

    I have similar issue with Mint 19.3, Cinnamon

    :~$ perl -d /usr/bin/pac
    Loading DB routines from perl5db.pl version 1.51
    Editor support available.
    
    Enter h or 'h h' for help, or 'man perldebug' for more help.
    
    main::(/usr/bin/pac:22):    $|++;
      DB<1> c
    PAC started (pac) with PID 29599
    ERROR: PAC was unable to load *any* config file from '/home/dlvlprp/.config/pac'... Now starting from scratch...Use of uninitialized value in string eq at /opt/pac/lib/PACConfig.pm line 672.
     at /opt/pac/lib/PACConfig.pm line 672.
        PACConfig::_updateGUIPreferences(HASH(0x5640cd457068)) called at /opt/pac/lib/PACConfig.pm line 195
        PACConfig::_initGUI(HASH(0x5640cd457068)) called at /opt/pac/lib/PACConfig.pm line 104
        PACConfig::new("PACConfig", HASH(0x5640cd3bf670)) called at /opt/pac/lib/PACMain.pm line 853
        PACMain::_initGUI(PACMain=HASH(0x5640ca10e5e0)) called at /opt/pac/lib/PACMain.pm line 282
        PACMain::start(PACMain=HASH(0x5640ca10e5e0)) called at /usr/bin/pac line 116
    Signal SEGV at /opt/pac/lib/PACMain.pm line 282.
        PACMain::start(PACMain=HASH(0x5640ca10e5e0)) called at /usr/bin/pac line 116
    Aborted (core dumped)
    
     

Log in to post a comment.