Search Criteria
Package Details: uberwriter 2.1.4-1
Git Clone URL: | https://aur.archlinux.org/uberwriter.git (read-only) |
---|---|
Package Base: | uberwriter |
Description: | A distraction free Markdown editor for GNU/Linux made with GTK+ |
Upstream URL: | http://uberwriter.github.io/uberwriter/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | tahayassen |
Maintainer: | somas95 |
Last Packager: | somas95 |
Votes: | 11 |
Popularity: | 0.007704 |
First Submitted: | 2015-09-18 17:52 |
Last Updated: | 2018-12-06 14:03 |
Dependencies (6)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-optional-csd, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-ubuntu, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-classic)
- pandoc (pandoc-cabal, pandoc-bin)
- python-gtkspellcheck
- python-setuptools (make)
- otf-fira-mono (optional) – Recommended font
- texlive-core (texlive-full, texlive-installer) (optional)
Latest Comments
1 2 Next › Last »
yochananmarqos commented on 2019-08-04 17:13
python-gtkspellcheck
is no longer necessary.Please replace
pandoc
withpython-pypandoc
and addwebkit2gtk
gspell
python-regex
python-levenshtein
python-pyenchant
python-cairo
.tapir commented on 2019-02-23 13:21
this package still doesn't work. any word on cairo dependency? edit: Isn't it just a matter of adding python-cairo to PGBUILD?
somas95 commented on 2019-02-17 10:43
Yup, I should add that dependecy Manually install it and I'll add it to the PKGBUILD soon
tapir commented on 2019-02-17 07:46
File "/usr/bin/uberwriter", line 49, in <module> import uberwriter File "/usr/lib/python3.7/site-packages/uberwriter/init.py", line 28, in <module> from . import UberwriterWindow File "/usr/lib/python3.7/site-packages/uberwriter/UberwriterWindow.py", line 36, in <module> import cairo
Can't find cairo
flipflop97 commented on 2018-08-09 19:47
I made a vcs version of this package:
https://aur.archlinux.org/packages/uberwriter-git/
Didn't figure out all dependencies yet but feel free to use it as a base for this package and improve it.
somas95 commented on 2018-07-07 14:14
I know, I'm him :) I'm still figuring out how to do a good PKGBUILD for this, if anyone wants to help me I'm all ears. In the meantime, in Flathub there is a updated build.
artfors commented on 2018-07-07 13:39
Did you know there's a new version out? There's a new maintainer of the project. The new address to the project is:https://github.com/UberWriter/uberwriter or http://uberwriter.github.io/
frail commented on 2017-04-24 03:15
Tested out the fix recommended below and not sure what's going on but it was still failing to launch. Weird stuff. Hopefully it gets some update.
psyriccio commented on 2017-02-03 21:18
here it is -- a fix, now it works
---------------------------------
--- /opt/extras.ubuntu.com/uberwriter/share/uberwriter/media/style.css
+++ /opt/extras.ubuntu.com/uberwriter/share/uberwriter/media/style.css.fix
@@ -42,7 +42,7 @@
}
.uberwriter_window.small .uberwriter-editor {
- font: Inconsolata 12;
+ font: 12pt Inconsolata;;
}
.uberwriter_window GtkGrid {
background-color: @light_editor_bg;
@@ -54,11 +54,11 @@
}
#UberwriterWindow.medium .uberwriter-editor {
- font: Inconsolata 15;
+ font: 15pt Inconsolata;
}
#UberwriterWindow.large .uberwriter-editor {
- font: Inconsolata 17;
+ font: 17pt Inconsolata;
}
#UberwriterWindow GtkAlignment {
@@ -185,7 +185,7 @@
}
#LexikonBubble {
- font: serif 12;
+ font: 12pt serif;
background: #FFF;
border-radius: 4px;
margin: 5px;
@@ -209,7 +209,7 @@
}
#LexikonBubble .lexikon_heading {
- font: serif 12;
+ font: 12pt serif;
padding-bottom: 5px;
padding-top: 5px;
font-weight: bold;
@@ -232,7 +232,7 @@
#UberwriterWindow #AutoCorrect GtkLabel {
padding: 3px 5px;
- font: sans-serif;
+ font: 10pt sans-serif;
}
#UberwriterWindow #AutoCorrect GtkImage {
robouk commented on 2016-11-25 11:00
FYI, this package does not work on my system.