Replies: 4 comments
-
|
I second that! We are just evaluating Flameshot in a citrix environment, and it would be great if one could set a configuration file for all users. At least I was able the set the autostart option for all users by creating a registry key with a GPO. But it would be a nice addition if I could disable the "automatic check for updates" option for all users. Patric |
Beta Was this translation helpful? Give feedback.
-
|
The ini file location is coming from this code part and currently set to UserScope flameshot/src/utils/confighandler.cpp Lines 200 to 205 in 7033f73 You could try to change it to the following (not tested by me!): As "normal" user's should not have permission to touch any files in 'C:/Program Files', I don't know what will happen, if a user changes a configuration through the Flameshot user interface - maybe nothing happens, maybe an error message is shown 🤷♂️! Even if the above works, I can't see a 'clean' solution in the code yet for deploying Flameshot correctly depending on the user's preferred location for the INI file:
|
Beta Was this translation helpful? Give feedback.
-
|
If portable mode is eventually fixed/completed (such that the |
Beta Was this translation helpful? Give feedback.
-
|
See #4531 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
can I place a flameshot.ini in the program files, to enforce some settings for all users?
Beta Was this translation helpful? Give feedback.
All reactions