orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

Window for tutorials and usage statistics keeps showing at start

Open elapraznik opened this issue 4 years ago • 4 comments

What's wrong?

When I open Orange I keep getting a window for Orange Tutorials and Anonymous Usage Statistics, even though I have clicked "Don't show again" a number of times. image

image

How can we reproduce the problem?

The window appears when opening Orange anew.

What's your environment?

  • Operating system: macOS monterey
  • Orange version: Version 3.31.1
  • How you installed Orange: Website

elapraznik avatar Mar 18 '22 12:03 elapraznik

Can you open up the Terminal.app application and run

ls -l  ~/.config/biolab.si/

command and paste the output.

ales-erjavec avatar Apr 25 '22 08:04 ales-erjavec

Apparently the repository doesn't exist.

Screenshot 2022-04-25 at 15 37 18

elapraznik avatar Apr 25 '22 13:04 elapraznik

Are you running Orange from the .dmg directly or from /Applications or from another folder?

markotoplak avatar Apr 25 '22 14:04 markotoplak

From /Applications.

elapraznik avatar May 03 '22 10:05 elapraznik

Can you open up the Terminal.app application and run

ls -ld  ~/.config

paste the output. And on the off chance that that also does not exists

ls -ld  ~/

ales-erjavec avatar Jan 13 '23 10:01 ales-erjavec

Solution

sudo chmod $USER ~/.config

ales-erjavec avatar Jan 13 '23 10:01 ales-erjavec