Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. root
    Log in to post

    • UNSOLVED Deploy to remote and run in terminal (as root!)?
      General and Desktop • cross compile raspberry pi deploy root term • • pauledd  

      2
      0
      Votes
      2
      Posts
      38
      Views

      I somehow workaround it. On the RaspberryPi I created a bash script in /usr/bin: /usr/bin/x5 #!/bin/bash xhost +local: sudo /home/pi/adas0002 --platform xcb I made it executable and then on my Desktop-Pc in Qt-Creator I have "/usr/bin/x5" in "Alternate executable on device". Now my application starts with root even without invoking any terminal. I know this is very bad in security point of view but I dont care on my little offline Raspi...
    • UNSOLVED Bluetooth examples and permissions
      General and Desktop • bluetooth qt5.7 root • • Mark81  

      1
      0
      Votes
      1
      Posts
      862
      Views

      No one has replied

    • SOLVED QTreeView shows all the subfolders, but not the parent folder.
      General and Desktop • treeview qt 5.6 qfilesystemmode directory root • • Punit  

      6
      0
      Votes
      6
      Posts
      3206
      Views

      Thanks a lot. :) @raven-worx @giupigna. Problem solved.
    • << OpenFileDialog works only as root >>
      General and Desktop • root openfiledialog • • Hatuey  

      10
      0
      Votes
      10
      Posts
      1906
      Views

      "It is possible to get that kind of information from the application executable?" - it's easy. Call ldd PATH_TO_EXECUTABLE in a terminal
    • Installed QT 5.5.0 on Fedora22: Help me set required permission
      General and Desktop • linux write fedora root permission opt • • nishu-tryinghard  

      20
      0
      Votes
      20
      Posts
      3875
      Views

      AFAIC Qt Creator assumes that examples are self contained. These are a bit of a special case