<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.galliumos.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yekutiel</id>
		<title>GalliumOS Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.galliumos.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yekutiel"/>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/Special:Contributions/Yekutiel"/>
		<updated>2026-04-27T20:13:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.3</generator>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=478</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=478"/>
				<updated>2016-02-04T21:13:09Z</updated>
		
		<summary type="html">&lt;p&gt;Yekutiel: /* Simple Screen Recorder */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== User-Friendly Method for Installing Additional Software ==&lt;br /&gt;
I suggest allowing users to install software with something like Puppy Linux’s [http://2.bp.blogspot.com/-3wRTUmSRswQ/VIjKl-JX3UI/AAAAAAAAG84/aawWhFO1DMk/s1600/capture5553.png Quickpet Tahr]&lt;br /&gt;
&lt;br /&gt;
== Desktop/Productivity ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries&lt;br /&gt;
* Add the proper PPA package source&lt;br /&gt;
* Update package lists&lt;br /&gt;
* Install Wine&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
Kazam is a simple screen recording program that will capture the content of your screen and record a video filesudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Kazam Screencaster ===&lt;br /&gt;
* it can be installed from the Synaptic Package Manager.&lt;br /&gt;
* [https://launchpad.net/kazam Kazam is a simple screen recording program that will capture the content of your screen and record a video file].&lt;br /&gt;
* See these [https://apps.ubuntu.com/cat/applications/kazam/ reviews of Kazam].&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; Do '''not''' select &amp;quot;''tacos''.&amp;quot; It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;/div&gt;</summary>
		<author><name>Yekutiel</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=477</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=477"/>
				<updated>2016-02-04T20:11:58Z</updated>
		
		<summary type="html">&lt;p&gt;Yekutiel: Suggestion for an interface to allow users to easily install software .&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== User-Friendly Method for Installing Additional Software ==&lt;br /&gt;
I suggest allowing users to install software with something like Puppy Linux’s [http://2.bp.blogspot.com/-3wRTUmSRswQ/VIjKl-JX3UI/AAAAAAAAG84/aawWhFO1DMk/s1600/capture5553.png Quickpet Tahr]&lt;br /&gt;
&lt;br /&gt;
== Desktop/Productivity ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries&lt;br /&gt;
* Add the proper PPA package source&lt;br /&gt;
* Update package lists&lt;br /&gt;
* Install Wine&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; Do '''not''' select &amp;quot;''tacos''.&amp;quot; It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;/div&gt;</summary>
		<author><name>Yekutiel</name></author>	</entry>

	</feed>