<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Caine</id>
	<title>Pandora Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Caine"/>
	<link rel="alternate" type="text/html" href="https://pandorawiki.org/Special:Contributions/Caine"/>
	<updated>2026-04-22T17:15:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0-alpha</generator>
	<entry>
		<id>https://pandorawiki.org/index.php?title=QEMU&amp;diff=9795</id>
		<title>QEMU</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=QEMU&amp;diff=9795"/>
		<updated>2012-03-18T01:16:21Z</updated>

		<summary type="html">&lt;p&gt;Caine: /* Downloading the PND */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a page about the qemu port by IngoReis and mcobit (forum thread [http://boards.openpandora.org/index.php?/topic/7004-qemu-for-pandora-for-rebirth-competition/ here]).&lt;br /&gt;
&lt;br /&gt;
=Documentation=&lt;br /&gt;
&lt;br /&gt;
==PND download and installation==&lt;br /&gt;
===Downloading the PND===&lt;br /&gt;
Use your favorite browser to navigate to the following url: [repo...](Will be available after release)&lt;br /&gt;
and click the Download button.&lt;br /&gt;
Save the File somewhere on your PC. If you use your Pandora to download, you can save it to the directory mentioned in the next chapter directly.&lt;br /&gt;
&lt;br /&gt;
===Installing the PND===&lt;br /&gt;
Put the downloaded file onto your sdcard into one of the following folders:&lt;br /&gt;
For Desktop: YOURSDCARD/pandora/desktop&lt;br /&gt;
For Menu: YOURSDCARD/pandora/menu&lt;br /&gt;
For both: YOURSDCARD/pandora/apps&lt;br /&gt;
&lt;br /&gt;
If you do this on your PC, insert the sdcard into your Pandora afterwards.&lt;br /&gt;
&lt;br /&gt;
If you use pndstore or some other tool to download and install pnds, please see their documentation for how to use them.&lt;br /&gt;
===Running the PND===&lt;br /&gt;
If the above steps worked properly, you should see the Qemu for Pandora icon in the above mentioned place(s) now.&lt;br /&gt;
(Double)click it to startup the GUI.&lt;br /&gt;
==Using the UI==&lt;br /&gt;
===Main===&lt;br /&gt;
====Mounting HDD images====&lt;br /&gt;
Click on the icon with the folder next to &amp;quot;Load image...&amp;quot; to browse your filesystem. Navigate to the imagefile you want to load and select it by doubleclicking it or mark it with a single click and press &amp;quot;open&amp;quot;.&lt;br /&gt;
The help-button will provide some hints on how to do that as well.&lt;br /&gt;
It is also possible to enter the fullpath including the imagename into the box directly. (e.g. /media/PATHTOYOURSD/qemuimages/freedos.qcow2)&lt;br /&gt;
====Mounting CD/DVD images====&lt;br /&gt;
Click on the icon with the folder next to &amp;quot;Load iso..&amp;quot; to browse your filesystem. Navigate to the iso (cdrom image) you want to load and select it by doubleclicking it or mark it with a single click and press &amp;quot;open&amp;quot;.&lt;br /&gt;
The help-button will provide some hints on how to do that as well.&lt;br /&gt;
It is also possible to enter the fullpath including the isoname into the box directly. (e.g. /media/PATHTOYOURSD/qemuimages/freedos.iso)&lt;br /&gt;
====Assigning RAM to the machine====&lt;br /&gt;
Click on the textfield next to &amp;quot;RAM in MB&amp;quot; and enter the amount of RAM in MegaBytes, that the machine should use.&lt;br /&gt;
If you leave this field blank, the standard value of 128MB will be used.&lt;br /&gt;
====Launch the machine====&lt;br /&gt;
When you are happy with all options, you can click the &amp;quot;Launch&amp;quot; button to start the virtual machine.&lt;br /&gt;
====Exit the UI====&lt;br /&gt;
If you want to quit the gui, click on the &amp;quot;Cancel&amp;quot; button in the Main tab.&lt;br /&gt;
===Image Tools===&lt;br /&gt;
====Creating HDD images using the UI====&lt;br /&gt;
*On the &amp;quot;Image Tools&amp;quot; tab, type in the name of your image in the first textfield without a fileextension. (e.g. test-image)&lt;br /&gt;
*Type the desired size of the new image into the second textfield. The size is in MegaBytes. So for a 1GB image type 1024.&lt;br /&gt;
*Click on the &amp;quot;Create Image&amp;quot; button.&lt;br /&gt;
Your new image will be created in the following directory: appdata/qemu/images/&lt;br /&gt;
===Other options===&lt;br /&gt;
====Video options====&lt;br /&gt;
*Use Bochs vga card instead of Cirrus Logic&lt;br /&gt;
Simulate a standard VGA card with Bochs VBE extensions instead of the default Cirrus Logic GD5446 PCI VGA&lt;br /&gt;
*Fullscreen&lt;br /&gt;
Start the virtual machine in fullscreenmode rather than in a window. You can switch between the modes by pressing alt+ctrl+f. &lt;br /&gt;
====Sound options====&lt;br /&gt;
*Disable sound&lt;br /&gt;
Disable sound by selection this option. (Qemu doesn't support to disable the sound completely, but with this option you will choose a soundcard, that is not supported by most operating systems)&lt;br /&gt;
*Adlib card emulation&lt;br /&gt;
Emulate an additional Adlib synthesizer card.&lt;br /&gt;
====CPU options====&lt;br /&gt;
*486 CPU instead of pentium&lt;br /&gt;
Check this option, if you want qemu to emulate a 486 PC instead of the default pentium PC.&lt;br /&gt;
====Network options====&lt;br /&gt;
*Disable Network&lt;br /&gt;
Check this, if you do not want qemu to emulate a networkcard.&lt;br /&gt;
==Installing an OS into an image==&lt;br /&gt;
===Creating HDD images using your Desktop PC (Linux)===&lt;br /&gt;
===Creating HDD images using your Desktop PC (Windows)===&lt;br /&gt;
&lt;br /&gt;
*Download Qemu Manager 7 for Windows.&lt;br /&gt;
&lt;br /&gt;
*Install into Windows and run Qemu Manager as Admin.&lt;br /&gt;
&lt;br /&gt;
*go to the Option Qemu Version Management and install Qemu 0.14.1&lt;br /&gt;
(You must do this,otherwise QemuManager will use Version0.11 by itself and this Version isnt Compatible)&lt;br /&gt;
&lt;br /&gt;
*Now you can Use the &amp;quot;File/Create new Virtual Disk&amp;quot; Option&lt;br /&gt;
&lt;br /&gt;
*Choose the max Image Size and i recommend the qcow2 Image Format.&lt;br /&gt;
&lt;br /&gt;
Your new empty Image ist now in your QemuManager Folder named &amp;quot;Images&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Installing Microsoft DOS===&lt;br /&gt;
====On your Desktop PC====&lt;br /&gt;
====On the Pandora====&lt;br /&gt;
===Installing Microsoft Windows 3.1 / 3.11===&lt;br /&gt;
====On your Desktop PC====&lt;br /&gt;
====On the Pandora====&lt;br /&gt;
===Installing Microsoft Windows 95 on PC===&lt;br /&gt;
&lt;br /&gt;
*start Qemu Manager&lt;br /&gt;
&lt;br /&gt;
*create new VM&lt;br /&gt;
&lt;br /&gt;
*Name it what you like(example win95)&lt;br /&gt;
&lt;br /&gt;
*Choose x86PC , Operating system Windows58 and very very Important choose Qemu Version 0.14.1 the standart 0.11.1 will not work&lt;br /&gt;
&lt;br /&gt;
*select Ram 128MB(the max what Pandora Qemu can use) and choose the size of your Harddisk&lt;br /&gt;
&lt;br /&gt;
*Virtual Machine Output is important to set it to &amp;quot;QemuWindow&amp;quot;(not QemuManager)&lt;br /&gt;
&lt;br /&gt;
*now you should use this Hardware Settings: Soundcard=Yes&lt;br /&gt;
&lt;br /&gt;
SoundHW=Soundblaster16&lt;br /&gt;
&lt;br /&gt;
Networking=none (the Networking is not testet now with Win98,but it could work)&lt;br /&gt;
&lt;br /&gt;
VideoCard=Cirrus GD5446&lt;br /&gt;
&lt;br /&gt;
*and under the Menu Advanced some Performance Tweaks:&lt;br /&gt;
&lt;br /&gt;
Disable Hpet=YES&lt;br /&gt;
&lt;br /&gt;
Disable ACPI Support=YES&lt;br /&gt;
&lt;br /&gt;
*NOW WE CAN INSTALL Win95:&lt;br /&gt;
&lt;br /&gt;
*Switch to Drives and Choose as CDROM your CDROM Drive or your own Win95Iso&lt;br /&gt;
&lt;br /&gt;
*use one Win95 Bootdisk (.ima and .img Diskformats shoud work)&lt;br /&gt;
&lt;br /&gt;
*start from Bootfloppydisk(or Image)and start install (THE MSDOS CDROM DRIVER HANGS A LITTLE BUT AFTER 1-2MINUTES WILL IT LOAD FINE)&lt;br /&gt;
&lt;br /&gt;
*Setup Should start well(when it hangs in installation Progress,theres a alternativly way to install Win95/98)&lt;br /&gt;
&lt;br /&gt;
*AFTER INTALLATION CHANGE IN HARDWAREMANAGER THE PLUG&amp;amp;PLAY BIOS MANUALY TO PCI-BUS.&lt;br /&gt;
&lt;br /&gt;
(HARDWARE AUTODETECTION WILL NOT WORK FULL THEN YOU MUST MAKE THIS AFTER INSTALLATION)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Happy installing/experimenting :)&lt;br /&gt;
&lt;br /&gt;
===Installing Microsoft Windows 98===&lt;br /&gt;
====On your Desktop PC====&lt;br /&gt;
*start Qemu Manager&lt;br /&gt;
&lt;br /&gt;
*create new VM&lt;br /&gt;
&lt;br /&gt;
*Name it what you like(example win98)&lt;br /&gt;
&lt;br /&gt;
*Choose x86PC , Operating system Windows98 and very very Important&lt;br /&gt;
choose Qemu Version 0.14.1 the standart 0.11.1 will not work&lt;br /&gt;
&lt;br /&gt;
*select Ram 128MB(the max what Pandora Qemu can use)&lt;br /&gt;
and choose the size of your Harddisk&lt;br /&gt;
&lt;br /&gt;
*Virtual Machine Output is important to set it to &amp;quot;QemuWindow&amp;quot;(not QemuManager)&lt;br /&gt;
&lt;br /&gt;
*now you should use this Hardware Settings:&lt;br /&gt;
Soundcard=Yes&lt;br /&gt;
&lt;br /&gt;
SoundHW=Soundblaster16&lt;br /&gt;
&lt;br /&gt;
Networking=none (the Networking is not testet now with Win98,but it could work)&lt;br /&gt;
&lt;br /&gt;
VideoCard=Cirrus GD5446&lt;br /&gt;
&lt;br /&gt;
USBSupport=Yes&lt;br /&gt;
&lt;br /&gt;
USBDevices=add USB Tablet with the + Symbol(this is for Pandora Touchscreen support)&lt;br /&gt;
&lt;br /&gt;
*and under the Menu Advanced some Performance Tweaks:&lt;br /&gt;
&lt;br /&gt;
Disable Hpet=YES&lt;br /&gt;
&lt;br /&gt;
Disable ACPI Support=YES&lt;br /&gt;
&lt;br /&gt;
*NOW WE CAN INSTALL WIN98 or WIN98SE:&lt;br /&gt;
&lt;br /&gt;
*Switch to Drives and Choose as CDROM your CDROM Drive or your own Win98Iso&lt;br /&gt;
&lt;br /&gt;
*start Qemu with the green Play Button&lt;br /&gt;
&lt;br /&gt;
*start from CDROM and start install&lt;br /&gt;
(THE MSDOS CDROM DRIVER HANGS A LITTLE BUT AFTER 1-2MINUTES WILL IT LOAD FINE)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*THE TOUCHSCREEN SUPPORT WILL ONLY WORK WHEN YOU AFTER INTALLATION CHANGE IN HARDWAREMANAGER THE PLUG&amp;amp;PLAY BIOS MANUALY TO PCI-BUS.&lt;br /&gt;
&lt;br /&gt;
*(HARDWARE AUTODETECTION WILL NOT WORK FULL THEN YOU MUST MAKE THIS AFTER INSTALLATION)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Happy installing/experimenting :)&lt;br /&gt;
&lt;br /&gt;
===alternativly Way to install Win95/98===&lt;br /&gt;
&lt;br /&gt;
====On the PC====&lt;br /&gt;
&lt;br /&gt;
*Break the installation Progress with F3 and you will be in MSDOS&lt;br /&gt;
&lt;br /&gt;
*switch to a: and make your HD Image bootable with&lt;br /&gt;
&lt;br /&gt;
sys c:&lt;br /&gt;
&lt;br /&gt;
*switch to HDD and make a setup Directory with&lt;br /&gt;
&lt;br /&gt;
md c:\setup&lt;br /&gt;
&lt;br /&gt;
cd c:\setup&lt;br /&gt;
&lt;br /&gt;
*now switch to your CD Drive&lt;br /&gt;
&lt;br /&gt;
d:&lt;br /&gt;
&lt;br /&gt;
cd win95   (or when you want to install win98,then &amp;quot;cd win98&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
*and copy your Setup Files to your HDDImage&lt;br /&gt;
&lt;br /&gt;
copy . c:.&lt;br /&gt;
&lt;br /&gt;
*your setup Files should now copy to c:\setup&lt;br /&gt;
&lt;br /&gt;
*after this boot your HDD Image without Floppy Image and without your Windows Iso&lt;br /&gt;
&lt;br /&gt;
*you must be now in Dos and must type&lt;br /&gt;
&lt;br /&gt;
cd setup&lt;br /&gt;
&lt;br /&gt;
xmsmmgr&lt;br /&gt;
&lt;br /&gt;
setup&lt;br /&gt;
&lt;br /&gt;
*Now this is the Way who must install Windows perfectly&lt;br /&gt;
&lt;br /&gt;
*happy experimenting/installing&lt;br /&gt;
&lt;br /&gt;
====On the Pandora====&lt;br /&gt;
&lt;br /&gt;
*same like PC&lt;br /&gt;
&lt;br /&gt;
===Installing Microsoft Windows XP===&lt;br /&gt;
====On your Desktop PC====&lt;br /&gt;
same like Windows98 but not testet yet.&lt;br /&gt;
&lt;br /&gt;
====On the Pandora====&lt;br /&gt;
&lt;br /&gt;
===Installing Linux===&lt;br /&gt;
====On your Desktop PC====&lt;br /&gt;
====On the Pandora====&lt;br /&gt;
===Downloading and using ready-made FreeDOS and ReactOS images===&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
===Known problems===&lt;br /&gt;
We are working on them. If you have found a solution or can provide a patch, please pm mcobit at [http://boards.openpandora.org boards.openpandora.org]&lt;br /&gt;
* Paths to image or isofiles as well, as imagenames specified in the &amp;quot;Image Tool&amp;quot; MUST NOT contain any whitespaces.&lt;br /&gt;
* EMS Memory under Dos is a little Tricky to get work but it work. You must use in Config.sys the Entry &amp;quot;EMM386 M9&amp;quot; and behind Himem.sys must stand nothing,only Himem.sys&lt;br /&gt;
* Shared Folders: don't use shared folders as an &amp;quot;active&amp;quot; source: write support for shared folders is buggy, so don't run applications/games from shared folder, just copy its content on the virtual systems drive. A lot of games have problems writing to the shared folder&lt;br /&gt;
&lt;br /&gt;
*under Windows,when a Game set 320x240 the Screen will stretched,but work,then try another Resolutions.&lt;br /&gt;
&lt;br /&gt;
===Report a bug===&lt;br /&gt;
===What to do, if…===&lt;br /&gt;
* Windows cannot find the mounted CD Image??&lt;br /&gt;
&lt;br /&gt;
Solution=Install a MS-Dos CD-Rom Treiber in your Image and let it load before Windows starting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* EMS Memory isnt working??&lt;br /&gt;
&lt;br /&gt;
Solution=It works when you have in Config.sys:&lt;br /&gt;
&lt;br /&gt;
Device=Himem.sys&lt;br /&gt;
&lt;br /&gt;
Device=Emm386.exe M9&lt;br /&gt;
&lt;br /&gt;
(or Devicehigh=)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* A Game/or System breaks and you are in PanQemu Startwindow again??&lt;br /&gt;
&lt;br /&gt;
Its a Fullscreen Bug from Qemu&lt;br /&gt;
&lt;br /&gt;
(Qemu for Pandora cannot handle Resolutions over 640x480 in Fullscreen Mode)&lt;br /&gt;
&lt;br /&gt;
Solution=use Qemu in Windowed Mode(not in Fullscreen)and switch to 640x480,&lt;br /&gt;
&lt;br /&gt;
then you can press ctrl+alt+f to switch to Fullscreen again(works well).&lt;br /&gt;
===Tipps, Tricks &amp;amp; Hints===&lt;br /&gt;
====General====&lt;br /&gt;
* If you happen to miss the [alt] and [strg] keys, look between the nubs&lt;br /&gt;
====MS-DOS 6 and above / alike====&lt;br /&gt;
* Keyboard&lt;br /&gt;
** if you can't enter &amp;quot;:&amp;quot; and/or &amp;quot;\&amp;quot; one solution is to use the italien keyboard layout. just type &amp;quot;keyb it&amp;quot; on the commandline and press [enter] after that you can enter &amp;quot;:&amp;quot; with [Shift] + [.] and &amp;quot;\&amp;quot; with [Fn] + [H]&lt;br /&gt;
* CD-ROM Support&lt;br /&gt;
** To use cd images as CD-ROMS under MS-DOS 6 and above you need to do the following&lt;br /&gt;
** Get the Ms CD extension (mscdex.exe) from &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://support.microsoft.com/kb/123408/en here]&amp;lt;/span&amp;gt;&lt;br /&gt;
** You need a CD-ROM driver, there are several available, one that is known to work is &amp;quot;oakcdrom.sys&amp;quot;&lt;br /&gt;
** Copy the both on your virtual disk, the following bulletpoints assumes that you put them both into &amp;quot;c:\dos&amp;quot;, if not change the pathnames according to your choice&lt;br /&gt;
** Put the following line in your config.sys : &amp;quot;DEVICEHIGH= C:\DOS\OAKCDROM.SYS /D:MSCD001&amp;quot;&lt;br /&gt;
** Put the following line in your autoexec.bat: &amp;quot;LH C:\DOS\MSCDEX.EXE /D:MSCD001 /L:E&amp;quot;&lt;br /&gt;
** Some explanation to the above: the character string &amp;quot;MSCD001&amp;quot; is just id you can choose as you like, but it has to be identical in both files. The Parameter &amp;quot;L:E&amp;quot; associates the CD-ROM with the drive letter &amp;quot;E&amp;quot;, this is optional.&lt;br /&gt;
* Mouse support&lt;br /&gt;
** Mouse needs a driver under MS-DOS environments. &lt;br /&gt;
** There are several around, a - memory wise - light alternative could be  &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://cutemouse.sourceforge.net/ CuteMouse]&amp;lt;/span&amp;gt;&lt;br /&gt;
** There are several executable files in the archive you download (inside the bin folder). You need a file that begins with &amp;quot;ctm-&amp;quot;, choose the file according to the language you prefer (e.g. &amp;quot;ctm-en.exe&amp;quot; who wan't it in english) &lt;br /&gt;
** If you choose the english version and put it directly into the root of your main virtual drive, simply put the line &amp;quot;LH C:\ctm-en.exe&amp;quot; in your autoexec.bat to load it on startup.  &lt;br /&gt;
* Two pane file manager&lt;br /&gt;
** As using the commandline to move data from one point to another can be very cumbersome (at least if no xcopy is available) have a look at &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.ritlabs.com/en/products/dn/ DOS Navigator]&amp;lt;/span&amp;gt; an open source Norton Commander clone&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
&lt;br /&gt;
=Compatibility lists=&lt;br /&gt;
&lt;br /&gt;
==Operating Systems==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! Version&lt;br /&gt;
! Runs?&lt;br /&gt;
! Useable?&lt;br /&gt;
! Loadingtime&lt;br /&gt;
! Comments&lt;br /&gt;
|-&lt;br /&gt;
|GParted&lt;br /&gt;
|0.12.0-2&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|??&lt;br /&gt;
|Very long to run. Graphical mode crash.&lt;br /&gt;
|-&lt;br /&gt;
|Haiku&lt;br /&gt;
|r1 alpha 3&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|??&lt;br /&gt;
|Converted official vmware image.&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft DOS&lt;br /&gt;
|6.22	&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft DOS&lt;br /&gt;
|7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|3.1&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|3.11&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|95&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|98&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|IO - Access seems slow&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|ME&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|2000&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|Should only install with activated Win2k hack for qemu. Runs very slow but usable. Tweaking guide [http://www.nexle.dk/win2000-32mb/ here].&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|XP&lt;br /&gt;
|Yes&lt;br /&gt;
|Not quite&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|VISTA&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Microsoft Windows&lt;br /&gt;
|7&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Freedos&lt;br /&gt;
|1.1&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|Need a bit of work to get it installed&lt;br /&gt;
|-&lt;br /&gt;
|ReactOS&lt;br /&gt;
|??&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|[http://sourceforge.net/projects/reactos/files/ReactOS/0.3.14/ReactOS-0.3.14-REL-qemu.zip/download Downloadable image from website]&lt;br /&gt;
|-&lt;br /&gt;
|Ubuntu Linux&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|TinyCore Linux&lt;br /&gt;
|??&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|??&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Office/Desktop programs==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! Version&lt;br /&gt;
! Runs?&lt;br /&gt;
! Useable?&lt;br /&gt;
! Loadingtime&lt;br /&gt;
! Comments&lt;br /&gt;
|-&lt;br /&gt;
|Notepad&lt;br /&gt;
|Windows 95&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|CasCADe&lt;br /&gt;
|Windows 95&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Games==&lt;br /&gt;
Office/Desktop programs:&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;font-size: 90%; border:1px solid gray; border-collapse: collapse; text-align: center; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! Version&lt;br /&gt;
! Operating System&lt;br /&gt;
! Runs&lt;br /&gt;
! Sound&lt;br /&gt;
! MHz&lt;br /&gt;
! Playable&lt;br /&gt;
! Comments&lt;br /&gt;
|-&lt;br /&gt;
|Age of Empires&lt;br /&gt;
|&lt;br /&gt;
|Microsoft Windows 95&lt;br /&gt;
|Yes&lt;br /&gt;
|yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Archemdian Dynasty (Schleichfahrt)&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Arctic Baron (Transarctica)&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Ascendancy&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Alien Breed&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|?&lt;br /&gt;
|heavy flickering, setup crashes on sound config&lt;br /&gt;
|-&lt;br /&gt;
|Alien Breed - Tower Assault&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|?&lt;br /&gt;
|heavy flickering &lt;br /&gt;
|-&lt;br /&gt;
|Alone in the Dark&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|yes&lt;br /&gt;
|slow but playable&lt;br /&gt;
|-&lt;br /&gt;
|AL-Qadim The Genie's Curse&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|stutters a little&lt;br /&gt;
|-&lt;br /&gt;
|B.A.T&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|too fast @950MHz&lt;br /&gt;
|-&lt;br /&gt;
|Battle Arena Toshinden&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|870&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bundesliga Manager Prof.&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No (Just Music)&lt;br /&gt;
|600&lt;br /&gt;
|Yes&lt;br /&gt;
|It has some graphic bugs and mouse fails sometimes&lt;br /&gt;
|-&lt;br /&gt;
|Cadaver&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Command&amp;amp;Conquer&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|perfectly&lt;br /&gt;
|-&lt;br /&gt;
|Crusader: No Remorse&lt;br /&gt;
|Gog.com&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Dune&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Dune 2&lt;br /&gt;
|&lt;br /&gt;
|FreeDos&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|900&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|DungeonKeeper&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|870&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Descent&lt;br /&gt;
|1&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|870&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Elvira 2 - The Jaws of Cerberus&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|No&lt;br /&gt;
|Crashes on &amp;quot;Load last save ?&amp;quot; message after startup&lt;br /&gt;
|-&lt;br /&gt;
|Fatal Racing&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|No&lt;br /&gt;
|too slow to play&lt;br /&gt;
|-&lt;br /&gt;
|Gods&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Hanse, die Expedition&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|600&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Halloween Harry&lt;br /&gt;
|Shareware&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|smooth, controls adjustable so dpad+action buttons possible&lt;br /&gt;
|-&lt;br /&gt;
|Ishar III&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|870&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|James Pond 2&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|yes&lt;br /&gt;
|runs perfectly without Sound&lt;br /&gt;
|-&lt;br /&gt;
|Microprose F1GP Demo!&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|Demo is restricted to 8 FPS&lt;br /&gt;
|-&lt;br /&gt;
|Need for Speed&lt;br /&gt;
|&lt;br /&gt;
|Microsoft Dos 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|runs perfectly without Sound&lt;br /&gt;
|-&lt;br /&gt;
|One Must Fall 2097&lt;br /&gt;
|CD&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|runs near perfect, with best sound quality&lt;br /&gt;
|-&lt;br /&gt;
|Popolus 2 &lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|too fast @950MHz&lt;br /&gt;
|-&lt;br /&gt;
|The incredible Machine 2&lt;br /&gt;
|DOS&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|no&lt;br /&gt;
|blank screen after start&lt;br /&gt;
|-&lt;br /&gt;
|Theme Park&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|no music&lt;br /&gt;
|-&lt;br /&gt;
|Tie Fighter&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|No&lt;br /&gt;
|Does not start&lt;br /&gt;
|-&lt;br /&gt;
|Tomb Raider&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|very little Bit of stuttering&lt;br /&gt;
|-&lt;br /&gt;
|Stunts&lt;br /&gt;
|&lt;br /&gt;
|Dos 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|yes&lt;br /&gt;
|800&lt;br /&gt;
|Yes&lt;br /&gt;
|perfectly&lt;br /&gt;
|-&lt;br /&gt;
|Syndicate&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|smoothly&lt;br /&gt;
|-&lt;br /&gt;
|Skyroads&lt;br /&gt;
|&lt;br /&gt;
|Freedos1.1&lt;br /&gt;
|Yes&lt;br /&gt;
|yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|smoothly&lt;br /&gt;
|-&lt;br /&gt;
|Silent Hunter&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|super playable with Mouse&lt;br /&gt;
|-&lt;br /&gt;
|Settlers 2 Gold (Die Siedler 2 Gold)&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|save/load leads to crashes sometimes&lt;br /&gt;
|-&lt;br /&gt;
|Ultima Underworld : The Stygian Abyss&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|No&lt;br /&gt;
|too slow to be playable&lt;br /&gt;
|-&lt;br /&gt;
|WIPEEEOUT&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 7.10&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|870&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Winpolis&lt;br /&gt;
|&lt;br /&gt;
|Microsoft Windows 3.11&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|600&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|World of Xeen&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|World of Xeen&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Xentar(Knights of)&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|perfectly in 2D Mode&lt;br /&gt;
|-&lt;br /&gt;
|X-Wing&lt;br /&gt;
|&lt;br /&gt;
|Microsoft DOS 6.22&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950&lt;br /&gt;
|Yes&lt;br /&gt;
|Runs well with low details&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Caine</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=PND_management_workflow&amp;diff=9308</id>
		<title>PND management workflow</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=PND_management_workflow&amp;diff=9308"/>
		<updated>2011-10-10T12:53:39Z</updated>

		<summary type="html">&lt;p&gt;Caine: /* Tag */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Whom it concerns ==&lt;br /&gt;
&lt;br /&gt;
* Thinkers who oversee the Pandora software platform as a whole and on the long run (core team &amp;amp; others)&lt;br /&gt;
* Plus in particular the developers of:&lt;br /&gt;
** Launchers like: MiniMenu, XFCE Menu, quick text based launchers&lt;br /&gt;
** Package managers like: PNDStore, PanoramaMilky (I use &amp;quot;PanoramaMilky&amp;quot; to refer to &amp;quot;Panorama in UI mode milky test&amp;quot;)&lt;br /&gt;
** Package metadata/override editors/tools (PND and OVR)&lt;br /&gt;
&lt;br /&gt;
== Topic of this work group  ==&lt;br /&gt;
&lt;br /&gt;
Software packages are at the center of the Pandora, hence the overall way how to manage them are key to success of the platform's usability and popularity.&lt;br /&gt;
&lt;br /&gt;
Currently the different aspects of managing and using PNDs are spread over a patchwork of different tools and workflows, and some aspects are yet not covered at all.&lt;br /&gt;
&lt;br /&gt;
I now try to describe what is important from a user's point of view, what already exists (to my knowledge), what should be realized, and point towards possible gap-closing and synergies between existing solutions.&lt;br /&gt;
&lt;br /&gt;
Disclaimer: Generally speaking, the patchwork per se is nothing bad. Openness is the principle of the Pandora, and it should by principle be always possible for a tool to cover/handle just a very small and specific task. Nevertheless from the user's perspective it is appreciated to have as little steps as necessary for common tasks in (at best) one uniform environment.&lt;br /&gt;
&lt;br /&gt;
== Follow up ==&lt;br /&gt;
&lt;br /&gt;
The issue was first brought to attention within the [http://boards.openpandora.org/index.php?/topic/5636-usability-of-package-management-pnd-coordinating-related-development-efforts/ developer forum].&lt;br /&gt;
&lt;br /&gt;
The issue consists of many aspects, which themselves again are complexly inter-connected.&lt;br /&gt;
&lt;br /&gt;
Therefore all follow-ups shall happen HERE INLINE within the wiki-page into the SPECIFIC sections! If necessary mark your addition with author and date (YYYY-MM-DD HH:MM UTC).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
If your addition is large, please create only a short inline summary, and link the full content to a new page!&lt;br /&gt;
&lt;br /&gt;
The content of the wiki describes aspects, which sometimes implicit bug reports, feature suggestions, etc, but not explicitly written and some of them yet not reported to the issue tracker. &lt;br /&gt;
&lt;br /&gt;
Please be autonomous enough, to realize your responsibility for your own. I spent hours brainstorming and writing this memo, even further dividing the tasks would overburden me. See it as a whole, co-ordinate your efforts (in the thread as this is &amp;quot;meta&amp;quot;), and only then slice it up on single issues. Thanks!&lt;br /&gt;
&lt;br /&gt;
== Main needs around handling of software packages (PNDs): ==&lt;br /&gt;
&lt;br /&gt;
* Discover&lt;br /&gt;
* Install ( + Update + Remove)&lt;br /&gt;
* Test&lt;br /&gt;
* Tag&lt;br /&gt;
* Launch&lt;br /&gt;
* Overview&lt;br /&gt;
&lt;br /&gt;
== What is meant by this? How are they related? ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
The possibility of overview (filtering / sorting) can aid in all other tasks.&lt;br /&gt;
The data source for &amp;quot;overview&amp;quot; is the metadata included in the PNDs plus the overrides included from OVRs (or other yet not developed over-ride/lay methods).&lt;br /&gt;
&lt;br /&gt;
=== Test ===&lt;br /&gt;
&lt;br /&gt;
Currently, after installing new apps which you want to test, you have to find them as &amp;quot;the needles in the haystack&amp;quot; among the already installed apps, instead of a convenient mode, in which you can only run &amp;quot;new apps&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
One might say: Just remember an app's name and find it from the &amp;quot;All&amp;quot; category. But what if you installed 3-5 new apps or even more … already a bit more complicated then! &lt;br /&gt;
&lt;br /&gt;
If the PND framework would keep track of how often apps have been launched (or just a simple &amp;quot;ran-once&amp;quot; flag), this would provide a data basis for certain display modes like &amp;quot;Show new apps&amp;quot; or &amp;quot;Sort by usage frequency&amp;quot; in &amp;quot;overview&amp;quot; or &amp;quot;launch&amp;quot; applications.&lt;br /&gt;
&lt;br /&gt;
=== Discover ===&lt;br /&gt;
&lt;br /&gt;
Works quite good through:&lt;br /&gt;
* Various information media related to OpenPandora like forum announcements, PandoraPress, various feeds.&lt;br /&gt;
* Informal ways like chats, forums.&lt;br /&gt;
* Formal catalogues / databases like the open handheld archives, appstore, repo), the latter being well suited for integration into software (machine readable). This medias especially increase the chances for newcomers, which are yet un-featured in the information and informal medias! If a user finds a well sorted catalogue, his/her readiness for trying new applications rises!&lt;br /&gt;
&lt;br /&gt;
Application name, description, icon, screenshots, categories deliver a good enough idea. Filter options like categories, or sorting actions like &amp;quot;most recent&amp;quot; help to narrow down the selection even more.&lt;br /&gt;
&lt;br /&gt;
This aspect is already very mature on the Pandora!&lt;br /&gt;
&lt;br /&gt;
What could be slightly improved: If &amp;quot;discover&amp;quot; and &amp;quot;install&amp;quot;/&amp;quot;test&amp;quot;/&amp;quot;remove&amp;quot; are integrated into one application, your system could systematically keep track of already tested and deliberately removed applications as &amp;quot;uninteresting&amp;quot;, and hide them in your further &amp;quot;disover&amp;quot; process! Sparing you a lot of time/attention seeing items again and again, which you already once found as uninteresting!&lt;br /&gt;
&lt;br /&gt;
Right now, if you manually scan catalogues, you likely stumble across candidates, you already deliberately rejected, which steals you your time /attention. The only display mode which spares you this: Sort catalogues by &amp;quot;recently published&amp;quot;, and thereby all new stuff is really new to you. But of course, all the display modes like, categories, tags, remain crowded with already seen stuff.&lt;br /&gt;
&lt;br /&gt;
=== Install/update/remove ===&lt;br /&gt;
&lt;br /&gt;
These 3 tasks must be hand-able within one environment!&lt;br /&gt;
&lt;br /&gt;
At the Pandora beginnings, no tool existed, meanwhile tools came to the rescue!&lt;br /&gt;
&lt;br /&gt;
I do not expect from the &amp;quot;launch&amp;quot; application (MiniMenu) to have &amp;quot;install/update&amp;quot; abilities, but at least have the &amp;quot;remove&amp;quot; ability, to facilitate &amp;quot;test&amp;quot; process. &amp;quot;Launch app, test wether you like it, quit app&amp;quot; and then &amp;quot;remove&amp;quot; right away if you don't like it!&lt;br /&gt;
&lt;br /&gt;
MiniMenu: Shall be able to delete a PND application (if on remove-able media).&lt;br /&gt;
&lt;br /&gt;
PNDstore and PanoramaMilky handle Install/update/remove quite ok already.&lt;br /&gt;
&lt;br /&gt;
PNDstore: Shall remember default installation locations better, as PanoramaMilky already does.&lt;br /&gt;
&lt;br /&gt;
After running a &amp;quot;scan for updates&amp;quot; the manager shall have the possibility to update all or only certain selected apps. (equivalent to iOS Appstore app).&lt;br /&gt;
&lt;br /&gt;
=== Tag ===&lt;br /&gt;
&lt;br /&gt;
Override the PNDs' metadata, which later aids &amp;quot;overview&amp;quot; and &amp;quot;launch&amp;quot; applications.&lt;br /&gt;
&lt;br /&gt;
Right now there is neither a well-working workflow for &amp;quot;test an app, quit it, tag it&amp;quot; nor a mass-editor for tagging multiple apps according to your memories or notes.&lt;br /&gt;
&lt;br /&gt;
The advantage of &amp;quot;test an app, quit it, tag it&amp;quot; is, that the user's memory of the tested applications is still fresh, hence the tagging is easy to make and appropriate.&lt;br /&gt;
&lt;br /&gt;
''There is currently no tag concept associated with PNDs. It is possible to abuse notes for this purpose, but none of the tooling will really be able to do anything useful with it as there are no semantics specified for the fields.'' Caine 2011-10-10 [12:53 UTC]&lt;br /&gt;
&lt;br /&gt;
==== MiniMenu - Test an app, quit it, tag it ====&lt;br /&gt;
&lt;br /&gt;
Problem 1: After you ran an arbitrary app and quitted it, you do not return to your last position (bug #241). You need to find that app again first. And then go into submenus. And only then tag it.&lt;br /&gt;
Problem 2: After the override of ONE SINGLE app, MiniMenu currenty completely restarts, thus rescans **all** .PNDs and .OVRs! Only re-reading the affected PND + OVR would tremendously speed up.&lt;br /&gt;
&lt;br /&gt;
If both problem 1 + 2 would get fixed the method &amp;quot;test an app, quit it, tag it&amp;quot; would practically work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mass OVR editor ====&lt;br /&gt;
&lt;br /&gt;
A spreadsheet-like list with all apps, with the columns: icon, name, custom note, cat, subcat, possibly also summary/screenshot as obtained from repo-catalogue to refresh one's memory, where one can then quickly edit all the metadata of all apps to suit one's own sorting system better.&lt;br /&gt;
&lt;br /&gt;
Caine already developed &amp;quot;OVR editor&amp;quot;, and considers to realize such a &amp;quot;OVR spreadsheet editing mode&amp;quot;. http://boards.openpandora.org/index.php?/topic/4201-ovr-editor-and-pnd-aware-application-launcher/&lt;br /&gt;
&lt;br /&gt;
=== Launch ===&lt;br /&gt;
&lt;br /&gt;
Your interface for launching apps. The data source for this comes from the PND files plus your OVR override files (&amp;quot;tag&amp;quot; applications).&lt;br /&gt;
&lt;br /&gt;
Launch could be much more fine grained, please see the section on the possibilities of combining: Launch + overview.&lt;br /&gt;
&lt;br /&gt;
Besides this some suggestions of improving existing features right here in this section.&lt;br /&gt;
&lt;br /&gt;
==== Hotkey application launcher ====&lt;br /&gt;
&lt;br /&gt;
Well known from many OSes, this feature would be fine within the Pandora too.&lt;br /&gt;
&lt;br /&gt;
Triggered by hotkey working from everywhere or from menu/desktop entry -&amp;gt; text input with auto completion of installed apps -&amp;gt; launch.&lt;br /&gt;
&lt;br /&gt;
I think that already exists. I just don't know which one's, and how to set the hotkey for it.&lt;br /&gt;
&lt;br /&gt;
==== XFCE launch menu shall have meta trees &amp;quot;All apps&amp;quot; and &amp;quot;All games&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
MiniMenu has an &amp;quot;All&amp;quot; category tree. The XFCE launch menu doesn't! Would be fine if it had one meta tree which &amp;quot;holds them all&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Combinations ==&lt;br /&gt;
&lt;br /&gt;
Many combinations of tasks are already described in one of the affected task &amp;quot;verb&amp;quot; sections. Some of these involve many others, and are therefore described below as combinations of &amp;quot;task verbs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Discover + install + update + remove ===&lt;br /&gt;
&lt;br /&gt;
Right now &amp;quot;discover&amp;quot;, &amp;quot;install&amp;quot; and &amp;quot;test&amp;quot; are separate workflows.&lt;br /&gt;
&lt;br /&gt;
PanoramaMilky very well unites &amp;quot;discover&amp;quot; + &amp;quot;install/update/remove&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
''I think discovery could be improved in MilkyTest by allowing ordering packages by rating and showcasing random highly rated applications. Not sure how the showcasing would work with the UI, but it's something to consider'' - B-ZaR 2011-10-10 05:41Z&lt;br /&gt;
&lt;br /&gt;
''Discovery should be handled by browsing the apps in the repo along with their preview pictures to get an impression of the content. Sorting orders should include alphabetically, by rating, by author, and newly added (excluding recent updates). Also of note, we are essentially talking about CRUD operations on apps. Create (install), Read (run), Update (upgrade app/edit OVR) and Delete. I've always assumed these to eventually merged into a single application, though so far I omitted the OVR files in that vision.'' Caine 2011-10-10 12:33UTC&lt;br /&gt;
&lt;br /&gt;
PanoramaMilky: Would be cool if it could &amp;quot;launch&amp;quot; apps. You could &amp;quot;test&amp;quot; the app, then quit it. PanoramaMilky must then have the previously launched app selected so that you can immediately &amp;quot;remove&amp;quot; or keep it.&lt;br /&gt;
&lt;br /&gt;
''Already planned, though I'll probably fork MilkyTest to create a more fleshed out UI under a different name. MilkyTest was always about testing milky-plugin. I'll post more on this to panorama's beta thread.'' - B-ZaR 2011-10-10 05:41Z&lt;br /&gt;
&lt;br /&gt;
=== Launch + overview ===&lt;br /&gt;
&lt;br /&gt;
Currently MiniMenu allows a filesystem like browsing with metaphors like tabs as categories / subcategories as subfolders within that tabs, and some generated meta categories like &amp;quot;All&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
These additional display modes would help:&lt;br /&gt;
&lt;br /&gt;
==== New meta category &amp;quot;Fresh&amp;quot;, &amp;quot;By Date Added&amp;quot;, &amp;quot;By Date Published&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
This is for aiding the &amp;quot;test&amp;quot; process, particularly showing yet untested or fresh apps.&lt;br /&gt;
&lt;br /&gt;
Implementation could be hard: As the PND has no central registry, but rather &amp;quot;certain files at certain places&amp;quot;, which are scanned to then provide a &amp;quot;certain basis for certain launchers&amp;quot;, the tracking of this dates or usage amounts must happen within that scanners/launchers, which must either have the &amp;quot;test&amp;quot; and &amp;quot;tag&amp;quot; abilities themselves, or must make that data available to those applications. Does anyone know what according data is tracked within MiniMenu?&lt;br /&gt;
&lt;br /&gt;
==== Rating and/or favorite system. ====&lt;br /&gt;
&lt;br /&gt;
Date source for &amp;quot;favorite&amp;quot; and/or &amp;quot;sorting&amp;quot; is provided by from your &amp;quot;tagging&amp;quot; (overrides). In addition the &amp;quot;launch&amp;quot; application may have its own methods to &amp;quot;rate&amp;quot; or &amp;quot;favor&amp;quot; applications. (Again this would be good for the approach: &amp;quot;Run app, test app, tag it&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
MiniMenu should show a tab &amp;quot;Favorites&amp;quot;, which contains all apps, which are flagged as &amp;quot;favorite&amp;quot; or which have a rating above a certain treshold (i.e. on a scale from 1-5, all which are equal or higher than 4).&lt;br /&gt;
&lt;br /&gt;
MiniMenu should show one tab &amp;quot;By rating&amp;quot;, which contains all apps, sorted by rating (as sort key 1, and by alphabet as sort key 2).&lt;br /&gt;
&lt;br /&gt;
If you navigate within the categories and sub-categories folders/tabs, a certain hotkey or menu command, should trigger the &amp;quot;favorite display&amp;quot; or &amp;quot;sorted display&amp;quot;, which filters/sorts the contained items accordingly.&lt;br /&gt;
&lt;br /&gt;
Pressing favorite hotkey first: Shows only favorites.&lt;br /&gt;
Pressing favorite hotkey again: Shows favorites on top of others.&lt;br /&gt;
Pressing favorite hotkey again: Disables favorite view mode, normal view again.&lt;br /&gt;
&lt;br /&gt;
Pressing sort hotkey first: Sorted from best to worst&lt;br /&gt;
Pressing sort hotkey again: Sorted from worst to best&lt;br /&gt;
Pressing sort hotkey again: Disables sort view mode, normal view again.&lt;/div&gt;</summary>
		<author><name>Caine</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=PND_management_workflow&amp;diff=9307</id>
		<title>PND management workflow</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=PND_management_workflow&amp;diff=9307"/>
		<updated>2011-10-10T12:43:36Z</updated>

		<summary type="html">&lt;p&gt;Caine: /* Discover + install + update + remove */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Whom it concerns ==&lt;br /&gt;
&lt;br /&gt;
* Thinkers who oversee the Pandora software platform as a whole and on the long run (core team &amp;amp; others)&lt;br /&gt;
* Plus in particular the developers of:&lt;br /&gt;
** Launchers like: MiniMenu, XFCE Menu, quick text based launchers&lt;br /&gt;
** Package managers like: PNDStore, PanoramaMilky (I use &amp;quot;PanoramaMilky&amp;quot; to refer to &amp;quot;Panorama in UI mode milky test&amp;quot;)&lt;br /&gt;
** Package metadata/override editors/tools (PND and OVR)&lt;br /&gt;
&lt;br /&gt;
== Topic of this work group  ==&lt;br /&gt;
&lt;br /&gt;
Software packages are at the center of the Pandora, hence the overall way how to manage them are key to success of the platform's usability and popularity.&lt;br /&gt;
&lt;br /&gt;
Currently the different aspects of managing and using PNDs are spread over a patchwork of different tools and workflows, and some aspects are yet not covered at all.&lt;br /&gt;
&lt;br /&gt;
I now try to describe what is important from a user's point of view, what already exists (to my knowledge), what should be realized, and point towards possible gap-closing and synergies between existing solutions.&lt;br /&gt;
&lt;br /&gt;
Disclaimer: Generally speaking, the patchwork per se is nothing bad. Openness is the principle of the Pandora, and it should by principle be always possible for a tool to cover/handle just a very small and specific task. Nevertheless from the user's perspective it is appreciated to have as little steps as necessary for common tasks in (at best) one uniform environment.&lt;br /&gt;
&lt;br /&gt;
== Follow up ==&lt;br /&gt;
&lt;br /&gt;
The issue was first brought to attention within the [http://boards.openpandora.org/index.php?/topic/5636-usability-of-package-management-pnd-coordinating-related-development-efforts/ developer forum].&lt;br /&gt;
&lt;br /&gt;
The issue consists of many aspects, which themselves again are complexly inter-connected.&lt;br /&gt;
&lt;br /&gt;
Therefore all follow-ups shall happen HERE INLINE within the wiki-page into the SPECIFIC sections! If necessary mark your addition with author and date (YYYY-MM-DD HH:MM UTC).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
If your addition is large, please create only a short inline summary, and link the full content to a new page!&lt;br /&gt;
&lt;br /&gt;
The content of the wiki describes aspects, which sometimes implicit bug reports, feature suggestions, etc, but not explicitly written and some of them yet not reported to the issue tracker. &lt;br /&gt;
&lt;br /&gt;
Please be autonomous enough, to realize your responsibility for your own. I spent hours brainstorming and writing this memo, even further dividing the tasks would overburden me. See it as a whole, co-ordinate your efforts (in the thread as this is &amp;quot;meta&amp;quot;), and only then slice it up on single issues. Thanks!&lt;br /&gt;
&lt;br /&gt;
== Main needs around handling of software packages (PNDs): ==&lt;br /&gt;
&lt;br /&gt;
* Discover&lt;br /&gt;
* Install ( + Update + Remove)&lt;br /&gt;
* Test&lt;br /&gt;
* Tag&lt;br /&gt;
* Launch&lt;br /&gt;
* Overview&lt;br /&gt;
&lt;br /&gt;
== What is meant by this? How are they related? ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
The possibility of overview (filtering / sorting) can aid in all other tasks.&lt;br /&gt;
The data source for &amp;quot;overview&amp;quot; is the metadata included in the PNDs plus the overrides included from OVRs (or other yet not developed over-ride/lay methods).&lt;br /&gt;
&lt;br /&gt;
=== Test ===&lt;br /&gt;
&lt;br /&gt;
Currently, after installing new apps which you want to test, you have to find them as &amp;quot;the needles in the haystack&amp;quot; among the already installed apps, instead of a convenient mode, in which you can only run &amp;quot;new apps&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
One might say: Just remember an app's name and find it from the &amp;quot;All&amp;quot; category. But what if you installed 3-5 new apps or even more … already a bit more complicated then! &lt;br /&gt;
&lt;br /&gt;
If the PND framework would keep track of how often apps have been launched (or just a simple &amp;quot;ran-once&amp;quot; flag), this would provide a data basis for certain display modes like &amp;quot;Show new apps&amp;quot; or &amp;quot;Sort by usage frequency&amp;quot; in &amp;quot;overview&amp;quot; or &amp;quot;launch&amp;quot; applications.&lt;br /&gt;
&lt;br /&gt;
=== Discover ===&lt;br /&gt;
&lt;br /&gt;
Works quite good through:&lt;br /&gt;
* Various information media related to OpenPandora like forum announcements, PandoraPress, various feeds.&lt;br /&gt;
* Informal ways like chats, forums.&lt;br /&gt;
* Formal catalogues / databases like the open handheld archives, appstore, repo), the latter being well suited for integration into software (machine readable). This medias especially increase the chances for newcomers, which are yet un-featured in the information and informal medias! If a user finds a well sorted catalogue, his/her readiness for trying new applications rises!&lt;br /&gt;
&lt;br /&gt;
Application name, description, icon, screenshots, categories deliver a good enough idea. Filter options like categories, or sorting actions like &amp;quot;most recent&amp;quot; help to narrow down the selection even more.&lt;br /&gt;
&lt;br /&gt;
This aspect is already very mature on the Pandora!&lt;br /&gt;
&lt;br /&gt;
What could be slightly improved: If &amp;quot;discover&amp;quot; and &amp;quot;install&amp;quot;/&amp;quot;test&amp;quot;/&amp;quot;remove&amp;quot; are integrated into one application, your system could systematically keep track of already tested and deliberately removed applications as &amp;quot;uninteresting&amp;quot;, and hide them in your further &amp;quot;disover&amp;quot; process! Sparing you a lot of time/attention seeing items again and again, which you already once found as uninteresting!&lt;br /&gt;
&lt;br /&gt;
Right now, if you manually scan catalogues, you likely stumble across candidates, you already deliberately rejected, which steals you your time /attention. The only display mode which spares you this: Sort catalogues by &amp;quot;recently published&amp;quot;, and thereby all new stuff is really new to you. But of course, all the display modes like, categories, tags, remain crowded with already seen stuff.&lt;br /&gt;
&lt;br /&gt;
=== Install/update/remove ===&lt;br /&gt;
&lt;br /&gt;
These 3 tasks must be hand-able within one environment!&lt;br /&gt;
&lt;br /&gt;
At the Pandora beginnings, no tool existed, meanwhile tools came to the rescue!&lt;br /&gt;
&lt;br /&gt;
I do not expect from the &amp;quot;launch&amp;quot; application (MiniMenu) to have &amp;quot;install/update&amp;quot; abilities, but at least have the &amp;quot;remove&amp;quot; ability, to facilitate &amp;quot;test&amp;quot; process. &amp;quot;Launch app, test wether you like it, quit app&amp;quot; and then &amp;quot;remove&amp;quot; right away if you don't like it!&lt;br /&gt;
&lt;br /&gt;
MiniMenu: Shall be able to delete a PND application (if on remove-able media).&lt;br /&gt;
&lt;br /&gt;
PNDstore and PanoramaMilky handle Install/update/remove quite ok already.&lt;br /&gt;
&lt;br /&gt;
PNDstore: Shall remember default installation locations better, as PanoramaMilky already does.&lt;br /&gt;
&lt;br /&gt;
After running a &amp;quot;scan for updates&amp;quot; the manager shall have the possibility to update all or only certain selected apps. (equivalent to iOS Appstore app).&lt;br /&gt;
&lt;br /&gt;
=== Tag ===&lt;br /&gt;
&lt;br /&gt;
Override the PNDs' metadata, which later aids &amp;quot;overview&amp;quot; and &amp;quot;launch&amp;quot; applications.&lt;br /&gt;
&lt;br /&gt;
Right now there is neither a well-working workflow for &amp;quot;test an app, quit it, tag it&amp;quot; nor a mass-editor for tagging multiple apps according to your memories or notes.&lt;br /&gt;
&lt;br /&gt;
The advantage of &amp;quot;test an app, quit it, tag it&amp;quot; is, that the user's memory of the tested applications is still fresh, hence the tagging is easy to make and appropriate.&lt;br /&gt;
&lt;br /&gt;
==== MiniMenu - Test an app, quit it, tag it ====&lt;br /&gt;
&lt;br /&gt;
Problem 1: After you ran an arbitrary app and quitted it, you do not return to your last position (bug #241). You need to find that app again first. And then go into submenus. And only then tag it.&lt;br /&gt;
Problem 2: After the override of ONE SINGLE app, MiniMenu currenty completely restarts, thus rescans **all** .PNDs and .OVRs! Only re-reading the affected PND + OVR would tremendously speed up.&lt;br /&gt;
&lt;br /&gt;
If both problem 1 + 2 would get fixed the method &amp;quot;test an app, quit it, tag it&amp;quot; would practically work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mass OVR editor ====&lt;br /&gt;
&lt;br /&gt;
A spreadsheet-like list with all apps, with the columns: icon, name, custom note, cat, subcat, possibly also summary/screenshot as obtained from repo-catalogue to refresh one's memory, where one can then quickly edit all the metadata of all apps to suit one's own sorting system better.&lt;br /&gt;
&lt;br /&gt;
Caine already developed &amp;quot;OVR editor&amp;quot;, and considers to realize such a &amp;quot;OVR spreadsheet editing mode&amp;quot;. http://boards.openpandora.org/index.php?/topic/4201-ovr-editor-and-pnd-aware-application-launcher/&lt;br /&gt;
&lt;br /&gt;
=== Launch ===&lt;br /&gt;
&lt;br /&gt;
Your interface for launching apps. The data source for this comes from the PND files plus your OVR override files (&amp;quot;tag&amp;quot; applications).&lt;br /&gt;
&lt;br /&gt;
Launch could be much more fine grained, please see the section on the possibilities of combining: Launch + overview.&lt;br /&gt;
&lt;br /&gt;
Besides this some suggestions of improving existing features right here in this section.&lt;br /&gt;
&lt;br /&gt;
==== Hotkey application launcher ====&lt;br /&gt;
&lt;br /&gt;
Well known from many OSes, this feature would be fine within the Pandora too.&lt;br /&gt;
&lt;br /&gt;
Triggered by hotkey working from everywhere or from menu/desktop entry -&amp;gt; text input with auto completion of installed apps -&amp;gt; launch.&lt;br /&gt;
&lt;br /&gt;
I think that already exists. I just don't know which one's, and how to set the hotkey for it.&lt;br /&gt;
&lt;br /&gt;
==== XFCE launch menu shall have meta trees &amp;quot;All apps&amp;quot; and &amp;quot;All games&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
MiniMenu has an &amp;quot;All&amp;quot; category tree. The XFCE launch menu doesn't! Would be fine if it had one meta tree which &amp;quot;holds them all&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Combinations ==&lt;br /&gt;
&lt;br /&gt;
Many combinations of tasks are already described in one of the affected task &amp;quot;verb&amp;quot; sections. Some of these involve many others, and are therefore described below as combinations of &amp;quot;task verbs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Discover + install + update + remove ===&lt;br /&gt;
&lt;br /&gt;
Right now &amp;quot;discover&amp;quot;, &amp;quot;install&amp;quot; and &amp;quot;test&amp;quot; are separate workflows.&lt;br /&gt;
&lt;br /&gt;
PanoramaMilky very well unites &amp;quot;discover&amp;quot; + &amp;quot;install/update/remove&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
''I think discovery could be improved in MilkyTest by allowing ordering packages by rating and showcasing random highly rated applications. Not sure how the showcasing would work with the UI, but it's something to consider'' - B-ZaR 2011-10-10 05:41Z&lt;br /&gt;
&lt;br /&gt;
''Discovery should be handled by browsing the apps in the repo along with their preview pictures to get an impression of the content. Sorting orders should include alphabetically, by rating, by author, and newly added (excluding recent updates). Also of note, we are essentially talking about CRUD operations on apps. Create (install), Read (run), Update (upgrade app/edit OVR) and Delete. I've always assumed these to eventually merged into a single application, though so far I omitted the OVR files in that vision.'' Caine 2011-10-10 12:33UTC&lt;br /&gt;
&lt;br /&gt;
PanoramaMilky: Would be cool if it could &amp;quot;launch&amp;quot; apps. You could &amp;quot;test&amp;quot; the app, then quit it. PanoramaMilky must then have the previously launched app selected so that you can immediately &amp;quot;remove&amp;quot; or keep it.&lt;br /&gt;
&lt;br /&gt;
''Already planned, though I'll probably fork MilkyTest to create a more fleshed out UI under a different name. MilkyTest was always about testing milky-plugin. I'll post more on this to panorama's beta thread.'' - B-ZaR 2011-10-10 05:41Z&lt;br /&gt;
&lt;br /&gt;
=== Launch + overview ===&lt;br /&gt;
&lt;br /&gt;
Currently MiniMenu allows a filesystem like browsing with metaphors like tabs as categories / subcategories as subfolders within that tabs, and some generated meta categories like &amp;quot;All&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
These additional display modes would help:&lt;br /&gt;
&lt;br /&gt;
==== New meta category &amp;quot;Fresh&amp;quot;, &amp;quot;By Date Added&amp;quot;, &amp;quot;By Date Published&amp;quot; ====&lt;br /&gt;
&lt;br /&gt;
This is for aiding the &amp;quot;test&amp;quot; process, particularly showing yet untested or fresh apps.&lt;br /&gt;
&lt;br /&gt;
Implementation could be hard: As the PND has no central registry, but rather &amp;quot;certain files at certain places&amp;quot;, which are scanned to then provide a &amp;quot;certain basis for certain launchers&amp;quot;, the tracking of this dates or usage amounts must happen within that scanners/launchers, which must either have the &amp;quot;test&amp;quot; and &amp;quot;tag&amp;quot; abilities themselves, or must make that data available to those applications. Does anyone know what according data is tracked within MiniMenu?&lt;br /&gt;
&lt;br /&gt;
==== Rating and/or favorite system. ====&lt;br /&gt;
&lt;br /&gt;
Date source for &amp;quot;favorite&amp;quot; and/or &amp;quot;sorting&amp;quot; is provided by from your &amp;quot;tagging&amp;quot; (overrides). In addition the &amp;quot;launch&amp;quot; application may have its own methods to &amp;quot;rate&amp;quot; or &amp;quot;favor&amp;quot; applications. (Again this would be good for the approach: &amp;quot;Run app, test app, tag it&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
MiniMenu should show a tab &amp;quot;Favorites&amp;quot;, which contains all apps, which are flagged as &amp;quot;favorite&amp;quot; or which have a rating above a certain treshold (i.e. on a scale from 1-5, all which are equal or higher than 4).&lt;br /&gt;
&lt;br /&gt;
MiniMenu should show one tab &amp;quot;By rating&amp;quot;, which contains all apps, sorted by rating (as sort key 1, and by alphabet as sort key 2).&lt;br /&gt;
&lt;br /&gt;
If you navigate within the categories and sub-categories folders/tabs, a certain hotkey or menu command, should trigger the &amp;quot;favorite display&amp;quot; or &amp;quot;sorted display&amp;quot;, which filters/sorts the contained items accordingly.&lt;br /&gt;
&lt;br /&gt;
Pressing favorite hotkey first: Shows only favorites.&lt;br /&gt;
Pressing favorite hotkey again: Shows favorites on top of others.&lt;br /&gt;
Pressing favorite hotkey again: Disables favorite view mode, normal view again.&lt;br /&gt;
&lt;br /&gt;
Pressing sort hotkey first: Sorted from best to worst&lt;br /&gt;
Pressing sort hotkey again: Sorted from worst to best&lt;br /&gt;
Pressing sort hotkey again: Disables sort view mode, normal view again.&lt;/div&gt;</summary>
		<author><name>Caine</name></author>
		
	</entry>
</feed>