Rom888

Results 31 comments of Rom888

Thanks @carsonip, Now I see an icon in my tray, but how can I open settings? Nothing happens if I click on it.

The same for me with Ubuntu 23.10: ``` GNU Image Manipulation Program version 2.99.18 git-describe: GIMP_2_99_18 Build: org.gimp.GIMP.snapcraft.preview rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=/usr/bin/cc...

Вот здесь встретил инструкцию как заполнять 3ндфл в 'налогоплательщик юл': Установив программу Налогоплательщик ЮЛ , начинаем заполнять в ней Декларацию 3-НДФЛ https://dzen.ru/a/XnSSREpqmnn9c6JL

@Tobiaqs > Try installing libcld2-dev? Thanks for reply. Tried it now, but unfortunately with no success. ``` sudo apt install libcld2-dev Reading package lists... Done Building dependency tree Reading state...

@bohning thanks for reply. Tried it now: ``` sudo apt install qt515base libtag1-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package qt515base...

Tried again, result: ``` ~/Downloads/UltraStar-Creator/src$ qmake UltraStar-Creator.pro && make Info: creating stash file /home/rom/Downloads/UltraStar-Creator/src/.qmake.stash /usr/lib/qt5/bin/uic monty/QUMontyArea.ui -o ui/ui_QUMontyArea.h /usr/lib/qt5/bin/uic QUMainWindow.ui -o ui/ui_QUMainWindow.h QUMainWindow.ui: Warning: The name 'layoutWidget' (QWidget) is already...

@bohning I don't use Qt, but just followed instructions: https://github.com/UltraStar-Deluxe/UltraStar-Creator#compiling-on-linux and added all recommended in this topic: ``` sudo apt install libcld2-dev sudo add-apt-repository ppa:beineri/opt-qt-5.15.2-focal sudo apt-get update sudo apt...

I installed Qt 5.15.2 using this instructions: https://wiki.qt.io/Install_Qt_5_on_Ubuntu and removed old versions: ``` sudo apt remove qt5-default qttools5-dev-tools qtbase5-dev-tools qt5-qmake ``` and no success: ``` ~/Downloads/UltraStar-Creator/src$ qmake UltraStar-Creator.pro && make...

> Do you need to compile yourself or can you also use the [AppImage](https://ci.appveyor.com/project/bohning/ultrastar-creator/build/job/fahaofw44aapdiin/artifacts) from CI? No, I don't need to compile it myself. I just want to use this...