Tomáš Hnyk

Results 76 comments of Tomáš Hnyk

@KarimGeiger I noticed in other issues you do not get notifications so here I am trying to send you one. Also, I have a question - any idea how one...

By the way, when one uses the Makefile.simple installation method, one also does not get an icon.

Thanks! However, when doing `make -f Makefile.simple` fails with: ``` make[1]: Leaving directory '/home/drew/Zdroje_a_programy/Sources/parcellite/po' make -C $(echo build.data|sed 's!build.!!') -f Makefile.simple GETTEXT_PACKAGE=parcellite make[1]: Entering directory '/home/drew/Zdroje_a_programy/Sources/parcellite/data' LC_ALL=C /usr/bin/intltool-merge -d -u...

`/usr/bin/intltool-merge` is there. ``` git rev-parse HEAD 112a625edf5f8b951a2faf526a54cd411cf8bc17 ``` I also did this from a Frech clone master. I am on Kubuntu 21.10.

It gives out this: ``` make -f Makefile.simple Checking for intltool-update intltool-extract intltool-merge pkg-config Checking for intltool-update.. /usr/bin/intltool-update 'V=0.51.0' OK Checking for intltool-extract.. /usr/bin/intltool-extract 'V=0.51.0' OK Checking for intltool-merge.. /usr/bin/intltool-merge...

You mean in the top level, so i.e: ``` rm parcellite/ git clone https://github.com/rickyrockrat/parcellite.git parcellite cd parcellite/ make -f Makefile.simple find . -name '.intltool-merge-cache' ``` That gives no output.

There is no `parcellite.desktop`, there is only `parcellite.desktop.in` ? These are the files in the data directory: Makefile.am Makefile.simple parcellite.appdata.xml parcellite.desktop.in parcellite.png parcellite-startup.desktop.in parcellite.svg parcellite.xpm the `parcellite-startup.desktop.in` file is as...

Well, it does not get created. In the po directory, there is no en.po, just [email protected] and [email protected] My locales is as follows: ```` LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC=cs_CZ.UTF-8 LC_TIME=cs_CZ.UTF-8 LC_COLLATE="en_US.UTF-8"...

Yes, as you can see and it is at that commit. I am also puzzled:-): ![Screenshot_20220223_110302](https://user-images.githubusercontent.com/1218098/155297777-5c339f1a-dde6-44bc-b7d0-05b8849caea5.png) I am on KDE - could it be the reason, that I miss something...

Yes ``` editing data/Makefile.simple and replace: INTLTOOL_MERGE = /usr/bin/intltool-merge with INTLTOOL_MERGE = ../intltool-merge ``` makes it build. There is a huge difference in versions: ``` $ intltool-merge --version intltool-merge (intltool)...