Enter forum description here ...
+3

libgconf-2.so.4

Roberto Pla il y a 1 an 0

When installing Haroopad on Ubuntu 23.10, when I run it, I get the following error:

```

error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

```

and the application does not start.

Investigating, I found that it is the libgconf-2-4 package, which is not installed, but when I try to do:

```

$ > sudo apt install libgconf-2-4


The response I get is:

```

Creating dependency tree... Done

Reading status information... Done

E: Could not locate package libgconf-2-4

```

How I can fix it?

+3

install on ubuntu 22.04 failed

spongebob il y a 2 ans 0

After installing on ubuntu 22.04 LTS, the app fail to start complaining it can not open libgconf-2.so.4

Here what I got

```
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy

$ sudo apt install ./haroopad-v0.13.1-x64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'haroopad' instead of './haroopad-v0.13.1-x64.deb'
The following NEW packages will be installed:
haroopad
....

$ haroopad
/usr/share/haroopad/haroopad: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
```

+3

Extra line breaks inserted when file is saved.

Jonas il y a 9 ans 0

Every time I save my markdown file, extra line breaks are inserted in the document(visible the next time i open the file), causing for example tables to be corrupted. Has anyone else experienced this problem?

+3
Terminé

Github flavored markdown - "Task Lists" addition

Uggy il y a 11 ans mis à jour par Rhio Kim il y a 10 ans 4
Https://help.github.com/articles/github-flavored-markdown
It would be nice to add "Task Lists" into the set of already supported github-flavored-markdown
+3
Corrigé

[Linux] Ubuntu 13.04 amd64 - Occur error shared libraries

김지헌 il y a 12 ans mis à jour par Víctor Velarde Gutierrez il y a 11 ans 7

OS : Ubuntu 13.04 amd64

Install and execute haroopad.


occur error.

error Message :

```

/usr/share/haroopad/haroopad: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

```


I found Solution : http://askubuntu.com/questions/288821/cannot-open-shared-object-file-libudev-so-0-in-ubuntu-64


```
cd /lib/x86_64-linux-gnu/
sudo ln -sf libudev.so.1 libudev.so.0
```
+3
À l'étude

copy paste not working on windows 8.1 update

Kashif Ali Mian il y a 10 ans mis à jour par Dillon Sylvestre il y a 10 ans 3
After installing updates for windows 8.1 today, copy paste is not working. I tried copying from some m.s word source and try both ctrl+v and manual pasting, but didn't work.
+3
À l'étude

Easy save to Wordpress, SimpleNote, or Evernote

Ted Curran il y a 11 ans mis à jour par dbYoung il y a 10 ans 2
I really like being able to open HarooPad quickly when I get an idea and start writing. Once I'm done writing though, I'd like an easy way to save my writing to my Wordpress blog's Drafts storage (via XML-RPC http://codex.wordpress.org/XML-RPC_WordPress_API), or to SimpleNote or Evernote. This would make it a super useful "first step" in my writing process. 
+3

Tabs or Window Management

Ted Curran il y a 10 ans 0
It would be great to be able to see visually all of the different HarooPad documents I have open at the same time, and to easily move between them. LightPaper markdown editor has a nice tabbed interface where I can see all open documents. It would be awesome if HarooPad had something similar, as I generally like HarooPad better.
Keep up the great work!
+3
À l'étude

Export the image with relative path setting

國俊 范 il y a 10 ans mis à jour par Rhio Kim il y a 10 ans 1
It will change the relative image path to absolute path, when exports the Image Markdown to html by “Document - HTML” or “clipper – including style HTML”.
It will keep the relative image source setting when Exporting by “Clipper – without style HTML”.
I think it should be kept the markdown setting when export to HTML, and export style independent.
Example:
Md:
   ![](materials/System_application_diagram_1.PNG)

Export:
  •   export to html file or Clipper-including style HTML
    <img src="d:\SVN\test\system/materials/block_Diagram.PNG"

  • export to Clipper-without style HTML
    <img src="materials/block_Diagram.PNG"
+2

I can't change UI language?

Ethan F5D3 il y a 8 ans 0

I want to change the UI language, but it seems that there's no option to do that.