<?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=5595&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Is there a good way to install Inkscape 1.2.2?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5595</link>
		<description><![CDATA[The most recent posts in Is there a good way to install Inkscape 1.2.2?.]]></description>
		<lastBuildDate>Mon, 06 Mar 2023 18:13:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Is there a good way to install Inkscape 1.2.2?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41412#p41412</link>
			<description><![CDATA[<p>Flatpak doesn&#039;t really resonate much with Devuan users for any number of reasons . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 06 Mar 2023 18:13:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41412#p41412</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a good way to install Inkscape 1.2.2?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41410#p41410</link>
			<description><![CDATA[<div class="quotebox"><cite>lhp wrote:</cite><blockquote><div><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>No I meant to mount an overlay of your current OS, and then install in the overlay.</p><p>In that way your lower / installation is unaffected by whatever the inscape installation from daedalus pulls in.</p><p>EDIT: change &quot;upper&quot; to &quot;lower&quot; (as it should be)</p></div></blockquote></div><p>Oh, I get it now, sorry, yes that would indeed work, and be a bit less effort. This looks like a nice hack for future use.</p><p>Meanwhile, I was first trying pdfarrange - which kind of does work, except it is rather crude, and seems to only allow splitting a page vertically in the middle.<br />Then I saved the document as EPS and tried the original poster (which I guess pdfposter is supposed to imitate or at least is inspired from, but poster only works with EPS). This actually worked perfectly. </p><div class="codebox"><pre><code>poster -mA4 -s1  calypso_path.eps &gt;poster-calypso.eps</code></pre></div><p> yields a file of A4 pages with nice margins and cut marks, just what I needed. I suspect that must have been the same tool I used decades ago.&#160; Now I just need to uninstall pdfposter, PosteRazor and pdfarrange, and remember to never install them again...</p></div></blockquote></div><p>I don&#039;t understand why you don&#039;t just install the flathub version of Inkscape?<br />It&#039;s updated to 1.2.2 there</p><div class="codebox"><pre><code>su
apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.inkscape.Inkscape</code></pre></div><p><a href="https://flatpak.org/setup/Debian" rel="nofollow">https://flatpak.org/setup/Debian</a><br /><a href="https://flathub.org/apps/details/org.inkscape.Inkscape" rel="nofollow">https://flathub.org/apps/details/org.inkscape.Inkscape</a></p>]]></description>
			<author><![CDATA[dummy@example.com (eyeV)]]></author>
			<pubDate>Mon, 06 Mar 2023 17:53:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41410#p41410</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a good way to install Inkscape 1.2.2?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41389#p41389</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>No I meant to mount an overlay of your current OS, and then install in the overlay.</p><p>In that way your lower / installation is unaffected by whatever the inscape installation from daedalus pulls in.</p><p>EDIT: change &quot;upper&quot; to &quot;lower&quot; (as it should be)</p></div></blockquote></div><p>Oh, I get it now, sorry, yes that would indeed work, and be a bit less effort. This looks like a nice hack for future use.</p><p>Meanwhile, I was first trying pdfarrange - which kind of does work, except it is rather crude, and seems to only allow splitting a page vertically in the middle.<br />Then I saved the document as EPS and tried the original poster (which I guess pdfposter is supposed to imitate or at least is inspired from, but poster only works with EPS). This actually worked perfectly. </p><div class="codebox"><pre><code>poster -mA4 -s1  calypso_path.eps &gt;poster-calypso.eps</code></pre></div><p> yields a file of A4 pages with nice margins and cut marks, just what I needed. I suspect that must have been the same tool I used decades ago.&#160; Now I just need to uninstall pdfposter, PosteRazor and pdfarrange, and remember to never install them again...</p>]]></description>
			<author><![CDATA[dummy@example.com (lhp)]]></author>
			<pubDate>Sun, 05 Mar 2023 08:16:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41389#p41389</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a good way to install Inkscape 1.2.2?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41386#p41386</link>
			<description><![CDATA[<p>No I meant to mount an overlay of your current OS, and then install in the overlay. Something like</p><div class="codebox"><pre><code># mkdir /X/{U,W,R}
# mount -t overlay -olowerdir=/,upperdir=/X/U,workdir=/X/W oly /X/R
# chroot /X/R
# echo &quot;deb http://deb/devuan.org/merged daedalus main&quot; &gt;&gt; /etc/apt/sources.list
# cat &lt;&lt;EOF &gt;&gt; /etc/apt/preferences.d/reluctant-daedalus
Package: *
Pin: release n=daedalus*
Pin-Priority: 90
EOF
# apt-get update
# apt-get install incscape -t daedalus</code></pre></div><p>And then run it there... you will need to sort out authorization for X of course, and you may want to also bind-mount lower /home onto /X/R/home. I&#039;m sure you&#039;ll work that out.</p><p>In that way your lower / installation is unaffected by whatever the inkscape installation from daedalus pulls in.</p><p>EDIT: change &quot;upper&quot; to &quot;lower&quot; (as it should be)</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 05 Mar 2023 04:00:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41386#p41386</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a good way to install Inkscape 1.2.2?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41385#p41385</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>1.2.2 seems available on daedalus and ceres</p></div></blockquote></div><p>Well, that doesn&#039;t sound like a particular <em>good</em> way to do it, installing a whole unstable OS on another machine or a VM, and then also doing extra tricks to prevent other problems. Then I could just as well install a VM with NetBSD, as it seems pkgsrc has Inkscape 1.2.2 already. I was hoping for an easier solution, for something that should really not be a problem, or at worst a trivial one. It is a bit like if I said the sprinkler on my car isn&#039;t working, and the proposed solution was to replace the gas engine with a diesel and repaint the car orange.</p><p>I vaguely remember now, having had to solve this problem before, more than a decade ago; I think the solution was some package like pdfposter or PosteRazor, but not one of them. Possibly it was poster and I did the exercise in PostScript and not PDF. I&#039;ll give that a try for now, but better suggestions will be warmly welcomed.</p>]]></description>
			<author><![CDATA[dummy@example.com (lhp)]]></author>
			<pubDate>Sun, 05 Mar 2023 03:26:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41385#p41385</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a good way to install Inkscape 1.2.2?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41382#p41382</link>
			<description><![CDATA[<p>1.2.2 seems available on daedalus and ceres, but if it was me I would probably install that into a &quot;not unshared&quot; overlay chroot rather that into the main system, since it does in particular upgrade libsrdc++6, and some few other libs.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 04 Mar 2023 23:31:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41382#p41382</guid>
		</item>
		<item>
			<title><![CDATA[Is there a good way to install Inkscape 1.2.2?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41380#p41380</link>
			<description><![CDATA[<p>I am a new Devuan user (but could probably call myself a VUA), running Chimaera on my machines for some months now with great satisfaction. But I need the multi-page functionality added in Inkscape 1.2 (released May 2022.) My installed version is 1.0.2-4. After adding backports to /etc/apt/sources.list and looking with apt -t chimaera-backports search inkscape|less it seems backports only has inkscape/stable-backports 1.1.2-3~bpo11+1.</p><p>How do I install 1.2.2 on my system?</p>]]></description>
			<author><![CDATA[dummy@example.com (lhp)]]></author>
			<pubDate>Sat, 04 Mar 2023 22:10:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41380#p41380</guid>
		</item>
	</channel>
</rss>
