Elive

ID Opened Last Edited Task Type  asc Summary Status Opened by Progress Due In Version
 705 2018-07-012018-11-23Betatesting Multiple screens betatesting Closedthanatermesis
100%
3.0 Task Description

The new multiple screens betatesting is ready to be used, this task will be to better track all that is needed to betatest:

How to use it: Everything should be automated, so just upgrade your system with the command “apug” and restart to a new desktop configuration (from elive menus), which is important too. It should detect that you have multiple screens and ask you to configure them, or use an existing configuration, etc in contrary case you still have the configurator available (only one now, which is an elive tool)

Things to betatest: This is the list:

  1. all the options and behaviours (what if select no, yes, save, not save, remove, etc), this is more or less already betatested by me
  2. try to disconnect the extra screen, reboot computer, your desktop should be equally functional (and I assume not asking/saying anything about)
  3. poweroff again the computer, connect again the extra screen, it should remember that configuration for your second screen and going back to these settings (without asking anything, i assume)
  4. there’s some games that changes your screen resolution (in order to play in fullscreen), if the game exits with an error your desktop is messed up (desktop running in a strange resolution), the normal behaviour is to return to the correct resolution when the game exits correctly, but i dont know if this happens or even if goes to the correct multiscreen mode. Also: a reboot should perfectly return to the normal behaviour
  5. maybe already said before, but switching between “using and not using” the external screen should be not a painful experience (and/or with reboots), it should be “work on the fly”
  6. ecomorph (special effects) should work correctly, except for the “exposé effect” which doesn’t seems to like it so much (confused numbers of desktops, etc, not sure if this one works better after the full implementation)
  7. detail: technically speaking, there’s two launching of the “load screen settings”, one happens before the desktop is loaded and the other when the desktop has started to load... in other words: if there’s a widget/question that asks for anything it should always happen when you already have access to the window controls (including window borders for example)
  8. since i found a strange behavior with the “automated fonts sizing calculation” feature, i include this betatest point: test if the font sizes are not reconfigured “smaller than normal”
  9. we have hotkeys to switch between virtual desktops, do we have a setup for between screens? i just tried to configure a new keyboard hotkey (ctrl + alt + shift + arrows) for switch to another screen 0/1 but doesn’t looks like to work on virtualbox... will need to do test in a real machine (and implement the hotkey in the default configuration)

Notes: if any of these betatests are not working as expected, please include the details of the “steps” about how to reproduce it, and the exact (first words) of the “conflicting” message found

 739 2020-01-222020-02-02Betatesting No puedo descargar actualizaciones - versión beta 3.8.2 ...Closedjaume
100%
3.x (beta's)1 Task Description

Hola! Tengo tres problemas:


1- Al cerrar sesión el sistema se bloquea.

2- Cuando pongo el equipo en suspensión o le doy a hibernar, me ocurre que al volver al escritorio Internet no funciona y si reinicio todo vuelve a la normalidad, esto ya me pasaba con el sistema estable.

3- Cuando intento actualizar no me deja y todo es darle al botón pero ahí se queda sin poder actualizar.


P. D. - Por lo demás todo perfecto.

Un saludo!

 742 2020-02-012020-06-26Betatesting Make Eltrans work again Closedstoppy98
100%
4.02 Task Description

Eltrans was the easiest way to get big parts of the os translated for free. It needs to go live again, so what is the problem that prevents it from working? Is there any way we could write a new version of it so you do not need to waste your time? In that case, what are your requiremetns and what kind of interface should we give it so that it can just be put in place of the older one?

7542020-12-082020-12-20Bug Reportelive-multiscreens | "Screen settings" not starting pro...UnconfirmedChrisPHL
0%
Task Description

I’ve just installed Elive 3.0.6 on an old Mac Mini (Core2Duo).
Since I want to make use of it as a media center, I connected to my TV. Because of the TV’s overscan function I cannot see the edges of the screen. :-/ When trying to start “Screen settings” I get two dialogs before nothing further happens:
1st:
Information
Use the next tool to configure your screens. If you want that Elive use it when starting the system you need to save the configuration.

There’s just an OK button, I click it:

2nd:
Question
You don’t have saved any configuration, so Elive cannot use it to remember your screens setup. Do you want to try again? You need to select the option to ‘Save As’ and type a desired name in the default location.

I can click No|Yes but whatever I do that’s it. No Screen setup window pops up.

When I manually start “Screen settings” from command line using “elive-multiscreens” I get the following python stack trace after clicking OK on the first dialog:

File "/usr/bin/arandr", line 42, in <module>
  main()
File "/usr/lib/python2.7/dist-packages/screenlayout/gui.py", line 318, in main
  force_version=options.force_version
File "/usr/lib/python2.7/dist-packages/screenlayout/gui.py", line 159, in __init__
  self.filetemplate = self.widget.load_from_x()
File "/usr/lib/python2.7/dist-packages/screenlayout/widget.py", line 93, in load_from_x
  self._xrandr.load_from_x()
File "/usr/lib/python2.7/dist-packages/screenlayout/xrandr.py", line 150, in load_from_x
  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))
