<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7163&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Lightweight system without (too) bloated software]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7163</link>
		<description><![CDATA[The most recent posts in Lightweight system without (too) bloated software.]]></description>
		<lastBuildDate>Tue, 29 Apr 2025 19:40:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55451#p55451</link>
			<description><![CDATA[<p>Well whenever it&#039;s possible I prefer a full cli software, very minimalist and operated at 100%, than another under X, because I can integrate them into scripts. They are often smaller and use less memory. I can use them without my mouse and so I can use my keyboard only, which is more relaxing than constantly moving the mouse, I can do things faster, it&#039;s more efficient and more relevant. Very often the programs are more ergonomic.<br />That&#039;s why I prefer dwm than gnome or kde or even mate. I like them all, they are great but I much prefer dwm for productivity</p>]]></description>
			<author><![CDATA[dummy@example.com (Khylsdrak)]]></author>
			<pubDate>Tue, 29 Apr 2025 19:40:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55451#p55451</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55438#p55438</link>
			<description><![CDATA[<p>I always use xcalc since it&#039;s already installed. On new installs I create a .desktop file for xcalc so it will appear in my menus.</p>]]></description>
			<author><![CDATA[dummy@example.com (JWM-Kit)]]></author>
			<pubDate>Mon, 28 Apr 2025 21:30:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55438#p55438</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55436#p55436</link>
			<description><![CDATA[<p>^^^As fsmithred pointed out to me today, most of us already have a calculator onboard that was brought in with xorg in the x11-apps package called xcalc.</p><p>Open a terminal and type xcalc, it&#039;s pretty nifty!</p><p>Also a tiny text-editor called xedit in that same suite of utilities.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 28 Apr 2025 18:22:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55436#p55436</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55435#p55435</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>but I usually use galculator for years now, very small and fast and does what I need.</p></div></blockquote></div><p>I use this in my .bash_functions file works well</p><div class="codebox"><pre><code># https://github.com/addyosmani/dotfiles/blob/master/.functions#L1-L17
# Simple calculator
function calc() {
        local result=&quot;&quot;
        result=&quot;$(printf &quot;scale=10;$*\n&quot; | bc --mathlib | tr -d &#039;\\\n&#039;)&quot;
        #                       └─ default (when `--mathlib` is used) is 20
        #
        if [[ &quot;$result&quot; == *.* ]]; then
                # improve the output for decimal numbers
                printf &quot;$result&quot; |
                sed -e &#039;s/^\./0./&#039;        `# add &quot;0&quot; for cases like &quot;.5&quot;` \
                    -e &#039;s/^-\./-0./&#039;      `# add &quot;0&quot; for cases like &quot;-.5&quot;`\
                    -e &#039;s/0*$//;s/\.$//&#039;   # remove trailing zeros
        else
                printf &quot;$result&quot;
        fi
        printf &quot;\n&quot;
}</code></pre></div><p>It is not too happy with negative results but I will live with it.</p><div class="codebox"><pre><code>zeus@9600k:~$ calc 2^4
16
zeus@9600k:~$ calc 2*4
8
zeus@9600k:~$ calc 2/4
0.5
zeus@9600k:~$ calc 2-4
bash: printf: -2: invalid option
printf: usage: printf [-v var] format [arguments]

zeus@9600k:~$ calc 2+4
6</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Mon, 28 Apr 2025 16:46:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55435#p55435</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55430#p55430</link>
			<description><![CDATA[<p>Not familiar with qcalc, so I can&#039;t make a comparison, but I usually use galculator for years now, very small and fast and does what I need.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 27 Apr 2025 17:44:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55430#p55430</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55429#p55429</link>
			<description><![CDATA[<p>Rule-of-thumb that&#039;s been helping me downsize over the years, is this:</p><p>Never look in the repo first for packages to solve your problem, when it might be solved using resources already onboard and a tiny shell-script.</p><p>Yad + dash = your friend!</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sun, 27 Apr 2025 17:38:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55429#p55429</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55427#p55427</link>
			<description><![CDATA[<p>xfe - lightweight file manager that also includes xfw text editor. They each use about 9 MB RAM.</p><p>qlipper - simple clipboard similar to parcellite. Uses about 20 MB and works without dbus-bin or dbus-daemon installed.</p><p>links2 or dillo for graphical web browsers. Any of the big ones are too painful when you only have 2 GB RAM and 1.33 GHz Atom CPU. Sometimes lynx or w3m will suffice.</p><p>claws-mail - 49 MB compared to thunderbird&#039;s 307 MB.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 27 Apr 2025 17:26:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55427#p55427</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55426#p55426</link>
			<description><![CDATA[<h5>CopyQ: persistent bugs</h5><div class="codebox"><pre><code>$ copyq --version
CopyQ Clipboard Manager 10.0.0
Qt: 5.15.8
KNotifications: 5.103.0
Compiler: GCC
Arch: x86_64-little_endian-lp64
OS: Devuan GNU/Linux 5 (daedalus) </code></pre></div><div class="codebox"><pre><code>$ copyq
Warning: [default] QtWarning: QSystemTrayIcon::setVisible: No Icon set
^C

$ copyq --start-server </code></pre></div><div class="codebox"><pre><code>$ dpkg -L copyq | grep desktop
/usr/share/applications/com.github.hluk.copyq.desktop

$ cat /usr/share/applications/com.github.hluk.copyq.desktop | grep Exec
Exec=copyq --start-server show </code></pre></div><div class="quotebox"><blockquote><div><h5>Workaround (start copyq in the tray):</h5><div class="codebox"><pre><code>Exec=bash -c &#039;killall copyq  -wq; copyq --start-server &amp;&#039; </code></pre></div></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Sat, 26 Apr 2025 18:08:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55426#p55426</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55424#p55424</link>
			<description><![CDATA[<p>I agree with the above, the clipboard manager is indispensable in what I do, I use it every day many times a day.</p><p>But Parcellite is light, fast, and simple, just a nice list of copies, I don&#039;t need all the extra functionality. Plus it&#039;s ten times smaller than copyq and doesn&#039;t drag in a mountain of QT depends like copyq does. Simple gtk2. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 25 Apr 2025 23:47:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55424#p55424</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55422#p55422</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>At what point would I need a &quot;clipboard manager&quot;?</p></div></blockquote></div><p>When you&#160; want to access previous items that have been in the clipboard using a history function to not be limited to the last entry in the paste buffer or as some of them offer it have preexisting entries that will paste when wanted as they are selected for use. I will add my vote for CopyQ a lovely program that works without problems for me for many years now.</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Fri, 25 Apr 2025 22:33:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55422#p55422</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55421#p55421</link>
			<description><![CDATA[<p>At what point would I need a &quot;clipboard manager&quot;?</p><p>copy-on-mark and paste-on-middle-mouse-button just works.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Fri, 25 Apr 2025 22:00:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55421#p55421</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55417#p55417</link>
			<description><![CDATA[<p>No love for Parcellite? I have used it for years, works fine for my needs. Bonus: i&#039;ve never had to configure it, drops into Mate panel automatically no config issues. Works great in Tint2 as well, just need to add it to Openbox autostart file.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 25 Apr 2025 17:13:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55417#p55417</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55413#p55413</link>
			<description><![CDATA[<p>@Khylsdrak</p><p>CopyQ might be useful, although its manual (<span class="bbc">man copyq</span>) seems misleading<br />_https://github.com/hluk/CopyQ/issues/225#issuecomment-1925401588</p><div class="codebox"><pre><code>$ cat ~/.config/autostart/copyq-autostart.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/copyq --start-server
Hidden=false
Name[en_US]=CopyQ autostart
Name=CopyQ
Comment[en_US]=Advanced clipboard manager
Comment=Advanced clipboard manager
# Workaround / fix for issue #1526 that prevents a proper autostart of the tray icon in GNOME
X-MATE-Autostart-Delay=3</code></pre></div><div class="codebox"><pre><code>cat /usr/share/applications/com.github.hluk.copyq.desktop | grep Desktop -A15</code></pre></div><p>EDIT:</p><h5>Workaround for MATE Desktop: Start CopyQ in the tray&#160; </h5><p>Create a new Desktop launcher for CopyQ with a text editor (<span class="bbc">nano</span> or <span class="bbc">mousepad</span>):</p><div class="codebox"><pre><code>nano ~/.local/share/applications/copyq.desktop</code></pre></div><div class="codebox"><pre><code>mousepad ~/.local/share/applications/copyq.desktop</code></pre></div><div class="codebox"><pre><code>$ cat ~/.local/share/applications/copyq.desktop
[Desktop Entry]
Name=CopyQ
# Start CopyQ in the tray  / Workaround for MATE Desktop
Exec=bash -c &#039;copyq &amp;&amp; copyq exit &amp;&amp; copyq --start-server&#039; 2&gt;/dev/null
# Exec=copyq --start-server show
Icon=copyq
GenericName=Clipboard Manager
# Workaround / fix for issue #1526 that prevents a proper autostart of the tray icon in GNOME
X-GNOME-Autostart-Delay=3
# The rest is taken from Klipper application.
Type=Application
Terminal=false
X-KDE-autostart-after=panel
X-KDE-StartupNotify=false
X-KDE-UniqueApplet=true
Categories=Qt;KDE;Utility;
Comment=A cut &amp; paste history utility
Name[en_US]=CopyQ-fixed </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Thu, 24 Apr 2025 23:40:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55413#p55413</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55389#p55389</link>
			<description><![CDATA[<p>@igorzwx : I installed this <a href="https://mirageiv.sourceforge.net/download.html" rel="nofollow">https://mirageiv.sourceforge.net/download.html</a>. You&#039;re right, the devuan package needs something to work clean. <br />@greenjeans : I&#039;m using LF (<a href="https://github.com/gokcehan/lf" rel="nofollow">https://github.com/gokcehan/lf</a>), and I recommend it instead of ranger. Ranger is too slow. I&#039;ve just installed gpicview and it&#039;s very fast, I love it !</p><p>@EDX-0 : nsxiv is my current image viewer. Neofetch was my old tool, screenfetch seems smaller and faster but it&#039;s played out with the thickness of a line, both are very good.<br />You made me discover copyq ! thanks a lot, a great tool ! Thank you for sharing.</p><p>One of my friends send me a link, a great job made by Mayfrost : <a href="https://github.com/mayfrost/guides/blob/master/ALTERNATIVES.md" rel="nofollow">https://github.com/mayfrost/guides/blob … NATIVES.md</a><br />The web page is very old and deserves to be refreshed but it is exactly what I wanted to know. I would like to do same page with current programs</p>]]></description>
			<author><![CDATA[dummy@example.com (Khylsdrak)]]></author>
			<pubDate>Tue, 22 Apr 2025 21:35:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55389#p55389</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lightweight system without (too) bloated software]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55388#p55388</link>
			<description><![CDATA[<p>for image viewing i use nsxiv, may be biased in that i sometimes contribute to the repo and have helped cobble some scripts to extend the functionality tho</p><p>for a fetch program i use neofetch which i&#039;ve been tempted to take maintenance of for a while but have not (i mean i&#039;ve been maintaining a fork of pywal since 2021)</p><p>for screenshotting i like flameshot since it already packs everything i need to do the light editing of screenshots, but is not like i could not use maim with imagemagick like i was doing before.</p><p>for clipboard manager i have found nothing better than copyq, it just works, supports images and has vi-like bindings by default</p><p>for window management i personally like awesome tho i&#039;m not the biggest fan of lua tho i did re-write my neovim config in lua a while ago...</p><p>for file management i use both thunar and vifm, most stuff i do in vifm but having thunar as the default is my preference for when the browser opens a file dir</p><p>i use webmail but lately i&#039;ve been thinking of installing thunderbird, used neomutt for a while but it wasn&#039;t doing it for me tho, even using luke smith&#039;s muttwizard script to set up neomutt it didn&#039;t feel &quot;complete&quot; enough so i went back to using webmail</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Tue, 22 Apr 2025 19:47:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55388#p55388</guid>
		</item>
	</channel>
</rss>
