Need to register often
Not sure if this is normal but I need to fill in my mail address at the start of PSS often. I guess about every 5 times starting the program, so sometimes I need to to register at start every few days.
Using Ubuntu 16.04. BTW thanks for bringing PSS to Linux, it works so smooth!!
Using Ubuntu 16.04. BTW thanks for bringing PSS to Linux, it works so smooth!!
Re: Need to register often
Try to disable internet access to Paintstorm after the registration complete. (firewall or other defence software)
-
- Posts:20
- Joined:Wed Aug 16, 2017 12:42 am
Re: Need to register often
I also have that issue. Guess I will try disabling it's internet access.
Re: Need to register often
After registration install firejail and make a shortcut with "firejail --noprofile --net=none /usr/share/paintstorm/Paintstorm" as executable. It works for me.snapper wrote:Not sure if this is normal but I need to fill in my mail address at the start of PSS often. I guess about every 5 times starting the program, so sometimes I need to to register at start every few days.
Using Ubuntu 16.04. BTW thanks for bringing PSS to Linux, it works so smooth!!
- My Art Gallery: https://www.deviantart.com/ico-dy/gallery/
Re: Need to register often
Thanks for the tip, I'll try this.Ico-dY wrote:After registration install firejail and make a shortcut with "firejail --noprofile --net=none /usr/share/paintstorm/Paintstorm" as executable. It works for me.snapper wrote:Not sure if this is normal but I need to fill in my mail address at the start of PSS often. I guess about every 5 times starting the program, so sometimes I need to to register at start every few days.
Using Ubuntu 16.04. BTW thanks for bringing PSS to Linux, it works so smooth!!
The "disable internet access..." trick didn't work. Maybe it means to always disable internet access when using PSS, would be a funny thing to do.
I made a desktop file now with firejail command. I suppose this command blocks PSS internet access?
Re: Need to register often
Yes, firejail always blocks the PSS connections. Click on other->help in PSS to test firejail. The browser shouldn't work because the child process is blocked as well.snapper wrote:Ico-dY wrote:snapper wrote:
The "disable internet access..." trick didn't work. Maybe it means to always disable internet access when using PSS, would be a funny thing to do.
I made a desktop file now with firejail command. I suppose this command blocks PSS internet access?
- My Art Gallery: https://www.deviantart.com/ico-dy/gallery/
-
- Posts:20
- Joined:Wed Aug 16, 2017 12:42 am
Re: Need to register often
Funny this got posted today I just discovered firejail. I'm going to give that a shot.
-
- Posts:20
- Joined:Wed Aug 16, 2017 12:42 am
Re: Need to register often
I tried this but get error:Ico-dY wrote: After registration install firejail and make a shortcut with "firejail --noprofile --net=none /usr/share/paintstorm/Paintstorm" as executable. It works for me.
** (Paintstorm:2): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus: Connection refused
Then it fails to load...
-
- Posts:20
- Joined:Wed Aug 16, 2017 12:42 am
Re: Need to register often
Ico-dY wrote:After registration install firejail and make a shortcut with "firejail --noprofile --net=none /usr/share/paintstorm/Paintstorm" as executable. It works for me.snapper wrote:Not sure if this is normal but I need to fill in my mail address at the start of PSS often. I guess about every 5 times starting the program, so sometimes I need to to register at start every few days.
Using Ubuntu 16.04. BTW thanks for bringing PSS to Linux, it works so smooth!!
Actually, not matter what I try the parent shuts down right away. Even if I allow network. firejail --noprofile /usr/share/paintstorm/Paintstorm
Re: Need to register often
It's a common apparmor bug: https://bugs.launchpad.net/ubuntu/+sour ... ug/1373070HeroicNate wrote:Actually, not matter what I try the parent shuts down right away. Even if I allow network. firejail --noprofile /usr/share/paintstorm/Paintstorm
Please, use "--protocol=unix” instead of “--net=none”. The effect will be the same disabling ipv4 and ipv6.
So the command should be:
"firejail --noprofile --protocol=unix /usr/share/paintstorm/Paintstorm"
- My Art Gallery: https://www.deviantart.com/ico-dy/gallery/