You are not logged in.
On my bunsenlabs installation a lot of client side decorated applications are running, but I dislike that they don't fit the appealing and simple bunsenlabs / openbox theme, besides the different close buttons are irritating.
So I startet to search for alternatives for each of those applications. The first one to eliminate was the documente viewer / aka evince.
I've found mupdf and suggest it as the default application for bunsenlabs. It is faster, simpler, weighs less and is completely keyboard controllable.
The only caveat I've found so far, is that it does not ask for a password automatically. For that case, I wrote following script called from my desktop files:
#!/bin/bash
CMD="/usr/bin/mupdf $@"
OUTPUT=$($CMD 2>&1)
if [[ $? -ne 0 && $OUTPUT =~ ^.*error:\ Needs\ a\ password.*$ ]]; then
PASSWORD=$(yad --title="Password for pdf" --text="Enter password for file <b>$1</b>:" --image="dialog-password" --entry --hide-text --center 2> /dev/null)
/usr/bin/mupdf -p "$PASSWORD" "$@"
else
/usr/bin/mupdf "$@"
fi
What do you mean?
Offline
I have this in my postbang notes
atril is mate version of evince & engrampa is mate version of file-roller
There is also a thread where this stuff was discussed someplace.
Last edited by brontosaurusrex (2016-08-31 08:20:53)
Offline
the mate versions are probably really the way to go
okular is kdebased I think, so would not fit the current bunsenlabs setup, but it has some appealing features.
Offline
when installing atril and engrampa is it save to uninstall evince and fileroller?
Offline
a lot of client side decorated applications
i suppose this means gtk3.
isn't there a way to globally disable client side decorations?
Offline
when installing atril and engrampa is it save to uninstall evince and fileroller?
You can check what will happen by using the "-s" (for "simulate") flag:
aptitude purge -s evince fileroller
If `aptitude` starts asking you to make choices, <Ctrl>+c and leave them alone
Offline
atril comes with some mate theme dependencies: mate-desktop-common, mate-icon-theme. I use it it's much lighter than evince.
Offline
I'm testing Atril as I type ... nice program And the theme fits better than Evince
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
I was using zathura, then it disppeared.
Offline
Could this all be about the need to further tweak the BunsenLabs GTK3 theming?
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
^ as i said, isn't it possible to globally disable client-side deco in ~/.config/gtk-3.0/settings.ini or some such?
not sure if it affects functionality, but if not, maybe that's the way to go for bunsenlabs?
Offline
Tried out both Atril and Engrampa. While both work well, seem light weight, and generally look better, Atril lacks the annotation/highlighting feature that was added to recent versions of Evince (it continues to confound me that the Linux world doesn't seem to need to annotate things, since almost not PDF viewer or ebook reader supports this feature...)
Offline
@qcgxr: There is something in Atril (1.14.1), maybe Debian version is not there yet?, same thing in Debian (version 1.8.1).
http://blogs.perl.org/users/cyocum/2011 … vince.html
Last edited by brontosaurusrex (2016-09-02 10:01:58)
Offline
Hmm, I'm just wondering: If I open evince or mupdf, it shows the document but without menu-icons. How do I get access to the different features? I tried F1-F12, the menu-key, right-click, etc. somehow I cannot see the usual layout....
Offline
Hmm, I'm just wondering: If I open evince or mupdf, it shows the document but without menu-icons. How do I get access to the different features? I tried F1-F12, the menu-key, right-click, etc. somehow I cannot see the usual layout....
Have you tried different themes?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
@damo Thank you!
I had Faenza-Dark-Bunsen and just switched to something else: Now the menu is there on Evince!
For Atril I had the menu icons also with Faenza-Dark-Bunsen.
Offline
I'm going to wait till stretch is pending before I change any GTK3 theming, since GNOME is a clusterfuck.
if you use engrampa with thunar, don't forget to add bronto's extraction script for the extract here/create archive context menu entries...
http://crunchbang.org/forums/viewtopic. … 79#p436779
http://crunchbang.org/forums/viewtopic. … 10#p436810
I don't care what you do at home. Would you care to explain?
Online