File "/usr/lib/python2.7/dist-packages/screenlayout/auxiliary.py", line 53, in __new__
  arg = tuple(arg)
File "/usr/lib/python2.7/dist-packages/screenlayout/xrandr.py", line 150, in <genexpr>
  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))

ValueError: invalid literal for int() with base 10: ‘1080i’

I’m able to circumvent the error by exchanging line 150 of with these lines:

              try:
                  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))
              except ValueError as e:
                  print("Error on parsing screen sizes.", e)

After that the “Screen Layout Editor” opens and shows my display configuration.
Unfortunately there’s no easy way to just circumvent the TV’s overscan.

Please let me know if you need any further information on that issue.

7592022-01-312023-07-30Bug ReportAfter auto-upgrading, 'elive-browser-on-ram' does not c...Unconfirmedtriantares
0%
Task Description

This is on 3.8.20 Buster based installation.

After a reboot, Elive updates and ….. offers to run browser from RAM. As the machine is low on RAM, I opt ‘cancel’ but the script runs anyway. There’s no way to cancel other than NOT selecting a browser to alter.

When starting from the commandline the script does quit immediately using the zenity ‘cancel’ button.

7602022-02-012022-02-01Bug ReportPalemoon should be installed from external repoResearchingthanatermesis
0%
4.0 Task Description

Just like google chrome, palemoon should be installed from an external repo mode, this will avoid having outdated versions lying out with the want to downgrade too

7612022-02-092022-02-09Bug ReportAuto hibernate featureNewthanatermesis
0%
Task Description

In the stable version the computer automatically suspend / hibernate on low battery, I think we don’t have this feature in new versions of Elive since we don’t use e17 here, so implement this feature, using:

/etc/laptop-mode/conf.d/auto-hibernate.conf

TODO:
* use elive-pm tool
* feature elive-pm to create a temporal swap file if there’s no swap partition
* auto-detect we are not using the E17 (or other) feature
* what if we are in live mode?
* what if battery doesn’t works (dead battery, wrong number, or always to 0)

7622022-09-112022-09-11Bug Reportintel wifiUnconfirmedeshep
0%
Task Description

[issue]
Boot normal via either kernel, wireless card (intel 9260) not detected. Card appears in lspci but is not detected during boot.

[fix]
Boot with `intel_iommu` enabled.

7642023-08-082023-08-08Bug ReportFails to open folders - GUI, Retro in BoxesUnconfirmedsscorpio
0%
Task Description

From the dock (shortcuts), and click-screen menu, clicking to open folders/directory crashes the whole system back to the login screen. Logs in fine, then repeats when attempted. Besides terminal, I have not been able to successfully open it. It is fully updated, which had to be done in terminal as the software centre would not execute “Restart & Upgrade” after the download.
I am running Retro in Gnome-Boxes before going to metal. Everything else has seemed to be working as expected.

 527 2010-01-132010-01-24Bug Report ATI driver won't work with ecomorph Closedchdrsto
20%
3.0 Task Description

