Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dcore:desktop_applications [2017/10/09 16:44] – [Nemo] sm8psdcore:desktop_applications [2018/12/05 08:50] (current) – SeaMonkey volkerp
Line 56: Line 56:
  
 ==== SeaMonkey ==== ==== SeaMonkey ====
-[[http://www.seamonkey-project.org/|SeaMonkey]] is a full-featured GTK2 graphic internet application suite. It is conservative, stable and extensible. Although not available in the default Debian and Ubuntu repositories, it can be installed in Ubuntu-based dCore as a PPA from [[http://www.ubuntuupdates.org/ppa/ubuntuzilla|Ubuntuzilla]] (untested). Alternatively it can be set up manually from either a Debian or Ubuntu-based dCore installation. Review the [[dCore:dCore_seamonkey_guide|dCore SeaMonkey Guide]] for manual installation instructions (tested in dCore-jessie).+[[http://www.seamonkey-project.org/|SeaMonkey]] is a full-featured GTK3 graphic internet application suite. It is conservative, stable and extensible. Although not available in the default Debian and Ubuntu repositories,  there are at least two options to install SeaMonkey in dCore. 
 + 
 +=== Option 1: dCore-seamonkey-installer === 
 + 
 +Import dCore-seamonkey-installer from dCore's prebuilt repository, load it, and launch it, preferably with the %%--%%help option: 
 + 
 +<code> 
 +sce-import dCore-seamonkey-installer 
 +sce-load dCore-seamonkey-installer 
 +dCore-seamonkey-installer --help 
 +</code> 
 + 
 +Follow the instructions. dCore-seamonkey-installer will create seamonkey.sce for you which you can use optionally onboot or ondemand. Do not try to remove dCore-seamonkey-installer.sce since it is a dependency of seamonkey.sce. 
 + 
 + 
 +=== Option 2: seamonkey-mozilla-build === 
 + 
 +The Ubuntuzilla project hosts an APT repository with .deb repacks of the latest official release versions of Mozilla Firefox, Firefox ESR, Mozilla SeaMonkey, and Mozilla Thunderbird. This repository should work on any APT-based distribution, including Ubuntu descendants, and Debian descendants. The project was born on Ubuntu forums, but despite the name is not really specific to Ubuntu. 
 + 
 +Create a new extra repository file in /opt/debextra/ and copy the address of the repository into it. The address is 
 + 
 +[[http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main]] 
 + 
 +You can find it [[https://sourceforge.net/p/ubuntuzilla/wiki/Main_Page/#installation|here]] 
 + 
 +Now you can import SeaMonkey under the name "seamonkey-mozilla-build"
 + 
 + 
 +Both Option 1 and Option 2 have been tested in dCore-stretch.  
 + 
 + 
 + 
 +=== Outdated === 
 + 
 +Following information has become outdated and will possibly archived or removed from the wiki later: 
 + 
 +SeaMonkey can be installed in Ubuntu-based dCore as a PPA from [[http://www.ubuntuupdates.org/ppa/ubuntuzilla|Ubuntuzilla]] (untested). Alternatively it can be set up manually from either a Debian or Ubuntu-based dCore installation. Review the [[dCore:dCore_seamonkey_guide|dCore SeaMonkey Guide]] for manual installation instructions (tested in dCore-jessie).
  
 ==== Surf ==== ==== Surf ====
Line 197: Line 233:
  
 ==== Thunar ==== ==== Thunar ====
-[[http://docs.xfce.org/xfce/thunar/start|Thunar]] tested well in dCore-wily but did not initially display icons in dCore-jessie, run ''readme.sh thunar'' to review icon configuration options.+[[http://docs.xfce.org/xfce/thunar/start|Thunar]] tested well in dCore-wily but did not initially display icons in dCore-jessie or -xenial, run ''readme.sh thunar'' to review icon configuration options.
  
 **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]** **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]**
Line 207: Line 243:
 <code>http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04/ /</code> <code>http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04/ /</code>
 After loading the extension, the client is started by the command ''owncloud''. After loading the extension, the client is started by the command ''owncloud''.
 +
 +==== Nextcloud ====
 +
 +[[https://nextcloud.com|Nextcloud]] offers its own official [[https://launchpad.net/~nextcloud-devs/+archive/ubuntu/client|PPA]] and runs well on dCore-bionic64.
  
 ===== Games ===== ===== Games =====
Line 242: Line 282:
 ==== ImageMagick ==== ==== ImageMagick ====
 [[https://en.wikipedia.org/wiki/ImageMagick|ImageMagick]] tested well in dCore-stretch, useful for handling image files, converting images to PDF, etc. [[https://en.wikipedia.org/wiki/ImageMagick|ImageMagick]] tested well in dCore-stretch, useful for handling image files, converting images to PDF, etc.
 +
 +==== Mirage ====
 +[[http://mirageiv.sourceforge.net/|Mirage]] is a fast and simple GTK+ image viewer, depending only on PyGTK. It supports SVG and sports rotating, zooming, flipping, resizing and cropping images. Notice that development seems to have stopped since 2011. However it runs well on dCore-xenial and does well what it should.
  
 ==== Tux Paint ==== ==== Tux Paint ====
Line 346: Line 389:
 [[https://launchpad.net/qpdfview|qpdfview]] is a tabbed PDF viewer, [[http://unix.stackexchange.com/questions/180326/what-happened-to-epdfview|said]] to be as lightweight as ePDFview with more features, depending only on the Qt libraries. Tested to run well in dCore-jessie. Copying text to clipboard is not ideal and should be performed by selecting Edit -> Copy to clipboard (or Ctrl-C) -> left click and drag over text -> Copy text. [[https://launchpad.net/qpdfview|qpdfview]] is a tabbed PDF viewer, [[http://unix.stackexchange.com/questions/180326/what-happened-to-epdfview|said]] to be as lightweight as ePDFview with more features, depending only on the Qt libraries. Tested to run well in dCore-jessie. Copying text to clipboard is not ideal and should be performed by selecting Edit -> Copy to clipboard (or Ctrl-C) -> left click and drag over text -> Copy text.
  
-The following is required to enable proper tabbed PDF functionalityEnsure dbus-x11 is installed and loaded prior to running qpdfview. Launch qpdfview with 'qpdfview --unique', which ensures subsequent PDFs are opened as new tabs in the the same qpdfview window. If launching qpdfview from ondemand, modify /tce/ondemand/qpdfview as follows: +It works out of the box on dCore-xenial, opening files in new tabs when selected from a file manager or when instructed via "Open in new tab..." from the file menu. 
- +The following was required (presumably on dCore-jessie) to enable proper tabbed PDF functionalityEnsure dbus-x11 is installed and loaded prior to running qpdfview. Launch qpdfview with 'qpdfview --unique', which ensures subsequent PDFs are opened as new tabs in the the same qpdfview window. If launching qpdfview from ondemand, modify /tce/ondemand/qpdfview as follows: 
-     #!/bin/sh +<code bash> 
-     #ondemand -e qpdfview.sce +#!/bin/sh 
-     sce-load qpdfview && qpdfview --unique +#ondemand -e qpdfview.sce 
 +sce-load qpdfview && qpdfview --unique 
 +</code>
 **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]** **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]**
  
Line 425: Line 469:
 ==== LibreOffice ==== ==== LibreOffice ====
 The [[https://www.libreoffice.org/|LibreOffice 5]] office suite tested well in dCore-jessie and dCore-wily (see [[http://tinycorelinux.net/dCore/x86/README/README-libreoffice.txt|README-libreoffice.txt]]). The [[https://www.libreoffice.org/|LibreOffice 5]] office suite tested well in dCore-jessie and dCore-wily (see [[http://tinycorelinux.net/dCore/x86/README/README-libreoffice.txt|README-libreoffice.txt]]).
 +For localisation, import the respective 'l10n'-package (e.g. 'libreoffice-l10n-de' for German) and, if desired, the respective help texts (e.g. 'libreoffice-help-de').
 ==== Nano ==== ==== Nano ====
 [[https://www.nano-editor.org/|nano]] text editor is a user friendly vi alternative. [[https://www.nano-editor.org/|nano]] text editor is a user friendly vi alternative.
Print/export
QR Code
QR Code dcore:desktop_applications (generated for current page)