Linux Lite 3.0 Suggestion Thread - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4) +--- Forum: Suggestions and Feedback (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=13) +--- Thread: Linux Lite 3.0 Suggestion Thread (/showthread.php?tid=2649) |
Re: Linux Lite 3.0 Suggestion Thread - liamjake05 - 02-15-2016 to torreydale Well they could put the ubuntu software center in Lite Software Re: Linux Lite 3.0 Suggestion Thread - torreydale - 02-15-2016 The development team didn't want it. And if you look at the link to the thread provided, it gives some insight as to why. Re: Linux Lite 3.0 Suggestion Thread - avj - 02-17-2016 If possible I would like to have a "Send to" right click menu item for the desktop that allows me to send items from the desktop to my home, documents, music, pictures, and other relevant folders. Re: Linux Lite 3.0 Suggestion Thread - anon222 - 02-18-2016 (02-17-2016, 04:47 PM)avj link Wrote:If possible I would like to have a "Send to" right click menu item for the desktop that allows me to send items from the desktop to my home, documents, music, pictures, and other relevant folders.Yep. This is a quick hack of shaggytwodopes's control center code. Will copy just one file but the general idea is that Thunar calls a py script Code: # Thunar custom actions launcher for Send to operations Would need to be reworked to use shutil to copy files and folders. And passing file and folder names from Thunar like this is not a very good idea. I guess writing to temp file would be preferable so file and folder names are read line by line in a script. Then Thunar custom action would be something like: "for file in %F; do echo $file >> tmp.txt; done; python3 /souce/ destination tmp.txt;rm -r tmp.txt". There is also a case when filename exists. In that case script could offer to overwrite / change destination filename / skip coping that file or folder. To display error when it cant copy and finally a progress bar. Re: Linux Lite 3.0 Suggestion Thread - chicknfangz - 02-18-2016 Great work to the developers for Linux lite and to jerry Awesome NEW logon jerry is xfce 4.12 going to be in this release. Would really like to see it if possible Re: Linux Lite 3.0 Suggestion Thread - Valtam - 02-18-2016 Whatever XFCE is in the Ubuntu repos at the time will be included. We don't use PPA's for XFCE, only the standard Ubuntu repo. Re: Linux Lite 3.0 Suggestion Thread - chicknfangz - 02-18-2016 (02-18-2016, 03:09 AM)Jerry link Wrote:Whatever XFCE is in the Ubuntu repos at the time will be included. We don't use PPA's for XFCE, only the standard Ubuntu repo. That didn't really answer my question LOL This says its in 14.04 not sure if thats what you go by https://launchpad.net/~xubuntu-dev/+archive/ubuntu/xfce-4.12 Re: Linux Lite 3.0 Suggestion Thread - Valtam - 02-18-2016 That page shows that there is a PPA for 14.04, as I said, we don't use PPA's for XFCE so I did actually answer your question, you just needed to look at the information more carefully. Hope that's clear enough for you Re: Linux Lite 3.0 Suggestion Thread - chicknfangz - 02-18-2016 (02-18-2016, 04:32 AM)Jerry link Wrote:That page shows that there is a PPA for 14.04, as I said, we don't use PPA's for XFCE so I did actually answer your question, you just needed to look at the information more carefully. Hope that's clear enough for you You said. Whatever XFCE is in the Ubuntu repos at the time will be included So thats what i showed you here https://launchpad.net/~xubuntu-dev/+archive/ubuntu/xfce-4.12 And you really didn't tell me if it was going to be in the next release. But OK whatever 8) What PPA is is under then? http//jerry/Linuxliteos/ubuntu/ppa Re: Linux Lite 3.0 Suggestion Thread - Valtam - 02-18-2016 That is an Xubuntu PPA, not an Ubuntu repo. If you're going to continue posting inaccurate comments, you'll leave us no choice but to delete them to ensure the information in this thread stays accurate. A PPA looks like this: ppa:xubuntu-dev/xfce-4.12 A repo looks like this: deb http://nz.archive.ubuntu.com/ubuntu/ trusty-updates main restricted |