Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Log Out after installation - Qt Installer Framework
Forum Updated to NodeBB v4.3 + New Features

Log Out after installation - Qt Installer Framework

Scheduled Pinned Locked Moved General and Desktop
installerifwlogout
1 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Noturnoz
    wrote on last edited by
    #1

    I would like to ask if it is possible to create a "Log Out" option at the end of the installer (Qt IF) on Mac OS X. I tried to at this to the config.xml file but nothing happens:

    <RunProgram>osascript</RunProgram>
    <RunProgramArguments>
        <Argument>-e</Argument>
        <Argument>'tell app "System Events" to log out'</Argument>
    </RunProgramArguments>
    <RunProgramDescription>Log out</RunProgramDescription>
    

    This is in the installer's log file:

    [13066] Warning: QString::arg: Argument missing: Log out, Client Based Spooler (:0, )
    [18420] starting "osascript" ("-e", "'tell app "System Events" to log out'")
    
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved