DanielBorgesOliveira / onedrive_tray

OneDrive system tray program
GNU General Public License v3.0
113 stars 21 forks source link

Suggestion: AppImage or FlatPak? #31

Open jaxankey opened 2 years ago

jaxankey commented 2 years ago

Hello,

Compiling failed on Linux Mint 20.3 with

../window.cpp:217:77: error: ‘class QLocale’ has no member named ‘formattedDataSize’
  217 |      freeSpaceAction->setText(tr("Free space: ") + QLocale().formattedDataSize(freeSpace, 2, QLocale::DataSizeTraditionalFormat));
      |                                                              ^~~~~~~~~~~~~~~~~

../window.cpp:217:118: error: ‘DataSizeTraditionalFormat’ is not a member of ‘QLocale’
  217 | ace: ") + QLocale().formattedDataSize(freeSpace, 2, QLocale::DataSizeTraditionalFormat));
      |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~

But, rather than fighting to maintain a more detailed compile instruction set, would you be willing to make a standalone AppImage or something we could just download?

Thanks, Jack