I`m running 1.9.56 development Version on my Laptop with a X1300 Mobility radeon.
Compiz works under Ubuntu 9.10 out of the box. I use there the OSS ati driver.

On Elive there seems to be a bug with the included ati driver. I’ve tried several Notebooks with ATI graphic cards. None of them worked.
On every machine I’ve got the following message:

$> ecomorph 
ecomorph (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
ecomorph (core) - Error: Failed to manage screen: 0
ecomorph (core) - Fatal: No manageable screens found on display :0.0

a compiz-check shows, that everything should be ok:

$> compiz-check 

Gathering information about your system...

 Distribution:          Debian GNU/Linux (5.0.3)
 Desktop environment:   Unknown
 Graphics chip:         ATI Technologies Inc M52 [Mobility Radeon X1300]
 Driver in use:         radeon
 Rendering method:      AIGLX

Checking if it's possible to run Compiz on your system...

 Checking for texture_from_pixmap...               [ OK ]
 Checking for non power of two support...          [ OK ]
 Checking for composite extension...               [ OK ]
 Checking for FBConfig...                          [ OK ]
 Checking for hardware/setup problems...           [ OK ]

To manualy compile the driver won’t work. It aborts.

regards
Dragan

 7 2006-06-302006-09-09Bug Report Slider widget "greys out" on restart Closedprimate
100%
Task Description

Certian programs that are in the slider window “grey out” on a quick restart of Elive. I have seen Azureus and Firefox do this. This is all I know, try it out. Does anyone know a way to debug this? Thanks, later.

 9 2006-07-032006-07-19Bug Report /etc/ftab file is not good generated Closedgagarine
100%
Task Description

The fstab file is not good gererated by the system when is installed. The system detect extended partition and put it on the fstab. This procure a crash on fsdik on startup.

My partition schema

{—–sda1—–}{—–sda2—–} {—–sda3—–} {—–sda4(extended)—–[—–sda5(logic)—-][——swap(logic)—-][—-FREE(logic)—]—–}

The auto generated fstab

/dev/sda2 / xfs defaults 0 0
/dev/sda6 none swap sw 0 0
proc /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/sda5 /boot ext3 defaults 0 0
/dev/sda3 /home ext3 defaults 0 1
/dev/sda1 /mnt/sda1 auto defaults,auto 0 2
/dev/sda4 /mnt/sda4 ext3 defaults,auto 0 2 #This is a extended partition don’t mount it!
sys /sys sysfs defaults 0 0
* The correct fstab **

/dev/sda2 / xfs defaults 0 0
/dev/sda6 none swap sw 0 0
proc /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/sda5 /boot ext3 defaults 0 0
/dev/sda3 /home ext3 defaults 0 1
/dev/sda1 /mnt/sda1 auto defaults,auto 0 2
sys /sys sysfs defaults 0 0

 10 2006-07-032006-07-29Bug Report The partition creating with gparted is auto detected Closedgagarine
100%
Task Description

When I creat a new partition with gparted on my usb disc, the partition is automaticaly detected and the system proposes me to mounted but gparted has not finish the work and crashes.

Creating new partitions is not possible (for end user).

 11 2006-07-032006-09-09Bug Report XFE menu's text encoding Closedgagarine
100%
Task Description

The text in menu of XFE is not right encoded (with the french menu). For exemple “Propriété” is “Propri&#128;©t&#128;©”.

If I created a file or rename it i have the same problem.

 12 2006-07-032006-07-18Bug Report Synaptic will not update everything Closedgagarine
100%
Task Description

Synaptic will not update everything. If i update lists, and select the option to mark all, it cannot update. (it displays the folowwing error:)

E: This installation run will require temporarily removing the essential package libglu1-xorg due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option. E: Internal Error, Could not early remove libglu1-xorg


This is a problem of the upgrade of xorg7, well, the more simple option is “upgrade your Elive” from the Elive installer (a new feature similar a upgrade than a installation), it reinstall the system automatized saving your /home partition, users, files, main configurations, etc

 15 2006-07-162006-07-19Bug Report Quick Key Combo: Ctrl+Alt+Ins = 2 terminals Closedprimate
100%
Task Description

Try it out, I get two terminals directly over top of each other. I think some people might not have an “Ins” or Insert key, does anyone have a different default key that they use to bring up a term (x2) window?

 16 2006-07-182006-09-09Bug Report Site bad redirectement Closedthanatermesis
100%
Task Description

The site not works very good since is used http://bugs.thanatermesis.org instead of the real site... for example not is posible to “copy the link of the site” because it stills on http://bugs.thanatermesis.org all the time
Also when you make a login, sometimes give you a strange blank page

Any recomendation for the redirection of the site ?

 17 2006-07-192006-09-09Bug Report CDripping problems. cdda2wav is not working, cdparanoia ...Closedunduality
100%
Task Description

In Elive (cvs20060516) there is problems with cdripping. cdda2wav is not working, cdparanoia is painfully slow. (To rip 1 CD in elive takes 80 minutes on my old debian install on the same computer it took less then 10 min) Ubuntu-users has reported similar problems.

 19 2006-07-262006-11-07Bug Report Thunderbird charset pb Closedgaou67
100%
Task Description

Using Thunderbird on a Elive 0.5 on my laptop. The default language is French (Fr_fr), and default charset is utf8 for the system.
Some headers of emails don’t print correctly in the headers window of thunderbird, and changing the charset in the menu View→ Character Encoding doesn’t solve the pb... Maybe a pb of compilation of the pgm ?

I also had a pb with accents in xfe, I didn’t manage to solve (Those french and their accents !...)

Thanks for all with this wonderfull distro !
FX

 20 2006-09-092007-04-01Bug Report Re-check ntfs filesystem later run elive 0.5 beta 3 in  ...Closed
100%
Task Description

mount ntfs filesystem with rw attributes in live mode, it forced re-check filesystem for win in the next boot.

 21 2006-09-092006-11-06Bug Report Bad values VertRefresh IIyama VMP 410 ClosedX3n0n
100%
Elive 0.5+ dev Task Description

Bad values to VertRefresh for IIyama Vision Master Pro 410.

Values in original xorg.conf : 50 - 60

Good values : 50 - 160

The original values block refresh rate to 60Hz.

 23 2006-09-102007-04-01Bug Report IPod causes two instances of Thunar to start Closedlontra
100%
Task Description

When I plug in my IPod it causes two instances of Thunar to open. This is a rather trivial, but annoying bug, as I immediately have to close one instance of Thunar and click cancel when it asks me to if I wish to unmount the device.
I think it would be better if Thunar didn’t open when I insert my IPod. Instead GTKPod could handle IPods and other mp3 players by default instead of Thunar as most people won’t use Thunar for IPod management (as it can’t sync, read, etc.) only GTKPod.

 25 2006-09-152007-03-31Bug Report hostap and acx100 modules no longer work with 2.6.15 ke ...Closedmarko
100%
Task Description

since early August both hostap and acx100 wlan modules report compiler version mismatches and fail to load.

 26 2006-09-152008-09-11Bug Report Xpad writes wrong coordinates to config when exiting e1 ...Closedmarko
100%
Task Description

When Xpad notes are open on screen 1 and E16 is exited from screen 2, negative coordinates are written to the xpad config file. On restart, notepads are not visible on either screen.

example X coord -255

 27 2006-09-242006-11-20Bug Report Boot menu option - select language - is not work correc ...Closedrooomish
100%
Task Description

During the boot - the first menu offer “select language” - whenU select Czech - you cannot log to elive - keyboard is dead. (In the case of English everything is of course OK).

 28 2006-09-242008-03-04Bug Report Internal WiFi card - wrong detection Closedrooomish
100%
 29 2006-09-242007-05-28Bug Report Bluetooth dongle - no options, no GPRS Closedrooomish
100%
 30 2006-09-252006-10-04Bug Report Boot failure - VFS, Mount Point Closedprit
100%
 31 2006-09-272006-09-28Bug Report x-www-browser alternatives Closedbroadcast
100%
 33 2006-10-012006-11-08Bug Report Unable to switch desktop background in e17 Closedlontra
100%
 34 2006-10-132006-11-06Bug Report Booting from Firewire DVD-Recorder not possible. ClosedTalyzP
100%
 35 2006-10-142008-09-11Bug Report Mouse speed REALLY slow for dell inspiron 510m when x i ...Closedpmdumuid
100%
 36 2006-10-152008-09-11Bug Report Booting from Firewire DVD-Recorder not possible. ClosedTalyzP
100%
 37 2006-10-192007-04-01Bug Report umounted usb drive icons stay put under thunar/ elive 0 ...Closeddanboid
100%
 38 2006-10-192006-11-06Bug Report entangle/ e17genmenu missing from default e17 menus Closeddanboid
100%
 41 2006-10-202006-12-09Bug Report Activate ATAPI from boot with liveCD ClosedGl0ubI
100%
 42 2006-11-062008-09-11Bug Report APM is not loaded during boot on version 0.5.1 and 0.5. ...Closedelive_geek
100%
 43 2006-11-262006-12-02Bug Report Icedove and Thunderbird are installed Closedlontra
100%
 44 2006-11-262007-04-01Bug Report gtkpod fails to start Closedlontra
100%
 45 2006-11-262007-04-01Bug Report 0.53 unstable and fglrx driver fail Closedjtouso
100%
 46 2006-11-292007-03-31Bug Report System Hangs when using the Internet Closedelr77
100%
 47 2006-11-302007-04-01Bug Report GTKPod should probably be in Audio submenu Closedlontra
100%
 48 2006-12-092007-04-01Bug Report Wireless bcm43xx driver unusable Closedentr0py
100%
 49 2006-12-122007-04-14Bug Report Change of keyboard layaut blocks keyboard ClosedYasen6275
100%
1
 50 2006-12-132010-01-20Bug Report No drivers for wired network card Realtek RTL8111 (incl ...Closedentr0py
100%
2.0
 51 2006-12-272008-09-11Bug Report Rage 128 Pro driver selection ClosedElora
100%
 52 2007-01-012008-03-04Bug Report shares-admin-manager ClosedMtraker
100%
 53 2007-01-022007-04-08Bug Report module mount trouble Closedconny
100%
 54 2007-01-022008-03-04Bug Report suspend / hibernate Closedconny
100%
 56 2007-01-032009-10-21Bug Report huge CPU consum. by terminal Closedconny
100%
2.0
Showing tasks 1 - 50 of 755 Page 1 of 16

Available keyboard shortcuts

Tasklist

Task Details

Task Editing