You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to [PiDP-1]
Hi, I am getting this error when I
use the desktop ‘Load Paper Tape Reader’ icon. As far as I can tell, it does
not affect the paper tape reader, or anything else in the PDP-1 simulation.
Is it important?
Cheers
AndrewB
Andrew Barron
unread,
Aug 8, 2026, 6:53:51 PM (4 days ago) Aug 8
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to [PiDP-1]
With some help from Google AI I fixed this problem. Add the two highlighted lines near the top of the opt/pidp1/bin/load_ptr.sh file.
#!/bin/bash
BASE_DIR="/opt/pidp1"
#added to make error go
away, AI Google supplied the answer.
export GTK_A11Y=none
export NO_AT_BRIDGE=1
# Launch zenity from the base dir
Bill E
unread,
Aug 9, 2026, 2:18:39 PM (4 days ago) Aug 9
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to [PiDP-1]
I'll add this to the version in my repo. I don't have write access to the original repo, so can't fix that version.