Search Criteria
Package Details: foxitreader 2.4.4.0911-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/foxitreader.git (read-only, click to copy) |
---|---|
Package Base: | foxitreader |
Description: | A fast, secure and complete PDF viewer |
Upstream URL: | https://www.foxitsoftware.com/products/pdf-reader/ |
Licenses: | custom:eula |
Submitter: | tdy |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 461 |
Popularity: | 0.44 |
First Submitted: | 2009-01-21 18:59 (UTC) |
Last Updated: | 2019-12-03 01:20 (UTC) |
Dependencies (15)
- dbus (dbus-elogind, dbus-git, dbus-nosystemd-minimal-git, dbus-nosystemd, dbus-selinux, dbus-x11, dbus-xdg-docs)
- desktop-file-utils (desktop-file-utils-git)
- fontconfig (fontconfig-srb, fontconfig-minimal-git, fontconfig-git, fontconfig-ubuntu)
- gstreamer0.10-base
- libgl (glshim-git, libhybris-ext-libgl-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, swiftshader-git, amdgpu-pro-libgl-cfe, amdgpu-pro-libgl, libglvnd)
- libsecret
- libsm
- libxcomposite
- libxi (libxi-git)
- libxrender
- libxslt (libxslt-git)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- chrpath (chrpath-svn) (make)
- p7zip (p7zip-jinfeihan57-git, p7zip-natspec, 7-zip-full) (make)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view, gtk2-maemo) (optional) – use GTK+ dialogs under GTK+ based desktop environments
Latest Comments
medmedin commented on 2022-02-09 10:02 (UTC)
@muflone , for now every app in AUR is providing binary based package to avoid those annoying compiling steps, so why not change this package and make it based on already Linux 64bits compiled binary ?
drws commented on 2021-07-06 21:08 (UTC)
There is an error in line 101 of PKGBUILD: wrong permissions of the .desktop file are set. Desktop file should not have an execution permission ("install -m 644 ..." should suffice).
guanmfei commented on 2021-04-24 03:04 (UTC)
It can't open a URL of a PDF doc in my KDE desktop.
KDE 5.81.0 / Plasma 5.21.4
I tried to find the log in terminal. This is the error message when I click the link in PDF.
kde-open5: symbol lookup error: /usr/lib/libQt5WaylandClient.so.5: undefined symbol: _ZN20QPlatformIntegration7destroyEv, version Qt_5_PRIVATE_API
Dose anyone know how to solve it?
Philzli commented on 2021-04-07 16:21 (UTC)
If you include the version byte of the header in your grep string you only get valid 7z files.
BenSYZ commented on 2021-02-28 23:34 (UTC) (edited on 2021-02-28 23:37 (UTC) by BenSYZ)
Save file with caution: foxit reader may delete your pdf files when you want to save the file after taking notes. And foxit reader for Linux is no longer maintained.
https://forums.foxitsoftware.com/forum/portable-document-format-pdf-tools/foxit-reader/166221-serious-problem-foxit-reader-is-deleting-my-pdf-files
Good news is:
https://forums.foxitsoftware.com/forum/portable-document-format-pdf-tools/foxit-reader/181226-middle-click-linux-behavior
floreen commented on 2020-12-10 16:26 (UTC) (edited on 2020-12-10 16:28 (UTC) by floreen)
@tornado99 This replaces the Monospace font everywhere in the system. To limit this to Foxit-Reader, add this to the fontconfig::
Alkkem commented on 2020-12-03 12:58 (UTC)
Even though I applied Static_rocket's fix, it's still not working. It cannot find a missing dependency but I really don't know why this happens: ==> Making package: gstreamer0.10-base 0.10.36-13 (Thu 03 Dec 2020 13:57:38 CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... error: target not found: gstreamer0.10>=0.10.36 ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> gstreamer0.10>=0.10.36 ==> ERROR: Could not resolve all dependencies.
solarkraft commented on 2020-11-02 12:05 (UTC) (edited on 2020-11-02 12:06 (UTC) by solarkraft)
On my desktop it starts with
This application failed to start because it could not find or load the Qt platform plugin "wayland".
suggesting it's shipping its own version of Qt without Wayland support. Could it be patched to use the system version of Qt?tornado99 commented on 2020-08-31 22:10 (UTC) (edited on 2020-09-06 10:48 (UTC) by tornado99)
I found a solution to the ugly font issue. Just put the following in your fonts.config. Shouldn't affect the rest of your system unless you're using Droid Sans anywhere. In KDE the system settings monospace setting overrides this for most other apps. Still not great though as the size is too small. <match target="pattern"> <test qual="any" name="family"> <string>monospace</string> </test> <edit mode="assign" name="family" binding="same"> <string>Droid Sans</string> </edit> </match> <match target="font"> <test name="family"> <string>Droid Sans</string> </test> <edit mode="assign" name="embolden"> <bool>true</bool> </edit> </match>
sievelau commented on 2020-06-08 06:13 (UTC) (edited on 2020-06-08 06:15 (UTC) by sievelau)
@dschense 's solution worked for me too! Thanks! If yay complains unable to find gstreamer0.10-base, use the "-a" option:
LinuxLucas commented on 2020-04-13 17:48 (UTC)
@dschense 's solution worked for me as well! Thank you!
rAzNaR0k commented on 2020-04-01 02:16 (UTC)
@dschense's solution worked for me! Thanks a lot!
ZAKhan commented on 2020-03-31 06:00 (UTC)
tried method mentioned by @dschense but did not work
gave and error
makepkg -si ==> Making package: foxitreader 2.4.4.0911-4 (Tue 31 Mar 2020 10:59:01 PKT) ==> Checking runtime dependencies... ==> Installing missing dependencies... [sudo] password for zulfiqar: error: target not found: gstreamer0.10-base warning: 'gstreamer0.10-base' is a file, did you mean -U/--upgrade instead of -S/--sync? ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> gstreamer0.10-base ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.
dschense commented on 2020-03-28 10:32 (UTC)
to get it running you have to download the gstreamer0.10-base package and edit the PKGBUILD file
edit the PKGBUILD file and add
right before the make command in the build function
after this do
and after build and install completed, run the yay -S foxitreader again.
phiL0co commented on 2020-03-13 09:36 (UTC)
I tried it and it's working, @freaz , thx!!
freaz commented on 2020-03-12 18:39 (UTC)
There are comments on the gst-plugins-base aur page with instructions from Static_Rocket to hack the PKGBUILD file to fix the current problem. It works if you can figure it out.
mcbloch commented on 2020-03-10 17:34 (UTC)
Same problem as phiL0co and Archanfel80HUN.
The
gstreamer0.10-base
dependency fails during the build ofgst-plugins-base-0.10.36
.phiL0co commented on 2020-03-04 15:01 (UTC)
I'm having the same compile problem with gstreamer. Any way this can be circumvented?
Archanfel80HUN commented on 2020-02-21 10:02 (UTC)
The dependency gstreamer0.10-base no longer build. Its failed to compile, therefore foxitreader not installed.
Muflone commented on 2019-12-11 14:11 (UTC) (edited on 2019-12-11 14:12 (UTC) by Muflone)
@hivinay
the defect is not possible anymore as the EULA was included into the package itself
hivinay commented on 2019-12-11 13:48 (UTC) (edited on 2019-12-11 13:49 (UTC) by hivinay)
These are the steps I used to upgrade with the
eula.html
error, in case this helps anyone.Get the hash:
As of this comment, it is
4ca287e0c47f46df4185be7ff273c0cced304672ebc750aad6236590e1a772e6
.Replace the second sha256 hash (currently line 21) in the
PKGBUILD
file in this folder with the hash that you found above.Then, run
makepkg -si
to install.Muflone commented on 2019-12-03 01:12 (UTC) (edited on 2019-12-03 01:20 (UTC) by Muflone)
this is becoming so irritating. The Foxit website keeps changing the EULA for some reasons, unknown to me. It just changed three times today.
Therefore I'm incorporating the license file in the source package
It should be fixed once and forever.
vstuart commented on 2019-12-03 00:45 (UTC) (edited on 2019-12-03 04:49 (UTC) by vstuart)
The suggestions here are not working for me, so I uninstalled
foxitreader
,yay -R foxitreader
.... and cloned the repo:
Update
Thanks to @Muflone, this now also updates in
yay
. I needed to manually deleteeula.html
from~/.cache/yay/foxitreader/
, but thereafter my normalyay -Syu
update process appeared to update that foxitreader installation via @Muflone's updated code. :-)So, while I installed from git (detailed above), I believe the normal install from AUR should now run without issue. :-D
Many thanks to @Muflone for addressing this
eula.html
annoyance; much appreciated! :-)anastasios commented on 2019-12-02 23:45 (UTC)
I also confirm @Alireza's solution works perfect. @Alireza nice mate, thx a lot.
nwg commented on 2019-12-02 22:44 (UTC)
Update ends up like this:
==> Making package: foxitreader 2.4.4.0911-3 (Mon Dec 2 23:44:09 2019) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz -> Found eula.html -> Found foxitreader.patch -> Found foxitreader-excluded_files ==> Validating source files with sha256sums... FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz ... Passed eula.html ... FAILED foxitreader.patch ... Passed foxitreader-excluded_files ... Passed ==> ERROR: One or more files did not pass the validity check! :: Unable to build foxitreader - makepkg exited with code: 1
LothaireFR commented on 2019-11-29 11:03 (UTC)
This package is obsolete for a while Foxit doesn't even support Linux anymore.
moxin commented on 2019-11-27 13:00 (UTC)
Validating source files with sha256sums... eula.html ... FAILED
Please update.
jerry73204 commented on 2019-11-26 08:29 (UTC)
The digest of
eula.html
is altered again. Please update thanks.persianblue commented on 2019-10-20 15:38 (UTC)
it was just like you said @Alireza. I replaced the sha256sum of the eula.html with the provided checksum in PKGBUILD and the installation proceeded nicely.:) thanx mate
Alireza commented on 2019-10-13 17:49 (UTC)
Hi guys run
nano PKGBUILD
and then findsha256sum=
change the second line to7281f7b2933c4ca3fdb2aa91f695522ba8cb9f781cf93b71e74c4d684093d426
and you pass eula.html :)if you got error again, run
sha256sum eula.html
to get sha256sum and replaced it (I said above)jester commented on 2019-06-16 15:16 (UTC)
@christianlupus, You are right, now is working for me too.
christianlupus commented on 2019-06-14 08:13 (UTC)
@jester I tried it and it succeeded. Remove the
eula.html
file from your folder and it will get redownloaded.jester commented on 2019-06-14 06:34 (UTC)
eula.html still continue with the wrong checksum error, at least for me
Muflone commented on 2019-06-12 20:42 (UTC)
@naraesk I've just checked and the EULA checksum currently matches. Try to download the file again
Muflone commented on 2019-06-12 11:53 (UTC)
They're boring now.. I'll include a copy of the EULA in the package in the next update
naraesk commented on 2019-06-12 08:56 (UTC)
@Muflone: 2.4.4.0911-2 fails with wrong checksum of eula.html for me
Muflone commented on 2019-06-10 21:26 (UTC)
EULA checksum fixed
christianlupus commented on 2019-05-17 06:40 (UTC)
@thehungryturnip: This is not easily possible. The problem is that the package uses a precompiled binary that is already linked against version 0.10 of gstreamer. If you like another linking, you need to compile yourself. I am not sure if this is even possible as it is a custom license. Thus it is not guaranteed to be open source...
thehungryturnip commented on 2019-05-16 17:54 (UTC)
Curious if this AUR be updated to use the "gstreamer" in the repository instead of the AUR "gstreamer0.10-base"?
It seems like "gstreamer0.10-base" not only hasn't been updated since 2017, but also has another AUR dependency that hasn't been updated in a long time.
Sorry if this a stupid question.
Muflone commented on 2019-05-08 20:09 (UTC) (edited on 2019-05-08 20:09 (UTC) by Muflone)
I'll update the package in the weekend. In the meanwhile you can simply edit the PKGBUILD, find the line 21 with
sha256sums=('6b579bd4ecdf86f7e70a009886c511da0b5085b831b0d6afc42442cabc249b90'
and replace6b579bd4ecdf86f7e70a009886c511da0b5085b831b0d6afc42442cabc249b90
withSKIP
Next you can build the package again.
christianlupus commented on 2019-05-08 07:23 (UTC)
@argamanza: First download the patch somewhere and then go to the AUR git repo you cloned (where the PKGBUILD file is located) using your console. Then you simply issue
patch -Np1 -i /tmp/foxit.patch
(or whatever location you put the patch file). It should patch the PKGBUILD file (single line of output). After that you can build the package regularly. Simply putmakepkg
and install after successful build usingpacman -U foxitreader-.....
. You can install and build in one step usingmakepkg -i
.argamanza commented on 2019-05-08 06:24 (UTC)
@christianlupus would love to learn how can i use this patch in the installation process, i'm not quite sure and don't want to break things.
christianlupus commented on 2019-05-07 13:54 (UTC)
Using this patch, I was able to get the package running: https://gist.github.com/christianlupus/6a2203c8058dab1a49ed426a3a966daf
Spin_MAlkut commented on 2019-05-06 02:33 (UTC) (edited on 2019-05-06 02:38 (UTC) by Spin_MAlkut)
Erro Validate
eula.html
Gerei uma nova verificação
malkut-hp% ls
eula.html foxitreader-2.4.4.0911-1-x86_64.pkg.tar.xz foxitreader-excluded_files pkg PKGBUILD.bkp eula.html.bkp FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz foxitreader.patch PKGBUILD src
malkut-hp% sha256sum eula.html
58574d4b9aa4c3658b9188cafd89ad0f09c1c1b3aa86743080d0f4b1d6576541 eula.html
E depois substitui.
malkut-hp% cat PKGBUILD
sha256sums=('6b579bd4ecdf86f7e70a009886c511da0b5085b831b0d6afc42442cabc249b90'
'58574d4b9aa4c3658b9188cafd89ad0f09c1c1b3aa86743080d0f4b1d6576541'
'ee0f65819d00fea89f40112c769c704c7b663ff852e9d1d6e36d1b6d054d9c05'
'e558529c6dbea047eee744b011ffcc214547c503896b14211ebf5f6309ef4e9f')
malkut-hp% makepkg -si
Spin_MAlkut commented on 2019-05-06 02:31 (UTC)
Gerei uma nova verificação malkut-hp% ls eula.html foxitreader-2.4.4.0911-1-x86_64.pkg.tar.xz foxitreader-excluded_files pkg PKGBUILD.bkp eula.html.bkp FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz foxitreader.patch PKGBUILD src malkut-hp% sha256sum eula.html 58574d4b9aa4c3658b9188cafd89ad0f09c1c1b3aa86743080d0f4b1d6576541 eula.html
E depois substitui.
malkut-hp% cat PKGBUILD sha256sums=('6b579bd4ecdf86f7e70a009886c511da0b5085b831b0d6afc42442cabc249b90' '58574d4b9aa4c3658b9188cafd89ad0f09c1c1b3aa86743080d0f4b1d6576541' 'ee0f65819d00fea89f40112c769c704c7b663ff852e9d1d6e36d1b6d054d9c05' 'e558529c6dbea047eee744b011ffcc214547c503896b14211ebf5f6309ef4e9f') malkut-hp% makepkg -si
argamanza commented on 2019-05-03 16:32 (UTC) (edited on 2019-05-03 16:33 (UTC) by argamanza)
yep, seems like the eula.html needs to be fixed.
commented on 2019-05-01 12:22 (UTC)
Installation fails, the sha256 hash of eula.html file is not correct. I doesn't work even if I manually enter the file hash.
nopreserveroot commented on 2019-02-18 15:29 (UTC)
EULA URL has changed to https://www.foxitsoftware.com/pdf-reader/eula.html
jacopastorius commented on 2019-01-19 17:35 (UTC)
Is it possible to change menu fonts?
theoneric commented on 2018-11-08 08:35 (UTC)
Hi, a fresh install, never install before, ask me : File to patch : What I write ther ? I use : yaourt -S foxitreader Message : can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was:
|diff -Naur foxitreader.orig/FoxitReader.desktop foxitreader/FoxitReader.desktop |--- foxitreader.orig/FoxitReader.desktop 2018-02-13 18:54:39.000000000 +0100 |+++ foxitreader/FoxitReader.desktop 2018-10-28 16:55:01.954090619 +0100
File to patch:
Muflone commented on 2018-10-29 21:04 (UTC)
The package was updated yesterday fixing also the sources checksums.
vstuart commented on 2018-10-29 14:50 (UTC)
@DearVolt: I was getting the exact same issue (since yesterday or so), using my regular
pacaur -Syu
update command. Try running (once)yaourt -S foxitreader
and accept defaults at prompts. This resolved the issue, for me.DearVolt commented on 2018-10-25 08:49 (UTC) (edited on 2018-10-25 08:50 (UTC) by DearVolt)
Validation of the EULA is failing. Has it changed?
Sheykhnur commented on 2018-09-30 17:20 (UTC) (edited on 2018-09-30 17:38 (UTC) by Sheykhnur)
I fixed the PKGBUILD for myself, maybe someone will be useful. https://pastebin.com/kjGhqpxu To update the .SRCINFO just run "makepkg --printsrcinfo > .SRCINFO"
UPD: I also changed the foxitreader.patch for consistency with the original https://pastebin.com/tZNaLSr4
dpell1991 commented on 2018-09-21 16:27 (UTC)
Package is out of date. also as it stands, this foxitreader 2.4.1.0609-10 package fails during checksum validation for the eula.html file.
jalencar commented on 2018-09-09 07:01 (UTC)
Replace the second sha256 checksum in the PKGBUILD with
7814e03ea944f5ee5ff791e97c13446a5274989a1679758a92af0405d0fc7dce
if your eula.html is failing during build process.
jsamr commented on 2018-06-23 14:54 (UTC)
Thanks for your work! As previously asked, please remove application/octet-stream mime type, which is irrelevant.
nerrons commented on 2018-04-24 10:23 (UTC)
Experiencing the same problem mentioned by @birthstalker : UI fonts is monospaced.
birthstalker commented on 2018-03-20 12:43 (UTC)
The foxit reader UI font is somehow falling back to monospace font. How can I fix this issue? Screenshot: https://imgur.com/a/cf8id
Skycoder42 commented on 2018-02-14 12:59 (UTC) (edited on 2018-02-16 11:40 (UTC) by Skycoder42)
After the update using the packaged Qt again, opening URLs embedded in the PDF is broken.
Here a shortened log from the open operation:
EDIT: Apparently, this is because
libQt5X11Extras.so.5
is not packaged so it will load the one provided by arch - which crashes because of the internal private APIsOdusseus3215 commented on 2018-02-04 21:07 (UTC)
Printing now works with the latest build. Thanks
Muflone commented on 2018-02-04 17:05 (UTC)
@RemoteAdmin the libqgtk2.so plugin is not required to run foxitreader. It's only used to apply GTK+ appearance if gtk2 is available. If you lack the gtk2 package then you'll get the QT file chooser even if you use a GTK+ base desktop environment. If you have gtk2 installed then you'll have the GTK+ file chooser.
By the way I've found more missing dependencies, I'll add gtk2 to optdepends
RemoteAdmin commented on 2018-02-04 16:08 (UTC)
@Muflone Sorry for bothering again but is there a reason for not including gtk2? It is required by libqgtk2.so or am I missing something?
Muflone commented on 2018-02-04 13:34 (UTC)
fixed, thank you
RemoteAdmin commented on 2018-02-04 05:11 (UTC) (edited on 2018-02-04 05:13 (UTC) by RemoteAdmin)
@gourdcaptain is right. There are a few dependencies missing.
I have run readelf -d against the elf files in this package and it turns out that the following dependencies are missing:
You can verify this list by using the following:
gourdcaptain commented on 2018-02-04 04:31 (UTC)
Running foxitreader with the 2.4.1.0609-8 package causes the error "/usr/lib/foxitreader/FoxitReader: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory", so it's missing a library dependency.
Muflone commented on 2018-02-03 22:56 (UTC)
I've replaced the qt-installer script with a beautiful hack from @phiresky Removed the qt5 dependency as it uses the shipped version (again)
Muflone commented on 2018-01-14 19:37 (UTC)
@Skycoder42 fixed, thank you
t0m5k1 commented on 2018-01-14 17:53 (UTC)
@Skycoder42 Seeing as pacaur is now unmaintained I would suggest you choose a different method. To help the maintainer could you uninstall this package built with pacaur and construct it manually by downloading the pkgbuild into a folder on desktop or home folder and manually build it to see if you get the same error?
Skycoder42 commented on 2018-01-14 12:20 (UTC) (edited on 2018-01-14 12:21 (UTC) by Skycoder42)
The current version (rev 5) has an invalid path in the system desktop file:
The second
Exec
statement causes the problem./tmp/pkg-build
is the folder where the package was packaged by in my case pacaur. Please fix that part of the desktop file. For rev. 4, the second line was simply not there, I guess it's simply a missed leftover from the installer script.Muflone commented on 2018-01-14 03:08 (UTC) (edited on 2018-01-14 03:12 (UTC) by Muflone)
It took me a lot of time to fix this package.
Finally dropped the qt-installer-framework dependency (broken?) and replaced with a qt-installer custom script
There're actually two issues:
Sailor commented on 2018-01-12 05:50 (UTC)
Hi, I got the same problem like other guys.
[0] Warning: QFile::at: Cannot set file position 26977808 Cannot register in-binary resource. ==> 错误: 在 build() 中发生一个错误。 正在放弃... ==> 错误:Makepkg 无法构建 foxitreader.
if you can help me? thanks!
Odusseus3215 commented on 2018-01-11 15:44 (UTC)
Hi, I am experiencing systematic "segmentation fault/core dumped" crashes whenever I try printing with Foxitreader. Has anyone else had the same issue ?
Thanks
nurfz commented on 2018-01-07 10:57 (UTC)
I got the same problem.
[0] Warning: QFile::at: Cannot set file position 26977808 Cannot register in-binary resource.
qt-installer-framework is installed. Qt version is qt5-base 5.10.0-2. Manual build with makepkg -sf does not work either.
sgar commented on 2017-12-30 16:48 (UTC)
this problem seems to be related to the qt version.. as qt-installer-framework compiled against v5.9.3 will not report errors.. as arch qt5 version is now 5.10.0..
pozar87 commented on 2017-12-30 09:07 (UTC)
Hi! Same problem here:
[0] Warning: QFile::at: Cannot set file position 26977808 Cannot register in-binary resource.
CravateRouge commented on 2017-12-29 18:20 (UTC)
@Muflone I've exactly the same error as nplatis with makepkg -sf. I don't have any idea of where this comes from. Can you help me?
Muflone commented on 2017-12-16 18:25 (UTC)
@nplatis I don't know, never seen that message before. try to build the package manually using makepkg -sf (or better with extra-x86_64-build)
nplatis commented on 2017-12-14 09:31 (UTC)
A receive an error when trying to install this package (using pacaur): After "Starting build()..." I get:
[0] Warning: QFile::at: Cannot set file position 26977808 Cannot register in-binary resource.
Muflone commented on 2017-11-19 00:00 (UTC)
heinrich5991 commented on 2017-11-16 11:29 (UTC) (edited on 2017-11-16 11:32 (UTC) by heinrich5991)
t0m5k1 commented on 2017-10-29 10:25 (UTC)
licensed commented on 2017-10-25 21:45 (UTC)
nepiktaz commented on 2017-10-16 12:06 (UTC)
grinderz commented on 2017-10-16 03:33 (UTC) (edited on 2017-10-17 03:36 (UTC) by grinderz)
Muflone commented on 2017-07-09 11:01 (UTC)
Muflone commented on 2017-07-09 10:56 (UTC)
Kanjelman commented on 2017-07-06 23:29 (UTC)
Cake commented on 2017-07-05 13:25 (UTC)
phunni commented on 2017-07-05 12:45 (UTC) (edited on 2017-07-05 12:45 (UTC) by phunni)
gilcu3 commented on 2017-07-03 13:03 (UTC)
Muflone commented on 2017-07-02 18:14 (UTC)
Kanjelman commented on 2017-07-01 20:05 (UTC)
vitaliy.kuzmich commented on 2017-06-30 13:06 (UTC)
herdsman commented on 2017-06-16 10:19 (UTC)
Cake commented on 2017-06-14 02:30 (UTC) (edited on 2017-06-14 02:31 (UTC) by Cake)
a36233 commented on 2017-06-06 14:49 (UTC)
severach commented on 2017-06-01 07:24 (UTC)
hoshi411 commented on 2017-05-24 03:07 (UTC) (edited on 2017-05-24 13:43 (UTC) by hoshi411)
Ferreret commented on 2017-05-22 18:20 (UTC)
madmax commented on 2017-05-15 14:48 (UTC)
Muflone commented on 2017-05-14 11:35 (UTC) (edited on 2017-05-14 11:35 (UTC) by Muflone)
madmax commented on 2017-05-12 13:16 (UTC)
jester commented on 2017-04-26 06:42 (UTC)
Muflone commented on 2017-04-25 17:05 (UTC)
Muflone commented on 2017-04-25 11:34 (UTC)
dantopa commented on 2017-04-25 05:10 (UTC)
jester commented on 2017-04-24 14:11 (UTC)
Muflone commented on 2017-04-21 00:04 (UTC)
Skycoder42 commented on 2017-04-12 10:44 (UTC)
Muflone commented on 2017-04-09 22:24 (UTC)
m0cha commented on 2017-03-10 12:20 (UTC)
Muflone commented on 2017-03-05 17:18 (UTC) (edited on 2017-03-05 17:47 (UTC) by Muflone)
Muflone commented on 2017-03-05 16:28 (UTC) (edited on 2017-03-05 17:48 (UTC) by Muflone)
fsck_bieber commented on 2017-03-05 07:20 (UTC)
zsrkmyn commented on 2017-03-05 06:40 (UTC) (edited on 2017-03-05 06:41 (UTC) by zsrkmyn)
zsrkmyn commented on 2017-03-05 06:23 (UTC)
Muflone commented on 2017-03-04 00:25 (UTC) (edited on 2017-03-04 00:25 (UTC) by Muflone)
petronny commented on 2017-02-27 07:46 (UTC)
nickmcummins commented on 2017-02-10 18:29 (UTC)
commented on 2017-01-29 18:54 (UTC)
commented on 2016-12-31 12:08 (UTC)
bsidb commented on 2016-12-29 01:57 (UTC)
neo_ch commented on 2016-12-11 15:33 (UTC)
Muflone commented on 2016-12-05 01:26 (UTC)
jorgedcc commented on 2016-11-22 23:40 (UTC) (edited on 2016-11-23 00:12 (UTC) by jorgedcc)
brain_death commented on 2016-11-18 19:56 (UTC)
mkoloberdin commented on 2016-11-17 19:26 (UTC)
mckinnon81 commented on 2016-11-09 09:56 (UTC)
erxyi commented on 2016-10-30 02:44 (UTC)
rogovski commented on 2016-10-20 18:04 (UTC)
nickmcummins commented on 2016-10-07 18:24 (UTC)
Muflone commented on 2016-09-24 11:13 (UTC)
bol0bal4 commented on 2016-09-22 02:26 (UTC)
Muflone commented on 2016-09-10 14:17 (UTC)
Universebenzene commented on 2016-09-07 07:53 (UTC) (edited on 2016-09-07 07:53 (UTC) by Universebenzene)
farseerfc commented on 2016-09-07 05:06 (UTC)
Muflone commented on 2016-09-04 11:16 (UTC)
Universebenzene commented on 2016-09-04 02:12 (UTC)
Muflone commented on 2016-08-15 15:12 (UTC)
bol0bal4 commented on 2016-07-22 04:24 (UTC) (edited on 2016-07-22 04:30 (UTC) by bol0bal4)
commented on 2016-07-18 14:56 (UTC)
Muflone commented on 2016-07-09 23:52 (UTC)
rmlopes commented on 2016-07-07 14:05 (UTC)
Maxiride commented on 2016-06-29 07:11 (UTC) (edited on 2016-06-29 09:58 (UTC) by Maxiride)
pschichtel commented on 2016-06-26 23:31 (UTC)
Muflone commented on 2016-06-18 14:51 (UTC)
ltcmdrdata commented on 2016-06-17 11:29 (UTC)
vigilian commented on 2016-06-09 08:04 (UTC)
nbd commented on 2016-06-09 06:29 (UTC)
stonyboy commented on 2016-06-07 10:54 (UTC)
Muflone commented on 2016-04-25 21:27 (UTC)
stonyboy commented on 2016-04-05 19:44 (UTC)
stonyboy commented on 2016-04-05 17:20 (UTC)
stonyboy commented on 2016-04-05 17:07 (UTC)
Muflone commented on 2016-03-06 02:15 (UTC)
bobowolf123 commented on 2016-03-05 19:13 (UTC)
Rhinoceros commented on 2015-11-01 23:48 (UTC)
Muflone commented on 2015-11-01 22:14 (UTC)
Rhinoceros commented on 2015-11-01 21:59 (UTC)
Muflone commented on 2015-11-01 18:56 (UTC)
Muflone commented on 2015-10-25 20:27 (UTC) (edited on 2015-10-25 21:13 (UTC) by Muflone)
outofdate2 commented on 2015-10-20 16:24 (UTC)
s8dtvt commented on 2015-10-11 16:44 (UTC)
Muflone commented on 2015-09-06 15:53 (UTC)
Nowaker commented on 2015-08-28 13:04 (UTC)
veganvelociraptr commented on 2015-05-18 09:06 (UTC)
Muflone commented on 2015-05-17 17:13 (UTC)
veganvelociraptr commented on 2015-05-17 07:33 (UTC)
Muflone commented on 2015-05-17 00:13 (UTC)
forivall commented on 2015-05-08 22:25 (UTC)
kab commented on 2015-05-02 15:23 (UTC)
kaptoxic commented on 2015-03-11 17:02 (UTC)
rabcor commented on 2014-10-17 10:34 (UTC)
aleroise commented on 2014-09-27 19:37 (UTC)
diffycat commented on 2014-07-04 19:00 (UTC)
nbb commented on 2014-07-04 17:38 (UTC)
stativ commented on 2014-05-31 08:25 (UTC)
idomeneo1 commented on 2013-12-09 13:29 (UTC)
Muflone commented on 2013-12-04 11:03 (UTC)
mezcal commented on 2013-09-26 07:15 (UTC)
commented on 2013-07-28 02:24 (UTC)
commented on 2013-06-28 09:29 (UTC)
billryan commented on 2013-06-22 15:41 (UTC)
Cravix commented on 2013-01-05 09:02 (UTC)
Cravix commented on 2013-01-04 08:38 (UTC)
leafonsword commented on 2013-01-04 08:15 (UTC)
leafonsword commented on 2013-01-04 07:58 (UTC)
commented on 2012-10-19 17:46 (UTC)
Cravix commented on 2012-10-14 04:26 (UTC)
onny commented on 2012-10-02 09:13 (UTC)
anatolik commented on 2012-09-27 03:22 (UTC)
ninian commented on 2012-09-19 21:39 (UTC)
senjik commented on 2012-09-02 18:47 (UTC)
commented on 2012-08-03 00:09 (UTC)
commented on 2012-03-05 22:06 (UTC)
HenrikVesterager commented on 2011-12-13 23:19 (UTC)
Alir3z4 commented on 2011-12-13 22:50 (UTC)
HenrikVesterager commented on 2011-12-12 20:05 (UTC)
commented on 2011-12-12 12:55 (UTC)
commented on 2011-12-12 12:34 (UTC)
craig commented on 2011-12-04 21:05 (UTC)
commented on 2011-06-21 13:58 (UTC)
craig commented on 2011-05-07 02:19 (UTC)
twa022 commented on 2011-05-06 01:37 (UTC)
twa022 commented on 2011-05-04 07:15 (UTC)
commented on 2011-01-30 08:45 (UTC)
tdy commented on 2011-01-14 05:24 (UTC)
commented on 2011-01-06 00:03 (UTC)
chris_l commented on 2011-01-01 04:28 (UTC)
GutenYe commented on 2010-12-30 12:53 (UTC)
reflectionalist commented on 2010-12-18 14:31 (UTC)
commented on 2010-08-12 16:43 (UTC)
commented on 2010-07-06 17:13 (UTC)
Hiz commented on 2010-04-16 11:02 (UTC)